[GIT PULL] FIELD_SIZEOF() removal for v5.5-rc5

From: Kees Cook
Date: Thu Jan 02 2020 - 16:48:06 EST


Hi Linus,

Please pull this last change for the sizeof_field() conversion for
v5.5-rc5. With all FIELD_SIZEOF() users now gone from both your tree and
linux-next, we can remove it and the conversion is done! :)

Thanks!

-Kees

The following changes since commit fd6988496e79a6a4bdb514a4655d2920209eb85d:

Linux 5.5-rc4 (2019-12-29 15:29:16 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/sizeof_field-v5.5-rc5

for you to fetch changes up to 1f07dcc459d5f2c639f185f6e94829a0c79f2b4c:

kernel.h: Remove unused FIELD_SIZEOF() (2019-12-30 12:01:56 -0800)

----------------------------------------------------------------
sizeof_field conversion

- Remove now unused FIELD_SIZEOF() macro (Kees Cook)

----------------------------------------------------------------
Kees Cook (1):
kernel.h: Remove unused FIELD_SIZEOF()

include/linux/kernel.h | 9 ---------
1 file changed, 9 deletions(-)

--
Kees Cook