]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge patch series "can: raw: optimize the sizes of struct uniqframe and struct raw_sock"
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 19 Sep 2025 18:57:14 +0000 (20:57 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 19 Sep 2025 18:57:14 +0000 (20:57 +0200)
Vincent Mailhol <mailhol@kernel.org> says:

A few bytes can be shaved out of can raw's struct uniqframe and struct
raw_sock.

Patch #1 reorders struct uniqframe fields to save 8 bytes.

Patch #2 and #3 modify struct raw_sock to use bitfields and to reorder
its fields to save 24 bytes in total.

Link: https://patch.msgid.link/20250917-can-raw-repack-v2-0-395e8b3a4437@kernel.org
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

Trivial merge