Linux Kbuild
[Prev Page][Next Page]
- Re: [PATCH] scripts/mksysmap: Fix badly escaped '$', (continued)
- [PATCH net-next v2] net: liquidio: fix mixed module-builtin object,
Masahiro Yamada
- [PATCH] modpost: propagate W=1 build option to modpost,
Masahiro Yamada
- [PATCH v2 1/2] kernel-doc: don't let V=1 change outcome,
Johannes Berg
- [bug report] modpost: handle relocations mismatch in __ex_table.,
Dan Carpenter
- [PATCH v2] initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP,
Benjamin Gray
- [PATCH] scripts/kallsyms: remove KSYM_NAME_LEN_BUFFER,
Masahiro Yamada
- [PATCH] scripts/kallsyms: constify long_options,
Masahiro Yamada
- [PATCH 1/2] kernel-doc: don't let V=1 change outcome,
Johannes Berg
- [PATCH 0/7] modpost: fix section mismatch detection for ARM,
Masahiro Yamada
- [PATCH 3/7] modpost: detect section mismatch for R_ARM_{MOVW_ABS_NC,MOVT_ABS}, Masahiro Yamada
- [PATCH 1/7] modpost: fix section mismatch message for R_ARM_ABS32, Masahiro Yamada
- [PATCH 2/7] modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}, Masahiro Yamada
- [PATCH 5/7] modpost: detect section mismatch for R_ARM_THM_{MOVW_ABS_NC,MOVT_ABS}, Masahiro Yamada
- [PATCH 4/7] modpost: refactor find_fromsym() and find_tosym(), Masahiro Yamada
- [PATCH 6/7] modpost: fix section_mismatch message for R_ARM_THM_{CALL,JUMP24,JUMP19}, Masahiro Yamada
- [PATCH 7/7] modpost: detect section mismatch for R_ARM_REL32, Masahiro Yamada
- A question about the handling of invisible symbols in menuconfig,
GUO, Siyuan
- [masahiroy-kbuild:modpost-v5 23/23] arch/x86/kernel/callthunks.c:45:1: sparse: sparse: cast removes address space '__percpu' of expression,
kernel test robot
- [PATCH v2] gen_compile_commands: include targets not ending with .o,
Hu Weiwen
- Re: [PATCH] gen_compile_commands: include targets not end with .o,
Nick Desaulniers
- Fwd: Regression. -6.3.X Good. -6.4-rcY Bad.,
Bagas Sanjaya
- [PATCH v6 00/20] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS,
Masahiro Yamada
- [PATCH v6 01/20] Revert "modpost: skip ELF local symbols during section mismatch check", Masahiro Yamada
- [PATCH v6 02/20] modpost: fix section mismatch message for R_ARM_ABS32, Masahiro Yamada
- [PATCH v6 03/20] modpost: detect section mismatch for R_ARM_MOVW_ABS_NC and R_ARM_MOVT_ABS, Masahiro Yamada
- [PATCH v6 04/20] modpost: remove unused argument from secref_whitelist(), Masahiro Yamada
- [PATCH v6 05/20] modpost: refactor find_fromsym() and find_tosym(), Masahiro Yamada
- [PATCH v6 06/20] modpost: unify 'sym' and 'to' in default_mismatch_handler(), Masahiro Yamada
- [PATCH v6 07/20] modpost: replace r->r_offset, r->r_addend with faddr, taddr, Masahiro Yamada
- [PATCH v6 08/20] modpost: remove is_shndx_special() check from section_rel(a), Masahiro Yamada
- [PATCH v6 09/20] modpost: pass struct module pointer to check_section_mismatch(), Masahiro Yamada
- [PATCH v6 14/20] modpost: use null string instead of NULL pointer for default namespace, Masahiro Yamada
- [PATCH v6 11/20] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*, Masahiro Yamada
- [PATCH v6 10/20] kbuild: generate KSYMTAB entries by modpost, Masahiro Yamada
- [PATCH v6 12/20] modpost: check static EXPORT_SYMBOL* by modpost again, Masahiro Yamada
- [PATCH v6 15/20] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion, Masahiro Yamada
- [PATCH v6 18/20] modpost: remove *_sections[] arrays, Masahiro Yamada
- [PATCH v6 19/20] modpost: merge two similar section mismatch warnings, Masahiro Yamada
- [PATCH v6 13/20] modpost: squash sym_update_namespace() into sym_add_exported(), Masahiro Yamada
- [PATCH v6 16/20] modpost: merge fromsec=DATA_SECTIONS entries in sectioncheck table, Masahiro Yamada
- [PATCH v6 17/20] modpost: merge bad_tosec=ALL_EXIT_SECTIONS entries in sectioncheck table, Masahiro Yamada
- [PATCH v6 20/20] modpost: show offset from symbol for section mismatch warnings, Masahiro Yamada
- Re: [PATCH v6 00/20] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS, Masahiro Yamada
- [PATCH 1/2] Revert "kheaders: substituting --sort in archive creation",
Masahiro Yamada
- Suggestion: Improve the dependency information during Kconfig compilation,
sunying
[PATCH] kbuild: Enable -fstrict-flex-arrays=3,
Kees Cook
possible dependency error?,
Bjorn Helgaas
[PATCH] modpost: fix section mismatch message for R_ARM_ABS32,
Masahiro Yamada
[PATCH v5 00/21] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS,
Masahiro Yamada
- [PATCH v5 01/21] modpost: remove broken calculation of exception_table_entry size, Masahiro Yamada
- [PATCH v5 02/21] modpost: remove fromsym info in __ex_table section mismatch warning, Masahiro Yamada
- [PATCH v5 03/21] modpost: remove get_prettyname(), Masahiro Yamada
- [PATCH v5 04/21] modpost: squash report_extable_warnings() into extable_mismatch_handler(), Masahiro Yamada
- [PATCH v5 06/21] modpost: clean up is_executable_section(), Masahiro Yamada
- [PATCH v5 05/21] modpost: squash report_sec_mismatch() into default_mismatch_handler(), Masahiro Yamada
- [PATCH v5 07/21] modpost: squash extable_mismatch_handler() into default_mismatch_handler(), Masahiro Yamada
- [PATCH v5 09/21] modpost: pass section index to find_elf_symbol2(), Masahiro Yamada
- [PATCH v5 08/21] modpost: pass 'tosec' down to default_mismatch_handler(), Masahiro Yamada
- [PATCH v5 15/21] modpost: pass struct module pointer to check_section_mismatch(), Masahiro Yamada
- [PATCH v5 12/21] modpost: unify 'sym' and 'to' in default_mismatch_handler(), Masahiro Yamada
- [PATCH v5 13/21] modpost: replace r->r_offset, r->r_addend with faddr, taddr, Masahiro Yamada
- [PATCH v5 17/21] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*, Masahiro Yamada
- [PATCH v5 10/21] modpost: rename find_elf_symbol() and find_elf_symbol2(), Masahiro Yamada
- [PATCH v5 21/21] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion, Masahiro Yamada
- [PATCH v5 19/21] modpost: squash sym_update_namespace() into sym_add_exported(), Masahiro Yamada
- [PATCH v5 20/21] modpost: use null string instead of NULL pointer for default namespace, Masahiro Yamada
- [PATCH v5 16/21] kbuild: generate KSYMTAB entries by modpost, Masahiro Yamada
- [PATCH v5 18/21] modpost: check static EXPORT_SYMBOL* by modpost again, Masahiro Yamada
- [PATCH v5 14/21] modpost: remove is_shndx_special() check from section_rel(a), Masahiro Yamada
- [PATCH v5 11/21] modpost: modpost: refactor find_fromsym() and find_tosym(), Masahiro Yamada
- Re: [PATCH v5 00/21] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS, Masahiro Yamada
[PATCH v4 00/21] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS,
Masahiro Yamada
- [PATCH v4 02/21] modpost: remove fromsym info in __ex_table section mismatch warning, Masahiro Yamada
- [PATCH v4 01/21] modpost: remove broken calculation of exception_table_entry size, Masahiro Yamada
- [PATCH v4 03/21] modpost: remove get_prettyname(), Masahiro Yamada
- [PATCH v4 04/21] modpost: squash report_extable_warnings() into extable_mismatch_handler(), Masahiro Yamada
- [PATCH v4 06/21] modpost: clean up is_executable_section(), Masahiro Yamada
- [PATCH v4 05/21] modpost: squash report_sec_mismatch() into default_mismatch_handler(), Masahiro Yamada
- [PATCH v4 08/21] modpost: pass 'tosec' down to default_mismatch_handler(), Masahiro Yamada
- [PATCH v4 09/21] modpost: pass section index to find_elf_symbol2(), Masahiro Yamada
- [PATCH v4 07/21] modpost: squash extable_mismatch_handler() into default_mismatch_handler(), Masahiro Yamada
- [PATCH v4 10/21] modpost: simplify find_elf_symbol(), Masahiro Yamada
- [PATCH v4 11/21] modpost: rename find_elf_symbol() and find_elf_symbol2(), Masahiro Yamada
- [PATCH v4 12/21] modpost: unify 'sym' and 'to' in default_mismatch_handler(), Masahiro Yamada
- [PATCH v4 15/21] modpost: pass struct module pointer to check_section_mismatch(), Masahiro Yamada
- [PATCH v4 13/21] modpost: replace r->r_offset, r->r_addend with faddr, taddr, Masahiro Yamada
- [PATCH v4 18/21] modpost: check static EXPORT_SYMBOL* by modpost again, Masahiro Yamada
- [PATCH v4 19/21] modpost: squash sym_update_namespace() into sym_add_exported(), Masahiro Yamada
- [PATCH v4 14/21] modpost: remove is_shndx_special() check from section_rel(a), Masahiro Yamada
- [PATCH v4 16/21] kbuild: generate KSYMTAB entries by modpost, Masahiro Yamada
- [PATCH v4 21/21] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion, Masahiro Yamada
- [PATCH v4 20/21] modpost: use null string instead of NULL pointer for default namespace, Masahiro Yamada
- [PATCH v4 17/21] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*, Masahiro Yamada
- Re: [PATCH v4 00/21] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS, Masahiro Yamada
[RFC] [kbuild test robot] random-order parallel building,
Masahiro Yamada
[PATCH] modpost: error out if addend_*_rel() is not implemented for REL arch,
Masahiro Yamada
[PATCH] Documentation: module-signing: Mention default_x509.genkey template,
Bagas Sanjaya
make localmodconfig doesn't work for thunderbolt,
Jiri Slaby
Fwd: syntax error in prepare target of main Makefile,
Bagas Sanjaya
Re: [BUILD] Unable to sign drivers on Ubuntu 22.04 LTS desktop,
Bagas Sanjaya
Re: [BUILD] [FOUND WORKAROUND] Unable to sign drivers on Ubuntu 22.04 LTS desktop, Bagas Sanjaya
[PATCH v1 0/1] scripts: Fix "make gtags" for O= kernel builds,
Ahmed S. Darwish
[GIT PULL] Kbuild updates for v6.4-rc1,
Masahiro Yamada
[PATCH RFC 33/43] objtool: Add validation for x86 PIE support,
Hou Wenlong
[PATCH] kbuild: deb-pkg: specify targets in debian/rules as .PHONY,
Masahiro Yamada
Question: Adding new kselftest mod build rule resulting on "m2c: command not found",
Marcos Paulo de Souza
[PATCH 4.19 29/29] ASN.1: Fix check for strdup() success, Greg Kroah-Hartman
[PATCH 4.14 28/28] ASN.1: Fix check for strdup() success, Greg Kroah-Hartman
[PATCH 5.10 68/68] ASN.1: Fix check for strdup() success, Greg Kroah-Hartman
[PATCH 6.2 110/110] ASN.1: Fix check for strdup() success, Greg Kroah-Hartman
[PATCH 6.1 98/98] ASN.1: Fix check for strdup() success, Greg Kroah-Hartman
[PATCH 5.4 39/39] ASN.1: Fix check for strdup() success, Greg Kroah-Hartman
[PATCH 5.15 70/73] ASN.1: Fix check for strdup() success, Greg Kroah-Hartman
[GIT PULL] Kbuild fixes for v6.3(-rc8),
Masahiro Yamada
[no subject], David Howells
Re: [PATCH v2 2/7] MIPS: Add toolchain feature dependency for microMIPS smartMIPS,
Nick Desaulniers
Re: clangd cannot handle tree_nocb.h, Nick Desaulniers
[PATCH] kbuild: use proper prefix for tarballs to fix rpm-pkg build error,
Masahiro Yamada
[PATCH] kbuild: rpm-pkg: fix rpm-pkg build error,
jiweisun126
make rpm-pkg broken after f8d94c4e403c kbuild: do not create intermediate..., Kyle Pelton
[PATCH] [v2] kasan: remove hwasan-kernel-mem-intrinsic-prefix=1 for clang-14,
Arnd Bergmann
[PATCH] kbuild: rpm-pkg: remove kernel-drm PROVIDES,
Masahiro Yamada
[PATCH 1/2] kbuild: add srcdeb-pkg target,
Masahiro Yamada
[PATCH] uapi/netfilter: Prefer ISO-friendly __typeof__,
Petr Vorel
[GIT PULL] Kbuild fixes for v6.3-rc7,
Masahiro Yamada
[PATCH] kasan: remove hwasan-kernel-mem-intrinsic-prefix=1 for clang-14,
Arnd Bergmann
[PATCH v3] Makefile: use -z pack-relative-relocs,
Fangrui Song
[PATCH RESEND] uapi/linux/const.h: Prefer ISO-friendly __typeof__,
Kevin Brodsky
[PATCH v2] kbuild: give up untracked files for source package builds, Masahiro Yamada
[PATCH] kbuild: add $(CLANG_CFLAGS) to KBUILD_CPPFLAGS,
Masahiro Yamada
Re: [PATCH 4/5] MIPS: Detect toolchain support of o32 ABI with 64 bit CPU,
Nick Desaulniers
[PATCH] ubsan: remove cc-option test for UBSAN_TRAP,
Nick Desaulniers
[PATCH v2] Documentation/llvm: Add a note about prebuilt kernel.org toolchains,
Nathan Chancellor
[PATCH v5 0/2] Validating UAPI backwards compatibility,
John Moon
Re: How to compile Linux kernel to llvm bitcodes?,
Nick Desaulniers
[PATCH v4 RESEND 0/2] Validating UAPI backwards compatibility,
John Moon
[PATCH 1/3] kbuild: merge cmd_archive_linux and cmd_archive_perf,
Masahiro Yamada
[PATCH] scripts: rust: drop is_rust_module.sh,
Andrea Righi
[PATCH] Documentation/llvm: Add a note about prebuilt kernel.org toolchains,
Nathan Chancellor
[PATCH v2] ubsan: Tighten UBSAN_BOUNDS on GCC,
Kees Cook
[PATCH] kbuild: give up untracked files for source package builds,
Masahiro Yamada
Re: [RESEND PATCH] memstick: fix memory leak if card device is never registered, Mirsad Goran Todorovac
[PATCH] kbuild: clang: do not use CROSS_COMPILE for target triple,
Masahiro Yamada
[GIT PULL] Kbuild fixes for v6.3-rc5,
Masahiro Yamada
[BUG] Problem with automatic kernel numbering,
Mirsad Goran Todorovac
[PATCH v3] purgatory: fix disabling debug info,
Alyssa Ross
[PATCH v9 0/6] Introduce 64b relocatable kernel,
Alexandre Ghiti
Re: Bug in recent changes to builddeb,
Randy Dunlap
[Question] Restore previous "local tag" behaviour,
Tor Vic
[PATCH v4 0/2] Validating UAPI backwards compatibility,
John Moon
recent kbuild change (36862e14e31611f9786622db366327209a7aede7) broke Debian headers pkg,
Tobias Klausmann
[PATCH v2] purgatory: fix disabling debug info,
Alyssa Ross
[PATCH] purgatory: fix disabling debug info,
Alyssa Ross
[PATCH] loongarch/bpf: Fix bpf load failed with CONFIG_BPF_JIT_ALWAYS_ON, caused by jit (BPF_ST | BPF_NOSPEC) code,
George Guo
[PATCH 1/3] kconfig: menuconfig: remove OLD_NCURSES macro,
Masahiro Yamada
[PATCH] kbuild: fix package build error due to broken symlinks,
Masahiro Yamada
[PATCH] kbuild: support external module out-of-tree build, 袁建鹏
[PATCH v2] Makefile: use -z pack-relative-relocs,
Fangrui Song
[PATCH] Documentation: core-api: update kernel-doc reference to kmod.c,
Bagas Sanjaya
[PATCH] Makefile: use -z pack-relative-relocs,
Fangrui Song
[PATCH v3] sh: Use generic GCC library routines,
Geert Uytterhoeven
Re: Linux 6.3-rc3, Nick Desaulniers
[PATCH] modpost: Fix processing of CRCs on 32-bit build machines,
Ben Hutchings
[PATCH v1 1/1] scripts: merge_config: Fix typo in variable name.,
Mirsad Goran Todorovac
Re: Bug#1033301: linux: arm64 kernel size increased from 31 to 39 MB, causing u-boot-rpi to fail,
Salvatore Bonaccorso
[PATCH] kbuild: deb-pkg: set version for linux-headers paths,
Kevin Locke
BUG: scripts/kconfig/merge_config.sh: typo in variable name,
Mirsad Goran Todorovac
[PATCH] init/initramfs: Fix argument forwarding to panic() in panic_show_mem(),
Benjamin Gray
RFC - KBUILD_MODNAME is misleading in builtins, as seen in /proc/dynamic_debug/control,
jim . cromie
[PATCH 1/2] initramfs: Check negative timestamp to prevent broken cpio archive,
Benjamin Gray
[GIT PULL] Kbuild fixes for v6.3-rc3,
Masahiro Yamada
Re: mod->klp set on copy ok ?,
Luis Chamberlain
[PATCH v3 0/2] Validating UAPI backwards compatibility,
John Moon
[PATCH] Makefile: use -gdwarf-{4|5} for assembler for DEBUG_INFO_DWARF{4|5},
Nick Desaulniers
[PATCH -rc] kbuild: properly exclude linux.tar.gz from tar archive,
Leon Romanovsky
[PATCH v3 0/1] kbuild: deb-pkg: Build parallely with current dpkg-buildpackage,
Bastian Germann
[PATCH v2 0/1] kbuild: deb-pkg: Build parallely with current dpkg-buildpackage,
Bastian Germann
[PATCH v2 6/7] kbuild: rpm-pkg: move source components to rpmbuild/SOURCES,
Masahiro Yamada
[PATCH] Kbuild: Elevate sha1sum to sha256sum for atomic headers check,
Bhaskar Chowdhury
Technický audit podlah, Luk=C3=A1=C5=A1_Horv=C3=A1th
Makefile: fix usage of kernelrelease with M=foo,
nvidia
[PATCH 0/1] builddeb: Eliminate debian/arch use,
Bastian Germann
[PATCH 0/1] kbuild: deb-pkg: Allow parallel build,
Bastian Germann
[PATCH v4 0/1] builddeb: introduce profile excluding the dbg pkg,
Bastian Germann
[PATCH v10 0/7] add support for CDX bus,
Nipun Gupta
[PATCH v3 0/1] builddeb: introduce profile excluding the dbg pkg,
Bastian Germann
[PATCH 0/6] kbuild: fix some packaging issues, and use git-archive for source package,
Masahiro Yamada
- [PATCH 1/6] kbuild: deb-pkg: make debian source package working again, Masahiro Yamada
- [PATCH 2/6] kbuild: deb-pkg: do not take KERNELRELEASE from the source version, Masahiro Yamada
- [PATCH 5/6] kbuild: deb-pkg: use dh_listpackages to know enabled packages, Masahiro Yamada
- [PATCH 6/6] kbuild: use git-archive for source package creation, Masahiro Yamada
- [PATCH 3/6] kbuild: deb-pkg: set CROSS_COMPILE only when undefined, Masahiro Yamada
- [PATCH 4/6] kbuild: deb-pkg: split image and debug objects staging out into functions, Masahiro Yamada
- Re: [PATCH 0/6] kbuild: fix some packaging issues, and use git-archive for source package, Linus Torvalds
- Re: [PATCH 0/6] kbuild: fix some packaging issues, and use git-archive for source package, Leon Romanovsky
- Re: [PATCH 0/6] kbuild: fix some packaging issues, and use git-archive for source package, Steev Klimaszewski
- Re: [PATCH 0/6] kbuild: fix some packaging issues, and use git-archive for source package, Leon Romanovsky
[PATCH 1/3] menuconfig: delete shadows, prepare for vertical space reclaim,
Alexey Dobriyan
[RESEND PATCH] kconfig: Proposed language extension for multiple builds,
Simon Glass
Re: A question about compiling Linux kernel, Bagas Sanjaya
About the .scmversion removal (commit f6e09b07cc12),
Guilherme G. Piccoli
[PATCH v2] script: modpost: emit a warning when the description is missing,
Vincenzo Palazzo
[PATCH 1/8] scripts/kallsyms: remove redundant code for omitting U and N,
Masahiro Yamada
[PATCH] kconfig: Update config changed flag before calling callback,
Jurica Vukadin
[PATCH v9 0/7] add support for CDX bus,
Nipun Gupta
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]