login
Header Space

 
 

Mailing list archives

Search results

Found 49 matching messages (0.001 seconds). Page 1 of 3.

Re: [PATCH {1,3}/7] ata: add missing ATA_CMD_* defines

... ATA_SMART_* > defines while at it. > > Partially based on earlier work by Chris Wedgwood. [...] On Wed, Jul 23, 2008 at ... > Partially based on earlier work by Chris Wedgwood. ACK/signoff from me (in so far as it's relevant, my ...

linux-kernel - Chris Wedgwood - Jul 23 2008 - 19:52

[PATCH] ACPI_IBM_BAY can not coexist with ACPI_BAY

... to just make sure the Kconfig magic disallows ACPI_IBM_BAY when ACPI_BAY is enabled. Signed-off-by: Chris Wedgwood diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index e2ce4a9.. ...

linux-kernel - Chris Wedgwood - Mar 15 2007 - 03:10

Re: [PATCH 0/5] fallocate system call

... 03:56:32PM +1000, David Chinner wrote: > On Sun, Apr 29, 2007 at 10:25:59PM -0700, Chris Wedgwood wrote: > IIRC, the argument for FA_ALLOCATE changing file size is that > posix_fallocate() is supposed to change the file ...

linux-kernel - Chris Wedgwood - Apr 30 2007 - 02:01

[PATCH] Remove unused device_probe_drivers function.

Signed-off-by: Chris Wedgwood --- drivers/base/dd.c | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/drivers/base/dd.c b/drivers/base/dd.c index 92428e5..b0088b0 100644 --- a/ ...

linux-kernel - Chris Wedgwood - May 8 2007 - 14:15

[PATCH] Type cast some size_t arguments to 'unsigned int' to avoid (harmless) gcc printk warnings.

Signed-off-by: Chris Wedgwood --- net/sunrpc/sched.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 4a53e94..60df3c1 100644 --- a/net/ ...

linux-kernel - Chris Wedgwood - May 8 2007 - 14:29

[PATCH] [x86-64] Add getcpu and epoll_pwait system calls.

Signed-off-by: Chris Wedgwood --- include/asm-x86_64/unistd.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h index 26e23e0.. ...

linux-kernel - Chris Wedgwood - May 8 2007 - 14:37

Re: [PATCH] [x86-64] Add getcpu and epoll_pwait system calls.

On Tue, May 08, 2007 at 11:37:26AM -0700, Chris Wedgwood wrote: > +#define __NR_getcpu 280 I see something was merged just now that uses 280. Should I resubmit this using 281 & 282? - To unsubscribe from this list: send the ...

linux-kernel - Chris Wedgwood - May 8 2007 - 17:28

2.6.24-rc2 XFS nfsd hang --- filldir change responsible?

On Tue, Nov 13, 2007 at 11:04:00PM -0800, Chris Wedgwood wrote: > With 2.6.24-rc2 (amd64) I sometimes (usually but perhaps not always) > see a hang when accessing some NFS exported XFS filesystems. Local > access to these ...

linux-kernel - Chris Wedgwood - Nov 14 2007 - 07:49

[PATCH] Add 'short help text' to ATA_ACPI so it's [de]selectable.

... .org> cc: Tejun Heo cc: Len Brown Signed-off-by: Chris Wedgwood diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 25aba69..ea665c2 100644 --- a/ ...

linux-kernel - Chris Wedgwood - Mar 18 2008 - 18:06

Re: data corruption with nvidia chipsets and IDE/SATA drives (k8 cpu errata needed?)

On Tue, Jan 16, 2007 at 08:52:32PM +0100, Christoph Anton Mitterer wrote: > I agree,... it seems drastic, but this is the only really secure > solution. I'd like to here from Andi how he feels about this? It seems like a somewhat drastic solution

linux-kernel - Chris Wedgwood - Jan 16 2007 - 16:31

Re: data corruption with nvidia chipsets and IDE/SATA drives (k8 cpu errata needed?)

On Tue, Jan 16, 2007 at 09:31:31PM +0100, Krzysztof Halasa wrote: > Do you (someone) have (maintain) a list of affected systems, > including motherboard type and possibly version, BIOS version and > CPU type? A similar list of unaffected systems with

linux-kernel - Chris Wedgwood - Jan 16 2007 - 16:35

Re: data corruption with nvidia chipsets and IDE/SATA drives (k8 cpu errata needed?)

On Tue, Jan 16, 2007 at 08:26:05AM -0600, Robert Hancock wrote: > >If one use iommu=soft the sata_nv will continue to use the new code > >for the ADMA, right? > > Right, that shouldn't affect it. right now i'm thinking if we can't figure out

linux-kernel - Chris Wedgwood - Jan 16 2007 - 14:01

Re: data corruption with nvidia chipsets and IDE/SATA drives (k8 cpu errata needed?)

On Thu, Jan 18, 2007 at 04:00:28AM -0700, Erik Andersen wrote: > I just tried again and while using iommu=soft does avoid the > corruption problem, as with previous kernels with 2.6.20-rc5 using > iommu=soft still makes my pcHDTV HD5500 DVB cards not

linux-kernel - Chris Wedgwood - Jan 18 2007 - 12:36

Re: data corruption with nvidia chipsets and IDE/SATA drives (k8 cpu errata needed?)

On Thu, Jan 18, 2007 at 10:29:14AM +0100, joachim wrote: > Not only has it only been on Nvidia chipsets but we have only seen > reports on the Nvidia CK804 SATA controller. People have reported problems with other controllers. I have one here I

linux-kernel - Chris Wedgwood - Jan 18 2007 - 12:42

Re: [PATCH] ACPI: ibm-acpi: allow module to load when acpi notifiers can't be set

On Thu, Mar 15, 2007 at 02:51:14PM -0300, Henrique de Moraes Holschuh wrote: > This patch allows for ibm-acpi to coexist (with diminished > functionality) with other drivers like ACPI_BAY. Given the ACP_IBM_BAY implementation is more complete (or

linux-kernel - Chris Wedgwood - Mar 15 2007 - 15:17

Re: [RFC][PATCH] sys_fallocate() system call

I hate to comment at this late stage, especially on something that I think is really a great idea (I did similar more complex, sys_blkalloc with even more arguments time ago --- I'm glad given how complex this thread has become I didn't post them now)

linux-kernel - Chris Wedgwood - Mar 21 2007 - 17:35

Re: Interface for the new fallocate() system call

On Thu, Mar 29, 2007 at 05:21:26PM +0530, Amit K. Arora wrote: > int fallocate(int fd, loff_t offset, loff_t len, int mode) Right now there are only two possible values for mode --- it's not clear what additional values there will be in the

linux-kernel - Chris Wedgwood - Mar 29 2007 - 12:35

Re: Warning: unable to open an initial console.

On Mon, Apr 02, 2007 at 12:04:56PM -0700, Tom Strader wrote: > I have seen quite a few posts regarding unable to open an initial > console, but my system seems to have the necessary things in place > so I come looking for help. your rootfs/

linux-kernel - Chris Wedgwood - Apr 2 2007 - 18:49

Re: Linux 2.6.21-rc6

On Sun, Apr 08, 2007 at 08:59:03PM -0400, Jeff Garzik wrote: > >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc6/2.6.21-rc6-mm1/broken-out/forcedeth-work-around-null-skb-dereference-crash.patch > > It sounded this was specific

linux-kernel - Chris Wedgwood - Apr 10 2007 - 03:57

Re: [PATCH 0/5] fallocate system call

On Fri, Apr 27, 2007 at 07:46:13PM +0200, Heiko Carstens wrote: > If one insists to have fd at first argument, what is wrong with > having u32 arguments only? Well, I was one of those who objected as it seems *UGLY* to me. > It's not that this

linux-kernel - Chris Wedgwood - Apr 27 2007 - 16:42

speck-geostationary