public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-13 18:22:21 to 2023-05-20 13:33:12 UTC [more...]

[PATCH v5 00/21] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-05-20 13:32 UTC  (42+ messages)
` [PATCH v5 01/21] modpost: remove broken calculation of exception_table_entry size
` [PATCH v5 02/21] modpost: remove fromsym info in __ex_table section mismatch warning
` [PATCH v5 03/21] modpost: remove get_prettyname()
` [PATCH v5 04/21] modpost: squash report_extable_warnings() into extable_mismatch_handler()
` [PATCH v5 05/21] modpost: squash report_sec_mismatch() into default_mismatch_handler()
` [PATCH v5 06/21] modpost: clean up is_executable_section()
` [PATCH v5 07/21] modpost: squash extable_mismatch_handler() into default_mismatch_handler()
` [PATCH v5 08/21] modpost: pass 'tosec' down to default_mismatch_handler()
` [PATCH v5 09/21] modpost: pass section index to find_elf_symbol2()
` [PATCH v5 10/21] modpost: rename find_elf_symbol() and find_elf_symbol2()
` [PATCH v5 11/21] modpost: modpost: refactor find_fromsym() and find_tosym()
` [PATCH v5 12/21] modpost: unify 'sym' and 'to' in default_mismatch_handler()
` [PATCH v5 13/21] modpost: replace r->r_offset, r->r_addend with faddr, taddr
` [PATCH v5 14/21] modpost: remove is_shndx_special() check from section_rel(a)
` [PATCH v5 15/21] modpost: pass struct module pointer to check_section_mismatch()
` [PATCH v5 16/21] kbuild: generate KSYMTAB entries by modpost
` [PATCH v5 17/21] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v5 18/21] modpost: check static EXPORT_SYMBOL* by modpost again
` [PATCH v5 19/21] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v5 20/21] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v5 21/21] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion

Suggestion: Improve the dependency information during Kconfig compilation
 2023-05-20  5:21 UTC  (2+ messages)

possible dependency error?
 2023-05-18  8:26 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-05-18  7:41 UTC 

[PATCH] kbuild: Enable -fstrict-flex-arrays=3
 2023-05-17 23:54 UTC  (4+ messages)

[PATCH] modpost: fix section mismatch message for R_ARM_ABS32
 2023-05-17 21:41 UTC  (2+ messages)

[PATCH] ubsan: remove cc-option test for UBSAN_TRAP
 2023-05-17 19:22 UTC  (11+ messages)

Question: Adding new kselftest mod build rule resulting on "m2c: command not found"
 2023-05-17  1:54 UTC  (3+ messages)

[PATCH v1 0/1] scripts: Fix "make gtags" for O= kernel builds
 2023-05-15 17:32 UTC  (16+ messages)
` [PATCH v1 1/1] scripts/tags.sh: Fix gtags generation "
` [PATCH v2 0/2] scripts: Resolve gtags empty index generation
  ` [PATCH v2 1/2] scripts/tags.sh: "
  ` [PATCH v2 2/2] docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
  ` [PATCH v3 0/2] scripts: Resolve gtags empty index generation
    ` [PATCH v3 1/2] scripts/tags.sh: "
    ` [PATCH v3 2/2] docs: Set minimal gtags / GNU GLOBAL version to 6.6.5

[PATCH] kbuild: Disallow DTB overlays to built from .dts named source files
 2023-05-15 16:48 UTC  (4+ messages)

[PATCH v4 00/21] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-05-14 12:43 UTC  (23+ messages)
` [PATCH v4 01/21] modpost: remove broken calculation of exception_table_entry size
` [PATCH v4 02/21] modpost: remove fromsym info in __ex_table section mismatch warning
` [PATCH v4 03/21] modpost: remove get_prettyname()
` [PATCH v4 04/21] modpost: squash report_extable_warnings() into extable_mismatch_handler()
` [PATCH v4 05/21] modpost: squash report_sec_mismatch() into default_mismatch_handler()
` [PATCH v4 06/21] modpost: clean up is_executable_section()
` [PATCH v4 07/21] modpost: squash extable_mismatch_handler() into default_mismatch_handler()
` [PATCH v4 08/21] modpost: pass 'tosec' down to default_mismatch_handler()
` [PATCH v4 09/21] modpost: pass section index to find_elf_symbol2()
` [PATCH v4 10/21] modpost: simplify find_elf_symbol()
` [PATCH v4 11/21] modpost: rename find_elf_symbol() and find_elf_symbol2()
` [PATCH v4 12/21] modpost: unify 'sym' and 'to' in default_mismatch_handler()
` [PATCH v4 13/21] modpost: replace r->r_offset, r->r_addend with faddr, taddr
` [PATCH v4 14/21] modpost: remove is_shndx_special() check from section_rel(a)
` [PATCH v4 15/21] modpost: pass struct module pointer to check_section_mismatch()
` [PATCH v4 16/21] kbuild: generate KSYMTAB entries by modpost
` [PATCH v4 17/21] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v4 18/21] modpost: check static EXPORT_SYMBOL* by modpost again
` [PATCH v4 19/21] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v4 20/21] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v4 21/21] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion

make localmodconfig doesn't work for thunderbolt
 2023-05-13 23:30 UTC  (5+ messages)

[PATCH v2] arch: fix broken BuildID for arm64 and riscv
 2023-05-12 10:10 UTC  (2+ messages)

[RFC] [kbuild test robot] random-order parallel building
 2023-05-12  7:09 UTC  (2+ messages)

[PATCH] Documentation: module-signing: Mention default_x509.genkey template
 2023-05-12  2:36 UTC  (3+ messages)

[PATCH] modpost: error out if addend_*_rel() is not implemented for REL arch
 2023-05-11 16:24 UTC 

[PATCH v7 00/10] livepatch: klp-convert tool
 2023-05-09 20:34 UTC  (9+ messages)

Fwd: syntax error in prepare target of main Makefile
 2023-05-08  5:26 UTC  (2+ messages)
`  "

