Message ID | 20210717150222.416329-1-dima@arista.com (mailing list archive) |
---|---|
Headers | show |
Series | xfrm/compat: Fix xfrm_spdattr_type_t copying | expand |
On Sat, Jul 17, 2021 at 04:02:20PM +0100, Dmitry Safonov wrote: > Here is the fix for both 32=>64 and 64=>32 bit translators and a > selftest that reproduced the issue. > > Big thanks to YueHaibing for fuzzing and reporting the issue, > I really appreciate it! > > Cc: "David S. Miller" <davem@davemloft.net> > Cc: Herbert Xu <herbert@gondor.apana.org.au> > Cc: Jakub Kicinski <kuba@kernel.org> > Cc: Steffen Klassert <steffen.klassert@secunet.com> > Cc: YueHaibing <yuehaibing@huawei.com> > Cc: netdev@vger.kernel.org > > Dmitry Safonov (2): > net/xfrm/compat: Copy xfrm_spdattr_type_t atributes > selftests/net/ipsec: Add test for xfrm_spdattr_type_t > > net/xfrm/xfrm_compat.c | 49 ++++++++- > tools/testing/selftests/net/ipsec.c | 165 +++++++++++++++++++++++++++- > 2 files changed, 207 insertions(+), 7 deletions(-) Series applied, thanks Dmitry!