login
Header Space

 
 

Mailing list archives

Search results

Found 876 matching messages (0.061 seconds). Page 1 of 44.

RE: [PATCH 7/9] irq-remove: scsi driver trivial

... -ported driver modules once this patch becomes a legacy). I am ... LKML > Cc: Eric Biederman > Subject: [PATCH 7/9] irq-remove: scsi ... drivers/scsi/megaraid.c > @@ -1244,7 +1244,6 @@ bug_blocked_mailbox: > > /** > * megaraid_isr_iomapped() > - * @irq ...

linux-kernel - Salyzyn, Mark - Oct 19 2007 - 09:00

Re: [patch 7/9] lguest: the net driver

... and module unload in the documentation patch for future enthusiasts. The rest is ... the extract from my current "feedback" patch: ... 2) Jeff Garzik - Use netdev_priv instead ... 25 2007 +1000 @@ -27,6 +27,7 @@ #include #include < ...

linux-kernel - Rusty Russell - May 10 2007 - 06:12

Re: [PATCH 7/7] Use struct path in struct svc_export

... data_left, fileid_type, > nfsd_acceptable, exp); > } > @@ -289,7 +289,7 @@ out: > static void _fh_update(struct svc_fh ... ->fh.fh_dentry, > &resp->stat)); > } > @@ -49,7 +49,7 @@ static __be32 > nfsd_return_dirop(__be32 err, ...

linux-kernel - J. Bruce Fields - Nov 1 2007 - 17:47

Re: [PATCH 7/7] udf: cache struct udf_inode_info

... > if (bloc.logicalBlockNum < 0 || > @@ -455,6 +456,7 @@ static void udf_table_free_blocks(struct super_block *sb, > ... &udf_wbc); > page_cache_release(page); > @@ -219,6 +222,7 @@ struct buffer_head *udf_expand_dir_adinicb(struct inode *inode, int ...

linux-kernel - Jan Kara - Jan 7 2008 - 10:55

Re: [PATCH 7/7] driver-core : convert semaphore to mutex in struct class

... class_dev) class_device_unregister(class_dev); @@ -818,7 +818,7 @@ int class_for_each_device(struct class ... dev->class->devices); @@ -791,7 +789,7 @@ int device_add(struct device ... 000000000 +0800 @@ -20,6 +20,7 @@ #include #include ...

linux-kernel - Dave Young - Jan 15 2008 - 05:15

Re: [PATCH 7/7] driver-core : convert semaphore to mutex in struct class

... the class_device will be away soon, the patch is updated as following because the problem ... darkstar@gmail.com> > Sorry for the dirty patch, please don't test the previous ... :47.000000000 +0800 @@ -20,6 +20,7 @@ #include #include

linux-kernel - Dave Young - Jan 20 2008 - 21:43

Re: [PATCH 7/7] fix lines over 80 characters

... /x86/math-emu/errors.c > > @@ -75,7 +75,8 @@ void FPU_printall(void) > ... d)\n", FPU_modrm, FPU_modrm & 0xf8, > > + FPU_modrm & 7); > > else > > printk(KERN_ERR " /%d, mod=%d ... . Yes, you are right. Ingo, patch 7 deserves to be deleted. ...

linux-kernel - Paolo Ciarrocchi - Jan 31 2008 - 18:54

Re: [PATCH] [7/11] Convert DRM to unlocked_fasync

... /char/drm/i810_dma.c > @@ -117,7 +117,7 @@ static const struct file_operations i810 > ... /char/drm/i830_dma.c > @@ -119,7 +119,7 @@ static const struct file_operations i830 > ... /char/drm/i915_drv.c > @@ -559,7 +559,7 @@ static struct drm_driver driver = { ...

linux-kernel - Dave Airlie - May 21 2008 - 02:36

Re: [PATCH 7/7] dccp: Initialise option area of v4/v6 request socket

... infrastructure. Please consider the following patch instead, it is compile tested only ... (req == NULL) goto drop; @@ -605,7 +605,6 @@ int dccp_v4_conn_request(struct ... if (!req) goto out; @@ -301,7 +301,6 @@ struct sock *cookie_v4_check( ...

linux-netdev - Arnaldo Carvalho de Melo - Jun 10 2008 - 10:38

Re: [PATCH 7/8] x86 boot: show pfn addresses in hex not decimal in some kernel info printks

... (page)); > return page; > } > @@ -3546,7 +3546,7 @@ void __init add_active_range(unsigned in > ... , end_pfn, > nr_nodemap_entries, MAX_ACTIVE_REGIONS); > @@ -3945,7 +3945,7 @@ void __init free_area_init_nodes(unsigne > ...

linux-kernel - Yinghai Lu - Jun 16 2008 - 03:05

Re: [patch 7/8] fdmap v2 - implement sys_socket2

On Thu, 7 Jun 2007, Eric Dumazet wrote: > On Thu, 7 Jun 2007 07:59:47 -0400 > Kyle Moffett ... opened (0,1,2) > > FD_CLOFORK should help here (BTW : current patch from Davide doesnt take this > into account and might need a change ...

linux-kernel - Davide Libenzi - Jun 7 2007 - 11:51

Re: [patch 7/8] fdmap v2 - implement sys_socket2

On Thu, 7 Jun 2007 11:39:39 -0700 (PDT) Davide Libenzi wrote: > On Thu, 7 Jun 2007, Ulrich Drepper wrote: > > ... ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/patches/fix-eventd-syscall> - To unsubscribe from this ...

linux-kernel - Andrew Morton - Jun 7 2007 - 16:03

Re: [patch 7/8] fdmap v2 - implement sys_socket2

On Thu, 7 Jun 2007, Linus Torvalds wrote: > On Thu, 7 Jun 2007, Eric Dumazet wrote: > > > > This is a nice idea, but 32/64 compat code is going to hate it :) > > It should be fairly simple for 32/64-bit compat code too. > > The compat code ...

linux-kernel - Davide Libenzi - Jun 7 2007 - 17:41

Re: [PATCH 7/16] Helpers to find the task by its numerical ids

... 2007-07-06 10:58:56.000000000 +0400 | +++ ./fs/proc/base.c 2007-07-06 11:03:41.000000000 +0400 | @@ -2230,7 +2230,7 @@ static struct task_struct *next_tgid(uns | rcu_read_lock(); | retry: | task = NULL; | - pid = find_ge_pid(tgid); | + pid = ...

linux-kernel - sukadev - Jul 10 2007 - 00:00

Re: [PATCH 7/16] Helpers to find the task by its numerical ids

... 03:41.000000000 +0400 > | @@ -2230,7 +2230,7 @@ static struct task_struct *next_tgid( ... Yes, I know this. The [PATCH 15/16] has to switch ... won't suffer when this patch set is in mainline. That' ... them. This is easier to patch only the boundary to the ...

linux-kernel - Pavel Emelianov - Jul 10 2007 - 02:47

Re: [PATCH 7/12] drivers/isdn/hisax/hfc_pci.c: replace pci_find_device with pci_get_device

... file changed, 9 insertions(+), 4 deletions(-) Following patch replaces pci_find_device with pci_get_device to avoid following ... id_list[i].device_id, dev_hfcpci); i++; @@ -1687,7 +1687,7 @@ setup_hfcpci(struct IsdnCard *card) cs-> ...

linux-kernel - S.Çağlar - Jul 13 2007 - 19:02

Re: [PATCH 7/7] sysfs: make sysfs_addrm_finish() return void

... as suggested by Satyam Sharma. > > This patch doesn't introduce any noticeable behavior ... sharma@gmail.com> > --- > fs/sysfs/dir.c | 7 +------ > fs/sysfs/inode.c | ... .h | 2 +- > 3 files changed, 7 insertions(+), 9 deletions(-) > Acked-by: ...

linux-kernel - Cornelia Huck - Jul 31 2007 - 09:33

Re: [PATCH 7/7] Simple Performance Counters: SLUB instrumentation

... (clameter@sgi.com) wrote: > With this patch SLUB will perform tests on bootup and ... b/mm/slub.c > @@ -20,6 +20,7 @@ > #include > #include * Lock order: > @@ -152,6 +153,7 @@ static inline void ClearSlabDebug(struct page ...

linux-kernel - Mathieu Desnoyers - Aug 17 2007 - 12:21

Re: [PATCH 7/7] Add an optional limit to git-rebase

Patches 5, 6, and 7 in the series sound useful, but could they come with documentation updates please? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info ...

git - Junio C Hamano - Jan 7 2006 - 22:25

Re: [PATCH 7/7] Add an optional limit to git-rebase

... 06:25:46PM -0800, Junio C Hamano wrote: > Patches 5, 6, and 7 ... However, since my initial motivation was patch 7, and you correctly pointed out ... and 6 are not needed for 7, I'm not sure what to ... have to let your comments about patch 6 settle in my mind first ...

git - Yann Dirson - Jan 8 2006 - 06:11

speck-geostationary