On Mon, Jun 26, 2023 at 01:05:03PM +0200, Pablo Neira Ayuso wrote:
Hi Greg, Sasha,
The following batch contains Netfilter fixes for 5.10.
Patches 1 and 2 you can manually cherry-pick them:
- 08a01c11a5bb ("netfilter: nftables: statify nft_parse_register()")
- 98494660a286 ("netfilter: nf_tables: validate registers coming from userspace.")
Patch 3 is a backport:
- 99e73e80d3df ("netfilter: nf_tables: hold mutex on netns pre_exit path")
Thanks.
Pablo Neira Ayuso (3): netfilter: nftables: statify nft_parse_register() netfilter: nf_tables: validate registers coming from userspace. netfilter: nf_tables: hold mutex on netns pre_exit path
include/net/netfilter/nf_tables.h | 1 - net/netfilter/nf_tables_api.c | 34 +++++++++++++++++-------------- 2 files changed, 19 insertions(+), 16 deletions(-)
-- 2.30.2
All now queued up, thanks.
greg k-h