All of lore.kernel.org
 help / color / mirror / Atom feed
From: Willy Tarreau <w@1wt.eu>
To: Gabriel C <nix.or.die@googlemail.com>
Cc: "Robert P. J. Day" <rpjday@mindspring.com>,
	Christoph Hellwig <hch@infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linux-pcmcia@lists.infradead.org
Subject: Re: pcmcia ioctl removal
Date: Tue, 1 May 2007 12:52:39 +0200	[thread overview]
Message-ID: <20070501105239.GA13539@1wt.eu> (raw)
In-Reply-To: <463715E8.1060903@googlemail.com>

On Tue, May 01, 2007 at 12:26:48PM +0200, Gabriel C wrote:
> Willy Tarreau wrote:
> >On Tue, May 01, 2007 at 05:16:13AM -0400, Robert P. J. Day wrote:
> >  
> >>On Tue, 1 May 2007, Christoph Hellwig wrote:
> >>
> >>    
> >>>> pcmcia-delete-obsolete-pcmcia_ioctl-feature.patch
> >>>>        
> >>>...
> >>>
> >>>      
> >>>>Dominik is busy.  Will probably re-review and send these direct to 
> >>>>Linus.
> >>>>        
> >>>The patch above is the removal of cardmgr support.  While I'd love
> >>>to see this cruft gone it definitively needs maintainer judgement on
> >>>whether they time has come that no one relies on cardmgr anymore.
> >>>      
> >>since i was the one who submitted the original patch to remove that
> >>stuff, let me make an observation.
> >>
> >>when i submitted a patch to remove, for instance, the traffic shaper
> >>since it's clearly obsolete, i was told -- in no uncertain terms --
> >>that that couldn't be done since there had been no warning about its
> >>impending removal.
> >>
> >>fair enough, i can accept that.
> >>
> >>on the other hand, the features removal file contains the following:
> >>
> >>...
> >>What:   PCMCIA control ioctl (needed for pcmcia-cs [cardmgr, cardctl])
> >>When:   November 2005
> >>...
> >>
> >>in other words, the PCMCIA ioctl feature *has* been listed as obsolete
> >>for quite some time, and is already a *year and a half* overdue for
> >>removal.
> >>
> >>in short, it's annoying to take the position that stuff can't be
> >>deleted without warning, then turn around and be reluctant to remove
> >>stuff for which *more than ample warning* has already been given.
> >>doing that just makes a joke of the features removal file, and makes
> >>you wonder what its purpose is in the first place.
> >>
> >>a little consistency would be nice here, don't you think?
> >>    
> >
> >No, it just shows how useless this file is. What is needed is a big
> >warning during usage, not a file that nobody reads. Facts are :
> >
> >  - 90% of people here do not even know that this file exists
> >  - 80% of the people who know about it do not consult it on a regular 
> >  basis
> >  - 80% of those who consult it on a regular basis are not concerned
> >  - 75% of statistics are invented
> >
> >=> only 20% of 20% of 10% of those who read LKML know that one feature
> >   they are concerned about will soon be removed = 0.4% of LKML readers.
> >
> >If you put a warning in kernel messages (as I've seen for a long time
> >about tcpdump using obsolete AF_PACKET), close to 100% of the users
> >of the obsolete code who are likely to change their kernels will notice
> >it.
> >
> >  
> 
> Hmm ? There is already a fat warning in dmesg for a long time now.
> 
> 
> snip
> 
> ...
> 
> pcmcia: Detected deprecated PCMCIA ioctl usage from process: discover.
> pcmcia: This interface will soon be removed from the kernel; please 
> expect breakage unless you upgrade to new tools.
> pcmcia: see 
> http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details.
> 
> ...

Oh you're terribly right ! I have grepped my logs and found it lying
there too in the middle of the memory probe messages and the IO probe
ones. I never noticed it. I know it's my fault, but I think that
"fat warning" is not really what could characterize it though, because
of the context verbose around it :

pcmcia: parent PCI bridge Memory window: 0x90000000 - 0x903fffff
pcmcia: parent PCI bridge Memory window: 0x30000000 - 0x3dffffff
pccard: PCMCIA card inserted into slot 0
cs: memory probe 0x90000000-0x903fffff: excluding 0x90000000-0x9003ffff 0x90080000-0x900bffff 0x90100000-0x9013ffff 0x90180000-0x901bffff 0x90200000-0x9023ffff 0x90280000-0x902bffff 0x90300000-0x9033ffff 0x90380000-0x903bffff
pcmcia: registering new device pcmcia0.0
pcmcia: Detected deprecated PCMCIA ioctl usage from process: cardmgr.
pcmcia: This interface will soon be removed from the kernel; please expect breakage unless you upgrade to new tools.
pcmcia: see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details.
cs: IO port probe 0xc00-0xcff: clean.
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0x800-0x80f: clean.
cs: IO port probe 0x3e0-0x4ff: clean.
cs: IO port probe 0x100-0x3af: excluding 0x140-0x14f 0x378-0x37f
cs: IO port probe 0xa00-0xaff: clean.


