Luis Chamberlain
2023-Aug-07 21:44 UTC
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
On Mon, Jul 31, 2023 at 02:36:50PM -0700, Luis Chamberlain wrote:> > Joel Granados (14): > > sysctl: Prefer ctl_table_header in proc_sysctl > > sysctl: Use ctl_table_header in list_for_each_table_entry > > sysctl: Add ctl_table_size to ctl_table_header > > sysctl: Add size argument to init_header > > sysctl: Add a size arg to __register_sysctl_table > > sysctl: Add size to register_sysctl > > sysctl: Add size arg to __register_sysctl_init > > This is looking great thanks, I've taken the first 7 patches above > to sysctl-next to get more exposure / testing and since we're already > on rc4.Ok I havent't heard much more feedback from networking folks, and since this is mostly sysctl love I've taken in the rest of these patches. Thanks to Jani Nikula for the reviews and to Greg KH for the suggestion on simplifying things. Let's see what busts in linux-next, and if anything does I can reset my tree back to only the first 7 patches. Luis
Chris Maness
2023-Aug-07 23:00 UTC
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
When are these likely to hit the mainline release code? On Mon, Aug 7, 2023 at 2:59 PM Luis Chamberlain <mcgrof at kernel.org> wrote:> On Mon, Jul 31, 2023 at 02:36:50PM -0700, Luis Chamberlain wrote: > > > Joel Granados (14): > > > sysctl: Prefer ctl_table_header in proc_sysctl > > > sysctl: Use ctl_table_header in list_for_each_table_entry > > > sysctl: Add ctl_table_size to ctl_table_header > > > sysctl: Add size argument to init_header > > > sysctl: Add a size arg to __register_sysctl_table > > > sysctl: Add size to register_sysctl > > > sysctl: Add size arg to __register_sysctl_init > > > > This is looking great thanks, I've taken the first 7 patches above > > to sysctl-next to get more exposure / testing and since we're already > > on rc4. > > Ok I havent't heard much more feedback from networking folks, and > since this is mostly sysctl love I've taken in the rest of these > patches. Thanks to Jani Nikula for the reviews and to Greg KH for > the suggestion on simplifying things. > > Let's see what busts in linux-next, and if anything does I can reset > my tree back to only the first 7 patches. > > Luis >-- Thanks, Chris Maness -Sent from my iPhone -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linuxfoundation.org/pipermail/bridge/attachments/20230807/d78a132e/attachment-0001.html>
Luis Chamberlain
2023-Aug-07 23:43 UTC
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
On Mon, Aug 07, 2023 at 04:00:49PM -0700, Chris Maness wrote:> When are these likely to hit the mainline release code?linux-next tomorrow. The first 7 patches are scheduled for mainline as they were merged + tested without any hiccups. These last few patches I'll wait and see. If nothing blows up on linux-next perhaps I'll include them to Linux for mainline during the next merge window. Luis
Jakub Kicinski
2023-Aug-08 02:09 UTC
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
On Mon, 7 Aug 2023 14:44:11 -0700 Luis Chamberlain wrote:> > This is looking great thanks, I've taken the first 7 patches above > > to sysctl-next to get more exposure / testing and since we're already > > on rc4. > > Ok I havent't heard much more feedback from networking folksWhat did you expect to hear from us? My only comment is to merge the internal prep changes in and then send us the networking changes in the next release cycle.