Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-17 20:59:00 to 2023-06-09 21:27:28 UTC [more...]

[PATCH v7 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-06-09 21:26 UTC  (14+ messages)
` [PATCH v7 01/11] Revert "[PATCH] uml: export symbols added by GCC hardened"
` [PATCH v7 02/11] modpost: pass struct module pointer to check_section_mismatch()
` [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost
` [PATCH v7 04/11] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v7 05/11] modpost: check static EXPORT_SYMBOL* by modpost again
` [PATCH v7 06/11] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v7 07/11] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v7 08/11] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
` [PATCH v7 09/11] modpost: merge two similar section mismatch warnings
` [PATCH v7 10/11] modpost: show offset from symbol for "
` [PATCH v7 11/11] linux/export.h: rename 'sec' argument to 'license'

[PATCH] drm/amd/amdgpu: enable W=1 for amdgpu
 2023-06-09 20:17 UTC 

[RFC] [kbuild test robot] random-order parallel building
 2023-06-09 15:59 UTC  (5+ messages)

About Kconfig tree
 2023-06-09  9:50 UTC 

[PATCH v3 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-09  8:46 UTC  (2+ messages)
` [PATCH v3 2/2] kbuild: enable kernel-doc -Wall for W=2

[PATCH v2 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-09  8:42 UTC  (7+ messages)
` [PATCH v2 2/2] kbuild: enable kernel-doc -Wall for W=2

[RFC][PATCH] build: Deal with change in "make --no-print-directory" behaviour change
 2023-06-09  8:03 UTC  (2+ messages)

[PATCH] modpost: fix off by one in is_executable_section()
 2023-06-08 14:55 UTC  (2+ messages)

[PATCH v2] script: modpost: emit a warning when the description is missing
 2023-06-08  0:42 UTC  (4+ messages)

[PATCH] streamline_config.pl: handle also ${CONFIG_FOO}
 2023-06-07 14:49 UTC  (4+ messages)

[PATCH] kbuild: Add KBUILD_CPPFLAGS to as-option invocation
 2023-06-07 13:39 UTC  (3+ messages)

[PATCH] scripts/mksysmap: Ignore __pi_ local arm64 symbols
 2023-06-07 12:27 UTC  (3+ messages)

[PATCH] scripts/mksysmap: Fix badly escaped '$'
 2023-06-07 12:26 UTC  (2+ messages)

[PATCH net-next v2] net: liquidio: fix mixed module-builtin object
 2023-06-07 11:30 UTC  (3+ messages)

[PATCH v2] initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP
 2023-06-07  5:34 UTC  (3+ messages)

[PATCH] modpost: propagate W=1 build option to modpost
 2023-06-06 18:38 UTC  (4+ messages)

[bug report] modpost: handle relocations mismatch in __ex_table
 2023-06-06  9:16 UTC  (2+ messages)

[PATCH] scripts/kallsyms: remove KSYM_NAME_LEN_BUFFER
 2023-06-06  7:59 UTC  (2+ messages)

[PATCH] scripts/kallsyms: constify long_options
 2023-06-06  7:32 UTC  (2+ messages)

make localmodconfig doesn't work for thunderbolt
 2023-06-06  6:52 UTC  (3+ messages)

[PATCH 1/2] initramfs: Check negative timestamp to prevent broken cpio archive
 2023-06-06  6:18 UTC  (5+ messages)
` [PATCH 2/2] initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP

[PATCH 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-06  4:21 UTC  (5+ messages)
` [PATCH 2/2] kbuild: enable kernel-doc -Wall for W=2

Suggestion: Improve the dependency information during Kconfig compilation
 2023-06-06  4:10 UTC  (4+ messages)
  `  "

[PATCH] kbuild: add $(CLANG_CFLAGS) to KBUILD_CPPFLAGS
 2023-06-06  1:29 UTC  (7+ messages)

Wyższa konwersja w e-sklepie
 2023-06-02  8:50 UTC 

[PATCH v6 00/20] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-06-02 13:51 UTC  (51+ messages)
` [PATCH v6 01/20] Revert "modpost: skip ELF local symbols during section mismatch check"
` [PATCH v6 02/20] modpost: fix section mismatch message for R_ARM_ABS32
` [PATCH v6 03/20] modpost: detect section mismatch for R_ARM_MOVW_ABS_NC and R_ARM_MOVT_ABS
` [PATCH v6 04/20] modpost: remove unused argument from secref_whitelist()
` [PATCH v6 05/20] modpost: refactor find_fromsym() and find_tosym()
` [PATCH v6 06/20] modpost: unify 'sym' and 'to' in default_mismatch_handler()
` [PATCH v6 07/20] modpost: replace r->r_offset, r->r_addend with faddr, taddr
` [PATCH v6 08/20] modpost: remove is_shndx_special() check from section_rel(a)
` [PATCH v6 09/20] modpost: pass struct module pointer to check_section_mismatch()
` [PATCH v6 10/20] kbuild: generate KSYMTAB entries by modpost
` [PATCH v6 11/20] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v6 12/20] modpost: check static EXPORT_SYMBOL* by modpost again
` [PATCH v6 13/20] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v6 14/20] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v6 15/20] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
` [PATCH v6 16/20] modpost: merge fromsec=DATA_SECTIONS entries in sectioncheck table
` [PATCH v6 17/20] modpost: merge bad_tosec=ALL_EXIT_SECTIONS "
` [PATCH v6 18/20] modpost: remove *_sections[] arrays
` [PATCH v6 19/20] modpost: merge two similar section mismatch warnings
` [PATCH v6 20/20] modpost: show offset from symbol for "