Now I have the URL for the details ;-)

BTW, I thing we should standardize on some formating to display messages
about deprecated/obsolete code. Maybe something like this would be more
noticeable :

cs: memory probe 0x90000000-0x903fffff: excluding 0x90000000-0x9003ffff 0x90080000-0x900bffff 0x90100000-0x9013ffff 0x90180000-0x901bffff 0x90200000-0x9023ffff 0x90280000-0x902bffff 0x90300000-0x9033ffff 0x90380000-0x903bffff
pcmcia: registering new device pcmcia0.0
WARNING !!! Detected DEPRECATED PCMCIA ioctl usage from process: cardmgr.
WARNING !!!   This process may stop working past November 2005.
WARNING !!!   see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details.
cs: IO port probe 0xc00-0xcff: clean.

Regards,
Willy


WARNING: multiple messages have this Message-ID (diff)
From: Willy Tarreau <w@1wt.eu>
To: Gabriel C <nix.or.die@googlemail.com>
Cc: "Robert P. J. Day" <rpjday@mindspring.com>,
	Christoph Hellwig <hch@infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linux-pcmcia@lists.infradead.org
Subject: Re: pcmcia ioctl removal
Date: Tue, 1 May 2007 12:52:39 +0200	[thread overview]
Message-ID: <20070501105239.GA13539@1wt.eu> (raw)
In-Reply-To: <463715E8.1060903@googlemail.com>

On Tue, May 01, 2007 at 12:26:48PM +0200, Gabriel C wrote:
> Willy Tarreau wrote:
> >On Tue, May 01, 2007 at 05:16:13AM -0400, Robert P. J. Day wrote:
> >  
> >>On Tue, 1 May 2007, Christoph Hellwig wrote:
> >>
> >>    
> >>>> pcmcia-delete-obsolete-pcmcia_ioctl-feature.patch
> >>>>        
> >>>...
> >>>
> >>>      
> >>>>Dominik is busy.  Will probably re-review and send these direct to 
> >>>>Linus.
> >>>>        
> >>>The patch above is the removal of cardmgr support.  While I'd love
> >>>to see this cruft gone it definitively needs maintainer judgement on
> >>>whether they time has come that no one relies on cardmgr anymore.
> >>>      
> >>since i was the one who submitted the original patch to remove that
> >>stuff, let me make an observation.
> >>
> >>when i submitted a patch to remove, for instance, the traffic shaper
> >>since it's clearly obsolete, i was told -- in no uncertain terms --
> >>that that couldn't be done since there had been no warning about its
> >>impending removal.
> >>
> >>fair enough, i can accept that.
> >>
> >>on the other hand, the features removal file contains the following:
> >>
> >>...
> >>What:   PCMCIA control ioctl (needed for pcmcia-cs [cardmgr, cardctl])
> >>When:   November 2005
> >>...
> >>
> >>in other words, the PCMCIA ioctl feature *has* been listed as obsolete
> >>for quite some time, and is already a *year and a half* overdue for
> >>removal.
> >>
> >>in short, it's annoying to take the position that stuff can't be
> >>deleted without warning, then turn around and be reluctant to remove
> >>stuff for which *more than ample warning* has already been given.
> >>doing that just makes a joke of the features removal file, and makes
> >>you wonder what its purpose is in the first place.
> >>
> >>a little consistency would be nice here, don't you think?
> >>    
> >
> >No, it just shows how useless this file is. What is needed is a big
> >warning during usage, not a file that nobody reads. Facts are :
> >
> >  - 90% of people here do not even know that this file exists
> >  - 80% of the people who know about it do not consult it on a regular 
> >  basis
> >  - 80% of those who consult it on a regular basis are not concerned
> >  - 75% of statistics are invented
> >
> >=> only 20% of 20% of 10% of those who read LKML know that one feature
> >   they are concerned about will soon be removed = 0.4% of LKML readers.
> >
> >If you put a warning in kernel messages (as I've seen for a long time
> >about tcpdump using obsolete AF_PACKET), close to 100% of the users
> >of the obsolete code who are likely to change their kernels will notice
> >it.
> >
> >  
> 
> Hmm ? There is already a fat warning in dmesg for a long time now.
> 
> 
> snip
> 
> ...
> 
> pcmcia: Detected deprecated PCMCIA ioctl usage from process: discover.
> pcmcia: This interface will soon be removed from the kernel; please 
> expect breakage unless you upgrade to new tools.
> pcmcia: see 
> http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details.
> 
> ...

