devres/irq: Fix cross-referencing comments
Fix the reference (in comment) from devm_request_irq to devm_free_irq and back. Signed-off-by: Jean Delvare <khali(a)linux-fr.org> --- kernel/irq/devres.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.33-rc7.orig/kernel/irq/devres.c 2009-06-10 05:05:27.000000000 +0200 +++ linux-2.... 11 Feb 2010 10:32
Add a device driver for the Apple Magic Mouse (2.6.32.8)
On Wednesday 10 February 2010 22:20:13 Michael Poole wrote: Ed Tomlinson writes: Hi, When I apply this to head, I get: drivers/hid/hid-magicmouse.c: In function 'magicmouse_probe': drivers/hid/hid-magicmouse.c:393: error: too ... 11 Feb 2010 08:18
MFD: twl4030-core: Fix a typo in the twl_has_pwrbutton definition
Hi Eduardo, On Wed, Feb 10, 2010 at 03:33:48PM +0200, Eduardo Valentin wrote: From: Eduardo Valentin <eduardo.valentin(a)nokia.com> Change the typo CONFIG_INPUT_TWL4030_PWBUTTON_MODULE in the twl_has_pwrbutton definition to CONFIG_INPUT_TWL4030_PWRBUTTON_MODULE. Patch applied manually, as twl4030-core.c ... 11 Feb 2010 08:18
(none)
We wish to notify you again that you were listed as a beneficiary to the total sum of $7,500,000.00 Dollars in the intent of the deceased.We contacted you because you bear the surname which is now withheld and therefore can present you as the beneficiary to the inheritance since there is no written will. Our... 11 Feb 2010 08:18
[net-next PATCH v3 0/3] net: TCP thin-stream latency-improving modifications
This is a series of patches enabling non-intrusive, dynamically triggered modifications that improve retransmission latencies for thin streams. The patches have been modified according to the feedback from the last round of discussions. Major changes: -Possible to disable mechanisms by socket option ... 11 Feb 2010 07:12
[PATCH 2/4] block: support compat discard mode by default.
Currently there are many filesystems which has implemented discard support, but ssd discs not widely used yet. Let's allow user to use compat discard mode by default. After this feature is enabled by default for all devices which has no native discard support it will be possible to use this feature simply by passi... 11 Feb 2010 07:11
Make VM_MAX_READAHEAD a kernel parameter
> +static int __init readahead(char *str) +{ + � � � if (!str) + � � � � � � � return -EINVAL; + � � � vm_max_readahead_kb = memparse(str, &str) / 1024ULL; Just wondering, shouldn't you check whether the str had a valid value [memparse (str, &next); next > str ..] and if it didn't, then use the DEFAULT... 22 Feb 2010 22:02
btrfs: add discard_compat support
Dmitry Monakhov <dmonakhov(a)openvz.org> writes: If any device in the list has no native discard support we add discard compat support. Devices with native discard support still getting real discard requests. Note: Seems what enabling discard requests result in triggering hidden bug. Orphan list corruption. ... 11 Feb 2010 07:11
[PATCH 4/4] btrfs: add discard_compat support
If any device in the list has no native discard support we add discard compat support. Devices with native discard support still getting real discard requests. Signed-off-by: Dmitry Monakhov <dmonakhov(a)openvz.org> --- fs/btrfs/ctree.h | 1 + fs/btrfs/disk-io.c | 8 ++++++++ fs/btrfs/extent-tre... 11 Feb 2010 07:11
[PATCH] drivers/media/radio/si470x/radio-si470x-usb.c fix use after free
In si470x_usb_driver_disconnect() radio->disconnect_lock is accessed after it is freed. This fixes the problem. Coverity CID: 2530 Signed-off-by: Darren Jenkins <darrenrjenkins(a)gmail.com> --- drivers/media/radio/si470x/radio-si470x-usb.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff -... 11 Feb 2010 07:11