Found 156 matching messages (0.018 seconds). Page 1 of 8.
2.6.25-stable review patch. If anyone has any objections, please let us know ... : Mon, 12 May 2008 14:02:12 -0700 Subject: [patch 37/37] md: fix raid5 'repair' operations commit bd2ab67030e9116f1e4aae1289220255412b37fd "md: close a livelock window in ...
linux-kernel - Greg KH - May 13 2008 - 16:12
... b/drivers/base/dmapool.c index cd467c9..9406259 100644 --- a/drivers/base/dmapool.c +++ b/drivers/base/dmapool.c @@ -37,7 +37,7 @@ struct dma_page { /* cacheable header for 'allocation' bytes */ #define POOL_TIMEOUT_JIFFIES ((100 /* msec */ * HZ) ...
linux-kernel - Greg Kroah-Hartman - Apr 27 2007 - 14:53
... .orig/include/linux/pnp.h 2008-03-25 15:28:23.000000000 -0600 +++ work7/include/linux/pnp.h 2008-03-25 15:37:32.000000000 -0600 @@ -390,19 +390,12 @@ #if defined(CONFIG_PNP) /* device management */ -int pnp_register_protocol(struct pnp_protocol * ...
linux-kernel - Bjorn Helgaas - Mar 26 2008 - 13:11
... resolves several REVISIT comments in the code. (Based on a patch from Felipe Balbi.) Note that this doesn't expose USB_CDC_CAP_BRK ... +++ b/drivers/usb/gadget/f_acm.c @@ -47,16 +47,37 @@ struct f_acm { u8 ctrl_id, data_id; u8 port_num; + ...
linux-usb - Greg Kroah-Hartman - Aug 13 2008 - 20:44
... RCEB received after the download notification. This patch handles this RCEB and keeps compatibility with ... the checking was being duplicated. This patch was tested on both i1480 and ... 17:31:01.000000000 +0100 @@ -37,29 +37,45 @@ #define D_LOCAL 0 # ...
linux-usb - David Vrabel - Aug 14 2008 - 10:13
-stable review patch. If anyone has any objections, please let us know.
------------------
From: Daniel Drake
linux-kernel - Greg KH - Mar 30 2007 - 17:07
... stable@kernel.org > Subject: Re: [stable] [patch 37/54] SCSI: aacraid ... member > > named 'adapter_restart' > > Mark, this patch is apparently against a slightly ... and adapter_deliver platform functions (Message [PATCH 1/4] aacraid: > rework communication ...
linux-kernel - Salyzyn, Mark - Jun 8 2007 - 14:21
... ; > stable@kernel.org > Subject: Re: [stable] [patch 37/54] SCSI: aacraid: Correct > ... (mark_salyzyn@adaptec.com) wrote: > > Yes, split the patch into the two pieces for 2.6. ... . Are you suggesting to use the patch I included > (which simply drops the -> ...
linux-kernel - Salyzyn, Mark - Jun 8 2007 - 14:32
... ; davej@redhat.com
> Subject: Re: [stable] [patch 37/54] SCSI: aacraid: ... Salyzyn, Mark
linux-kernel - Salyzyn, Mark - Jun 8 2007 - 15:23
... + if (access_bits & PT_USER_MASK) + *shadow_pte |= PT_USER_MASK; if (is_error_hpa(paddr)) { *shadow_pte |= gaddr; @@ -231,37 +248,50 @@ static void FNAME(set_pte_common)(struct kvm_vcpu *vcpu, access_bits &= ~PT_WRITABLE_MASK; } - ...
linux-kernel - Avi Kivity - Jun 17 2007 - 05:44
Hi,
This patch cleans up duplicate includes in
sound/soc/
Signed-off-by: Jesper Juhl
linux-kernel - Jesper Juhl - Jul 21 2007 - 11:04
On Sat, 2007-07-21 at 17:04 +0200, Jesper Juhl wrote:
> This patch cleans up duplicate includes in
> sound/soc/
>
>
> Signed-off-by: Jesper Juhl
linux-kernel - Richard Purdie - Jul 23 2007 - 05:43
At Sat, 21 Jul 2007 17:04:16 +0200,
Jesper Juhl wrote:
>
> Hi,
>
> This patch cleans up duplicate includes in
> sound/soc/
>
>
> Signed-off-by: Jesper Juhl
linux-kernel - Takashi Iwai - Jul 23 2007 - 10:46
... cred, + struct vfsmount *mnt) { if (proc_mnt) { /* Seed the root directory with a pid so it doesn't need @@ -37,7 +38,7 @@ static int proc_get_sb(struct file_system_type *fs_type, if (!ei->pid) ei->pid = find_get_pid(1); } - return ...
linux-kernel - David Howells - Oct 12 2007 - 12:08
From: Oliver Neukum
linux-usb-devel - Greg Kroah-Hartman - Oct 25 2007 - 16:14
This file violates the one-value-per-file sysfs rule.
If you all want it added back, please do something like a per-feature
file to show what is present and what isn't.
Cc: Kay Sievers
linux-kernel - Greg Kroah-Hartman - Nov 2 2007 - 19:59
From: David Brownell
linux-kernel - Len Brown - Feb 1 2008 - 00:37
Add NFS mount options to allow the local caching support to be enabled. The attached patch makes it possible for the NFS filesystem to be told to make use of the network filesystem local caching service (FS-Cache). To be able to use this, a recent ...
linux-fsdevel - David Howells - Feb 8 2008 - 12:55
Add NFS mount options to allow the local caching support to be enabled. The attached patch makes it possible for the NFS filesystem to be told to make use of the network filesystem local caching service (FS-Cache). To be able to use this, a recent ...
linux-kernel - David Howells - Feb 8 2008 - 12:55
Add NFS mount options to allow the local caching support to be enabled. The attached patch makes it possible for the NFS filesystem to be told to make use of the network filesystem local caching service (FS-Cache). To be able to use this, a recent ...
linux-fsdevel - David Howells - Feb 20 2008 - 12:09