[PATCH] gen_compile_commands: include targets not end with .o
 2023-06-02  9:38 UTC  (6+ messages)
` [PATCH v2] gen_compile_commands: include targets not ending "

[PATCH 0/7] modpost: fix section mismatch detection for ARM
 2023-06-01 14:40 UTC  (13+ messages)
` [PATCH 1/7] modpost: fix section mismatch message for R_ARM_ABS32
` [PATCH 2/7] modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}
` [PATCH 3/7] modpost: detect section mismatch for R_ARM_{MOVW_ABS_NC,MOVT_ABS}
` [PATCH 4/7] modpost: refactor find_fromsym() and find_tosym()
` [PATCH 5/7] modpost: detect section mismatch for R_ARM_THM_{MOVW_ABS_NC,MOVT_ABS}
` [PATCH 6/7] modpost: fix section_mismatch message for R_ARM_THM_{CALL,JUMP24,JUMP19}
` [PATCH 7/7] modpost: detect section mismatch for R_ARM_REL32

Fotowoltaika- propozycja instalacji
 2023-05-31  8:15 UTC 

[PATCH 1/2] Revert "kheaders: substituting --sort in archive creation"
 2023-05-30 18:54 UTC  (6+ messages)
` [PATCH 2/2] doc: Add tar requirement to changes.rst

A question about the handling of invisible symbols in menuconfig
 2023-05-29  9:47 UTC  (2+ messages)

[masahiroy-kbuild:modpost-v5 23/23] arch/x86/kernel/callthunks.c:45:1: sparse: sparse: cast removes address space '__percpu' of expression
 2023-05-28  7:01 UTC  (2+ messages)

[PATCH] Documentation: module-signing: Mention default_x509.genkey template
 2023-05-24  8:47 UTC  (5+ messages)

[PATCH v5 00/21] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-05-23 12:04 UTC  (28+ messages)
` [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 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 14/21] modpost: remove is_shndx_special() check from section_rel(a)

Fwd: Regression. -6.3.X Good. -6.4-rcY Bad
 2023-05-22  6:45 UTC  (4+ messages)
`  "

[PATCH] kbuild: Disallow DTB overlays to built from .dts named source files
 2023-05-22  1:36 UTC  (5+ messages)

[PATCH] modpost: error out if addend_*_rel() is not implemented for REL arch
 2023-05-21 13:11 UTC  (2+ messages)

[PATCH] modpost: fix section mismatch message for R_ARM_ABS32
 2023-05-21 11:16 UTC  (3+ messages)

[PATCH v2 0/2] scripts: Resolve gtags empty index generation
 2023-05-20 22:41 UTC  (3+ messages)
` [PATCH v3 "

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)


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 read-only IMAP folder(s) and NNTP newsgroup(s).