[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20191118.172701.853956001676795272.davem@davemloft.net>
Date: Mon, 18 Nov 2019 17:27:01 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: marcelo.leitner@...il.com
Cc: netdev@...r.kernel.org, mcroce@...hat.com
Subject: Re: [PATCH net] net/ipv4: fix sysctl max for
fib_multipath_hash_policy
From: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
Date: Mon, 18 Nov 2019 09:46:09 -0300
> Commit eec4844fae7c ("proc/sysctl: add shared variables for range
> check") did:
> - .extra2 = &two,
> + .extra2 = SYSCTL_ONE,
> here, which doesn't seem to be intentional, given the changelog.
> This patch restores it to the previous, as the value of 2 still makes
> sense (used in fib_multipath_hash()).
>
> Fixes: eec4844fae7c ("proc/sysctl: add shared variables for range check")
> Cc: Matteo Croce <mcroce@...hat.com>
> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
Applied and queued up for -stable, thanks.
Powered by blists - more mailing lists