[git pull][6.17] vfs.git 4/9: asm/param.h pile

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-headers_param

for you to fetch changes up to 2560014ec150fd41b969ea6bcf8a985ae910eea5:

  loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.h (2025-06-24 22:02:05 -0400)

----------------------------------------------------------------
This series massages asm/param.h to simpler and more uniform shape.
By the end of it,
	* all arch/*/include/uapi/asm/param.h are either generated includes
of <asm-generic/param.h> or a #define or two followed by such include.
	* no arch/*/include/asm/param.h anywhere, generated or not.
	* include <asm/param.h> resolves to arch/*/include/uapi/asm/param.h
of the architecture in question (or that of host in case of uml).
	* include/asm-generic/param.h pulls uapi/asm-generic/param.h and
deals with USER_HZ, CLOCKS_PER_SEC and with HZ redefinition after that.

----------------------------------------------------------------
Al Viro (3):
      xtensa: get rid uapi/asm/param.h
      alpha: regularize the situation with asm/param.h
      loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.h

 arch/alpha/include/asm/param.h       | 12 ------------
 arch/alpha/include/uapi/asm/param.h  |  9 ++-------
 arch/loongarch/include/asm/Kbuild    |  1 -
 arch/um/include/asm/Kbuild           |  1 -
 arch/xtensa/include/asm/Kbuild       |  1 -
 arch/xtensa/include/uapi/asm/param.h | 31 -------------------------------
 include/asm-generic/param.h          |  2 +-
 include/uapi/asm-generic/param.h     |  6 +++++-
 8 files changed, 8 insertions(+), 55 deletions(-)
 delete mode 100644 arch/alpha/include/asm/param.h
 delete mode 100644 arch/xtensa/include/uapi/asm/param.h




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux