]> git.baikalelectronics.ru Git - kernel.git/commit
net: openvswitch: add missing .resv_start_op
authorJakub Kicinski <kuba@kernel.org>
Fri, 28 Oct 2022 03:25:01 +0000 (20:25 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 29 Oct 2022 03:19:53 +0000 (20:19 -0700)
commit4a548553484ec57bdb42ccedd076f8ec842a2adf
tree704bab5c6879e244dd7bbfd73f2a729e7caa646b
parent98a07f8853ecc1fd3d6e6b9e3c9541b313c515a9
net: openvswitch: add missing .resv_start_op

I missed one of the families in OvS when annotating .resv_start_op.
This triggers the warning added in commit 4a1bfc4113dc ("genetlink:
limit the use of validation workarounds to old ops").

Reported-by: syzbot+40eb8c0447c0e47a7e9b@syzkaller.appspotmail.com
Fixes: b1055b871676 ("genetlink: start to validate reserved header bytes")
Link: https://lore.kernel.org/r/20221028032501.2724270-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/openvswitch/datapath.c