login
Header Space

 
 

Mailing list archives

Search results

Found 156 matching messages (0.018 seconds). Page 1 of 8.

[patch 37/37] md: fix raid5 repair operations

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

[PATCH 37/46] Driver core: use mutex instead of semaphore in DMA pool handler

... 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

[patch 37/37] PNP: make interfaces private to the PNP core

... .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

[PATCH 37/47] usb gadget: issue notifications from ACM function

... 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

[patch 37/46] UWB: i1480/GUWA100U: fix firmware download issues

... 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

[patch 37/37] generic_serial: fix decoding of baud rate

-stable review patch. If anyone has any objections, please let us know. ------------------ From: Daniel Drake Commit d720bc4b8fc5d6d179ef094908d4fbb5e436ffad partially removed a private implementation of baud speed decoding. ...

linux-kernel - Greg KH - Mar 30 2007 - 17:07

RE: [stable] [patch 37/54] SCSI: aacraid: Correct sa platformsupport. (Was: [Bug 8469] Bad EIP value on pentium3 SMPkernel-2.6.21.1)

... 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

RE: [stable] [patch 37/54] SCSI: aacraid: Correct saplatformsupport. (Was: [Bug 8469] Bad EIP value on pentium3SMPkernel-2.6.21.1)

... ; > 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

RE: [stable] [patch 37/54] SCSI: aacraid: Correctsaplatformsupport. (Was: [Bug 8469] Bad EIP value onpentium3SMPkernel-2.6.21.1)

... ; davej@redhat.com > Subject: Re: [stable] [patch 37/54] SCSI: aacraid: ... Salyzyn, Mark > Subject: SCSI: aacraid: Correct sa platform ... and adapter_deliver platform functions (Message [PATCH 1/4] aacraid: > rework communication ...

linux-kernel - Salyzyn, Mark - Jun 8 2007 - 15:23

[PATCH 37/58] KVM: MMU: Fold fix_write_pf() into set_pte_common()

... + 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

[PATCH][37/37] Clean up duplicate includes in sound/soc/

Hi, This patch cleans up duplicate includes in sound/soc/ Signed-off-by: Jesper Juhl --- diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index 80e8210..4dd8f35 100644 --- a/sound/soc/pxa/spitz.c +++ b/ ...

linux-kernel - Jesper Juhl - Jul 21 2007 - 11:04

Re: [PATCH][37/37] Clean up duplicate includes in sound/soc/

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 Acked-by: Richard Purdie - To unsubscribe from ...

linux-kernel - Richard Purdie - Jul 23 2007 - 05:43

Re: [PATCH][37/37] Clean up duplicate includes in sound/soc/

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 Applied this one, too. Thanks, Takashi > --- > ...

linux-kernel - Takashi Iwai - Jul 23 2007 - 10:46

[PATCH 37/52] CRED: Pass credentials to the get_sb() op and various fill_super() ops

... 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

[linux-usb-devel] [PATCH 37/40] USB: missing error check in emi62

From: Oliver Neukum the emi62 also lacks an error check. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- drivers/usb/misc/emi62.c | 4 ++++ 1 files changed, 4

linux-usb-devel - Greg Kroah-Hartman - Oct 25 2007 - 16:14

[PATCH 37/54] ecryptfs: remove version_str file from sysfs

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 Cc: Mike Halcrow

linux-kernel - Greg Kroah-Hartman - Nov 2 2007 - 19:59

[PATCH 37/37] PM: Remove obsolete /sys/devices/.../power/state docs

From: David Brownell The /sys/devices/.../power/state files have been gone for a while now, but I just noticed some documentation that still refers to them. (Fortunately described as DEPRECATED and WILL REMOVE). Time to

linux-kernel - Len Brown - Feb 1 2008 - 00:37

[PATCH 37/37] NFS: Add mount options to enable local caching on NFS

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

[PATCH 37/37] NFS: Add mount options to enable local caching on NFS

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

[PATCH 37/37] NFS: Add mount options to enable local caching on NFS

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

speck-geostationary