On Wed, Mar 1, 2023 at 10:08 AM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > On Wed, Mar 1, 2023 at 7:51 AM Joanne Koong <joannelkoong@xxxxxxxxx> wrote: > > > > 5) progs/dynptr_success.c > > * Add test case "test_skb_readonly" for testing attempts at writes > > on a prog type with read-only skb ctx. > > * Add "test_dynptr_skb_data" for testing that bpf_dynptr_data isn't > > supported for skb progs. > > I added > +dynptr/test_dynptr_skb_data > +dynptr/test_skb_readonly > to DENYLIST.s390x and applied. Thanks, I'm still not sure why s390x cannot load these programs. It is being loaded in the same way as other tests like test_parse_tcp_hdr_opt() are loading programs. I will keep looking some more into this > > Thank you so much for all the hard work to make it happen. > Great milestone! Thank you to you, Andrii, Martin, Kumar, Jakub, and Toke (and kernel test robot :P) for all your reviews and feedback on this patchset! It was all extremely helpful