linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-19 09:16:45 to 2022-08-18 11:55:03 UTC [more...]

[RFC PATCH 0/3] kallsyms: add option to include relative filepaths into kallsyms
 2022-08-18 11:53 UTC  (3+ messages)
` [RFC PATCH 1/3] modpost: fix TO_NATIVE() with expressions and consts
` [RFC PATCH 2/3] [STUB] increase kallsyms length limit

[PATCH v2] kbuild: add configurable debug info level
 2022-08-18  4:13 UTC  (7+ messages)
      ` [PATCH v3] kbuild: add debug level and macro defs options

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

[PATCH v9 00/27] Rust support
 2022-08-17 20:56 UTC  (5+ messages)
` [PATCH v9 23/27] Kbuild: add "
` [PATCH v9 24/27] docs: add Rust documentation

[PATCH] dt-bindings: fix wrong use of if_changed_rule
 2022-08-17 15:20 UTC 

[PATCH] kbuild: fix the modules order between drivers and libs
 2022-08-17 14:58 UTC  (2+ messages)

[PATCH] modpost: fix module versioning when a symbol lacks valid CRC
 2022-08-17 14:45 UTC  (2+ messages)

[PATCH] kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__
 2022-08-17 14:45 UTC  (2+ messages)

[PATCH] scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length
 2022-08-17 14:44 UTC  (2+ messages)

Fwd: s390/nospec: add an option to use thunk-extern
 2022-08-17 13:59 UTC  (6+ messages)
`  "

mainline build failure for arm64 allmodconfig with clang
 2022-08-15 10:37 UTC  (8+ messages)

[PATCH v2] kbuild: rewrite check-local-export in sh/awk
 2022-08-15  0:25 UTC  (3+ messages)

Odd kbuild behaviour
 2022-08-12  2:57 UTC  (3+ messages)

[PATCH] kbuild: add option to set max level of debug info
 2022-08-12  0:33 UTC  (3+ messages)

[PATCH v2 1/2] Makefile: link with -z noexecstack --no-warn-rwx-segments
 2022-08-10 22:24 UTC 

[GIT PULL] Kbuild updates for v5.20-rc1
 2022-08-10 18:33 UTC  (2+ messages)

[kconfig][RFC] getting things like CONFIG_ARCH_HAS_SYSCALL_WRAPPER without bothering with selects
 2022-08-10  2:31 UTC  (3+ messages)

[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-08-09 15:20 UTC  (9+ messages)

[PATCH] kbuild: rewrite check-local-export in posix shell
 2022-08-08  4:30 UTC  (4+ messages)

[masahiroy-kbuild:modpost-wip 26/40] kernel/foo.c:13:6: warning: no previous prototype for 'foo_register'
 2022-08-07 13:16 UTC 

[PATCH] kbuild: remove the target in signal traps when interrupted
 2022-08-07  9:39 UTC  (2+ messages)

[PATCH] kbuild: set EXIT trap before creating temporary directory
 2022-08-07  1:16 UTC  (4+ messages)

[PATCH v3] kbuild: Enable DT schema checks for %.dtb targets
 2022-08-04 16:34 UTC  (4+ messages)

[PATCH] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
 2022-08-04 15:27 UTC  (7+ messages)

[PATCH 1/3] modpost: add array range check to sec_name()
 2022-08-04  6:47 UTC  (10+ 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 1/4] modpost: shorten warning messages in report_sec_mismatch()
 2022-08-03 16:35 UTC  (6+ 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] modpost: refactor get_secindex()
 2022-08-03 13:50 UTC 

[PATCH] modpost: refactor get_secindex()
 2022-08-03 13:32 UTC  (3+ messages)

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

[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 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 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  (3+ messages)

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

[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


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).