* net-next-2.6 status... @ 2011-03-15 23:01 David Miller [not found] ` <20110315.160124.104058374.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> ` (2 more replies) 0 siblings, 3 replies; 15+ messages in thread From: David Miller @ 2011-03-15 23:01 UTC (permalink / raw) To: netdev Cc: linux-wireless, netfilter-devel, eric.dumazet, jpirko, linville, kaber Please do not submit feature patches until the merge window is over and Linus releases 2.6.39-rc1, thank you. Bug fixes are, of course, still ok. I have merged all of the stragglers from net-2.6 that didn't make it into 2.6.38 into net-next-2.6, and also just about everything that is relevant from patchwork. Jiri, I know there is your patch set there, but I think you and Changli still need to go back and forth one more time wrt. orig_dev semantics. Since you have been posting this patch set for some time I'm still willing to apply it for this merge window, but please make haste and work out the remaining discussion. Thank you. Eric, I'd like to have the ECN one-liner in the tree soon. John and Patrick, I assume that after today's pulls I am completely up to date with everything, feature wise, that will go into the merge window for wireless and netfilter. Thanks. ^ permalink raw reply [flat|nested] 15+ messages in thread
[parent not found: <20110315.160124.104058374.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>]
* Re: net-next-2.6 status... [not found] ` <20110315.160124.104058374.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> @ 2011-03-16 0:13 ` John W. Linville 0 siblings, 0 replies; 15+ messages in thread From: John W. Linville @ 2011-03-16 0:13 UTC (permalink / raw) To: David Miller Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA, netfilter-devel-u79uwXL29TY76Z2rM5mHXA, eric.dumazet-u79uwXL29TY76Z2rM5mHXA, jpirko-H+wXaHxf7aLQT0dZR+AlfA, kaber-dcUjhNyLwpNeoWH0uzbU5w On Tue, Mar 15, 2011 at 04:01:24PM -0700, David Miller wrote: > John and Patrick, I assume that after today's pulls I am completely > up to date with everything, feature wise, that will go into the merge > window for wireless and netfilter. Just sent a pull request for wireless-2.6 to cover a one-liner to enable some new firmware for iwlagn -- I nearly forgot! Thanks, John -- John W. Linville Someday the world will need a hero, and you linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: net-next-2.6 status... 2011-03-15 23:01 net-next-2.6 status David Miller [not found] ` <20110315.160124.104058374.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> @ 2011-03-16 0:36 ` Jeff Kirsher 2011-03-16 6:50 ` Jiri Pirko 2 siblings, 0 replies; 15+ messages in thread From: Jeff Kirsher @ 2011-03-16 0:36 UTC (permalink / raw) To: David Miller Cc: netdev, linux-wireless, netfilter-devel, eric.dumazet, jpirko, linville, kaber On Tue, Mar 15, 2011 at 16:01, David Miller <davem@davemloft.net> wrote: > > Please do not submit feature patches until the merge window is over and > Linus releases 2.6.39-rc1, thank you. > > Bug fixes are, of course, still ok. > Understood, thanks Dave. -- Cheers, Jeff ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: net-next-2.6 status... 2011-03-15 23:01 net-next-2.6 status David Miller [not found] ` <20110315.160124.104058374.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> 2011-03-16 0:36 ` Jeff Kirsher @ 2011-03-16 6:50 ` Jiri Pirko 2011-03-16 7:02 ` David Miller 2 siblings, 1 reply; 15+ messages in thread From: Jiri Pirko @ 2011-03-16 6:50 UTC (permalink / raw) To: David Miller Cc: netdev, linux-wireless, netfilter-devel, eric.dumazet, linville, kaber >Jiri, I know there is your patch set there, but I think you and Changli >still need to go back and forth one more time wrt. orig_dev semantics. >Since you have been posting this patch set for some time I'm still >willing to apply it for this merge window, but please make haste and >work out the remaining discussion. Thank you. Dave, you can apply the rest of the series and leave only the first patch (af_packet) out. There's no dependency. We will figure out things around origdev later. Thanks. Jirka ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: net-next-2.6 status... 2011-03-16 6:50 ` Jiri Pirko @ 2011-03-16 7:02 ` David Miller 2011-03-16 7:38 ` Jiri Pirko 0 siblings, 1 reply; 15+ messages in thread From: David Miller @ 2011-03-16 7:02 UTC (permalink / raw) To: jpirko Cc: netdev, linux-wireless, netfilter-devel, eric.dumazet, linville, kaber From: Jiri Pirko <jpirko@redhat.com> Date: Wed, 16 Mar 2011 07:50:09 +0100 >>Jiri, I know there is your patch set there, but I think you and Changli >>still need to go back and forth one more time wrt. orig_dev semantics. >>Since you have been posting this patch set for some time I'm still >>willing to apply it for this merge window, but please make haste and >>work out the remaining discussion. Thank you. > > Dave, you can apply the rest of the series and leave only the first > patch (af_packet) out. There's no dependency. We will figure out things > around origdev later. I was about to do that but I've found other problems. You cannot make the modifications you make to linux/if.h, those interface flags are visible to userspace. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: net-next-2.6 status... 2011-03-16 7:02 ` David Miller @ 2011-03-16 7:38 ` Jiri Pirko [not found] ` <20110316073803.GB2780-YzwxZg+R7et1/kRsl7OVgNvLeJWuRmrY@public.gmane.org> 0 siblings, 1 reply; 15+ messages in thread From: Jiri Pirko @ 2011-03-16 7:38 UTC (permalink / raw) To: David Miller Cc: netdev, linux-wireless, netfilter-devel, eric.dumazet, linville, kaber Wed, Mar 16, 2011 at 08:02:51AM CET, davem@davemloft.net wrote: >From: Jiri Pirko <jpirko@redhat.com> >Date: Wed, 16 Mar 2011 07:50:09 +0100 > >>>Jiri, I know there is your patch set there, but I think you and Changli >>>still need to go back and forth one more time wrt. orig_dev semantics. >>>Since you have been posting this patch set for some time I'm still >>>willing to apply it for this merge window, but please make haste and >>>work out the remaining discussion. Thank you. >> >> Dave, you can apply the rest of the series and leave only the first >> patch (af_packet) out. There's no dependency. We will figure out things >> around origdev later. > >I was about to do that but I've found other problems. > >You cannot make the modifications you make to linux/if.h, those >interface flags are visible to userspace. What do you suggest? To remove unused flags and leave gaps there or to not to remove the flags at all? Thanks. Jirka ^ permalink raw reply [flat|nested] 15+ messages in thread
[parent not found: <20110316073803.GB2780-YzwxZg+R7et1/kRsl7OVgNvLeJWuRmrY@public.gmane.org>]
* Re: net-next-2.6 status... [not found] ` <20110316073803.GB2780-YzwxZg+R7et1/kRsl7OVgNvLeJWuRmrY@public.gmane.org> @ 2011-03-16 8:40 ` Jiri Pirko 2011-03-16 8:47 ` Thomas Graf 2011-03-16 17:42 ` David Miller 2011-03-16 17:38 ` David Miller 1 sibling, 2 replies; 15+ messages in thread From: Jiri Pirko @ 2011-03-16 8:40 UTC (permalink / raw) To: David Miller Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA, netfilter-devel-u79uwXL29TY76Z2rM5mHXA, eric.dumazet-Re5JQEeQqe8AvxtiuMwx3w, linville-2XuSBdqkA4R54TAoqtyWWQ, kaber-dcUjhNyLwpNeoWH0uzbU5w Wed, Mar 16, 2011 at 08:38:03AM CET, jpirko-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org wrote: >Wed, Mar 16, 2011 at 08:02:51AM CET, davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org wrote: >>From: Jiri Pirko <jpirko-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> >>Date: Wed, 16 Mar 2011 07:50:09 +0100 >> >>>>Jiri, I know there is your patch set there, but I think you and Changli >>>>still need to go back and forth one more time wrt. orig_dev semantics. >>>>Since you have been posting this patch set for some time I'm still >>>>willing to apply it for this merge window, but please make haste and >>>>work out the remaining discussion. Thank you. >>> >>> Dave, you can apply the rest of the series and leave only the first >>> patch (af_packet) out. There's no dependency. We will figure out things >>> around origdev later. >> >>I was about to do that but I've found other problems. >> >>You cannot make the modifications you make to linux/if.h, those >>interface flags are visible to userspace. > >What do you suggest? To remove unused flags and leave gaps there or to >not to remove the flags at all? Well, the following comment: <quote> /* Private (from user) interface flags (netdevice->priv_flags). */ </quote> leads me to think that these flags should not be used by userspace. So maybe it may not be problem to change those values. > >Thanks. > >Jirka -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: net-next-2.6 status... 2011-03-16 8:40 ` Jiri Pirko @ 2011-03-16 8:47 ` Thomas Graf [not found] ` <20110316084739.GD26145-oJAMn8VJQk8CUdFEqe4BF2D2FQJk+8+b@public.gmane.org> 2011-03-16 17:42 ` David Miller 1 sibling, 1 reply; 15+ messages in thread From: Thomas Graf @ 2011-03-16 8:47 UTC (permalink / raw) To: Jiri Pirko Cc: David Miller, netdev, linux-wireless, netfilter-devel, eric.dumazet, linville, kaber On Wed, Mar 16, 2011 at 09:40:23AM +0100, Jiri Pirko wrote: > >What do you suggest? To remove unused flags and leave gaps there or to > >not to remove the flags at all? > > Well, the following comment: > <quote> > /* Private (from user) interface flags (netdevice->priv_flags). */ > </quote> > leads me to think that these flags should not be used by userspace. > So maybe it may not be problem to change those values. These flags should be moved to linux/netdevice.h ^ permalink raw reply [flat|nested] 15+ messages in thread
[parent not found: <20110316084739.GD26145-oJAMn8VJQk8CUdFEqe4BF2D2FQJk+8+b@public.gmane.org>]
* Re: net-next-2.6 status... [not found] ` <20110316084739.GD26145-oJAMn8VJQk8CUdFEqe4BF2D2FQJk+8+b@public.gmane.org> @ 2011-03-16 17:38 ` David Miller 0 siblings, 0 replies; 15+ messages in thread From: David Miller @ 2011-03-16 17:38 UTC (permalink / raw) To: tgraf-wEGCiKHe2LqWVfeAwA7xHQ Cc: jpirko-H+wXaHxf7aLQT0dZR+AlfA, netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA, netfilter-devel-u79uwXL29TY76Z2rM5mHXA, eric.dumazet-Re5JQEeQqe8AvxtiuMwx3w, linville-2XuSBdqkA4R54TAoqtyWWQ, kaber-dcUjhNyLwpNeoWH0uzbU5w From: Thomas Graf <tgraf-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> Date: Wed, 16 Mar 2011 04:47:39 -0400 > On Wed, Mar 16, 2011 at 09:40:23AM +0100, Jiri Pirko wrote: >> >What do you suggest? To remove unused flags and leave gaps there or to >> >not to remove the flags at all? >> >> Well, the following comment: >> <quote> >> /* Private (from user) interface flags (netdevice->priv_flags). */ >> </quote> >> leads me to think that these flags should not be used by userspace. >> So maybe it may not be problem to change those values. > > These flags should be moved to linux/netdevice.h We've had them exposed in a header file without __KERNEL__ protection for a long time, the cat is therefore out of the bag and it's too late to just remove them from user visibility as if they were not there. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: net-next-2.6 status... 2011-03-16 8:40 ` Jiri Pirko 2011-03-16 8:47 ` Thomas Graf @ 2011-03-16 17:42 ` David Miller 2011-03-16 18:13 ` Ben Hutchings 1 sibling, 1 reply; 15+ messages in thread From: David Miller @ 2011-03-16 17:42 UTC (permalink / raw) To: jpirko Cc: netdev, linux-wireless, netfilter-devel, eric.dumazet, linville, kaber From: Jiri Pirko <jpirko@redhat.com> Date: Wed, 16 Mar 2011 09:40:23 +0100 > Wed, Mar 16, 2011 at 08:38:03AM CET, jpirko@redhat.com wrote: >>Wed, Mar 16, 2011 at 08:02:51AM CET, davem@davemloft.net wrote: >>>From: Jiri Pirko <jpirko@redhat.com> >>>Date: Wed, 16 Mar 2011 07:50:09 +0100 >>> >>>>>Jiri, I know there is your patch set there, but I think you and Changli >>>>>still need to go back and forth one more time wrt. orig_dev semantics. >>>>>Since you have been posting this patch set for some time I'm still >>>>>willing to apply it for this merge window, but please make haste and >>>>>work out the remaining discussion. Thank you. >>>> >>>> Dave, you can apply the rest of the series and leave only the first >>>> patch (af_packet) out. There's no dependency. We will figure out things >>>> around origdev later. >>> >>>I was about to do that but I've found other problems. >>> >>>You cannot make the modifications you make to linux/if.h, those >>>interface flags are visible to userspace. >> >>What do you suggest? To remove unused flags and leave gaps there or to >>not to remove the flags at all? > > Well, the following comment: > <quote> > /* Private (from user) interface flags (netdevice->priv_flags). */ > </quote> > leads me to think that these flags should not be used by userspace. > So maybe it may not be problem to change those values. Comments don't block user applications from using defines we expose to them. The person who was wise enough to write that comment should have also been wise enough to add appropriate __KERNEL__ protection to the definitions. They were not, therefore we are stuck with them forever. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: net-next-2.6 status... 2011-03-16 17:42 ` David Miller @ 2011-03-16 18:13 ` Ben Hutchings 2011-03-16 18:17 ` David Miller 0 siblings, 1 reply; 15+ messages in thread From: Ben Hutchings @ 2011-03-16 18:13 UTC (permalink / raw) To: David Miller Cc: jpirko, netdev, linux-wireless, netfilter-devel, eric.dumazet, linville, kaber On Wed, 2011-03-16 at 10:42 -0700, David Miller wrote: > From: Jiri Pirko <jpirko@redhat.com> > Date: Wed, 16 Mar 2011 09:40:23 +0100 > > > Wed, Mar 16, 2011 at 08:38:03AM CET, jpirko@redhat.com wrote: > >>Wed, Mar 16, 2011 at 08:02:51AM CET, davem@davemloft.net wrote: > >>>From: Jiri Pirko <jpirko@redhat.com> > >>>Date: Wed, 16 Mar 2011 07:50:09 +0100 > >>> > >>>>>Jiri, I know there is your patch set there, but I think you and Changli > >>>>>still need to go back and forth one more time wrt. orig_dev semantics. > >>>>>Since you have been posting this patch set for some time I'm still > >>>>>willing to apply it for this merge window, but please make haste and > >>>>>work out the remaining discussion. Thank you. > >>>> > >>>> Dave, you can apply the rest of the series and leave only the first > >>>> patch (af_packet) out. There's no dependency. We will figure out things > >>>> around origdev later. > >>> > >>>I was about to do that but I've found other problems. > >>> > >>>You cannot make the modifications you make to linux/if.h, those > >>>interface flags are visible to userspace. > >> > >>What do you suggest? To remove unused flags and leave gaps there or to > >>not to remove the flags at all? > > > > Well, the following comment: > > <quote> > > /* Private (from user) interface flags (netdevice->priv_flags). */ > > </quote> > > leads me to think that these flags should not be used by userspace. > > So maybe it may not be problem to change those values. > > Comments don't block user applications from using defines we expose > to them. The person who was wise enough to write that comment should > have also been wise enough to add appropriate __KERNEL__ protection > to the definitions. Though, in this case, the priv_flags are not in any way visible to user-space, so it would be quite hard to find a use for them! > They were not, therefore we are stuck with them forever. So should we also expose struct net_device_stats again? During the introduction to 64-bit stats I changed and un-exported the definition, then later had to revert the definition but left it un-exported. This broke compilation of iproute2, though in the process it revealed an existing bug: <http://thread.gmane.org/gmane.linux.network/169764>. Ben. -- Ben Hutchings, Senior Software Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: net-next-2.6 status... 2011-03-16 18:13 ` Ben Hutchings @ 2011-03-16 18:17 ` David Miller 0 siblings, 0 replies; 15+ messages in thread From: David Miller @ 2011-03-16 18:17 UTC (permalink / raw) To: bhutchings Cc: jpirko, netdev, linux-wireless, netfilter-devel, eric.dumazet, linville, kaber From: Ben Hutchings <bhutchings@solarflare.com> Date: Wed, 16 Mar 2011 18:13:39 +0000 > Though, in this case, the priv_flags are not in any way visible to > user-space, so it would be quite hard to find a use for them! There are pieces of infrastructure, such as scripts that turn header file visible macro values into values usable in other languages such as perl, that do that wholesale for entire header files and therefore expect these individual values to be there. I'm not going to be the person who breaks such things. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: net-next-2.6 status... [not found] ` <20110316073803.GB2780-YzwxZg+R7et1/kRsl7OVgNvLeJWuRmrY@public.gmane.org> 2011-03-16 8:40 ` Jiri Pirko @ 2011-03-16 17:38 ` David Miller [not found] ` <20110316.103857.226773145.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> 1 sibling, 1 reply; 15+ messages in thread From: David Miller @ 2011-03-16 17:38 UTC (permalink / raw) To: jpirko-H+wXaHxf7aLQT0dZR+AlfA Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA, netfilter-devel-u79uwXL29TY76Z2rM5mHXA, eric.dumazet-Re5JQEeQqe8AvxtiuMwx3w, linville-2XuSBdqkA4R54TAoqtyWWQ, kaber-dcUjhNyLwpNeoWH0uzbU5w From: Jiri Pirko <jpirko-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Date: Wed, 16 Mar 2011 08:38:03 +0100 > Wed, Mar 16, 2011 at 08:02:51AM CET, davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org wrote: >>From: Jiri Pirko <jpirko-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> >>Date: Wed, 16 Mar 2011 07:50:09 +0100 >> >>>>Jiri, I know there is your patch set there, but I think you and Changli >>>>still need to go back and forth one more time wrt. orig_dev semantics. >>>>Since you have been posting this patch set for some time I'm still >>>>willing to apply it for this merge window, but please make haste and >>>>work out the remaining discussion. Thank you. >>> >>> Dave, you can apply the rest of the series and leave only the first >>> patch (af_packet) out. There's no dependency. We will figure out things >>> around origdev later. >> >>I was about to do that but I've found other problems. >> >>You cannot make the modifications you make to linux/if.h, those >>interface flags are visible to userspace. > > What do you suggest? To remove unused flags and leave gaps there or to > not to remove the flags at all? You can't remove them, otherwise if it happened to be reference in the sources to some app out there, it will start to fail to compile. This is pretty obvious stuff, I hope :-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 15+ messages in thread
[parent not found: <20110316.103857.226773145.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>]
* Re: net-next-2.6 status... [not found] ` <20110316.103857.226773145.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> @ 2011-03-16 17:56 ` Jiri Pirko 2011-03-16 18:00 ` David Miller 0 siblings, 1 reply; 15+ messages in thread From: Jiri Pirko @ 2011-03-16 17:56 UTC (permalink / raw) To: David Miller Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA, netfilter-devel-u79uwXL29TY76Z2rM5mHXA, eric.dumazet-Re5JQEeQqe8AvxtiuMwx3w, linville-2XuSBdqkA4R54TAoqtyWWQ, kaber-dcUjhNyLwpNeoWH0uzbU5w Wed, Mar 16, 2011 at 06:38:57PM CET, davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org wrote: >From: Jiri Pirko <jpirko-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> >Date: Wed, 16 Mar 2011 08:38:03 +0100 > >> Wed, Mar 16, 2011 at 08:02:51AM CET, davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org wrote: >>>From: Jiri Pirko <jpirko-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> >>>Date: Wed, 16 Mar 2011 07:50:09 +0100 >>> >>>>>Jiri, I know there is your patch set there, but I think you and Changli >>>>>still need to go back and forth one more time wrt. orig_dev semantics. >>>>>Since you have been posting this patch set for some time I'm still >>>>>willing to apply it for this merge window, but please make haste and >>>>>work out the remaining discussion. Thank you. >>>> >>>> Dave, you can apply the rest of the series and leave only the first >>>> patch (af_packet) out. There's no dependency. We will figure out things >>>> around origdev later. >>> >>>I was about to do that but I've found other problems. >>> >>>You cannot make the modifications you make to linux/if.h, those >>>interface flags are visible to userspace. >> >> What do you suggest? To remove unused flags and leave gaps there or to >> not to remove the flags at all? > >You can't remove them, otherwise if it happened to be reference in the >sources to some app out there, it will start to fail to compile. > >This is pretty obvious stuff, I hope :-) Ok :( So would you leave out if.h hunk out or should I repost? -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: net-next-2.6 status... 2011-03-16 17:56 ` Jiri Pirko @ 2011-03-16 18:00 ` David Miller 0 siblings, 0 replies; 15+ messages in thread From: David Miller @ 2011-03-16 18:00 UTC (permalink / raw) To: jpirko Cc: netdev, linux-wireless, netfilter-devel, eric.dumazet, linville, kaber From: Jiri Pirko <jpirko@redhat.com> Date: Wed, 16 Mar 2011 18:56:44 +0100 > So would you leave out if.h hunk out or should I repost? What makes you think it's a good idea for me to have to do more work? I have the entire merge window and thousands of other patches to worry about... ^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2011-03-16 18:16 UTC | newest] Thread overview: 15+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-03-15 23:01 net-next-2.6 status David Miller [not found] ` <20110315.160124.104058374.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> 2011-03-16 0:13 ` John W. Linville 2011-03-16 0:36 ` Jeff Kirsher 2011-03-16 6:50 ` Jiri Pirko 2011-03-16 7:02 ` David Miller 2011-03-16 7:38 ` Jiri Pirko [not found] ` <20110316073803.GB2780-YzwxZg+R7et1/kRsl7OVgNvLeJWuRmrY@public.gmane.org> 2011-03-16 8:40 ` Jiri Pirko 2011-03-16 8:47 ` Thomas Graf [not found] ` <20110316084739.GD26145-oJAMn8VJQk8CUdFEqe4BF2D2FQJk+8+b@public.gmane.org> 2011-03-16 17:38 ` David Miller 2011-03-16 17:42 ` David Miller 2011-03-16 18:13 ` Ben Hutchings 2011-03-16 18:17 ` David Miller 2011-03-16 17:38 ` David Miller [not found] ` <20110316.103857.226773145.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> 2011-03-16 17:56 ` Jiri Pirko 2011-03-16 18:00 ` David Miller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).