Oh you're terribly right ! I have grepped my logs and found it lying
there too in the middle of the memory probe messages and the IO probe
ones. I never noticed it. I know it's my fault, but I think that
"fat warning" is not really what could characterize it though, because
of the context verbose around it :

pcmcia: parent PCI bridge Memory window: 0x90000000 - 0x903fffff
pcmcia: parent PCI bridge Memory window: 0x30000000 - 0x3dffffff
pccard: PCMCIA card inserted into slot 0
cs: memory probe 0x90000000-0x903fffff: excluding 0x90000000-0x9003ffff 0x90080000-0x900bffff 0x90100000-0x9013ffff 0x90180000-0x901bffff 0x90200000-0x9023ffff 0x90280000-0x902bffff 0x90300000-0x9033ffff 0x90380000-0x903bffff
pcmcia: registering new device pcmcia0.0
pcmcia: Detected deprecated PCMCIA ioctl usage from process: cardmgr.
pcmcia: This interface will soon be removed from the kernel; please expect breakage unless you upgrade to new tools.
pcmcia: see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details.
cs: IO port probe 0xc00-0xcff: clean.
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0x800-0x80f: clean.
cs: IO port probe 0x3e0-0x4ff: clean.
cs: IO port probe 0x100-0x3af: excluding 0x140-0x14f 0x378-0x37f
cs: IO port probe 0xa00-0xaff: clean.


Now I have the URL for the details ;-)

BTW, I thing we should standardize on some formating to display messages
about deprecated/obsolete code. Maybe something like this would be more
noticeable :

cs: memory probe 0x90000000-0x903fffff: excluding 0x90000000-0x9003ffff 0x90080000-0x900bffff 0x90100000-0x9013ffff 0x90180000-0x901bffff 0x90200000-0x9023ffff 0x90280000-0x902bffff 0x90300000-0x9033ffff 0x90380000-0x903bffff
pcmcia: registering new device pcmcia0.0
WARNING !!! Detected DEPRECATED PCMCIA ioctl usage from process: cardmgr.
WARNING !!!   This process may stop working past November 2005.
WARNING !!!   see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details.
cs: IO port probe 0xc00-0xcff: clean.

Regards,
Willy

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2007-05-01 10:53 UTC|newest]

