linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Minor cleanups for UML
@ 2024-09-13 13:44 Benjamin Berg
  2024-09-13 13:44 ` [PATCH v2 1/5] um: Remove unused os_process_pc Benjamin Berg
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Benjamin Berg @ 2024-09-13 13:44 UTC (permalink / raw)
  To: linux-um; +Cc: Benjamin Berg

From: Benjamin Berg <benjamin.berg@intel.com>

This removes a set of unused functions and also selects
HAVE_EFFICIENT_UNALIGNED_ACCESS on x86 to avoid UBSAN spewing warnings
by default.

v2: Add Signed-off-by to all patches

Benjamin Berg (5):
  um: Remove unused os_process_pc
  um: Remove unused os_process_parent
  um: Remove unused os_stop_process
  um: Remove unused os_getpgrp function
  um: Set HAVE_EFFICIENT_UNALIGNED_ACCESS for x86

 arch/um/include/shared/os.h |  4 --
 arch/um/os-Linux/process.c  | 82 -------------------------------------
 arch/x86/um/Kconfig         |  1 +
 3 files changed, 1 insertion(+), 86 deletions(-)

-- 
2.46.0



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

end of thread, other threads:[~2024-09-13 13:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-13 13:44 [PATCH v2 0/5] Minor cleanups for UML Benjamin Berg
2024-09-13 13:44 ` [PATCH v2 1/5] um: Remove unused os_process_pc Benjamin Berg
2024-09-13 13:44 ` [PATCH v2 2/5] um: Remove unused os_process_parent Benjamin Berg
2024-09-13 13:44 ` [PATCH v2 3/5] um: Remove unused os_stop_process Benjamin Berg
2024-09-13 13:44 ` [PATCH v2 4/5] um: Remove unused os_getpgrp function Benjamin Berg
2024-09-13 13:44 ` [PATCH v2 5/5] um: Set HAVE_EFFICIENT_UNALIGNED_ACCESS for x86 Benjamin Berg

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