patch usb-gadget-f_fs.c-needs-to-include-pagemap.h.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled Subject: USB: gadget: f_fs.c needs to include pagemap.h to my gregkh-2.6 tree. Its filename is usb-gadget-f_fs.c-needs-to-include-pagemap.h.patch This tree can be found at http://www.kernel.org/pub/linux/kernel/people/greg... 11 May 2010 20:08
patch usb-fix-u132-hcd-code-data-warning.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled Subject: USB: fix u132-hcd code/data warning to my gregkh-2.6 tree. Its filename is usb-fix-u132-hcd-code-data-warning.patch This tree can be found at http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches... 11 May 2010 20:08
staging: remove all rcu head initializations
On Tue, May 11, 2010 at 04:33:01PM -0700, Paul E. McKenney wrote: Remove all rcu head inits. We don't care about the RCU head state before passing it to call_rcu() anyway. Only leave the "on_stack" variants so debugobjects can keep track of objects on stack. Signed-off-by: Mathieu Desnoyers <mathieu.des... 15 May 2010 18:05
mx5: change usb clock source from pll3 to pll2
On Mon, May 10, 2010 at 11:21:58AM -0500, Dinh Nguyen wrote: For power management reasons, pll2 should be used to source the USBOH3 clock for mx51. PLL3 can be completely gated off when USB is not used. This patch applies to 2.6.34-rc7. Hm, no, it seems to conflict and does not apply :( I've taken th... 11 May 2010 20:08
[PATCH RFC tip/core/rcu 07/11] fs: remove all rcu head initializations, except on_stack initializations
Remove all rcu head inits. We don't care about the RCU head state before passing it to call_rcu() anyway. Only leave the "on_stack" variants so debugobjects can keep track of objects on stack. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm... 11 May 2010 20:08
[PATCH tip/core/rcu 0/11] Add debugobjects checking to RCU callbacks
Hello! This patchset pulls Mathieu's debugobject-specific commits out of the earlier patchbomb (http://lkml.org/lkml/2010/5/4/298): 1. Add transition-check capability to debugobjects. 2. Add init_rcu_head_on_stack() and destroy_rcu_head_on_stack() APIs. 3. Remove rcu_head initializations from RCU, except for t... 11 May 2010 20:08
[PATCH RFC tip/core/rcu 06/11] staging: remove all rcu head initializations
Remove all rcu head inits. We don't care about the RCU head state before passing it to call_rcu() anyway. Only leave the "on_stack" variants so debugobjects can keep track of objects on stack. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm... 11 May 2010 20:08
[PATCH RFC tip/core/rcu 05/11] block: remove all rcu head initializations
Remove all rcu head inits. We don't care about the RCU head state before passing it to call_rcu() anyway. Only leave the "on_stack" variants so debugobjects can keep track of objects on stack. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm... 11 May 2010 20:08
[PATCH RFC tip/core/rcu 02/11] rcu head introduce rcu head init on stack
From: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> 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 ... 11 May 2010 20:08
[PATCH RFC tip/core/rcu 10/11] rcu head remove init
From: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> 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 D... 11 May 2010 20:08