Thread overview: 407+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-30 23:20 2.6.22 -mm merge plans Andrew Morton
2007-04-30 23:20 ` Andrew Morton
2007-04-30 23:48 ` to something appropriate (was Re: 2.6.22 -mm merge plans) Jeff Garzik
2007-05-01  0:07   ` Dave Jones
2007-05-01  0:09   ` Andrew Morton
2007-05-01  0:24     ` Jeff Garzik
2007-05-01  0:40       ` [stable] " Chris Wright
2007-05-01  0:45         ` Jeff Garzik
2007-05-01  4:58           ` Greg KH
2007-05-01 16:14             ` Chuck Ebbert
2007-05-01 16:40               ` Alan Cox
2007-05-01 23:34                 ` Greg KH
2007-05-02  0:52                   ` Chris Wright
2007-05-02 14:10                     ` Chuck Ebbert
2007-05-01  9:49   ` Alan Cox
2007-04-30 23:59 ` 2.6.22 -mm merge plans Bill Irwin
2007-04-30 23:59   ` Bill Irwin
2007-05-01  0:09 ` nfsd/md patches " Neil Brown
2007-05-01  0:09   ` Neil Brown
2007-05-01  9:08   ` Christoph Hellwig
2007-05-01  9:08     ` Christoph Hellwig
2007-05-01  9:15     ` Andrew Morton
2007-05-01  9:15       ` Andrew Morton
2007-05-01  9:21       ` Christoph Hellwig
2007-05-01  9:21         ` Christoph Hellwig
2007-05-01  9:52     ` Neil Brown
2007-05-01  9:52       ` Neil Brown
2007-05-01 10:15       ` Christoph Hellwig
2007-05-01 10:15         ` Christoph Hellwig
2007-05-01 14:34         ` Trond Myklebust
2007-05-01 14:34           ` Trond Myklebust
2007-05-01  0:54 ` MADV_FREE functionality Rik van Riel
2007-05-01  0:54   ` Rik van Riel
2007-05-01  1:18   ` Andrew Morton
2007-05-01  1:18     ` Andrew Morton
2007-05-01  1:23     ` Rik van Riel
2007-05-01  1:23       ` Rik van Riel
2007-05-01  7:13     ` Jakub Jelinek
2007-05-01  7:13       ` Jakub Jelinek
2007-05-01  1:23   ` Ulrich Drepper
2007-05-01  1:23     ` Ulrich Drepper
2007-05-01  1:39 ` 2.6.22 -mm merge plans Stefan Richter
2007-05-01  1:39   ` Stefan Richter
2007-05-01  2:30 ` 2.6.22 -mm merge plans (RE: input) Dmitry Torokhov
2007-05-01  2:30   ` Dmitry Torokhov
2007-05-01  8:14   ` Jiri Slaby
2007-05-01 12:05     ` Dmitry Torokhov
2007-05-01  8:11 ` 2.6.22 -mm merge plans -- pfn_valid_within Andy Whitcroft
2007-05-01  8:11   ` Andy Whitcroft
2007-05-01  8:19   ` Andrew Morton
2007-05-01  8:19     ` Andrew Morton
2007-05-01  8:42 ` "partical" kthread conversion Christoph Hellwig
2007-05-01  8:51   ` Andrew Morton
2007-05-02 14:01     ` Dean Nelson
2007-05-02 14:45       ` Eric W. Biederman
2007-05-02 15:37         ` Dean Nelson
2007-05-02 15:49           ` Eric W. Biederman
2007-05-02 19:33         ` Andrew Morton
2007-05-02 20:38           ` Eric W. Biederman
2007-05-01  8:44 ` 2.6.22 -mm merge plans -- vm bugfixes Nick Piggin
2007-05-01  8:44   ` Nick Piggin
2007-05-01  8:54   ` Andrew Morton
2007-05-01  8:54     ` Andrew Morton
2007-05-01 19:31   ` Hugh Dickins
2007-05-01 19:31     ` Hugh Dickins
2007-05-02  3:08     ` Nick Piggin
2007-05-02  3:08       ` Nick Piggin
2007-05-02  9:15       ` Nick Piggin
2007-05-02  9:15         ` Nick Piggin
2007-05-02 14:00       ` Hugh Dickins
2007-05-02 14:00         ` Hugh Dickins
2007-05-03  1:32         ` Nick Piggin
2007-05-03 10:37           ` Christoph Hellwig
2007-05-03 10:37             ` Christoph Hellwig
2007-05-03 12:56             ` Nick Piggin
2007-05-03 12:56               ` Nick Piggin
2007-05-04  9:23               ` Nick Piggin
2007-05-04  9:43                 ` Nick Piggin
2007-05-04  9:43                   ` Nick Piggin
2007-05-08  3:03                 ` Benjamin Herrenschmidt
2007-05-08  3:03                   ` Benjamin Herrenschmidt
2007-05-03 12:24           ` Hugh Dickins
2007-05-03 12:24             ` Hugh Dickins
2007-05-03 12:43             ` Nick Piggin
2007-05-03 12:43               ` Nick Piggin
2007-05-03 12:58               ` Hugh Dickins
2007-05-03 12:58                 ` Hugh Dickins
2007-05-03 13:08                 ` Nick Piggin
2007-05-03 13:08                   ` Nick Piggin
2007-05-03 16:52           ` Andrew Morton
2007-05-03 16:52             ` Andrew Morton
2007-05-04  4:16             ` Nick Piggin
2007-05-04  4:16               ` Nick Piggin
2007-05-09 12:34         ` Nick Piggin
2007-05-09 14:28           ` Hugh Dickins
2007-05-09 14:28             ` Hugh Dickins
2007-05-09 14:45             ` Nick Piggin
2007-05-09 14:45               ` Nick Piggin
2007-05-09 15:38               ` Hugh Dickins
2007-05-09 15:38                 ` Hugh Dickins
2007-05-09 22:24                 ` Nick Piggin
2007-05-09 22:24                   ` Nick Piggin
2007-05-01  8:46 ` pcmcia ioctl removal Christoph Hellwig
2007-05-01  8:46   ` Christoph Hellwig
2007-05-01  8:56   ` Russell King
2007-05-01  8:56     ` Russell King
2007-05-01  8:57   ` Willy Tarreau
2007-05-01  8:57     ` Willy Tarreau
2007-05-01  9:08     ` Andrew Morton
2007-05-01  9:08       ` Andrew Morton
2007-05-01 14:46       ` Adrian Bunk
2007-05-01 14:46         ` Adrian Bunk
2007-05-01  9:16   ` Robert P. J. Day
2007-05-01  9:16     ` Robert P. J. Day
2007-05-01  9:44     ` Willy Tarreau
2007-05-01  9:44       ` Willy Tarreau
2007-05-01 10:16       ` Robert P. J. Day
2007-05-01 10:16         ` Robert P. J. Day
2007-05-01 10:26       ` Gabriel C
2007-05-01 10:26         ` Gabriel C
2007-05-01 10:52         ` Willy Tarreau [this message]
2007-05-01 10:52           ` Willy Tarreau
2007-05-01 10:12     ` Jan Engelhardt
2007-05-01 10:12       ` Jan Engelhardt
2007-05-01 11:00       ` Willy Tarreau
2007-05-01 11:00         ` Willy Tarreau
2007-05-01 12:06         ` Konstantin Münning
2007-05-01 12:06           ` Konstantin Münning
2007-05-01 13:56         ` Rogan Dawes
2007-05-01 13:56           ` Rogan Dawes
2007-05-01 19:10       ` Russell King
2007-05-01 19:10         ` Russell King
2007-05-01 20:41         ` Jan Engelhardt
2007-05-01 20:41           ` Jan Engelhardt
2007-05-09 12:54   ` Pavel Machek
2007-05-09 12:54     ` Pavel Machek
2007-05-09 13:00     ` Robert P. J. Day
2007-05-09 13:00       ` Robert P. J. Day
2007-05-09 13:03     ` Adrian Bunk
2007-05-09 13:03       ` Adrian Bunk
2007-05-09 19:11       ` Romano Giannetti
2007-05-09 19:11         ` Romano Giannetti
2007-05-10 12:40         ` Adrian Bunk
2007-05-10 12:40           ` Adrian Bunk
2007-05-01  8:48 ` pci hotplug patches Christoph Hellwig
2007-05-01  8:48   ` Christoph Hellwig
2007-05-02  3:57   ` Greg KH
2007-05-02  3:57     ` Greg KH
2007-05-13 20:59     ` Christoph Hellwig
2007-05-13 20:59       ` Christoph Hellwig
2007-05-14 11:48       ` Greg KH
2007-05-14 11:48         ` Greg KH
2007-05-01  8:54 ` cache-pipe-buf-page-address-for-non-highmem-arch.patch Christoph Hellwig
2007-05-01  8:54   ` cache-pipe-buf-page-address-for-non-highmem-arch.patch Christoph Hellwig
2007-05-01  9:04   ` cache-pipe-buf-page-address-for-non-highmem-arch.patch Andrew Morton
2007-05-01 11:31     ` cache-pipe-buf-page-address-for-non-highmem-arch.patch Andi Kleen
2007-05-03  3:48     ` cache-pipe-buf-page-address-for-non-highmem-arch.patch Ken Chen
2007-05-03  3:48       ` cache-pipe-buf-page-address-for-non-highmem-arch.patch Ken Chen
2007-05-01  8:55 ` consolidate-generic_writepages-and-mpage_writepages.patch Christoph Hellwig
2007-05-01  8:55   ` consolidate-generic_writepages-and-mpage_writepages.patch Christoph Hellwig
2007-05-01  9:17 ` 2.6.22 -mm merge plans Pekka Enberg
2007-05-01  9:17   ` Pekka Enberg
2007-05-01  9:24   ` Christoph Hellwig
2007-05-01  9:24     ` Christoph Hellwig
2007-05-01  9:37   ` Peter Zijlstra
2007-05-01  9:37     ` Peter Zijlstra
2007-05-01 12:19   ` Andi Kleen
2007-05-01 12:19     ` Andi Kleen
2007-05-01 17:12     ` Pekka Enberg
2007-05-01 17:12       ` Pekka Enberg
2007-05-01 10:16 ` fragmentation avoidance " Mel Gorman
2007-05-01 10:16   ` Mel Gorman
2007-05-01 13:02   ` 2.6.22 -mm merge plans -- lumpy reclaim Andy Whitcroft
2007-05-01 13:02     ` Andy Whitcroft
2007-05-01 18:03     ` Peter Zijlstra
2007-05-01 18:03       ` Peter Zijlstra
2007-05-01 19:00     ` Andrew Morton
2007-05-01 19:00       ` Andrew Morton
2007-05-01 14:54   ` fragmentation avoidance Re: 2.6.22 -mm merge plans Christoph Lameter
2007-05-01 14:54     ` Christoph Lameter
2007-05-01 19:00     ` Mel Gorman
2007-05-01 19:00       ` Mel Gorman
2007-05-01 18:57   ` Andrew Morton
2007-05-01 18:57     ` Andrew Morton
2007-05-07 13:07   ` Yasunori Goto
2007-05-07 13:07     ` Yasunori Goto
2007-05-01 12:17 ` Andi Kleen
2007-05-01 22:08   ` Mathieu Desnoyers
2007-05-02 10:44     ` Andi Kleen
2007-05-02 16:37       ` Frank Ch. Eigler
2007-05-02 16:47       ` Andrew Morton
2007-05-02 17:29         ` Christoph Hellwig
2007-05-02 20:36           ` Mathieu Desnoyers
2007-05-02 20:53             ` Andrew Morton
2007-05-02 23:11               ` Mathieu Desnoyers
2007-05-02 23:21                 ` Andrew Morton
2007-05-03 15:04                   ` Mathieu Desnoyers
2007-05-03 15:12                     ` Christoph Hellwig
2007-05-03 17:16                       ` Mathieu Desnoyers
2007-05-03 17:25                         ` Christoph Hellwig
2007-05-10 19:39                           ` Mathieu Desnoyers
2007-05-13 21:04                             ` Christoph Hellwig
2007-05-03  8:06                 ` Christoph Hellwig
2007-05-03 14:43                   ` Mathieu Desnoyers
2007-05-03 10:31                 ` Andi Kleen
2007-05-03 14:49                   ` Mathieu Desnoyers
2007-05-03  8:09               ` Christoph Hellwig
2007-05-03  8:08             ` Christoph Hellwig
2007-05-02 17:49         ` Andi Kleen
2007-05-02 21:46           ` Tilman Schmidt
2007-05-03 10:12             ` Andi Kleen
2007-05-02 17:19       ` Mathieu Desnoyers
2007-05-02  0:31   ` Rusty Russell
2007-05-02 10:30     ` Andi Kleen
2007-05-01 13:06 ` file capabilities and security_task_wait failure " Stephen Smalley
2007-05-01 14:31 ` 2.6.22 -mm merge plans: mm-more-rmap-checking Hugh Dickins
2007-05-01 14:31   ` Hugh Dickins
2007-05-02  1:42   ` Nick Piggin
2007-05-02  1:42     ` Nick Piggin
2007-05-02 13:17     ` Hugh Dickins
2007-05-02 13:17       ` Hugh Dickins
2007-05-03  0:18       ` Nick Piggin
2007-05-03  0:18         ` Nick Piggin
2007-05-01 16:56 ` 2.6.22 -mm merge plans Zan Lynx
2007-05-01 17:06 ` 2.6.22 -mm merge plans: mm-detach_vmas_to_be_unmapped-fix Hugh Dickins
2007-05-01 17:06   ` Hugh Dickins
2007-05-01 18:10 ` 2.6.22 -mm merge plans: slub Hugh Dickins
2007-05-01 18:10   ` Hugh Dickins
2007-05-01 19:25   ` Christoph Lameter
2007-05-01 19:25     ` Christoph Lameter
2007-05-01 19:55   ` Andrew Morton
2007-05-01 19:55     ` Andrew Morton
2007-05-01 20:19     ` Hugh Dickins
2007-05-01 20:19       ` Hugh Dickins
2007-05-01 20:36       ` Andrew Morton
2007-05-01 20:36         ` Andrew Morton
2007-05-01 20:46         ` Christoph Lameter
2007-05-01 20:46           ` Christoph Lameter
2007-05-01 21:09           ` Andrew Morton
2007-05-01 21:09             ` Andrew Morton
2007-05-02 12:54         ` Hugh Dickins
2007-05-02 12:54           ` Hugh Dickins
2007-05-02 17:03           ` Christoph Lameter
2007-05-02 17:03             ` Christoph Lameter
2007-05-02 19:11             ` Andrew Morton
2007-05-02 19:11               ` Andrew Morton
2007-05-02 19:42               ` Christoph Lameter
2007-05-02 19:42                 ` Christoph Lameter
2007-05-02 19:54                 ` Sam Ravnborg
2007-05-02 19:54                   ` Sam Ravnborg
2007-05-02 20:14                   ` Christoph Lameter
2007-05-02 20:14                     ` Christoph Lameter
2007-05-02 18:52           ` Siddha, Suresh B
2007-05-02 18:52             ` Siddha, Suresh B
2007-05-02 18:58             ` Christoph Lameter
2007-05-02 18:58               ` Christoph Lameter
2007-05-01 21:08       ` Christoph Lameter
2007-05-01 21:08         ` Christoph Lameter
2007-05-02 12:45         ` Hugh Dickins
2007-05-02 12:45           ` Hugh Dickins
2007-05-02 17:01           ` Christoph Lameter
2007-05-02 17:01             ` Christoph Lameter
2007-05-02 18:08             ` Hugh Dickins
2007-05-02 18:08               ` Hugh Dickins
2007-05-02 18:28               ` Christoph Lameter
2007-05-02 18:28                 ` Christoph Lameter
2007-05-02 18:42                 ` Andrew Morton
2007-05-02 18:42                   ` Andrew Morton
2007-05-02 18:53                   ` Christoph Lameter
2007-05-02 18:53                     ` Christoph Lameter
2007-05-02 17:25           ` Christoph Lameter
2007-05-02 17:25             ` Christoph Lameter
2007-05-02 18:36             ` Hugh Dickins
2007-05-02 18:36               ` Hugh Dickins
2007-05-02 18:39               ` Christoph Lameter
2007-05-02 18:39                 ` Christoph Lameter
2007-05-02 18:57                 ` Andrew Morton
2007-05-02 18:57                   ` Andrew Morton
2007-05-02 19:01                   ` Christoph Lameter
2007-05-02 19:01                     ` Christoph Lameter
2007-05-02 19:18                     ` Pekka Enberg
2007-05-02 19:18                       ` Pekka Enberg
2007-05-02 19:34                       ` Christoph Lameter
2007-05-02 19:34                         ` Christoph Lameter
2007-05-02 19:43                       ` Christoph Lameter
2007-05-02 19:43                         ` Christoph Lameter
2007-05-03  8:15             ` Andrew Morton
2007-05-03  8:15               ` Andrew Morton
2007-05-03  8:27               ` William Lee Irwin III
2007-05-03  8:27                 ` William Lee Irwin III
2007-05-03 16:30                 ` Christoph Lameter
2007-05-03 16:30                   ` Christoph Lameter
2007-05-03  8:46               ` Hugh Dickins
2007-05-03  8:46                 ` Hugh Dickins
2007-05-03  8:57                 ` Andrew Morton
2007-05-03  8:57                   ` Andrew Morton
2007-05-03  9:15                   ` Hugh Dickins
2007-05-03  9:15                     ` Hugh Dickins
2007-05-03 21:04                     ` 2.6.22 -mm merge plans: slub on PowerPC Hugh Dickins
2007-05-03 21:04                       ` Hugh Dickins
2007-05-03 21:15                       ` Christoph Lameter
2007-05-03 21:15                         ` Christoph Lameter
2007-05-03 22:41                         ` Hugh Dickins
2007-05-03 22:41                           ` Hugh Dickins
2007-05-04  0:25                       ` Benjamin Herrenschmidt
2007-05-04  0:25                         ` Benjamin Herrenschmidt
2007-05-04  0:54                         ` Christoph Lameter
2007-05-04  0:54                           ` Christoph Lameter
2007-05-03 16:45                   ` 2.6.22 -mm merge plans: slub Christoph Lameter
2007-05-03 16:45                     ` Christoph Lameter
2007-05-03 15:54 ` swap-prefetch: 2.6.22 -mm merge plans Ingo Molnar
2007-05-03 15:54   ` Ingo Molnar
2007-05-03 16:15   ` Michal Piotrowski
2007-05-03 16:15     ` Michal Piotrowski
2007-05-03 16:23     ` Michal Piotrowski
2007-05-03 16:23       ` Michal Piotrowski
2007-05-03 22:14   ` Con Kolivas
2007-05-03 22:14     ` Con Kolivas
2007-05-04  7:34   ` Nick Piggin
2007-05-04  7:34     ` Nick Piggin
2007-05-04  8:52     ` Ingo Molnar
2007-05-04  8:52       ` Ingo Molnar
2007-05-04  9:09       ` Nick Piggin
2007-05-04  9:09         ` Nick Piggin
2007-05-04 12:10       ` Con Kolivas
2007-05-05  8:42         ` Con Kolivas
2007-05-06 10:13           ` [ck] " Antonino Ingargiola
2007-05-06 10:13             ` Antonino Ingargiola
2007-05-06 18:22           ` Jory A. Pratt
2007-05-06 18:22             ` Jory A. Pratt
2007-05-09 23:28           ` Con Kolivas
2007-05-09 23:28             ` Con Kolivas
2007-05-10  0:05             ` Nick Piggin
2007-05-10  0:05               ` Nick Piggin
2007-05-10  1:34               ` Con Kolivas
2007-05-10  1:34                 ` Con Kolivas
2007-05-10  1:56                 ` Nick Piggin
2007-05-10  1:56                   ` Nick Piggin
2007-05-10  3:48                   ` Ray Lee
2007-05-10  3:48                     ` Ray Lee
2007-05-10  3:56                     ` Nick Piggin
2007-05-10  3:56                       ` Nick Piggin
2007-05-10  5:52                       ` Ray Lee
2007-05-10  5:52                         ` Ray Lee
2007-05-10  7:04                         ` Nick Piggin
2007-05-10  7:04                           ` Nick Piggin
2007-05-10  7:20                           ` William Lee Irwin III
2007-05-10  7:20                             ` William Lee Irwin III
2007-05-10 12:34                           ` Ray Lee
2007-05-10 12:34                             ` Ray Lee
2007-05-12  4:46                           ` [PATCH] mm: swap prefetch improvements Con Kolivas
2007-05-12  4:46                             ` Con Kolivas
2007-05-12  5:03                             ` Paul Jackson
2007-05-12  5:03                               ` Paul Jackson
2007-05-12  5:15                               ` Con Kolivas
2007-05-12  5:15                                 ` Con Kolivas
2007-05-12  5:51                                 ` Paul Jackson
2007-05-12  5:51                                   ` Paul Jackson
2007-05-12  7:28                                   ` Con Kolivas
2007-05-12  7:28                                     ` Con Kolivas
2007-05-12  8:14                                     ` Paul Jackson
2007-05-12  8:14                                       ` Paul Jackson
2007-05-12  8:21                                       ` Con Kolivas
2007-05-12  8:21                                         ` Con Kolivas
2007-05-12  8:37                                         ` Paul Jackson
2007-05-12  8:37                                           ` Paul Jackson
2007-05-12  8:57                                           ` [PATCH respin] " Con Kolivas
2007-05-12  8:57                                             ` Con Kolivas
2007-05-21 10:03                             ` [PATCH] " Ingo Molnar
2007-05-21 10:03                               ` Ingo Molnar
2007-05-21 13:44                               ` Con Kolivas
2007-05-21 13:44                                 ` Con Kolivas
2007-05-21 16:00                                 ` Ingo Molnar
2007-05-21 16:00                                   ` Ingo Molnar
2007-05-22 10:15                                   ` Antonino Ingargiola
2007-05-22 10:15                                     ` Antonino Ingargiola
2007-05-22 10:20                                     ` Con Kolivas
2007-05-22 10:20                                       ` Con Kolivas
2007-05-22 10:25                                       ` Ingo Molnar
2007-05-22 10:25                                         ` Ingo Molnar
2007-05-22 10:37                                         ` Con Kolivas
2007-05-22 10:37                                           ` Con Kolivas
2007-05-22 10:46                                           ` Ingo Molnar
2007-05-22 10:46                                             ` Ingo Molnar
2007-05-22 10:54                                             ` Con Kolivas
2007-05-22 10:54                                               ` Con Kolivas
2007-05-22 10:57                                               ` Ingo Molnar
2007-05-22 10:57                                                 ` Ingo Molnar
2007-05-22 11:04                                                 ` Con Kolivas
2007-05-22 11:04                                                   ` Con Kolivas
     [not found]                                                   ` <20070522111104.GA14950@elte.hu>
