messages from 2024-05-06 13:36:25 to 2024-06-04 14:29:49 UTC [more...]
[PATCH v2] rust: add flags for shadow call stack sanitizer
2024-06-04 14:29 UTC (3+ messages)
[PATCH 1/3] kconfig: doc: fix a typo in the note about 'imply'
2024-06-04 2:08 UTC (7+ messages)
` [PATCH 2/3] kconfig: doc: document behavior of 'select' and 'imply' followed by 'if'
` [PATCH 3/3] kconfig: remove wrong expr_trans_bool()
[PATCH] usr: shorten cmd_initfs in Makefile
2024-06-03 22:24 UTC (2+ messages)
[RFC PATCH 1/2] objtool: Run objtool only if either of the config options are selected
2024-06-03 8:29 UTC (7+ messages)
` [RFC PATCH 2/2] objtool/powerpc: Enhance objtool to fixup alternate feature relative addresses
[PATCH 1/3] kconfig: remove tristate choice support
2024-06-02 12:54 UTC (3+ messages)
` [PATCH 2/3] kconfig: refactor conf_set_all_new_symbols() to reduce indentation level
` [PATCH 3/3] kconfig: refactor conf_write_defconfig() "
[PROBLEM linux-next] Error in "make olddefconfig" and "make menuconfig"
2024-06-02 11:48 UTC (4+ messages)
[PATCH 1/6] kconfig: remove unneeded code for user-supplied values being out of range
2024-06-01 18:20 UTC (6+ messages)
` [PATCH 2/6] kconfig: qconf: remove initial call to conf_changed()
` [PATCH 3/6] kconfig: gconf: give a proper initial state to the Save button
` [PATCH 4/6] kconfig: gconf: remove unnecessary forward declarations
` [PATCH 5/6] kconfig: gconf: move conf_changed() definition up
` [PATCH 6/6] kconfig: pass new the conf_changed value to the callback
[GIT PULL] Kbuild fixes for v6.10-rc2
2024-06-01 16:38 UTC (2+ messages)
[PATCH] Makefile: rust-analyzer target: better error handling and comments
2024-06-01 0:48 UTC
[PATCH 0/3] kbuild: remove many tool coverage variables
2024-05-31 16:09 UTC (15+ messages)
` [PATCH 1/3] kbuild: provide reasonable defaults for tool coverage
` [PATCH 2/3] Makefile: remove redundant tool coverage variables
` [PATCH 3/3] kbuild: use GCOV_PROFILE and KCSAN_SANITIZE in scripts/Makefile.modfinal
[PATCH 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
2024-05-30 21:17 UTC (8+ messages)
` [PATCH 1/3] kbuild: refactor variables in scripts/link-vmlinux.sh
` [PATCH 2/3] kbuild: remove PROVIDE() for kallsyms symbols
` [PATCH 3/3] kbuild: merge temp vmlinux for CONFIG_DEBUG_INFO_BTF and CONFIG_KALLSYMS
[PATCH v2] kbuild: allow setting zstd compression level for modules
2024-05-30 21:03 UTC
[PATCH v2 0/5] livepatch: klp-convert tool - Minimal version
2024-05-30 20:07 UTC (14+ messages)
` [PATCH v2 1/6] livepatch: Create and include UAPI headers
` [PATCH v2 2/6] livepatch: Add klp-convert tool
` [PATCH v2 3/6] kbuild/modpost: integrate klp-convert
` [PATCH v2 4/6] livepatch: Add sample livepatch module
` [PATCH v2 5/6] documentation: Update on livepatch elf format
` [PATCH v2 6/6] selftests: livepatch: Test livepatching function using an external symbol
[PATCH] kheaders: explicitly define file modes for archived headers
2024-05-30 14:30 UTC (2+ messages)
[RFC PATCH 2/2] kbuild: rust: provide an option to inline C helpers into Rust
2024-05-29 20:45 UTC (2+ messages)
[PATCH] kbuild: verify dtoverlay files against schema
2024-05-29 13:21 UTC (5+ messages)
[PATCH] kheaders: use `command -v` to test for existence of `cpio`
2024-05-29 9:42 UTC (2+ messages)
[PATCH v2] scripts/make_fit: Drop fdt image entry compatible string
2024-05-29 9:40 UTC (3+ messages)
[PATCH] kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling
2024-05-28 16:35 UTC
[PATCH 0/2] scripts/make_fit fix and disabled compression for DTBs
2024-05-28 14:14 UTC (11+ messages)
` [PATCH 1/2] scripts/make_fit: Drop fdt image entry compatible string
` [PATCH 2/2] scripts/make_fit: Add option to disable compression for DTBs
[PATCH 0/6] [v3] kbuild: enable more warnings by default
2024-05-28 13:01 UTC (3+ messages)
` [PATCH 3/6] [v3] kbuild: turn on -Wrestrict "
possible dependency error?
2024-05-25 16:35 UTC (4+ messages)
[PATCH] kbuild: simplify generic vdso installation code
2024-05-22 23:32 UTC (2+ messages)
[PATCH 1/3] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
2024-05-22 11:58 UTC (11+ messages)
` [PATCH 2/3] kbuild: rust: apply `CONFIG_WERROR` to all Rust targets
` [PATCH 3/3] kbuild: rust: support `W=e` for Rust
[PATCH] kbuild: remove a stale comment about cleaning in link-vmlinux.sh
2024-05-22 10:43 UTC
[PATCH 0/4] kbuild: fix and clean-up after avoiding kallsyms weak reference
2024-05-22 10:15 UTC (7+ messages)
` [PATCH 1/4] kbuild: avoid unneeded kallsyms step 3
` [PATCH 2/4] kbuild: change scripts/mksysmap into sed script
` [PATCH 3/4] kbuild: fix shortlog for AS in link-vmlinux.sh
` [PATCH 4/4] kbuild: remove PROVIDE() for kallsyms symbols
[PATCH v3 0/6] Generate address range data for built-in modules
2024-05-20 16:53 UTC (11+ messages)
` [PATCH v3 1/6] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v3 2/6] trace: add CONFIG_BUILTIN_MODULE_RANGES option
` [PATCH v3 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH v3 4/6] module: script to generate offset ranges for builtin modules
` [PATCH v3 5/6] kbuild: generate modules.builtin.ranges when linking the kernel
` [PATCH v3 6/6] module: add install target for modules.builtin.ranges
[PATCH] kconfig: remove redundant check in expr_join_or()
2024-05-19 13:34 UTC
[PATCH] kconfig: fix comparison to constant symbols, 'm', 'n'
2024-05-19 9:50 UTC (3+ messages)
[PATCH] kconfig: remove unused expr_is_no()
2024-05-19 4:24 UTC
[GIT PULL] Kbuild updates for v6.10-rc1
2024-05-18 21:05 UTC (2+ messages)
drivers/net/dsa/dsa_loop_bdinfo.c build problems
2024-05-16 6:39 UTC (4+ messages)
[PATCH v2 0/6] Generate address range data for built-in modules
2024-05-16 2:56 UTC (14+ messages)
` [PATCH v2 1/6] kbuild: add modules.builtin.objs
` [PATCH v2 2/6] trace: add CONFIG_BUILTIN_MODULE_RANGES option
` [PATCH v2 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH v2 4/6] module: script to generate offset ranges for builtin modules
` [PATCH v2 5/6] kbuild: generate modules.builtin.ranges when linking the kernel
` [PATCH v2 6/6] module: add install target for modules.builtin.ranges
[PATCH] wifi: ath10k: fix QCOM_RPROC_COMMON dependency
2024-05-15 22:43 UTC (5+ messages)
[PATCH v2 0/2] riscv: make image compression configurable
2024-05-15 13:40 UTC (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] riscv: show help string for riscv-specific targets
[PATCH v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
2024-05-14 16:29 UTC (7+ messages)
[PATCH] kconfig: use sym_get_choice_menu() in sym_check_prop()
2024-05-13 23:31 UTC
[PATCH] rapidio: remove choice for enumeration
2024-05-13 23:27 UTC (2+ messages)
[PATCH bpf-next v3 0/2] bpf: bpftool: Support dumping kfunc prototypes from BTF
2024-05-13 18:38 UTC (2+ messages)
` [PATCH bpf-next v3 1/2] kbuild: bpf: Tell pahole to DECL_TAG kfuncs
[PATCH RESEND] parport: amiga: Mark driver struct with __refdata to prevent section mismatch
2024-05-13 7:52 UTC
Fwd: Incorrect thinlto cache directory path in Makefile
2024-05-12 13:14 UTC (3+ messages)
` "
[PATCH] kconfig: lxdialog: remove initialization with A_NORMAL
2024-05-10 12:08 UTC
[PATCH v2 1/3] kconfig: m/nconf: remove dead code to display children of choice members
2024-05-10 10:23 UTC (3+ messages)
` [PATCH v2 2/3] kconfig: m/nconf: remove dead code to display value of bool choice
` [PATCH v2 3/3] kconfig: m/nconf: merge two item_add_str() calls
[PATCH v2 0/4] kbuild: replace $(srctree)/$(src) with $(src) in Makefiles
2024-05-09 19:36 UTC (6+ messages)
` [PATCH v2 2/4] kbuild: do not add $(srctree) or $(objtree) to header search paths
` [PATCH v2 4/4] kbuild: use $(src) instead of $(srctree)/$(src) for source directory
[PATCH] drm/msm: remove python 3.9 dependency for compiling msm
2024-05-08 22:00 UTC
A link error related to DRM and fbdev
2024-05-08 4:01 UTC (3+ messages)
[PATCH v2] kbuild: rust: split up helpers.c
2024-05-07 22:09 UTC (2+ messages)
[PATCH] kconfig: gconf: show checkbox for choice correctly
2024-05-07 15:14 UTC
[PATCH 1/2] kbuild: remove redundant $(wildcard ) for rm-files
2024-05-07 14:25 UTC (5+ messages)
` [PATCH 2/2] kbuild: add 'private' to target-specific variables
[PATCH 1/3] kconfig: m/nconf: remove dead code to display children of choice members
2024-05-07 10:37 UTC (3+ messages)
` [PATCH 2/3] kconfig: m/nconf: remove dead code to display value of bool choice
` [PATCH 3/3] kconfig: m/nconf: merge two item_add_str() calls
[PATCH 0/2] kconfig: stop implification of choice type
2024-05-07 8:45 UTC (5+ messages)
` [PATCH 1/2] rapidio: specify the type for tristate choice explicitly
` [PATCH 2/2] kconfig: do not imply the type of choice from the first entry
[PATCH RESEND v6 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
2024-05-06 15:58 UTC (4+ messages)
` [PATCH RESEND v6 3/3] printk: Remove redundant CONFIG_BASE_FULL
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;
as well as URLs for NNTP newsgroup(s).