mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	- Support cross-compiling linux-headers Debian package and kernel-devel
    RPM package
 
  - Add support for the linux-debug Pacman package
 
  - Improve module rebuilding speed by factoring out the common code to
    scripts/module-common.c
 
  - Separate device tree build rules into scripts/Makefile.dtbs
 
  - Add a new script to generate modules.builtin.ranges, which is useful
    for tracing tools to find symbols in built-in modules
 
  - Refactor Kconfig and misc tools
 
  - Update Kbuild and Kconfig documentation
 -----BEGIN PGP SIGNATURE-----
 
 iQJJBAABCgAzFiEEbmPs18K1szRHjPqEPYsBB53g2wYFAmby2+QVHG1hc2FoaXJv
 eUBrZXJuZWwub3JnAAoJED2LAQed4NsGpQ0QALWMgox3OdceNiBT8QieqRFfwKFv
 5jxtsZt+MbTdWNMEfgc4Cq2i5ZAqpYGZh32RwTiZJogBvYEIoO7M4Md9VwoEe/BC
 q8VZ6FhUy7358IX/FCukfB0dYvkziRalBRDrE4iFmMMdhBvZ9nrvMxllqFCMllLj
 DTrBTTiMus3qiiczr4tb5QwaIR6C+yqiEBF++ftLmWvo9dn8YNNUnI65fGjyQM/w
 0wMPwsB3Y2HdnRpLUS6T18gZbjoXsAk4+WX0TpdBfTs3d7AdbzlSMtc0BslEm6Tb
 JjIK6SbJCM3kNC7O0/gsUenOaSBxSbKjjg33gQxn/eNoi0nRt+qnBMMreYiTd95G
 Hq86QcNfKQtWAagKRTppMkYEDqMU2RKH7BmJOsfQyeG9cGpAAu+0HsQv3f/h5QP1
 MlA8o+NP5oQn6RbrhZz1Pqm24+OMxiXaBhmo8XbZ+MXzi/CBR54Eo4ip/FSHzXII
 EGEAQL7t7YU7xu8qMIE6ZQMH7BJsjJNee0vrNiYZa4xHLYyHi6mJl8K6LlHQ3nEx
 WOsPX9MLITtSJwcvIio/0sEnuR7pjcShGfqhbHO5tiOYznsbcSvu3+18HPGCpFRt
 vYFkNIRc298k7++A+Zp2wwdD2TS+SSilrAImmJXMhf0M+Nyg2vnlfAo8t0QSkFlh
 1g9dJuy+8jYRjHXP
 =g4t/
 -----END PGP SIGNATURE-----
Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada:
 - Support cross-compiling linux-headers Debian package and kernel-devel
   RPM package
 - Add support for the linux-debug Pacman package
 - Improve module rebuilding speed by factoring out the common code to
   scripts/module-common.c
 - Separate device tree build rules into scripts/Makefile.dtbs
 - Add a new script to generate modules.builtin.ranges, which is useful
   for tracing tools to find symbols in built-in modules
 - Refactor Kconfig and misc tools
 - Update Kbuild and Kconfig documentation
* tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (51 commits)
  kbuild: doc: replace "gcc" in external module description
  kbuild: doc: describe the -C option precisely for external module builds
  kbuild: doc: remove the description about shipped files
  kbuild: doc: drop section numbering, use references in modules.rst
  kbuild: doc: throw out the local table of contents in modules.rst
  kbuild: doc: remove outdated description of the limitation on -I usage
  kbuild: doc: remove description about grepping CONFIG options
  kbuild: doc: update the description about Kbuild/Makefile split
  kbuild: remove unnecessary export of RUST_LIB_SRC
  kbuild: remove append operation on cmd_ld_ko_o
  kconfig: cache expression values
  kconfig: use hash table to reuse expressions
  kconfig: refactor expr_eliminate_dups()
  kconfig: add comments to expression transformations
  kconfig: change some expr_*() functions to bool
  scripts: move hash function from scripts/kconfig/ to scripts/include/
  kallsyms: change overflow variable to bool type
  kallsyms: squash output_address()
  kbuild: add install target for modules.builtin.ranges
  scripts: add verifier script for builtin module range data
  ...
		
	
			
		
			
				
	
	
		
			179 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			179 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0-only
 | 
						|
#
 | 
						|
# NOTE! Don't add files that are generated in specific
 | 
						|
# subdirectories here. Add them in the ".gitignore" file
 | 
						|
# in that subdirectory instead.
 | 
						|
#
 | 
						|
# NOTE! Please use 'git ls-files -i -c --exclude-per-directory=.gitignore'
 | 
						|
# command after changing this file, to see if there are
 | 
						|
# any tracked files which get ignored after the change.
 | 
						|
#
 | 
						|
# Normal rules (sorted alphabetically)
 | 
						|
#
 | 
						|
.*
 | 
						|
*.a
 | 
						|
*.asn1.[ch]
 | 
						|
*.bin
 | 
						|
*.bz2
 | 
						|
*.c.[012]*.*
 | 
						|
*.dt.yaml
 | 
						|
*.dtb
 | 
						|
