[PATCH] dvb-usb/opera1: misplaced parenthesis
The parenthesis was misplaced, tmp is set to 0 or break occurs, while debugging opera1_usb_i2c_msgxfer() retval was not shown. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- diff --git a/drivers/media/dvb/dvb-usb/opera1.c b/drivers/media/dvb/dvb-usb/opera1.c index d4e2309..8305576 100644 --- a/drivers/med... 15 Feb 2010 17:46
[patch -mm 8/9 v2] oom: avoid oom killer for lowmem allocations
If memory has been depleted in lowmem zones even with the protection afforded to it by /proc/sys/vm/lowmem_reserve_ratio, it is unlikely that killing current users will help. The memory is either reclaimable (or migratable) already, in which case we should not invoke the oom killer at all, or it is pinned by an ap... 15 Feb 2010 17:46
[net-next PATCH v4 0/3] net: reserve ports for applications using fixed port
This iteration makes the bitmap dynamically allocated since it is quite big (8192 bytes) and adding that much in BSS may still, apparently, cause problems on some architectures. Octavian Purdila (3): sysctl: refactor integer handling proc code sysctl: add proc_dobitmap net: reserve ports for applicati... 15 Feb 2010 17:45
[PATCH] mtd: misplaced parenthesis in find_boot_record()
The parenthesis was misplaced, upon error a one was shown. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- diff --git a/drivers/mtd/inftlmount.c b/drivers/mtd/inftlmount.c index 32e82ae..a269c62 100644 --- a/drivers/mtd/inftlmount.c +++ b/drivers/mtd/inftlmount.c @@ -102,7 +102,7 @@ static int find_boot_r... 15 Feb 2010 17:45
Stop the instruction set war
Off-topic, but what do you think of this article by Agner Fog, considering that Linus and H. Peter Anvin once worked at Transmeta and H. Peter Anvin now works at Intel: http://agner.org/optimize/blog/read.php?i=25 Particularly look under "Pentium Appendix H". Yuhong Bao ___________________________... 15 Feb 2010 17:45
[PATCH] dmatest: correct raid6 PQ test
The number of PQ sources specified by module parameter "pq_sources" is always forced odd to fit into dmatest's destination verificaton scheme. But number of PQ sources and coefficients as passed to the driver's prep_dma_pq() is not adjusted accordingly. Fix it now to get correct PQ testing results in the case pas... 15 Feb 2010 17:45
Subject: [PATCH] w1: mxc_w1: move probe and remove to the dev* text area.
Hello Albert, On Mon, Feb 15, 2010 at 07:49:01PM +0100, Alberto Panizzo wrote: This fixes the section mismatch warning for mxc_w1_probe() Acked-by: Uwe Kleine-K�nig <u.kleine-koenig(a)pengutronix.de> --- This patch apply to linus 2.6.33-rc8 tree. I think that could be marked for stable releases. hm... 15 Feb 2010 15:28
ext4: ext4_xattr_ibody_set() error ignored in ext4_expand_extra_isize_ea()
On Thu, Feb 04, 2010 at 05:11:27PM +0100, Roel Kluin wrote: The error handling was missing. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- Is this needed? Yep, it's added, thanks. I'm not entirely right the error handling is completely correct in this function; in particular, if we fail after... 15 Feb 2010 15:28
[RFC]: new LSI MegaRAID driver implementation
Hi, We (LSI MegaRAID team) are working on enhancing the functionality of the MegaRAID driver. These enhancements include support for next generation HBAs. The new generation HBA interface would be significant different than the current interface. There would not be any changes for raid management application driv... 15 Feb 2010 13:12
Check O_* flags set with fcntl() on anon_inode files.
On Sun, Feb 14, 2010 at 03:52:05AM +0000, Al Viro wrote: On Sat, Feb 13, 2010 at 04:27:43PM -0800, Matt Helsley wrote: anon_inode interfaces often do not support flags that can be set by fcntl(). Right now using fcntl() to set these flags falsely reports success for things like O_ASYNC yet SIGIO is no... 17 Feb 2010 00:16