]> Gentwo Git Trees - linux/.git/commit
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)
commitc0b595230cc19833f3a3def766a5e9865b80f8fa
treebb5da18461f6b9873a9bcef1b24d9aa412fe52f2
parent2c9684bfee9476ef5038fe44d96464c632358fbc
parenta146cfaaa0dd8a3e2cf3447cd2965a3c4d046e8f
Merge patch series "can: raw: optimize the sizes of struct uniqframe and struct raw_sock"

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>