* |WARNING| pw158352 [PATCH] net/netvsc: fix use after free in cache list cleanup [not found] <20251103163703.100238-1-stephen@networkplumber.org> @ 2025-11-03 16:36 ` checkpatch 2025-11-03 18:02 ` |SUCCESS| " 0-day Robot 2025-11-03 18:02 ` 0-day Robot 2 siblings, 0 replies; 3+ messages in thread From: checkpatch @ 2025-11-03 16:36 UTC (permalink / raw) To: test-report; +Cc: Stephen Hemminger Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/158352 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'var' - possible side-effects? #112: FILE: drivers/net/netvsc/hn_ethdev.c:45: +#define LIST_FOREACH_SAFE(var, head, field, tvar) \ + for ((var) = LIST_FIRST((head)); \ + (var) && ((tvar) = LIST_NEXT((var), field), 1); \ + (var) = (tvar)) CHECK:MACRO_ARG_REUSE: Macro argument reuse 'tvar' - possible side-effects? #112: FILE: drivers/net/netvsc/hn_ethdev.c:45: +#define LIST_FOREACH_SAFE(var, head, field, tvar) \ + for ((var) = LIST_FIRST((head)); \ + (var) && ((tvar) = LIST_NEXT((var), field), 1); \ + (var) = (tvar)) total: 0 errors, 0 warnings, 2 checks, 29 lines checked ^ permalink raw reply [flat|nested] 3+ messages in thread
* |SUCCESS| pw158352 [PATCH] net/netvsc: fix use after free in cache list cleanup [not found] <20251103163703.100238-1-stephen@networkplumber.org> 2025-11-03 16:36 ` |WARNING| pw158352 [PATCH] net/netvsc: fix use after free in cache list cleanup checkpatch @ 2025-11-03 18:02 ` 0-day Robot 2025-11-03 18:02 ` 0-day Robot 2 siblings, 0 replies; 3+ messages in thread From: 0-day Robot @ 2025-11-03 18:02 UTC (permalink / raw) To: test-report; +Cc: robot From: robot@bytheb.org Test-Label: github-robot: build Test-Status: SUCCESS http://patchwork.dpdk.org/patch/158352/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/19042599455 ^ permalink raw reply [flat|nested] 3+ messages in thread
* |SUCCESS| pw158352 [PATCH] net/netvsc: fix use after free in cache list cleanup [not found] <20251103163703.100238-1-stephen@networkplumber.org> 2025-11-03 16:36 ` |WARNING| pw158352 [PATCH] net/netvsc: fix use after free in cache list cleanup checkpatch 2025-11-03 18:02 ` |SUCCESS| " 0-day Robot @ 2025-11-03 18:02 ` 0-day Robot 2 siblings, 0 replies; 3+ messages in thread From: 0-day Robot @ 2025-11-03 18:02 UTC (permalink / raw) To: test-report; +Cc: robot From: robot@bytheb.org Test-Label: github-robot-post Test-Status: SUCCESS http://patchwork.dpdk.org/patch/158352/ _github post: success_ HTML Link: https://github.com/ovsrobot/dpdk/pull/305 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-03 18:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20251103163703.100238-1-stephen@networkplumber.org>
2025-11-03 16:36 ` |WARNING| pw158352 [PATCH] net/netvsc: fix use after free in cache list cleanup checkpatch
2025-11-03 18:02 ` |SUCCESS| " 0-day Robot
2025-11-03 18:02 ` 0-day Robot
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).