On Mon, Jun 24, 2024 at 7:47 PM Mina Almasry almasrymina@google.com wrote:
v13: https://patchwork.kernel.org/project/netdevbpf/list/?series=861406&archi...
Major changes:
This iteration addresses Pavel's review comments, applies his reviewed-by's, and seeks to fix the patchwork build error (sorry!).
This series is showing a inapplicable to net-next error on patchwork:
https://patchwork.kernel.org/project/netdevbpf/list/?series=865135
What happened here is that I sync'd to net-next, ran all the tests including the allmodconfig build which took a few hours, then posted the series. In the meantime 34 patches got merged to net-next, and one of those patches seems to generate a git am failure when I try to use b4 to apply:
b4 am 20240625024721.2140656-2-almasrymina@google.com ... git am ./v13_20240625_almasrymina_device_memory_tcp.mbx ... Applying: tcp: RX path for devmem TCP Using index info to reconstruct a base tree... M include/net/sock.h M net/ipv4/tcp_ipv4.c Falling back to patching base and 3-way merge... Auto-merging net/ipv4/tcp_ipv4.c Auto-merging include/net/sock.h
Not sure if I'm getting very unlucky or if this was something I can do to avoid this. I think I didn't tax NIPA too much since it's an apply error. I'll repost after the 24hr cooldown, sorry again.