[PATCH] hid: Register debugfs entries before adding device
On Sat, 13 March 2010 Alan Stern <stern(a)rowland.harvard.edu> wrote: If the device_add() fails, you should undo the hid_debug_register() call. Well I was wondering why hid_debug_register() was called no matter what device_add() returned but didn't dig around what happened when hid_add_device() would retu... 13 Mar 2010 17:35
Writable limits (was Re: Linux 2.6.34-rc1)
On Mon, 8 Mar 2010, Jiri Slaby wrote: It's out there now. I still have a few trees I already got pull requests for, and that I want to look over a bit more (ceph, gdb tree etc), and it's possible that I've just overlooked some other pull request. So if you feel like you sent me a pull requ... 23 Mar 2010 10:07
Important: Email Account Verification Update!!!?
Your mailbox quota has been exceeded the storage limit which is 20GB as set by your administrator, You are currently running on 20.9GB. You may not be able to send or receive new mails until you re-validate your mailbox. To re-activate your account please click the link below: http://www.acc-central.com/ <http://... 13 Mar 2010 16:29
[PATCH] [PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET
Linking the kernel fails with the the following error message, if CONFIG_BRIDGE_IGMP_SNOOPING is set and CONFIG_INET is not set. net/built-in.o: In function `br_multicast_alloc_query': br_multicast.c:(.text+0x52045): undefined reference to `ip_send_check' This patch is tested. Signed-off-by: Henrik Kretzschm... 13 Mar 2010 16:29
[GIT]: Networking
1) bfin_can build fix from Barry Song. 2) gianfar TX ring SMP race fix from Anton Vorontsov 3) Add support for smc91x on Qualcomm MSM boards, from David Brown. 4) Hot plug removal crash fix in cxgb3 from Divy Le Ray. 5) It's possible to bombard a socket sufficiently such that socket backlog accumulate... 13 Mar 2010 16:29
[141/145] KVM: x86 emulator: Check CPL level during privilege instruction emulation
On Fri, 2010-03-12 at 16:27 -0800, Greg KH wrote: 2.6.32-stable review patch. If anyone has any objections, please let me know. ---------------- From: Gleb Natapov <gleb(a)redhat.com> commit e92805ac1228626c59c865f2f4e9059b9fb8c97b upstream. Add CPL checking in case emulator is tricked into em... 13 Mar 2010 16:29
drivers/net/tulip/eeprom.c: fix bogus "(null)" in tulip init messages
From: Mikael Pettersson <mikpe(a)it.uu.se> Date: Wed, 10 Mar 2010 20:16:37 +0100 Joe Perches writes: Signed-off-by: Joe Perches <joe(a)perches.com> ... Tested-by: Mikael Pettersson <mikpe(a)it.uu.se> Applied, thanks everyone. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... 13 Mar 2010 16:29
drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant
From: Julia Lawall <julia(a)diku.dk> Date: Sat, 13 Mar 2010 10:01:09 +0100 (CET) From: Julia Lawall <julia(a)diku.dk> The constant TG3_FLAG_10_100_ONLY should be used with the tg3_flags field, not the tg3_flags2 field, as done elsewhere in the same file. Signed-off-by: Julia Lawall <julia(a)diku.dk> ... 13 Mar 2010 16:29
i915 with KMS enabled causes memorycorruption when resuming from suspend-to-disk
On Saturday 13 March 2010, M. Vefa Bicakci wrote: Hello, As you can guess from the subject, I have noticed that enabling the KMS feature of the i915 module with any kernel version after 2.6.32.7 causes memory corruption after one resumes from suspend-to-disk. My hardware is a Toshiba Satellite A1... 13 Mar 2010 15:21
NET: tg3: fix brace, switch, and comma spacing coding style in tg3.c This is a patch to the tg3.c file that aligns switch and case statements, else statements following braces, and inserts a space after commas listed in the coding style g
David, Would you like me to submit the patch adding only the spaces after commas and leave the rest of the defines as is, or discard the changes all together? On Sat, Mar 13, 2010 at 2:49 PM, David Miller <davem(a)davemloft.net> wrote: From: Steven Harms <sjharms(a)gmail.com> Date: Sat, 13 Mar 2010 14:39:11 -... 13 Mar 2010 15:21