-
- Downloads
Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
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
Showing
- Documentation/process/coding-style.rst 1 addition, 1 deletionDocumentation/process/coding-style.rst
- Documentation/translations/it_IT/process/coding-style.rst 1 addition, 1 deletionDocumentation/translations/it_IT/process/coding-style.rst
- Documentation/translations/zh_CN/process/coding-style.rst 1 addition, 1 deletionDocumentation/translations/zh_CN/process/coding-style.rst
- arch/arc/kernel/unwind.c 3 additions, 3 deletionsarch/arc/kernel/unwind.c
- arch/mips/cavium-octeon/executive/cvmx-bootmem.c 1 addition, 8 deletionsarch/mips/cavium-octeon/executive/cvmx-bootmem.c
- arch/powerpc/net/bpf_jit32.h 2 additions, 2 deletionsarch/powerpc/net/bpf_jit32.h
- arch/powerpc/net/bpf_jit_comp.c 8 additions, 8 deletionsarch/powerpc/net/bpf_jit_comp.c
- arch/sparc/net/bpf_jit_comp_32.c 4 additions, 4 deletionsarch/sparc/net/bpf_jit_comp_32.c
- arch/x86/kernel/fpu/xstate.c 1 addition, 1 deletionarch/x86/kernel/fpu/xstate.c
- block/blk-core.c 2 additions, 2 deletionsblock/blk-core.c
- crypto/adiantum.c 2 additions, 2 deletionscrypto/adiantum.c
- crypto/essiv.c 1 addition, 1 deletioncrypto/essiv.c
- drivers/firmware/efi/efi.c 1 addition, 1 deletiondrivers/firmware/efi/efi.c
- drivers/infiniband/hw/efa/efa_verbs.c 1 addition, 1 deletiondrivers/infiniband/hw/efa/efa_verbs.c
- drivers/infiniband/hw/hfi1/sdma.c 1 addition, 1 deletiondrivers/infiniband/hw/hfi1/sdma.c
- drivers/infiniband/hw/hfi1/verbs.h 2 additions, 2 deletionsdrivers/infiniband/hw/hfi1/verbs.h
- drivers/infiniband/ulp/opa_vnic/opa_vnic_ethtool.c 1 addition, 1 deletiondrivers/infiniband/ulp/opa_vnic/opa_vnic_ethtool.c
- drivers/md/raid5-ppl.c 1 addition, 1 deletiondrivers/md/raid5-ppl.c
- drivers/media/platform/omap3isp/isppreview.c 12 additions, 12 deletionsdrivers/media/platform/omap3isp/isppreview.c
- drivers/media/v4l2-core/v4l2-ioctl.c 1 addition, 1 deletiondrivers/media/v4l2-core/v4l2-ioctl.c
Loading
Please register or sign in to comment