From: Al Viro <viro@zeniv.linux.org.uk>
To: Julian Vetter <julian@outer-limits.org>
Cc: Arnd Bergmann <arnd@arndb.de>,
"Jason A . Donenfeld" <Jason@zx2c4.com>,
Christophe Leroy <christophe.leroy@csgroup.eu>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Remove unaligned/packed_struct.h header
Date: Tue, 3 Jun 2025 15:29:14 +0100 [thread overview]
Message-ID: <20250603142914.GA299672@ZenIV> (raw)
In-Reply-To: <20250603132414.3676142-1-julian@outer-limits.org>
On Tue, Jun 03, 2025 at 03:24:14PM +0200, Julian Vetter wrote:
> The functions in this header are deprecated and are not used anymore.
> So, remove the header entirely.
; git grep -n __get_unaligned_cpu32
include/linux/jhash.h:80: a += __get_unaligned_cpu32(k);
include/linux/jhash.h:81: b += __get_unaligned_cpu32(k + 4);
include/linux/jhash.h:82: c += __get_unaligned_cpu32(k + 8);
include/linux/unaligned/packed_struct.h:16:static inline u32 __get_unaligned_cpu32(const void *p)
tools/include/linux/jhash.h:80: a += __get_unaligned_cpu32(k);
tools/include/linux/jhash.h:81: b += __get_unaligned_cpu32(k + 4);
tools/include/linux/jhash.h:82: c += __get_unaligned_cpu32(k + 8);
tools/include/linux/unaligned/packed_struct.h:17:static inline u32 __get_unaligned_cpu32(const void *p)
next prev parent reply other threads:[~2025-06-03 14:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-03 13:24 [PATCH] Remove unaligned/packed_struct.h header Julian Vetter
2025-06-03 14:29 ` Al Viro [this message]
2025-06-10 9:03 ` Julian Vetter
2025-06-03 15:40 ` Christophe Leroy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250603142914.GA299672@ZenIV \
--to=viro@zeniv.linux.org.uk \
--cc=Jason@zx2c4.com \
--cc=arnd@arndb.de \
--cc=christophe.leroy@csgroup.eu \
--cc=julian@outer-limits.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.