2.6.31.6: Intel 82574L devices spontaneously dropping off PCIe?
I have a Supermicro X8SIL-F system, which has a couple of on-board 82574L gigabit interfaces. I'm running the stock F12 kernel on it (2.6.31.6-166.fc12.x86_64). This is a new machine, so I'm trying to work out if this is a hardware problem I should RMA the board for, if this is some kind of driver bug. Th... 13 Dec 2009 16:30
[PATCH v3] Documentation: rw_lock lessons learned
In recent months, two different network projects erroneously strayed down the rw_lock path. Update the Documentation based upon comments by Eric Dumazet and Paul E. McKenney in those threads. Further updates await somebody else with more expertise. Changes: - Merged with extensive content by Stephen Hemmin... 13 Dec 2009 15:24
regulator: mc13783 change to platform_driver_register.
Hello, On Sat, Dec 12, 2009 at 06:06:17PM +0100, Alberto Panizzo wrote: Change the instant when regulator driver is probed. To have a correct regulators initialisation (enable, disable and voltages selection), the driver must have access to mc13783 registers and so mc13783-core must be loaded before t... 13 Dec 2009 15:24
regulator: add voltage selection capability to mc13783 regulators.
On Sat, Dec 12, 2009 at 05:56:16PM +0100, Alberto Panizzo wrote: This patch, complete the mc13783 regulator subsystem driver with voltage selecting capability. Main Switches (SW1AB, SW2AB) are not supported yet. Signed-off-by: Alberto Panizzo <maramaopercheseimorto(a)gmail.com> --- drivers/regulat... 13 Dec 2009 15:24
[RFC] Convert Documentation/ to asciidoc?
Git uses asciidoc, tools/perf/Documentation uses asciidoc... It seems a good fit for Documentation/. Is there any objection against it? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/maj... 13 Dec 2009 11:00
ftrace.h: Use common pr_info fmt string
On Sun, Dec 13, 2009 at 09:48:15AM -0500, Steven Rostedt wrote: On Sun, 2009-12-13 at 07:37 +0000, tip-bot for Joe Perches wrote: Commit-ID: 4819568f23a8bef0ca99b740ca60fe2450ab0aac Gitweb: http://git.kernel.org/tip/4819568f23a8bef0ca99b740ca60fe2450ab0aac Author: Joe Perches <joe(a)perches.com... 13 Dec 2009 16:30
2.6.32-git5+, CONFIG_WEXT_PRIV and Broadcom's driver for BCM4322 Wireless chips
On Sat, 2009-12-12 at 16:40 +0100, Alessandro Suardi wrote: But: what is the best option here to make CONFIG_WEXT_PRIV visible at kernel build time if only an external module should select it - but selection is not actually happening at kernel build time ? Could CONFIG_WEXT_PRIV be made a separate user-... 13 Dec 2009 08:49
[PATCH 05/13] ftrace: Call trace_parser_clear() properly
From: Li Zefan <lizf(a)cn.fujitsu.com> I found a weird behavior: # echo 'fuse:*' > set_ftrace_filter bash: echo: write error: Invalid argument # cat set_ftrace_filter fuse_dev_fasync fuse_dev_poll fuse_copy_do We should call trace_parser_clear() no matter ftrace_process_regex() returns 0 or -er... 13 Dec 2009 08:49
[PATCH 9/9] sound/soc/codecs: Correct code taking the size of a pointer
From: Julia Lawall <julia(a)diku.dk> sizeof(codec->reg_cache) is just the size of the pointer. Elsewhere in the file, codec->reg_cache is used with sizeof(wm8900_reg_defaults), so the code is changed to do the same here. A simplified version of the semantic patch that finds this problem is as follows: (http://c... 13 Dec 2009 07:45
[git pull] Please pull powerpc.git next branch
Hi Linus ! So here's finally the powerpc merge for this window. I was waiting to sort out some stuff with the Nintendo Gamecube and Wii patches but in the end, I may as well have them in a separate pull request rather than waiting longer. Among the highlights this time around, there's Alex new 64-bit ppc KVM ... 12 Dec 2009 21:07