mbox series

[net-next,0/3] net: sysctl: allow dump_cpumask to handle higher numbers of CPUs

Message ID 20241017152422.487406-1-atenart@kernel.org (mailing list archive)
Headers show
Series net: sysctl: allow dump_cpumask to handle higher numbers of CPUs | expand

Message

Antoine Tenart Oct. 17, 2024, 3:24 p.m. UTC
Hello,

The main goal of this series is to allow dump_cpumask to handle higher
numbers of CPUs (patch 3). While doing so I had the opportunity to make
the function a bit simpler, which is done in patches 1-2.

None of those is net material IMO.

Thanks,
Antoine

Antoine Tenart (3):
  net: sysctl: remove always-true condition
  net: sysctl: do not reserve an extra char in dump_cpumask temporary
    buffer
  net: sysctl: allow dump_cpumask to handle higher numbers of CPUs

 net/core/sysctl_net_core.c | 38 +++++++++++++++++++++++++++-----------
 1 file changed, 27 insertions(+), 11 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 23, 2024, 8:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Thu, 17 Oct 2024 17:24:16 +0200 you wrote:
> Hello,
> 
> The main goal of this series is to allow dump_cpumask to handle higher
> numbers of CPUs (patch 3). While doing so I had the opportunity to make
> the function a bit simpler, which is done in patches 1-2.
> 
> None of those is net material IMO.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: sysctl: remove always-true condition
    https://git.kernel.org/netdev/net-next/c/d631094e4d20
  - [net-next,2/3] net: sysctl: do not reserve an extra char in dump_cpumask temporary buffer
    https://git.kernel.org/netdev/net-next/c/a8cc8fa14541
  - [net-next,3/3] net: sysctl: allow dump_cpumask to handle higher numbers of CPUs
    https://git.kernel.org/netdev/net-next/c/124afe773b1a

You are awesome, thank you!