]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools headers: Remove unneeded ignoring of warnings in unaligned.h
authorIan Rogers <irogers@google.com>
Thu, 16 Oct 2025 20:51:26 +0000 (13:51 -0700)
committerThomas Gleixner <tglx@kernel.org>
Wed, 14 Jan 2026 07:56:41 +0000 (08:56 +0100)
commit10a62a0611f5544d209446acfde5beb7b27773c7
tree0f8a72bbb071b7fb216e7079e7bcee99efdaffad
parent1d7cf255eefbb479d0eea9aa3b6372a1e52f8c62
tools headers: Remove unneeded ignoring of warnings in unaligned.h

Now that get/put_unaligned() use memcpy() the -Wpacked and -Wattributes
warnings don't need disabling anymore.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20251016205126.2882625-5-irogers@google.com
tools/include/linux/unaligned.h