Revision 22ff311af9c7d0eca4e9d276e95c4793a6ecf84f authored by Linus Torvalds on 13 December 2019, 22:02:12 UTC, committed by Linus Torvalds on 13 December 2019, 22:02:12 UTC
Pull FIELD_SIZEOF conversion from Kees Cook:
 "A mostly mechanical treewide conversion from FIELD_SIZEOF() to
  sizeof_field(). This avoids the redundancy of having 2 macros
  (actually 3) doing the same thing, and consolidates on sizeof_field().
  While "field" is not an accurate name, it is the common name used in
  the kernel, and doesn't result in any unintended innuendo.

  As there are still users of FIELD_SIZEOF() in -next, I will clean up
  those during this coming development cycle and send the final old
  macro removal patch at that time"

* tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  treewide: Use sizeof_field() macro
  MIPS: OCTEON: Replace SIZEOF_FIELD() macro
2 parent s 37d4e84 + c593642
History
File Mode Size
hvc
ipwireless
serdev
serial
vt
Kconfig -rw-r--r-- 17.5 KB
Makefile -rw-r--r-- 1.3 KB
amiserial.c -rw-r--r-- 41.8 KB
cyclades.c -rw-r--r-- 108.9 KB
ehv_bytechan.c -rw-r--r-- 21.4 KB
goldfish.c -rw-r--r-- 11.9 KB
isicom.c -rw-r--r-- 40.4 KB
mips_ejtag_fdc.c -rw-r--r-- 35.2 KB
moxa.c -rw-r--r-- 52.1 KB
moxa.h -rw-r--r-- 8.5 KB
mxser.c -rw-r--r-- 70.1 KB
mxser.h -rw-r--r-- 4.5 KB
n_gsm.c -rw-r--r-- 78.8 KB
n_hdlc.c -rw-r--r-- 27.3 KB
n_null.c -rw-r--r-- 1.3 KB
n_r3964.c -rw-r--r-- 31.2 KB
n_tracerouter.c -rw-r--r-- 6.6 KB
n_tracesink.c -rw-r--r-- 6.6 KB
n_tracesink.h -rw-r--r-- 850 bytes
n_tty.c -rw-r--r-- 61.6 KB
nozomi.c -rw-r--r-- 46.6 KB
pty.c -rw-r--r-- 24.5 KB
rocket.c -rw-r--r-- 92.1 KB
rocket.h -rw-r--r-- 3.8 KB
rocket_int.h -rw-r--r-- 41.6 KB
synclink.c -rw-r--r-- 227.1 KB
synclink_gt.c -rw-r--r-- 130.9 KB
synclinkmp.c -rw-r--r-- 146.1 KB
sysrq.c -rw-r--r-- 26.3 KB
tty_audit.c -rw-r--r-- 5.6 KB
tty_baudrate.c -rw-r--r-- 6.6 KB
tty_buffer.c -rw-r--r-- 16.2 KB
tty_io.c -rw-r--r-- 85.5 KB
tty_ioctl.c -rw-r--r-- 23.7 KB
tty_jobctrl.c -rw-r--r-- 14.0 KB
tty_ldisc.c -rw-r--r-- 20.9 KB
tty_ldsem.c -rw-r--r-- 10.5 KB
tty_mutex.c -rw-r--r-- 1.1 KB
tty_port.c -rw-r--r-- 18.1 KB
ttynull.c -rw-r--r-- 2.3 KB
vcc.c -rw-r--r-- 23.3 KB

back to top