[BUILD] [FOUND WORKAROUND] Unable to sign drivers on Ubuntu 22.04 LTS desktop
 2023-05-05 20:07 UTC  (3+ messages)
` [BUILD] "

Słowa kluczowe do wypozycjonowania
 2023-05-05  7:45 UTC 

[GIT PULL] Kbuild updates for v6.4-rc1
 2023-04-30 20:08 UTC  (2+ messages)

[PATCH RFC 33/43] objtool: Add validation for x86 PIE support
 2023-04-29  4:04 UTC  (5+ messages)

[PATCH v10 0/7] add support for CDX bus
 2023-04-28 10:53 UTC  (4+ messages)
` [PATCH v10 4/7] cdx: add MCDI protocol interface for firmware interaction

[PATCH] kbuild: deb-pkg: specify targets in debian/rules as .PHONY
 2023-04-26 14:12 UTC  (3+ messages)

[PATCH v2 2/7] MIPS: Add toolchain feature dependency for microMIPS smartMIPS
 2023-04-24 17:03 UTC  (3+ messages)

[PATCH] uapi/netfilter: Prefer ISO-friendly __typeof__
 2023-04-24 16:48 UTC  (3+ messages)

[PATCH 4.19 29/29] ASN.1: Fix check for strdup() success
 2023-04-24 13:18 UTC 

[PATCH 4.14 28/28] ASN.1: Fix check for strdup() success
 2023-04-24 13:18 UTC 

[PATCH 5.10 68/68] ASN.1: Fix check for strdup() success
 2023-04-24 13:18 UTC 

[PATCH 6.2 110/110] ASN.1: Fix check for strdup() success
 2023-04-24 13:18 UTC 

[PATCH 6.1 98/98] ASN.1: Fix check for strdup() success
 2023-04-24 13:18 UTC 

[PATCH 5.4 39/39] ASN.1: Fix check for strdup() success
 2023-04-24 13:17 UTC 

[PATCH 5.15 70/73] ASN.1: Fix check for strdup() success
 2023-04-24 13:17 UTC 

[PATCH v3] sh: Use generic GCC library routines
 2023-04-24  7:45 UTC  (5+ messages)

[GIT PULL] Kbuild fixes for v6.3(-rc8)
 2023-04-23 15:50 UTC  (2+ messages)

[PATCH 1/2] kbuild: add srcdeb-pkg target
 2023-04-22 11:04 UTC  (8+ messages)
` [PATCH 2/2] kbuild: deb-pkg: add KDEB_SOURCE_COMPRESS to specify compression type

[PATCH v9 0/6] Introduce 64b relocatable kernel
 2023-04-21 19:24 UTC  (6+ messages)

(no subject)
 2023-04-21 14:35 UTC 

[PATCH 1/3] kbuild: merge cmd_archive_linux and cmd_archive_perf
 2023-04-20 12:31 UTC  (7+ messages)
` [PATCH 3/3] kbuild: do not create intermediate *.tar for tar packages

clangd cannot handle tree_nocb.h
 2023-04-19 22:55 UTC 

[PATCH] kbuild: use proper prefix for tarballs to fix rpm-pkg build error
 2023-04-19 19:48 UTC  (2+ messages)

[PATCH] kbuild: clang: do not use CROSS_COMPILE for target triple
 2023-04-19 19:24 UTC  (4+ messages)

[PATCH] kbuild: rpm-pkg: fix rpm-pkg build error
 2023-04-19 15:44 UTC 

[PATCH] kbuild: rpm-pkg: fix rpm-pkg build error
 2023-04-19  6:20 UTC 

make rpm-pkg broken after f8d94c4e403c kbuild: do not create intermediate
 2023-04-18 21:48 UTC 

[PATCH] kbuild: rpm-pkg: remove kernel-drm PROVIDES
 2023-04-18 18:38 UTC  (2+ messages)

[PATCH] [v2] kasan: remove hwasan-kernel-mem-intrinsic-prefix=1 for clang-14
 2023-04-18 16:14 UTC  (3+ messages)

[PATCH] kasan: remove hwasan-kernel-mem-intrinsic-prefix=1 for clang-14
 2023-04-18 12:28 UTC  (6+ messages)

[PATCH v5 1/4] kasan: Emit different calls for instrumentable memintrinsics
 2023-04-18 12:12 UTC  (3+ messages)

[GIT PULL] Kbuild fixes for v6.3-rc7
 2023-04-16 17:43 UTC  (2+ messages)

[PATCH 1/2] initramfs: Check negative timestamp to prevent broken cpio archive
 2023-04-16  8:46 UTC  (4+ messages)
` [PATCH 2/2] initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP

[PATCH] init/initramfs: Fix argument forwarding to panic() in panic_show_mem()
 2023-04-16  8:45 UTC  (2+ messages)

W sprawie samochodu
 2023-04-14  8:18 UTC 

[PATCH v5 1/2] check-uapi: Introduce check-uapi.sh
 2023-04-13 18:22 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox