On Tue, Jul 22, 2025 at 01:30 PM -07, Eduard Zingerman wrote: > On Mon, 2025-07-21 at 12:52 +0200, Jakub Sitnicki wrote: >> Exercise r/w access to skb metadata through an offset-adjusted dynptr, >> read/write helper with an offset argument, and a slice starting at an >> offset. >> >> Signed-off-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> >> --- > > Maybe also add a test case checking error conditions for out of bounds > metadata access? Crossed my mind. I was on the fence here, asking myself: do we need a test for dynptr OOB checks for each dynptr kind? I decided at that time that we don't, but happy to add it. Doesn't hurt.