login
Header Space

 
 

Mailing list archives

Search results

Found 203 matching messages (0.020 seconds). Page 1 of 11.

[PATCH 31/61] sysfs: make sysfs_dirent->s_element a union

... /sysfs/bin.c | 18 ++++++++++------ fs/sysfs/dir.c | 31 +++++++++++++--------------- fs/sysfs/file.c | 19 +++++++++-------- fs/sysfs/inode ... mount.c +++ b/fs/sysfs/mount.c @@ -31,7 +31,6 @@ static struct sysfs_dirent sysfs_root = { ...

linux-kernel - Greg Kroah-Hartman - Jul 11 2007 - 19:31

[patch 31/37] PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table

... =================================================================== --- work7.orig/drivers/pnp/resource.c 2008-03-31 17:12:25.000000000 -0600 +++ work7/drivers/pnp/resource.c 2008-03-31 17:15:31.000000000 -0600 @@ -216,14 +216,17 @@ ...

linux-kernel - Bjorn Helgaas - Apr 1 2008 - 11:17

[PATCH 31] drivers/scsi/ide-scsi.c: kmalloc + memset conversion to kzalloc

... ide-scsi.c 2007-07-26 13:07:42.000000000 +0200 +++ linux-2.6.23-rc1-mm1-b/drivers/scsi/ide-scsi.c 2007-07-31 14:09:51.000000000 +0200 @@ -328,17 +328,15 @@ static int idescsi_check_condition(ide_d u8 *buf; /* stuff a sense request in ...

linux-kernel - Mariusz Kozlowski - Jul 31 2007 - 14:01

[patch 31/36] Revert "Fix SMP poweroff hangs"

2.6.22-stable review patch. If anyone has any objections, please let us know. ------------------ From: Greg Kroah ... 2 deletions(-) --- a/kernel/sys.c +++ b/kernel/sys.c @@ -31,7 +31,6 @@ #include #include # ...

linux-kernel - Greg KH - Dec 13 2007 - 02:35

[PATCH 31/49] ext4: Take read lock during overwrite case.

... inode.c +++ b/fs/ext4/inode.c @@ -901,11 +901,31 @@ int ext4_get_blocks_wrap(handle_t *handle, struct inode *inode, sector_t block, ... (struct inode *inode, sector_t iblock, -- 1.5.4.rc3.31.g1271-dirty -- To unsubscribe from this list: send the line ...

linux-kernel - Theodore Ts'o - Jan 21 2008 - 23:02

[PATCH 31/57] pc87413_wdt: clean up, coding style, unlocked_ioctl

... /watchdog/pc87413_wdt.c index 15e4f88..326f2d2 100644 --- a/drivers/watchdog/pc87413_wdt.c +++ b/drivers/watchdog/pc87413_wdt.c @@ -31,9 +31,9 @@ #include #include #include +#include < ...

linux-kernel - Alan Cox - May 19 2008 - 09:07

[PATCH 31/79] Driver Core: add ability for class_for_each_device to start in middle of list

... will be using this new functionality in a follow-on patch. Cc: Kay Sievers Signed-off- ... ++-- include/linux/device.h | 3 ++- 6 files changed, 31 insertions(+), 19 deletions(-) diff --git a/drivers/base/class. ...

linux-kernel - Greg Kroah-Hartman - Jul 22 2008 - 01:18

[patch 31/50] corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)

-stable review patch. If anyone has any objections, please let us know. ... length field read by cramfs_readpage(). This patch adds a sanity check to cramfs_readpage() ... :37:20 +0000 (-0800) Subject: [patch 31/50] [PATCH] corrupted cramfs filesystems cause ...

linux-kernel - Chris Wright - Jan 5 2007 - 22:28

[patch 31/37] SCSI: qla1280: Fix queue depth problem

2.6.25-stable review patch. If anyone has any objections, please let us ... which 1 is subtracted elsewhere, giving net of 31). I tested with a Seagate ST336753LC, and ... good, so I'm satisfied with this patch. Signed-off-by: Jeremy Higdon

linux-kernel - Greg KH - May 13 2008 - 16:12

[PATCH 31/40] KVM: irq ack notification

... Based on a patch from: Ben-Ami Yassour patch missed two things: - Edge triggered interrupts ... fmt,##arg) @@ -285,26 +286,31 @@ void kvm_ioapic_set_irq(struct kvm_ioapic *ioapic, ...

linux-kvm - Avi Kivity - Sep 23 2008 - 09:46

[PATCH 31/40] KVM: irq ack notification

... Based on a patch from: Ben-Ami Yassour patch missed two things: - Edge triggered interrupts ... fmt,##arg) @@ -285,26 +286,31 @@ void kvm_ioapic_set_irq(struct kvm_ioapic *ioapic, ...

linux-kernel - Avi Kivity - Sep 23 2008 - 09:46

[PATCH 31/34] __initdata cleanup - pnp

... /core.c 2007-01-25 04:19:28.000000000 +0200 +++ linux-2.6.20-rc6-mm3/drivers/pnp/pnpacpi/core.c 2007-01-31 22:19:30.000000000 +0200 @@ -236,7 +236,7 @@ static acpi_status __init pnpacpi_add_de return AE_OK; } -int pnpacpi_disabled __initdata; + ...

linux-kernel - Alon Bar-Lev - Feb 9 2007 - 11:34

[patch 31/31] UML - arch_prctl should set thread fs

-stable review patch. If anyone has any objections, please let us know. ------------------ From: Jeff Dike x86_64 needs some TLS fixes. What was missing was remembering the child thread id during clone and stuffing it into ...

linux-kernel - Greg KH - Mar 19 2007 - 17:41

[patch 31/31] Update libata drive blacklist to the latest from 2.6.21

-stable review patch. If anyone has any objections, please let us know. ------------------ Update libata drive blacklist to the latest from 2.6.21 Removes one duplicate entry from blacklist table, adds several entries for drives with broken NCQ ...

linux-kernel - Greg KH - Apr 11 2007 - 18:53

[PATCH] [31/48] i386: Use per-cpu GDT immediately upon boot

... - .quad 0x0000000000000000 /* 0xf0 - unused */ - .quad 0x0000000000000000 /* 0xf8 - GDT entry 31: double-fault TSS */ - Index: linux/arch/i386/kernel/smpboot.c =================================================================== --- linux.orig/arch/ ...

linux-kernel - Andi Kleen - Apr 29 2007 - 06:53

Re: [PATCH 31/33] Fusion: sg chaining support

On Mon, Jul 16 2007, FUJITA Tomonori wrote: > From: Jens Axboe > Subject: [PATCH 31/33] Fusion: sg chaining support > Date: Mon, 16 Jul 2007 11:47:45 +0200 > > > Cc: Eric.Moore@lsi.com > > Signed- ...

linux-kernel - Jens Axboe - Jul 16 2007 - 09:25

Re: [PATCH 31/33] Fusion: sg chaining support

From: Jens Axboe Subject: [PATCH 31/33] Fusion: sg chaining support Date: Mon, 16 Jul 2007 11:47:45 +0200 > Cc: Eric.Moore@lsi.com > Signed-off-by: Jens Axboe

linux-kernel - FUJITA Tomonori - Jul 16 2007 - 09:20

Re: [PATCH 31] drivers/scsi/ide-scsi.c: kmalloc + memset conversion to kzalloc

On Tuesday 31 July 2007, Mariusz Kozlowski wrote: > Signed-off-by: Mariusz Kozlowski > > drivers/scsi/ide-scsi.c | 34642 -> 34536 (-106 bytes) > drivers/scsi/ide-scsi.o | 171728 -> 171524 (-204 bytes) > > drivers/scsi/ ...

linux-kernel - Bartlomiej Zolnierkiewicz - Aug 1 2007 - 17:02

Re: [PATCH 31/35] Unionfs: Internal include file

On Dec 4 2006 07:31, Josef 'Jeff' Sipek wrote: >+++ b/fs/unionfs/union.h >+#include >+#include >+#include >+#include I think someone once said asm/s should be after all the linux/s. ...

linux-fsdevel - Jan Engelhardt - Dec 5 2006 - 15:41

[PATCH 31/31] IGET: Remove iget() and the read_inode() super op as being obsolete [try #3]

... in a filesystem from code outside that filesystem. iget_locked() should be used instead. A new function is added in an earlier patch (iget_failed) that is to be called to mark an inode as bad, unlock it and release it should the get routine fail. ...

linux-fsdevel - David Howells - Oct 10 2007 - 17:45

speck-geostationary