Re: [PATCH v2 0/2 net] bitfield.h cleanups

2020-08-06 Thread Jakub Kicinski
On Wed, 5 Aug 2020 10:44:30 -0700 Nick Desaulniers wrote: > Hi David, > I read through > https://www.kernel.org/doc/html/latest/networking/netdev-FAQ.html#q-how-often-do-changes-from-these-trees-make-it-to-the-mainline-linus-tree > and noticed http://vger.kernel.org/~davem/net-next.html. Since th

Re: [PATCH v2 0/2 net] bitfield.h cleanups

2020-08-06 Thread Jakub Kicinski
On Thu, 6 Aug 2020 11:13:58 -0700 Jakub Kicinski wrote: > please repost the first patch only To be clear the second patch may need to wait for net-next since it's refactoring. That's why I suggest only posting patch 1 now, i.e. the fix.

Re: [PATCH v2 0/2 net] bitfield.h cleanups

2020-08-05 Thread Nick Desaulniers
On Thu, Jul 30, 2020 at 3:37 PM Nick Desaulniers wrote: > > On Mon, Jul 20, 2020 at 4:35 PM David Miller wrote: > > > > From: Nick Desaulniers > > Date: Mon, 20 Jul 2020 12:48:38 -0700 > > > > > Hi David, bumping for review. > > > > If it's not active in my networking patchwork you can't just bu

Re: [PATCH v2 0/2 net] bitfield.h cleanups

2020-07-30 Thread Nick Desaulniers
On Mon, Jul 20, 2020 at 4:35 PM David Miller wrote: > > From: Nick Desaulniers > Date: Mon, 20 Jul 2020 12:48:38 -0700 > > > Hi David, bumping for review. > > If it's not active in my networking patchwork you can't just bump your > original > submission like this. > > You have to submit your ser

Re: [PATCH v2 0/2 net] bitfield.h cleanups

2020-07-20 Thread David Miller
From: Nick Desaulniers Date: Mon, 20 Jul 2020 12:48:38 -0700 > Hi David, bumping for review. If it's not active in my networking patchwork you can't just bump your original submission like this. You have to submit your series entirely again. And if it is in patchwork, such "bumping" is %100 un

Re: [PATCH v2 0/2 net] bitfield.h cleanups

2020-07-20 Thread Nick Desaulniers
On Tue, Jul 14, 2020 at 11:23 AM Nick Desaulniers wrote: > > On Wed, Jul 8, 2020 at 4:04 PM Nick Desaulniers > wrote: > > > > Two patches, one that removes a BUILD_BUG_ON for a case that is not a > > compile time bug (exposed by compiler optimization). > > > > The second is a general cleanup in

Re: [PATCH v2 0/2 net] bitfield.h cleanups

2020-07-14 Thread Nick Desaulniers
On Wed, Jul 8, 2020 at 4:04 PM Nick Desaulniers wrote: > > Two patches, one that removes a BUILD_BUG_ON for a case that is not a > compile time bug (exposed by compiler optimization). > > The second is a general cleanup in the area. > > I decided to leave the BUILD_BUG_ON case first, as I hope it

[PATCH v2 0/2 net] bitfield.h cleanups

2020-07-08 Thread Nick Desaulniers
Two patches, one that removes a BUILD_BUG_ON for a case that is not a compile time bug (exposed by compiler optimization). The second is a general cleanup in the area. I decided to leave the BUILD_BUG_ON case first, as I hope it will simplify being able to backport it to stable, and because I don