[PATCH] scripts/kernel-doc: fix fatal function signature error
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix a fatal error in scripts/kernel-doc when a function signature uses __init_or_module (just ignore that string): Error(drivers/base/platform.c:568): cannot understand prototype: 'struct platform_device * __init_or_module platform_create_bundle(struct platform_driver... 10 Mar 2010 15:19
[PATCH] driver-core: fix missing kernel-doc in firmware_class
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix kernel-doc warning in firmware_class.c: Warning(drivers/base/firmware_class.c:94): No description found for parameter 'attr' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- drivers/base/firmware_class.c | 1 + 1 file changed, 1 insertion(+) -... 10 Mar 2010 15:19
WebCT Service Helpdesk
Your mailbox has exceeded one or more size limits set by your administrator. Your mailbox size is 239787 KB. Mailbox size limits:You may not be able to send or receive new mail until you reduce your mailbox size. To re-set your SPACE on our database prior to maintenance on your INBOX: CLICK HERE:<http://sissurvey.n... 10 Mar 2010 15:19
[PATCH -mmotm] leds: fix net5501 kconfig
From: Randy Dunlap <randy.dunlap(a)oracle.com> LEDS_NET5501 selects LEDS_TRIGGER_DEFAULT_ON even when the symbol LEDS_TRIGGERS is not enabled. This causes build errors, so make LEDS_NET5501 depend on LEDS_TRIGGERS to prevent the build errors. drivers/leds/ledtrig-default-on.c:25: error: variable 'defon_led_trigg... 10 Mar 2010 15:19
[PATCH -mm] call_usermodehelper: call info->init() after set_user_nice()
Mostly cosmetic, but imho it makes sense to call sub_info->init() right before kernel_execve(). This looks more natural and allows ->init() hook to change the priority if needed. Signed-off-by: Oleg Nesterov <oleg(a)redhat.com> --- kernel/kmod.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions... 10 Mar 2010 14:12
Regression? 2.6.23.16 -> 2.6.32.9: ide/libata HD recognition
CaT wrote: Hi, Just had a strange situation with the above upgrade. It was done on an old server that used the serverworks ide driver. The IDE hw config under 2.6.23.16 was: hda: HD hdb: CDROM hdc: empty hdd: HD After upgrade, using either IDE or libata the config changed to: ... 11 Mar 2010 20:13
call_usermodehelper: call info->init() after set_user_nice()
On 03/10, Oleg Nesterov wrote: Mostly cosmetic, but imho it makes sense to call sub_info->init() right before kernel_execve(). This looks more natural and allows ->init() hook to change the priority if needed. Forgot t mention... This is on top of "umh && creds" patches I sent. And this is the last... 10 Mar 2010 14:12
Linux 2.6.24 Through Linux 2.6.33 Benchmarks
Linux 2.6.24 Through Linux 2.6.33 Benchmarks http://www.phoronix.com/scan.php?page=article&item=linux_2624_2633&num=1 quote: "This test system was using the EXT3 file-system and we found its TPC-B database performance to improve by many times between the Linux 2.6.29 and 2.6.30 kernel releases. In fact, the Li... 11 Mar 2010 14:35
Kernel memory leak warning due to KDED4‏
I'm not subscribed. CC'ed me. OS: Kubuntu Karmic, Linux cube 2.6.31-20-generic-pae #57-Ubuntu SMP Mon Feb 8 10:23:59 UTC 2010 i686 GNU/Linux Kernel should not memory leak whatever happens to kded4. [519658.792531] ------------[ cut here ]------------ [519658.792545] WARNING: at /build/buildd/linux-2.6.31/fs... 10 Mar 2010 14:12
[PATCH] asus_oled: whitespace cleanup
Remove space in indentation to make checkpatch.pl happy. Signed-off-by: Thomas Klute <thomas2.klute(a)uni-dortmund.de> --- drivers/staging/asus_oled/TODO | 1 - drivers/staging/asus_oled/asus_oled.c | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/staging/asus_oled/TOD... 10 Mar 2010 13:04