netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/1] queue_api: reduce risk of name collision over txq
@ 2025-05-18 10:00 Gur Stavi
  2025-05-18 10:00 ` [PATCH net-next v1 1/1] " Gur Stavi
  2025-05-20  3:20 ` [PATCH net-next v1 0/1] " patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Gur Stavi @ 2025-05-18 10:00 UTC (permalink / raw)
  To: Gur Stavi
  Cc: netdev, linux-kernel, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman

Rename local variable in macros from txq to _txq.
When macro parameter get_desc is expended it is likely to have a txq
token that refers to a different txq variable at the caller's site.

Gur Stavi (1):
  queue_api: reduce risk of name collision over txq

 include/net/netdev_queues.h | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


base-commit: 67fa756408a5359941bea2c021740da5e9ed490d
-- 
2.45.2


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

end of thread, other threads:[~2025-05-20  3:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-18 10:00 [PATCH net-next v1 0/1] queue_api: reduce risk of name collision over txq Gur Stavi
2025-05-18 10:00 ` [PATCH net-next v1 1/1] " Gur Stavi
2025-05-19 23:09   ` Jakub Kicinski
2025-05-20  3:20 ` [PATCH net-next v1 0/1] " patchwork-bot+netdevbpf

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).