Message ID | 20220218212511.887059-1-atomlin@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | module: core code clean up | expand |
On Fri, Feb 18, 2022 at 09:24:58PM +0000, Aaron Tomlin wrote: > Hi Luis, > > As per your suggestion [1], this is an attempt to refactor and split > optional code out of core module support code into separate components. > This version is based on Linus' commit 7993e65fdd0f ("Merge tag > 'mtd/fixes-for-5.17-rc5' of > git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux"). > Please let me know your thoughts. Fantastic, thanks for doing all this work, I've pushed this out to modules-next so that the testing can start as this will be in linux-next soon. I'll obviously wait for more reviews, we have a long time before this gets merged to Linus, so just want to start getting testing done now rather than later. And other folks are depending on your changes to start getting their own code up too. Thanks! Luis
On Fri, 18 Feb 2022, Luis Chamberlain wrote: > On Fri, Feb 18, 2022 at 09:24:58PM +0000, Aaron Tomlin wrote: > > Hi Luis, > > > > As per your suggestion [1], this is an attempt to refactor and split > > optional code out of core module support code into separate components. > > This version is based on Linus' commit 7993e65fdd0f ("Merge tag > > 'mtd/fixes-for-5.17-rc5' of > > git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux"). > > Please let me know your thoughts. > > Fantastic, thanks for doing all this work, I've pushed this out to > modules-next so that the testing can start as this will be in linux-next > soon. I'll obviously wait for more reviews, we have a long time before this > gets merged to Linus, so just want to start getting testing done now rather > than later. And other folks are depending on your changes to start > getting their own code up too. Aaron's series is unfortunately split. Could you also push out the remaining 3 patches (20220218212757.888751-1-atomlin@redhat.com), please? Miroslav
Le 19/02/2022 à 03:12, Luis Chamberlain a écrit : > On Fri, Feb 18, 2022 at 09:24:58PM +0000, Aaron Tomlin wrote: >> Hi Luis, >> >> As per your suggestion [1], this is an attempt to refactor and split >> optional code out of core module support code into separate components. >> This version is based on Linus' commit 7993e65fdd0f ("Merge tag >> 'mtd/fixes-for-5.17-rc5' of >> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux"). >> Please let me know your thoughts. > > Fantastic, thanks for doing all this work, I've pushed this out to > modules-next so that the testing can start as this will be in linux-next > soon. I'll obviously wait for more reviews, we have a long time before this > gets merged to Linus, so just want to start getting testing done now rather > than later. And other folks are depending on your changes to start > getting their own code up too. > Hi Luis, modules-next misses the 3 last patches from Aaron. Aaron's series as build problems, I sent 4 fixups which allows it to build, then I rebased my series on top of that. And I added on top of it some misc cleanups. All this has undergone kisskb build test at http://kisskb.ellerman.id.au/kisskb/head/d8ee36c58284baf315e8aa3532a8d97abae8026d/ This only build failure (indeed a final link failure) is unrelated to my series. Everything is also available on https://github.com/chleroy/linux.git in branch module-v4 Looking forward to getting everything into modules-next hence into linux-next. Christophe
On Fri 2022-02-18 18:12 -0800, Luis Chamberlain wrote: > On Fri, Feb 18, 2022 at 09:24:58PM +0000, Aaron Tomlin wrote: > > Hi Luis, > > > > As per your suggestion [1], this is an attempt to refactor and split > > optional code out of core module support code into separate components. > > This version is based on Linus' commit 7993e65fdd0f ("Merge tag > > 'mtd/fixes-for-5.17-rc5' of > > git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux"). > > Please let me know your thoughts. > > Fantastic, thanks for doing all this work, I've pushed this out to > modules-next so that the testing can start as this will be in linux-next > soon. I'll obviously wait for more reviews, we have a long time before this > gets merged to Linus, so just want to start getting testing done now rather > than later. And other folks are depending on your changes to start > getting their own code up too. Hi Luis, No problem. Unfortunately, this was not the complete series. I can send a v7 later today with the suggested improvements made by Christophe. Kind regards,