Merge branch 'net-warn-about-attempts-to-register-negative-ifindex'
authorJakub Kicinski <kuba@kernel.org>
Wed, 16 Aug 2023 02:18:36 +0000 (19:18 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 16 Aug 2023 02:18:36 +0000 (19:18 -0700)
commit9cf3db3cd898a256247ad9f0661f14c05003b57f
tree46f99a18fecd1ef445092b7db1b9e4b00e55f047
parentcf74eb5a5bc867258e7d0b0d1c3c4a60e1e3de2f
parent7582113c6917c280c90352d1935cfa451e74376a
Merge branch 'net-warn-about-attempts-to-register-negative-ifindex'

Jakub Kicinski says:

====================
net: warn about attempts to register negative ifindex

Follow up to the recently posted fix for OvS lacking input
validation:
https://lore.kernel.org/all/20230814203840.2908710-1-kuba@kernel.org/

Warn about negative ifindex more explicitly and misc YNL updates.
====================

Link: https://lore.kernel.org/r/20230814205627.2914583-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>