usb: core: config.c: usb_get_configuration() simplified
On Sat, 17 Apr 2010, Michal Nazarewicz wrote: usb_gat_configuratio() used two pointers to point to the same memory. Code simplified, by removing one of them. Signed-off-by: Michal Nazarewicz <mina86(a)mina86.com> --- drivers/usb/core/config.c | 10 ++++------ 1 files changed, 4 insertions(+), ... 17 Apr 2010 12:59
[PATCH] usb: core: config.c: usb_get_configuration() simplified
usb_gat_configuratio() used two pointers to point to the same memory. Code simplified, by removing one of them. Signed-off-by: Michal Nazarewicz <mina86(a)mina86.com> --- drivers/usb/core/config.c | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) On Sat, 17 Apr 2010, Michal Nazarewicz wrot... 17 Apr 2010 11:53
[regression,bisected] Missing boot messages with VESAFB after VT initialization
Initially all messages from init scripts are displayed correctly, but after the init script to set up the VT1-VT6 is run, messages from init scripts are no longer displayed. Instead the display is blank with only a cursor. However, if I switch back to VT1 from X.Org after the boot has completed, the missing messa... 17 Apr 2010 11:53
[PATCH] vt6655: Rename hostap_set_hostapd, hostap_iotctl.
The functions hostap_set_hostapd, hostap_iotctl clashed with functions of the same name with CONFIG_HOSTAP=y and/or CONFIG_VT6656=y. Signed-off-by: Forest Bond <forest(a)alittletooquiet.net> --- drivers/staging/vt6655/device_main.c | 4 ++-- drivers/staging/vt6655/hostap.c | 8 ++++---- drivers/stagin... 17 Apr 2010 11:53
usb: core: config.c: use buffer on stack rather then on heap
On Sat, 17 Apr 2010, Michal Nazarewicz wrote: usb_get_configuration() uses a temporary buffer allocated on heap to read USB configuration descriptor. The buffer is just nine bytes an so it is a waste to allocate it on heap where it can be allocated on stack with the rest of local variables. This simp... 17 Apr 2010 11:53
kernel BUG at kernel/power/snapshot.c:522
Hi, I get the bug listed in the subject frequently, but not always, when I invoke s2disk to suspend to disk with a self-compiled kernel 2.6.33.X on my Thinkpad T40. Unfortunately, I cannot provide the full error log as text since the error is only displayed on the screen. You can get a photo of the full erro... 20 Apr 2010 16:10
[PATCH 2/3] Adjust the comment on get_order() to describe the size==0 case [ver #2]
Adjust the comment on get_order() to note that the result of passing a size of 0 results in an undefined value. Signed-off-by: David Howells <dhowells(a)redhat.com> --- include/asm-generic/getorder.h | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/include/asm-ge... 17 Apr 2010 10:46
[patch 0/5] rcu head debugobjects
Here is a repost of the rcu head debugobjects patchset, with updated changelogs. Paul, this would be ready to be integrated with the RCU patches. Thanks, Mathieu -- Mathieu Desnoyers OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68 -- To unsubscribe from this list: send the l... 17 Apr 2010 09:40
[patch 4/5] rcu head remove init
RCU heads really don't need to be initialized. Their state before call_rcu() really does not matter. We need to keep init/destroy_rcu_head_on_stack() though, since we want debugobjects to be able to keep track of these objects. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> CC: David S. Mill... 17 Apr 2010 09:40
[patch 2/5] rcu head introduce rcu head init on stack
PEM: o Would it be possible to make this bisectable as follows? a. Insert a new patch after current patch 4/6 that defines destroy_rcu_head_on_stack(), init_rcu_head_on_stack(), and init_rcu_head() with their !CONFIG_DEBUG_OBJECTS_RCU_HEAD definitions. ... 17 Apr 2010 09:40