[PATCH 1/2] USB: gadget: fix null pointer dereference on non-dual speed gadgets
The composite driver doesn't verify whether gadgets are dual speed when using the high speed descriptors. USB drivers don't set usb_function->hs_descriptors on non-dual speed gadgets, which result in dereferencing a NULL pointer in set_config(). Signed-off-by: Maurus Cuelenaere <mcuelenaere(a)gmail.com> --- dr... 17 May 2010 15:47
[PATCH] perf: fix Makefile check for libdward
On Ubuntu 9.10, the elfutils/libdw package is 0.141, yet it is not sufficient to compile util/probe-finder.c as it uses a type, namely Dwarf_CFI, which is introduced sometime after version 0.141. This patch updates the libdwarf test in the Makefile to check for the definition of Dwarf_CFI. If is is not there, the... 17 May 2010 15:47
[PATCH 2.6.34-rc7] HID: remove redundant key mappings from Desktop Wireless 6000
Remove 7 redundant key mappings from Desktop Wireless 6000 that are already handled by the default hid code. Signed-off-by: Don Prince <dhprince-devel(a)yahoo.co.uk> --- Spotted by by Robert Schedel <r.schedel(a)yahoo.de> diff -X /opt/scripts/diff-exclude.txt -Npaur a/drivers/hid/hid-samsung.c b/drivers/hid/... 17 May 2010 15:47
PrimeCell interface
Dan, I think you'd better back out/revert the PrimeCell patches from your next branch for the time being, i.e. these commits: ARM: add generic PrimeCell interface to DMA40 v1 ARM: define the PrimeCell DMA API v5 Russell don't want that merged before we can also do it on the Versatile, and while I'm already far... 17 May 2010 15:47
[patch 2/7] softirq: add init_remote_softirq_csd()
Currently send_remote_softirq() API's don't allow single call_single_data struct(like per cpu call_single_data) to be used with multiple send_remote_softirq() calls in parallel (as each of the send_remote_softirq() call reinitializes the call_single_data overwriting the inflight usage. Add a new init_remote_softi... 17 May 2010 15:47
mc13783: add LED support
Hi Philippe, On Mon, May 17, 2010 at 06:40:22PM +0200, Philippe R�tornaz wrote: This adds basic led support for Freescale MC13783 PMIC. Signed-off-by: Philippe R�tornaz <philippe.retornaz(a)epfl.ch> --- drivers/leds/Kconfig | 7 + drivers/leds/Makefile | 1 + drivers/leds/leds... 26 May 2010 12:27
[patch 0/7] sched: change nohz idle load balancing logic to push model
This is an updated version of patchset which is posted earlier at http://lkml.org/lkml/2009/12/10/470 Description: Existing nohz idle load balance logic uses the pull model, with one idle load balancer CPU nominated on any partially idle system and that balancer CPU not going into nohz mode. With the periodic ti... 17 May 2010 15:47
[patch 1/7] softirq: Add a no local fallback option to send_remote_softirq
From: Venkatesh Pallipadi <venki(a)google.com> Subject: softirq: Add a no local fallback option to send_remote_softirq send_remote_softirq and __send_remote_softirq fallback to triggering the softirq on local CPU when __try_remote_softirq fails. In certain circumstances (like the SCHED_SOFTIRQ usage in following patc... 17 May 2010 15:47
[patch 3/7] softirq: avoid softirq_work_list for SCHED_SOFTIRQ when sent remotely
There is no need to add the SCHED_SOFTIRQ work to the softirq_work_list when sent remotely. This is because any pending work associated with SCHED_SOFTIRQ need not be migrated to a new cpu when the current cpu is going down etc. Also I am not sure how this softirq_work_list works for other softirqs. I don't see ... 17 May 2010 15:47
addjust discard request to be aligned with hwsect size to support SSDs with larger sector size
>>>>> "Jiaying" == Jiaying Zhang <jiayingz(a)google.com> writes: Jiaying, Jiaying> The currect blkdev_issue_discard() function assumes 512 sector Jiaying> size. All of the block layer works on 512-byte sector units. We don't generally convert to logical blocks until we're in the disk driver. Jiaying> We ... 17 May 2010 15:47