Merge branch 'xsk: Fix unaligned descriptor validation'
authorMartin KaFai Lau <martin.lau@kernel.org>
Thu, 6 Apr 2023 16:53:05 +0000 (09:53 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Thu, 6 Apr 2023 17:51:59 +0000 (10:51 -0700)
commita5f1da6601a0b0b0ee747bd91225bda5aad2e3af
treef2426e9737eb44ca8f058f99a9b250536e577da0
parent34bf93472f8fb60b4189aa2872471017e739cf0a
parentc0801598e5430d9da2d406ed32fcedbef23977fc
Merge branch 'xsk: Fix unaligned descriptor validation'

Kal Conley says:

====================

This patchset includes the test with the bugfix as requested here:
https://lore.kernel.org/all/f1a32d5a-03e7-fce1-f5a5-6095f365f0a9@linux.dev/

Patch #1 (the bugfix) is identical to the previous submission except
that I improved the commit message slightly.

Magnus: I improved the test code a little different than you asked
since I thought this was a little simpler than having a separate
function for now. Hopefully, you can live with this :-).
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>