public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] build and compiler warning fixes
@ 2026-03-16  1:36 Yang Xiuwei
  2026-03-16  1:36 ` [PATCH v2 1/2] examples/send-zerocopy: fix -Wstringop-truncation on ifr.ifr_name Yang Xiuwei
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yang Xiuwei @ 2026-03-16  1:36 UTC (permalink / raw)
  To: axboe; +Cc: io-uring, Yang Xiuwei

Fix two issues: (1) send-zerocopy -Wstringop-truncation on ifr.ifr_name;
(2) cbpf_filter build failure when kernel headers lack openat2.h.

Changes since v1:
  - Patch 2/2: Per Jens's suggestion, use RESOLVE_IN_ROOT fallback instead
    of stubbing the test. 
  - Patch 1/2 unchanged.

  v1: https://lore.kernel.org/io-uring/20260314083538.791693-1-yangxiuwei@kylinos.cn/

Yang Xiuwei (2):
  examples/send-zerocopy: fix -Wstringop-truncation on ifr.ifr_name
  test/cbpf_filter: fix build when openat2.h is not available

 examples/send-zerocopy.c |  2 +-
 test/cbpf_filter.c       |  5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-16 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16  1:36 [PATCH v2 0/2] build and compiler warning fixes Yang Xiuwei
2026-03-16  1:36 ` [PATCH v2 1/2] examples/send-zerocopy: fix -Wstringop-truncation on ifr.ifr_name Yang Xiuwei
2026-03-16  1:36 ` [PATCH v2 2/2] test/cbpf_filter: fix build when openat2.h is not available Yang Xiuwei
2026-03-16 10:37 ` [PATCH v2 0/2] build and compiler warning fixes Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox