All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] x86/misra: fix remaining violations of rule 20.7
@ 2024-11-19 10:34 Roger Pau Monne
  2024-11-19 10:34 ` [PATCH 1/4] x8&/mm: fix IS_LnE_ALIGNED() to comply with Misra Rule 20.7 Roger Pau Monne
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Roger Pau Monne @ 2024-11-19 10:34 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monne, Jan Beulich, Andrew Cooper, Simone Ballarin,
	Doug Goldstein, Stefano Stabellini

Hello,

Following series attempts to fix the remaining violation for rules 20.7,
and as a result make it blocking on x86 also (as it's already the case
for ARM).

Thanks, Roger.

Roger Pau Monne (4):
  x8&/mm: fix IS_LnE_ALIGNED() to comply with Misra Rule 20.7
  x86/msi: fix Misra Rule 20.7 in msi.h
  x86/uaccess: rework user access speculative harden guards
  automation/eclair: make Misra rule 20.7 blocking for x86 also

 automation/eclair_analysis/ECLAIR/tagging.ecl |  3 +-
 xen/arch/x86/include/asm/msi.h                | 35 ++++++---------
 xen/arch/x86/include/asm/uaccess.h            | 45 +++++++++----------
 xen/arch/x86/mm.c                             |  2 +-
 xen/arch/x86/usercopy.c                       | 26 +++++------
 5 files changed, 52 insertions(+), 59 deletions(-)

-- 
2.46.0



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

end of thread, other threads:[~2024-11-25 15:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 10:34 [PATCH 0/4] x86/misra: fix remaining violations of rule 20.7 Roger Pau Monne
2024-11-19 10:34 ` [PATCH 1/4] x8&/mm: fix IS_LnE_ALIGNED() to comply with Misra Rule 20.7 Roger Pau Monne
2024-11-19 10:52   ` Frediano Ziglio
2024-11-19 14:10     ` Roger Pau Monné
2024-11-19 11:06   ` Jan Beulich
2024-11-19 10:34 ` [PATCH 2/4] x86/msi: fix Misra Rule 20.7 in msi.h Roger Pau Monne
2024-11-19 14:21   ` Andrew Cooper
2024-11-19 14:39     ` Roger Pau Monné
2024-11-19 15:35       ` Andrew Cooper
2024-11-19 16:37         ` Roger Pau Monné
2024-11-19 10:34 ` [PATCH 3/4] x86/uaccess: rework user access speculative harden guards Roger Pau Monne
2024-11-19 14:29   ` Jan Beulich
2024-11-19 14:42     ` Roger Pau Monné
2024-11-19 15:31   ` Andrew Cooper
2024-11-19 16:35     ` Roger Pau Monné
2024-11-25 15:54     ` Jan Beulich
2024-11-19 10:34 ` [PATCH 4/4] automation/eclair: make Misra rule 20.7 blocking for x86 also Roger Pau Monne
2024-11-19 15:32   ` Andrew Cooper

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.