linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 0/5] Remove remaining __get_unaligned_cpu32
@ 2025-07-07 12:24 Julian Vetter
  2025-07-07 12:24 ` [PATCH RESEND 1/5] Replace __get_unaligned_cpu32 in jhash function Julian Vetter
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Julian Vetter @ 2025-07-07 12:24 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Ian Rogers, Adrian Hunter, Liang, Kan, Jason A. Donenfeld,
	Christophe Leroy, Al Viro
  Cc: linux-perf-users, linux-kernel, Julian Vetter

I have send these patches already as individual patches, but this was
wrong, and confused people because they have a dependency between them.
So, I resend them as a patchset, which removes all remaining apperances of
__get_unaligned_cpu32.

Signed-off-by: Julian Vetter <julian@outer-limits.org>
---
Julian Vetter (5):
  Replace __get_unaligned_cpu32 in jhash function
  Remove unaligned/packed_struct.h header
  tools: Replace __get_unaligned_cpu32 in jhash function
  tools: Remove unaligned/packed_struct.h header
  tools: Remove the check for packed_struct.h header

 include/linux/jhash.h                         |  8 ++--
 include/linux/unaligned.h                     |  1 -
 include/linux/unaligned/packed_struct.h       | 46 ------------------
 tools/include/linux/jhash.h                   |  8 ++--
 tools/include/linux/unaligned/packed_struct.h | 47 -------------------
 tools/perf/check-headers.sh                   |  2 +-
 6 files changed, 9 insertions(+), 103 deletions(-)
 delete mode 100644 include/linux/unaligned/packed_struct.h
 delete mode 100644 tools/include/linux/unaligned/packed_struct.h

-- 
2.34.1


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

end of thread, other threads:[~2025-07-07 12:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 12:24 [PATCH RESEND 0/5] Remove remaining __get_unaligned_cpu32 Julian Vetter
2025-07-07 12:24 ` [PATCH RESEND 1/5] Replace __get_unaligned_cpu32 in jhash function Julian Vetter
2025-07-07 12:24 ` [PATCH RESEND 2/5] Remove unaligned/packed_struct.h header Julian Vetter
2025-07-07 12:24 ` [PATCH RESEND 3/5] tools: Replace __get_unaligned_cpu32 in jhash function Julian Vetter
2025-07-07 12:24 ` [PATCH RESEND 4/5] tools: Remove unaligned/packed_struct.h header Julian Vetter
2025-07-07 12:25 ` [PATCH RESEND 5/5] tools: Remove the check for packed_struct.h header Julian Vetter

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