*.dtbo
 | 
						|
*.dtb.S
 | 
						|
*.dtbo.S
 | 
						|
*.dwo
 | 
						|
*.elf
 | 
						|
*.gcno
 | 
						|
*.gcda
 | 
						|
*.gz
 | 
						|
*.i
 | 
						|
*.ko
 | 
						|
*.lex.c
 | 
						|
*.ll
 | 
						|
*.lst
 | 
						|
*.lz4
 | 
						|
*.lzma
 | 
						|
*.lzo
 | 
						|
*.mod
 | 
						|
*.mod.c
 | 
						|
*.o
 | 
						|
*.o.*
 | 
						|
*.patch
 | 
						|
*.rmeta
 | 
						|
*.rpm
 | 
						|
*.rsi
 | 
						|
*.s
 | 
						|
*.so
 | 
						|
*.so.dbg
 | 
						|
*.su
 | 
						|
*.symtypes
 | 
						|
*.tab.[ch]
 | 
						|
*.tar
 | 
						|
*.xz
 | 
						|
*.zst
 | 
						|
Module.symvers
 | 
						|
dtbs-list
 | 
						|
modules.order
 | 
						|
 | 
						|
#
 | 
						|
# Top-level generic files
 | 
						|
#
 | 
						|
/linux
 | 
						|
/modules-only.symvers
 | 
						|
/vmlinux
 | 
						|
/vmlinux.32
 | 
						|
/vmlinux.map
 | 
						|
/vmlinux.symvers
 | 
						|
/vmlinux-gdb.py
 | 
						|
/vmlinuz
 | 
						|
/System.map
 | 
						|
/Module.markers
 | 
						|
/modules.builtin
 | 
						|
/modules.builtin.modinfo
 | 
						|
/modules.builtin.ranges
 | 
						|
/modules.nsdeps
 | 
						|
 | 
						|
#
 | 
						|
# RPM spec file (make rpm-pkg)
 | 
						|
#
 | 
						|
/rpmbuild/
 | 
						|
 | 
						|
#
 | 
						|
# Debian directory (make deb-pkg)
 | 
						|
#
 | 
						|
/debian/
 | 
						|
 | 
						|
#
 | 
						|
# Snap directory (make snap-pkg)
 | 
						|
#
 | 
						|
/snap/
 | 
						|
 | 
						|
#
 | 
						|
# tar directory (make tar*-pkg)
 | 
						|
#
 | 
						|
/tar-install/
 | 
						|
 | 
						|
#
 | 
						|
# pacman files (make pacman-pkg)
 | 
						|
#
 | 
						|
/PKGBUILD
 | 
						|
/pacman/
 | 
						|
 | 
						|
#
 | 
						|
# We don't want to ignore the following even if they are dot-files
 | 
						|
#
 | 
						|
!.clang-format
 | 
						|
!.cocciconfig
 | 
						|
!.editorconfig
 | 
						|
!.get_maintainer.ignore
 | 
						|
!.gitattributes
 | 
						|
!.gitignore
 | 
						|
!.kunitconfig
 | 
						|
!.mailmap
 | 
						|
!.rustfmt.toml
 | 
						|
 | 
						|
#
 | 
						|
# Generated include files
 | 
						|
#
 | 
						|
/include/config/
 | 
						|
/include/generated/
 | 
						|
/arch/*/include/generated/
 | 
						|
 | 
						|
# stgit generated dirs
 | 
						|
patches-*
 | 
						|
 | 
						|
# quilt's files
 | 
						|
patches
 | 
						|
series
 | 
						|
 | 
						|
# ctags files
 | 
						|
tags
 | 
						|
TAGS
 | 
						|
 | 
						|
# cscope files
 | 
						|
cscope.*
 | 
						|
ncscope.*
 | 
						|
 | 
						|
# gnu global files
 | 
						|
GPATH
 | 
						|
GRTAGS
 | 
						|
GSYMS
 | 
						|
GTAGS
 | 
						|
 | 
						|
# id-utils files
 | 
						|
ID
 | 
						|
 | 
						|
*~
 | 
						|
\#*#
 | 
						|
 | 
						|
#
 | 
						|
# Leavings from module signing
 | 
						|
#
 | 
						|
extra_certificates
 | 
						|
signing_key.pem
 | 
						|
signing_key.priv
 | 
						|
signing_key.x509
 | 
						|
x509.genkey
 | 
						|
 | 
						|
# Kconfig presets
 | 
						|
/all.config
 | 
						|
/alldef.config
 | 
						|
/allmod.config
 | 
						|
/allno.config
 | 
						|
/allrandom.config
 | 
						|
/allyes.config
 | 
						|
 | 
						|
# Kconfig savedefconfig output
 | 
						|
/defconfig
 | 
						|
 | 
						|
# Kdevelop4
 | 
						|
*.kdev4
 | 
						|
 | 
						|
# Clang's compilation database file
 | 
						|
/compile_commands.json
 | 
						|
 | 
						|
# Documentation toolchain
 | 
						|
sphinx_*/
 | 
						|
 | 
						|
# Rust analyzer configuration
 | 
						|
/rust-project.json
 |