First  |  Prev |  Next  |  Last
Pages: 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258
core_pattern: fix long parameters was truncated by core_pattern handler
> + � � � � � � � � � � � � � � � rc = snprintf(NULL, 0, "%s", current->comm); rc = strlen(current->comm) would be smaller -- vda -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/ma... 2 Aug 2010 11:26
[GIT PULL] iBFT features for v2.6.36
Hi Linus, This pull requests consists of features to the iBFT driver. Specifically: - support v1.03 of the spec. The spec in question is available at: ftp://ftp.software.ibm.com/systems/support/bladecenter/iscsi_boot_firmware_table_v1.03.pdf - separate the iBFT parsing from the SysFS interface. These pa... 2 Aug 2010 11:26
hibernation: freeze swap at hibernation (Was Re: Memory corruption during hibernation since 2.6.31
On Monday, August 02, 2010, KAMEZAWA Hiroyuki wrote: On Fri, 30 Jul 2010 13:14:32 +0900 KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> wrote: On Thu, 29 Jul 2010 21:10:10 -0700 Hugh Dickins <hughd(a)google.com> wrote: On Thu, Jul 29, 2010 at 5:01 PM, KAMEZAWA Hiroyuki <kamezawa... 3 Aug 2010 20:14
[PATCH 1/2 block#for-linus] bio, fs: update READA and SWRITE to match the corresponding BIO_RW_* bits
Commit a82afdf (block: use the same failfast bits for bio and request) moved BIO_RW_* bits around such that they match up with REQ_* bits. Unfortunately, fs.h hard coded READ, WRITE, READA and SWRITE as 0, 1, 2 and 3, and expected them to match with BIO_RW_* bits. READ/WRITE didn't change but BIO_RW_AHEAD was move... 2 Aug 2010 11:26
[PATCH RESEND 1/2 block#for-linus] bio, fs: update READA and SWRITE to match the corresponding BIO_RW_* bits
Commit a82afdf (block: use the same failfast bits for bio and request) moved BIO_RW_* bits around such that they match up with REQ_* bits. Unfortunately, fs.h hard coded READ, WRITE, READA and SWRITE as 0, 1, 2 and 3, and expected them to match with BIO_RW_* bits. READ/WRITE didn't change but BIO_RW_AHEAD was move... 2 Aug 2010 11:26
core_pattern: fix long parameters was truncated by core_pattern handler
On 08/02, Xiaotian Feng wrote: @@ -1466,78 +1496,126 @@ static int format_corename(char *corename, long signr) goto out; /* Double percent, output one percent */ case '%': - if (out_ptr == out_end) - goto out; *out_ptr++ = '%'; Hmm. Not sure I understand why we do not... 2 Aug 2010 10:19
mips,kgdb: Individual register get/set for mips
On Fri, Jul 30, 2010 at 02:17:26PM -0500, Jason Wessel wrote: Implement the ability to individually get and set registers for kdb and kgdb for mips. Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> CC: Ralf Baechle <ralf(a)linux-mips.org> CC: linux-mips(a)linux-mips.org Looks good; I think t... 2 Aug 2010 10:19
Over-eager swapping
We run a number of relatively large x86-64 hosts with twenty or so qemu-kvm virtual machines on each of them, and I'm have some trouble with over-eager swapping on some (but not all) of the machines. This is resulting in customer reports of very poor response latency from the virtual machines which have been swappe... 4 Aug 2010 09:13
vfs: only add " (deleted)" where necessary
On Mon, 02 Aug 2010 13:20:01 +0200, Miklos Szeredi said: Index: linux-2.6/fs/dcache.c =================================================================== --- linux-2.6.orig/fs/dcache.c 2010-07-06 18:08:16.000000000 +0200 +++ linux-2.6/fs/dcache.c 2010-07-06 18:08:19.000000000 +0200 @@ -1977,8 +1977,7 @... 2 Aug 2010 11:26
[PATCH 1/9 v3] staging: dt3155: check put_user() return value
put_user() returns code was not checked for errors. To simplify the code fill local struct dt3155_read with data and copy it with single copy_to_user() call. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/dt3155/dt3155_drv.c | 13 ++++++------- 1 files changed, 6 insertions(+), 7 dele... 2 Aug 2010 09:13
First  |  Prev |  Next  |  Last
Pages: 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258