scsi: fix operator precedence warning
> - *tcp_source_port_num = (uint16_t) mbox_sts[6] >> 16; + *tcp_source_port_num = (uint16_t) (mbox_sts[6] >> 16); I wonder why we need that cast at all? The fact that tcp_source_port_num is a uint16_t* should cause the value to get truncated properly anyway. But I agree that this patch is a minimal fix ... 26 Apr 2010 13:46
[PATCH 2/2] [MTD] Call bdi_init() and bdi_register()
Otherwise we hit a BUG_ON in bdi_queue_work(). Signed-off-by: Joern Engel <joern(a)logfs.org> --- drivers/mtd/mtdcore.c | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c index cb4858b..8dd3e46 100644 --- a/drivers/mtd/mtdcore... 26 Apr 2010 13:46
2.6.34-rc5-git6 (plus all patches) -- new INFO: suspicious rcu_dereference_check() usage.
On Sun, Apr 25, 2010 at 05:19:38PM -0400, Miles Lane wrote: [ 139.730133] [ INFO: suspicious rcu_dereference_check() usage. ] [ 139.730136] --------------------------------------------------- [ 139.730139] include/net/inet_timewait_sock.h:227 invoked rcu_dereference_check() without protection! [ 139.... 26 Apr 2010 12:37
perf: Fix libdw-dev package name in error message
Em Mon, Apr 26, 2010 at 03:27:03PM +0100, Stefan Hajnoczi escreveu: The headers required for DWARF support are provided by the libdw-dev package in Debian-based distros. This patch corrects the elfutils-dev package name to libdw-dev in the Makefile error message when libdw.h is not found. Signed-off... 26 Apr 2010 13:46
x86: Do not write into VGA memory space if there is no VGA device in the system
On Mon, Apr 26, 2010 at 11:43:44AM -0400, Bastien ROUCARIES wrote: On Tue, Apr 20, 2010 at 6:16 PM, Guenter Roeck <guenter.roeck(a)ericsson.com> wrote: Ensure that early_printk() does not write into VGA memory space if there is not VGA device in the system. Signed-off-by: Guenter Roeck <guenter.... 26 Apr 2010 12:37
[PATCH] KEYS: The request_key() syscall should link an existing key to the dest keyring
The request_key() system call and request_key_and_link() should make a link from an existing key to the destination keyring (if supplied), not just from a new key to the destination keyring. This can be tested by: ring=`keyctl newring fred @s` keyctl request2 user debug:a a keyctl request user debug:a $rin... 26 Apr 2010 12:37
[PATCH] KEYS: The request_key() syscall should link an existing key to the dest keyring
The request_key() system call and request_key_and_link() should make a link from an existing key to the destination keyring (if supplied), not just from a new key to the destination keyring. This can be tested by: ring=`keyctl newring fred @s` keyctl request2 user debug:a a keyctl request user debug:a $rin... 26 Apr 2010 11:23
Linux 2.6.32.12
I'm announcing the release of the 2.6.32.12 kernel. All users of the 2.6.32 kernel series should upgrade. Many thanks to maximilian attems for all of his hard work in digging out patches from the various vendor kernel trees for this release. It is much appreciated. The updated 2.6.32.y git tree can be found... 26 Apr 2010 11:23
regulator: Allow regulator-regulator supplies to be specified by name
On Mon, 2010-04-26 at 15:18 +0100, Mark Brown wrote: When one regulator supplies another allow the relationship to be specified using names rather than struct regulators, in a similar manner to that allowed for consumer supplies. This allows static configuration at compile time, reducing the need for dynami... 26 Apr 2010 11:22
x86: Do not write into VGA memory space if there is no VGA device in the system
On 04/26/2010 07:35 AM, Pekka Enberg wrote: Wouldn't it be better to switch to, say, serial console here to avoid the NULL check in early_printk()? This would be another possibility. However, since the serial console was not explicitly selected, it would possibly not be initialized. ... 26 Apr 2010 11:22