linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-08 16:24:38 to 2022-08-02 17:46:31 UTC [more...]

[PATCH v8 00/31] Rust support
 2022-08-02 17:46 UTC  (10+ messages)
` [PATCH v8 26/31] docs: add Rust documentation
` [PATCH v8 27/31] Kbuild: add Rust support

[PATCH] modpost: remove unused Elf_Sword macro
 2022-08-02 17:35 UTC  (2+ messages)

[PATCH 1/3] modpost: add array range check to sec_name()
 2022-08-02 17:09 UTC  (5+ messages)
` [PATCH 2/3] modpost: use more reliable way to get fromsec in section_rel(a)()
` [PATCH 3/3] Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost"

[PATCH] Makefile.extrawarn: re-enable -Wformat for clang
 2022-08-02 17:08 UTC  (11+ messages)

kbuild self-created module file errors with: ERROR: modpos: missing MODULE_LICENSE
 2022-08-02  4:56 UTC  (3+ messages)

[PATCH 1/4] modpost: shorten warning messages in report_sec_mismatch()
 2022-08-01  9:39 UTC  (4+ messages)
` [PATCH 2/4] modpost: add PATTERNS() helper macro
` [PATCH 3/4] modpost: remove unneeded .symbol_white_list initializers
` [PATCH 4/4] modpost: remove .symbol_white_list field entirely

[PATCH v2] kbuild: add dtbs_prepare target
 2022-07-30 17:19 UTC  (3+ messages)

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2022-07-30  9:39 UTC  (17+ messages)

[PATCH 00/13] [RFC] Rust support
 2022-07-29  8:04 UTC  (15+ messages)

[PATCH] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
 2022-07-29  7:46 UTC  (6+ messages)

[PATCH] kbuild: set EXIT trap before creating temporary directory
 2022-07-28  3:14 UTC 

[PATCH 0/4] faster kexec reboot
 2022-07-28  1:57 UTC  (14+ messages)
` [PATCH 1/4] kexec: reuse crash kernel reserved memory for normal kexec
    ` [External] "
` [PATCH 2/4] kexec: add CONFING_KEXEC_PURGATORY_SKIP_SIG
    ` [External] "
` [PATCH 3/4] x86: Support the uncompressed kernel to speed up booting
` [PATCH 4/4] x86: boot: avoid memory copy if kernel is uncompressed
  ` [External] Re: [PATCH 0/4] faster kexec reboot

[RFC PATCH 0/6] Introduce "sysctl:" module aliases
 2022-07-27 17:11 UTC  (15+ messages)
` [RFC PATCH 1/6] modpost: factor out elf/arch-specific code from section_rel[a]()
` [RFC PATCH 2/6] modpost: deduplicate section_rel[a]()
` [RFC PATCH 3/6] sysctl, mod_devicetable: shadow struct ctl_table.procname for file2alias
` [RFC PATCH 4/6] module, modpost: introduce support for MODULE_SYSCTL_TABLE
` [RFC PATCH 5/6] netfilter: conntrack: use MODULE_SYSCTL_TABLE
` [RFC PATCH 6/6] sysctl: introduce /proc/sys/kernel/modprobe_sysctl_alias

[PATCH] kbuild: add dtbs_prepare target
 2022-07-27  9:58 UTC  (5+ messages)

[PATCH v2] kbuild: allow validating individual dtb files against schema
 2022-07-27  9:57 UTC  (4+ messages)

[PATCH] Makefile: replace headers_install with headers for kselftest
 2022-07-27  0:13 UTC  (6+ messages)

[PATCH] modpost: refactor get_secindex()
 2022-07-26 18:07 UTC 

[PATCH 1/2] modpost: drop executable ELF support
 2022-07-25 16:53 UTC  (4+ messages)
` [PATCH 2/2] modpost: use sym_get_data() to get module device_table data

[PATCH] kbuild: remove RCS_TAR_IGNORE
 2022-07-25 16:46 UTC  (2+ messages)

[PATCH 0/7] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL()
 2022-07-25 16:42 UTC  (3+ messages)
` [PATCH 7/7] modpost: use null string instead of NULL pointer for default namespace

