All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] address violation of MISRA C Rule 13.6
@ 2024-06-25 10:14 Alessandro Zucchelli
  2024-06-25 10:14 ` [PATCH 1/3] common/kernel: " Alessandro Zucchelli
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Alessandro Zucchelli @ 2024-06-25 10:14 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Alessandro Zucchelli, Andrew Cooper, George Dunlap,
	Jan Beulich, Julien Grall, Stefano Stabellini

This series aims to address several violations of Rule 13.6 which states the
following: The operand of the `sizeof' operator shall not contain any expression
which has potential side effects.

Alessandro Zucchelli (3):
  common/kernel: address violation of MISRA C Rule 13.6
  xen/event: address violation of MISRA C Rule 13.6
  common/softirq: address violation of MISRA C Rule 13.6

 xen/common/kernel.c     | 5 +++--
 xen/common/softirq.c    | 3 ++-
 xen/include/xen/event.h | 8 +++++---
 3 files changed, 10 insertions(+), 6 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-07-31 23:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25 10:14 [PATCH 0/3] address violation of MISRA C Rule 13.6 Alessandro Zucchelli
2024-06-25 10:14 ` [PATCH 1/3] common/kernel: " Alessandro Zucchelli
2024-06-25 14:59   ` Jan Beulich
2024-06-26  1:13     ` Stefano Stabellini
2024-06-26  7:24       ` Alessandro Zucchelli
2024-06-25 10:14 ` [PATCH 2/3] xen/event: " Alessandro Zucchelli
2024-06-26  1:16   ` Stefano Stabellini
2024-07-01  8:16   ` Jan Beulich
2024-07-31  6:15     ` Jan Beulich
2024-07-31 23:06       ` Stefano Stabellini
2024-06-25 10:14 ` [PATCH 3/3] common/softirq: " Alessandro Zucchelli
2024-06-26  1:18   ` Stefano Stabellini
2024-07-01  8:23   ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.