2007-05-22 11:12                                                     ` Ingo Molnar
2007-05-22 11:12                                                       ` Ingo Molnar
2007-05-22 20:18                                             ` [ck] " Michael Chang
2007-05-22 20:18                                               ` Michael Chang
2007-05-22 20:31                                               ` Ingo Molnar
2007-05-22 20:31                                                 ` Ingo Molnar
2007-05-22 20:42                                           ` Ash Milsted
2007-05-22 22:50                                             ` Con Kolivas
2007-05-23  7:57                                               ` Ash Milsted
2007-05-10  3:58                     ` swap-prefetch: 2.6.22 -mm merge plans Con Kolivas
2007-05-10  3:58                       ` Con Kolivas
2007-05-07 14:28         ` Bill Davidsen
2007-05-07 14:28           ` Bill Davidsen
2007-05-07 14:18       ` Bill Davidsen
2007-05-07 14:18         ` Bill Davidsen
2007-05-07 17:47 ` Josef Sipek
2007-05-07 17:47   ` Josef Sipek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070501105239.GA13539@1wt.eu \
    --to=w@1wt.eu \
    --cc=akpm@linux-foundation.org \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-pcmcia@lists.infradead.org \
    --cc=nix.or.die@googlemail.com \
    --cc=rpjday@mindspring.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.