[PATCH] kconfig: Qt5: tell the user which packages are required
 2022-07-24 10:05 UTC  (2+ messages)

[PATCH] kbuild: introduce $(GCC) variable for path-prefix or version-suffix
 2022-07-22  4:38 UTC  (2+ messages)

[PATCH] Makefile.extrawarn: add -Wformat-insufficient-args for clang build
 2022-07-22  4:20 UTC  (2+ messages)

[PATCH] scripts: headers_install.sh: Update config leak ignore entries
 2022-07-19 15:36 UTC  (2+ messages)

[PATCH v2 1/2] kbuild: pass jobserver to cmd_ld_vmlinux.o
 2022-07-19  9:15 UTC  (4+ messages)
` [PATCH v2 2/2] kbuild: lto: preserve MAKEFLAGS for module linking

[PATCH 0/4] kbuild: lto: documentation fixes
 2022-07-19  7:29 UTC  (8+ messages)
` [PATCH 1/4] Documentation: lto: add blank line padding before single requirement list
` [PATCH 2/4] Documentation: lto: use bullet list for FAQ
` [PATCH 3/4] Documentation: lto: use bullet lists for external link references list
` [PATCH 4/4] Documentation: lto: add LTO documentation to toc index

[PATCH] kconfig: shorten the temporary directory name for cc-option
 2022-07-19  3:59 UTC  (2+ messages)

Fwd: s390/nospec: add an option to use thunk-extern
 2022-07-17 13:11 UTC  (5+ messages)
`  "

[PATCH 1/4] kbuild: rpm-pkg: fix build error when _arch is undefined
 2022-07-16 15:40 UTC  (8+ messages)
` [PATCH 2/4] kbuild: rpm-pkg: pass 'linux' to --target option of rpmbuild
` [PATCH 3/4] kbuild: error out if $(KBUILD_EXTMOD) contains % or :
` [PATCH 4/4] kbuild: error out if $(INSTALL_MOD_PATH) "

[PATCH v7 00/25] Rust support
 2022-07-16 13:56 UTC  (8+ messages)
` [PATCH v7 21/25] Kbuild: add "

[PATCH v3] kbuild: Enable DT schema checks for %.dtb targets
 2022-07-16  9:48 UTC  (5+ messages)

[PATCH] docs: kbuild: fix typo
 2022-07-16  8:13 UTC  (2+ messages)

[PATCH] selftests/landlock: drop deprecated headers dependency
 2022-07-14 20:46 UTC  (2+ messages)

[PATCH v2 0/4] Fix kselftest build with sub-directory
 2022-07-13 13:04 UTC  (10+ messages)
` [PATCH v2 1/4] selftests: drop khdr make target
` [PATCH v2 2/4] selftests: stop using KSFT_KHDR_INSTALL
` [PATCH v2 3/4] selftests: drop KSFT_KHDR_INSTALL make target
` [PATCH v2 4/4] Makefile: add headers to kselftest targets

Wycena paneli fotowoltaicznych
 2022-07-13  7:35 UTC 

[PATCH 0/4] Fix kselftest build with sub-directory
 2022-07-13  6:38 UTC  (12+ messages)
` [PATCH 1/4] selftests: drop khdr make target
` [PATCH 2/4] selftests: stop using KSFT_KHDR_INSTALL
` [PATCH 3/4] selftests: drop KSFT_KHDR_INSTALL make target
` [PATCH 4/4] Makefile: add headers_install to kselftest targets

[PATCH] kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
 2022-07-12  3:20 UTC  (2+ messages)

[PATCH v6 1/4] panic: Taint kernel if tests are run
 2022-07-11 23:17 UTC  (8+ messages)
` [PATCH v6 3/4] kunit: Taint the kernel when KUnit "

[PATCH 0/2] Kconfig: -O3 enablement
 2022-07-11  5:50 UTC  (5+ messages)
` [PATCH] kbuild: drop support for CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3

[PATCH] init/Kconfig: update KALLSYMS_ALL help text
 2022-07-11  5:00 UTC  (2+ messages)

[PATCH v2] Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture."
 2022-07-11  4:49 UTC 

[GIT PULL] Kbuild fixes for v5.19-rc6
 2022-07-10 16:45 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).