messages from 2022-04-04 07:44:36 to 2022-04-24 19:11:52 UTC [more...]
[PATCH 00/27] kbuild: yet another series of cleanups (modpost and LTO)
2022-04-24 19:08 UTC (27+ messages)
` [PATCH 01/27] modpost: use snprintf() instead of sprintf() for safety
` [PATCH 02/27] modpost: do not write out any file when error occurred
` [PATCH 03/27] modpost: remove stale comment about sym_add_exported()
` [PATCH 04/27] modpost: add a separate error for exported symbols without definition
` [PATCH 05/27] modpost: retrieve the module dependency and CRCs in check_exports()
` [PATCH 06/27] modpost: use bool type where appropriate
` [PATCH 07/27] modpost: import include/linux/list.h
` [PATCH 08/27] modpost: traverse modules in order
` [PATCH 09/27] modpost: add sym_add_unresolved() helper
` [PATCH 10/27] modpost: traverse unresolved symbols in order
` [PATCH 11/27] modpost: use doubly linked list for dump_lists
` [PATCH 12/27] modpost: move struct namespace_list to modpost.c
` [PATCH 13/27] modpost: traverse the namespace_list in order
` [PATCH 14/27] modpost: dump Module.symvers in the same order of modules.order
` [PATCH 15/27] modpost: move static EXPORT_SYMBOL check to check_exports()
` [PATCH 16/27] modpost: make multiple export error
` [PATCH 17/27] modpost: make sym_add_exported() always allocate a new symbol
` [PATCH 18/27] modpost: make sym_add_exported() a void function
` [PATCH 19/27] modpost: use hlist for hash table implementation
` [PATCH 20/27] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks
` [PATCH 21/27] kbuild: record symbol versions in *.cmd files
` [PATCH 22/27] kbuild: generate a list of objects in vmlinux
` [PATCH 23/27] modpost: retrieve symbol versions by parsing *.cmd files
` [PATCH 25/27] kbuild: embed symbol versions at final link of vmlinux or modules
` [PATCH 26/27] kbuild: stop generating *.symversions
` [PATCH 27/27] kbuild: do not create *.prelink.o for Clang LTO or IBT
[PATCH 0/7] kbuild: more misc cleanups
2022-04-23 5:02 UTC (27+ messages)
` [PATCH 1/7] kbuild: reuse suffix-search to refactor multi_depend
` [PATCH 2/7] kbuild: make multi_depend work with targets in subdirectory
` [PATCH 3/7] kbuild: reuse real-search to simplify cmd_mod
` [PATCH 4/7] kbuild: split the second line of *.mod into *.usyms
` [PATCH 5/7] kbuild: get rid of duplication in *.mod files
` [PATCH 6/7] kbuild: make *.mod not depend on *.o
` [PATCH 7/7] kbuild: read *.mod to get objects passed to $(LD) or $(AR)
[PATCH V1 1/1] scripts/Kbuild: Add path of fixeddep script
2022-04-22 17:55 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION f1244c81da13009dbf61cb807f45881501c44789
2022-04-20 21:09 UTC
[PATCH] kbuild: Remove CONFIG_DEBUG_SECTION_MISMATCH
2022-04-20 17:30 UTC (12+ messages)
[PATCH] kbuild: support W=e to make build abort in case of warning
2022-04-20 16:21 UTC (12+ messages)
` [PATCHv1] "
[PATCH v2] scripts: dummy-tools, add pahole
2022-04-20 16:21 UTC (2+ messages)
[PATCH] scripts: dummy-tools, add pahole
2022-04-19 6:23 UTC (6+ messages)
[RFC PATCH v6 00/12] livepatch: klp-convert tool
2022-04-18 18:12 UTC (10+ messages)
` [RFC PATCH v6 01/12] livepatch: Create and include UAPI headers
` [RFC PATCH v6 02/12] kbuild: Support for symbols.klp creation
` [RFC PATCH v6 03/12] livepatch: Add klp-convert tool
` elf API: was: "
escorts "[your-subject]"
2022-04-15 13:31 UTC
[PATCH RESEND 0/1] lib/Kconfig: remove DEBUG_PER_CPU_MAPS dependency for CPUMASK_OFFSTACK
2022-04-14 18:01 UTC (18+ messages)
` [PATCH RESEND 1/1] "
[PATCH] Makefile: Fix separate output directory build of kselftests
2022-04-14 11:10 UTC (5+ messages)
[PATCH v3 -next] scripts: add compare-config utility
2022-04-14 1:24 UTC (2+ messages)
[PATCH v8 0/4] bootconfig: Support embedding a bootconfig in kernel for non initrd boot
2022-04-13 13:34 UTC (6+ messages)
` [PATCH v8 1/4] bootconfig: Make the bootconfig.o as a normal object file
` [PATCH v8 2/4] bootconfig: Check the checksum before removing the bootconfig from initrd
` [PATCH v8 3/4] bootconfig: Support embedding a bootconfig file in kernel
` [PATCH v8 4/4] docs: bootconfig: Add how to embed the bootconfig into kernel
[PATCH v4 0/3] bootconfig: Support embedding a bootconfig in kernel for non initrd boot
2022-04-13 13:23 UTC (3+ messages)
gcc inserts __builtin_popcount, causes 'modpost: "__popcountdi2" ... amdgpu.ko] undefined'
2022-04-13 13:07 UTC (3+ messages)
Wycena paneli fotowoltaicznych
2022-04-11 7:31 UTC
[RFC][PATCH] kbuild: Generate symbols for DTO application in DTBs
2022-04-10 0:07 UTC (3+ messages)
[PATCH AUTOSEL 5.16 06/30] kconfig: add fflush() before ferror() check
2022-04-07 1:11 UTC
[PATCH AUTOSEL 5.17 06/31] kconfig: add fflush() before ferror() check
2022-04-07 1:10 UTC
[PATCH v2 00/10] kbuild: misc cleanups
2022-04-06 14:49 UTC (23+ messages)
` [PATCH v2 01/10] kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}
` [PATCH v2 02/10] kbuild: do not remove empty *.symtypes explicitly
` [PATCH v2 03/10] modpost: remove useless export_from_sec()
` [PATCH v2 04/10] modpost: move export_from_secname() call to more relevant place
` [PATCH v2 05/10] modpost: remove redundant initializes for static variables
` [PATCH v2 06/10] modpost: remove annoying namespace_from_kstrtabns()
` [PATCH v2 07/10] kbuild: get rid of duplication in the first line of *.mod files
` [PATCH v2 08/10] kbuild: split the second line of *.mod into *.usyms
` [PATCH v2 09/10] kbuild: refactor cmd_modversions_c
` [PATCH v2 10/10] kbuild: refactor cmd_modversions_S
[PATCH] docs: kbuild: add references on Kconfig semantics
2022-04-06 14:53 UTC (2+ messages)
[PATCH v7 0/4] bootconfig: Support embedding a bootconfig in kernel for non initrd boot
2022-04-06 2:31 UTC (5+ messages)
` [PATCH v7 3/4] bootconfig: Support embedding a bootconfig file in kernel
[PATCH v2 00/10] kbuild: misc cleanups
2022-04-05 14:02 UTC (11+ messages)
` [PATCH v2 01/10] kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}
` [PATCH v2 02/10] kbuild: do not remove empty *.symtypes explicitly
` [PATCH v2 03/10] modpost: remove useless export_from_sec()
` [PATCH v2 04/10] modpost: move export_from_secname() call to more relevant place
` [PATCH v2 05/10] modpost: remove redundant initializes for static variables
` [PATCH v2 06/10] modpost: remove annoying namespace_from_kstrtabns()
` [PATCH v2 07/10] kbuild: get rid of duplication in the first line of *.mod files
` [PATCH v2 08/10] kbuild: split the second line of *.mod into *.usyms
` [PATCH v2 09/10] kbuild: refactor cmd_modversions_c
` [PATCH v2 10/10] kbuild: refactor cmd_modversions_S
[PATCH] tracing: Move user_events.h temporarily out of include/uapi
2022-04-05 16:32 UTC (3+ messages)
[PATCH 0/8] UAPI: make more exported headers self-contained, and put them into test coverage
2022-04-05 11:59 UTC (20+ messages)
` [PATCH 1/8] agpgart.h: do not include <stdlib.h> from exported header
` [PATCH 2/8] kbuild: prevent exported headers from including <stdlib.h>, <stdbool.h>
` [PATCH 8/8] virtio_ring.h: do not include <stdint.h> from exported header
[PATCH 1/2] kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}
2022-04-05 5:26 UTC (4+ messages)
[PATCH 1/2] modpost: remove useless export_from_sec()
2022-04-04 17:03 UTC (4+ messages)
` [PATCH 2/2] modpost: move export_from_secname() call to more relevant place
[PATCH] lib/raid6: Add -Wno-declaration-after-statement to NEON_FLAGS for clang < 14.0.1
2022-04-04 21:08 UTC
[PATCH 7/8] posix_types.h: add __kernel_uintptr_t to UAPI posix_types.h
2022-04-04 13:04 UTC (6+ messages)
[PATCH] Makefile: fix config cc version check
2022-04-04 11:02 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox