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
iscsi
loopback
sbp
tcm_fc
Kconfig -rw-r--r-- 1.5 KB
Makefile -rw-r--r-- 939 bytes
target_core_alua.c -rw-r--r-- 59.9 KB
target_core_alua.h -rw-r--r-- 6.0 KB
target_core_configfs.c -rw-r--r-- 95.1 KB
target_core_device.c -rw-r--r-- 30.5 KB
target_core_fabric_configfs.c -rw-r--r-- 27.2 KB
target_core_fabric_lib.c -rw-r--r-- 11.0 KB
target_core_file.c -rw-r--r-- 24.3 KB
target_core_file.h -rw-r--r-- 1.2 KB
target_core_hba.c -rw-r--r-- 4.0 KB
target_core_iblock.c -rw-r--r-- 21.4 KB
target_core_iblock.h -rw-r--r-- 623 bytes
target_core_internal.h -rw-r--r-- 6.7 KB
target_core_pr.c -rw-r--r-- 122.2 KB
target_core_pr.h -rw-r--r-- 2.5 KB
target_core_pscsi.c -rw-r--r-- 27.5 KB
target_core_pscsi.h -rw-r--r-- 1.3 KB
target_core_rd.c -rw-r--r-- 15.7 KB
target_core_rd.h -rw-r--r-- 1.5 KB
target_core_sbc.c -rw-r--r-- 37.3 KB
target_core_spc.c -rw-r--r-- 38.2 KB
target_core_stat.c -rw-r--r-- 36.4 KB
target_core_tmr.c -rw-r--r-- 11.3 KB
target_core_tpg.c -rw-r--r-- 17.1 KB
target_core_transport.c -rw-r--r-- 92.2 KB
target_core_ua.c -rw-r--r-- 8.2 KB
target_core_ua.h -rw-r--r-- 1.7 KB
target_core_user.c -rw-r--r-- 69.0 KB
target_core_xcopy.c -rw-r--r-- 28.7 KB
target_core_xcopy.h -rw-r--r-- 1.9 KB

back to top