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
arm_scmi
broadcom
efi
google
imx
meson
psci
tegra
xilinx
Kconfig -rw-r--r-- 11.4 KB
Makefile -rw-r--r-- 1.3 KB
arm_scpi.c -rw-r--r-- 25.9 KB
arm_sdei.c -rw-r--r-- 24.7 KB
dmi-id.c -rw-r--r-- 6.7 KB
dmi-sysfs.c -rw-r--r-- 16.9 KB
dmi_scan.c -rw-r--r-- 28.3 KB
edd.c -rw-r--r-- 19.5 KB
iscsi_ibft.c -rw-r--r-- 20.6 KB
iscsi_ibft_find.c -rw-r--r-- 2.4 KB
memmap.c -rw-r--r-- 11.6 KB
pcdp.c -rw-r--r-- 3.1 KB
pcdp.h -rw-r--r-- 2.5 KB
qcom_scm-32.c -rw-r--r-- 16.2 KB
qcom_scm-64.c -rw-r--r-- 13.9 KB
qcom_scm.c -rw-r--r-- 17.1 KB
qcom_scm.h -rw-r--r-- 4.0 KB
qemu_fw_cfg.c -rw-r--r-- 25.1 KB
raspberrypi.c -rw-r--r-- 7.6 KB
scpi_pm_domain.c -rw-r--r-- 3.7 KB
stratix10-rsu.c -rw-r--r-- 11.8 KB
stratix10-svc.c -rw-r--r-- 31.3 KB
ti_sci.c -rw-r--r-- 100.1 KB
ti_sci.h -rw-r--r-- 53.4 KB
trusted_foundations.c -rw-r--r-- 3.7 KB
turris-mox-rwtm.c -rw-r--r-- 9.0 KB

back to top