linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/4] kbuild: fix and clean-up after avoiding kallsyms weak reference
 2024-05-20 12:42 UTC  (5+ 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 1/3] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
 2024-05-20  9:44 UTC  (6+ messages)
` [PATCH 2/3] kbuild: rust: apply `CONFIG_WERROR` to all Rust targets
` [PATCH 3/3] kbuild: rust: support `W=e` for Rust

[PATCH v3 0/6] Generate address range data for built-in modules
 2024-05-20  9:38 UTC  (10+ 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)

[PATCH v2 0/5] livepatch: klp-convert tool - Minimal version
 2024-05-16 13:30 UTC  (7+ 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

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

[PROBLEM linux-next] Error in "make olddefconfig" and "make menuconfig"
 2024-05-15  4:17 UTC  (3+ messages)

[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 0/3] kbuild: remove many tool coverage variables
 2024-05-14  7:31 UTC  (10+ 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] 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  (8+ messages)
` [PATCH v2 1/4] arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts
` [PATCH v2 2/4] kbuild: do not add $(srctree) or $(objtree) to header search paths
` [PATCH v2 3/4] kbuild: use $(obj)/ instead of $(src)/ for common pattern rules
` [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

[RFC PATCH 1/2] objtool: Run objtool only if either of the config options are selected
 2024-05-06 17:39 UTC  (5+ messages)
` [RFC PATCH 2/2] objtool/powerpc: Enhance objtool to fixup alternate feature relative addresses

[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  (6+ messages)
` [PATCH RESEND v6 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH RESEND v6 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
` [PATCH RESEND v6 3/3] printk: Remove redundant CONFIG_BASE_FULL

[PATCH 0/5] fs: Do not allow get_file() to resurrect 0 f_count
 2024-05-06  8:04 UTC  (21+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] drm/vmwgfx: Do not directly manipulate file->f_count
` [PATCH 3/5] drm/i915: "
` [PATCH 4/5] refcount: Introduce refcount_long_t and APIs
` [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t

[PATCH 08/14] zram: check that backends array has at least one backend
 2024-05-06  6:43 UTC  (4+ messages)

[PATCH 01/10] kconfig: gconf: redraw pane correctly after loading a config file
 2024-05-05 15:01 UTC  (11+ messages)
` [PATCH 02/10] kconfig: gconf: remove debug code
` [PATCH 03/10] kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGED
` [PATCH 04/10] kconfig: used linked list in sym_set_changed()
` [PATCH 05/10] kconfig: add sym_get_choice_menu() helper
` [PATCH 06/10] kconfig: use sym_get_choice_menu() in conf_write_defconfig()
` [PATCH 07/10] kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
` [PATCH 08/10] kconfig: turn conf_choice() into void function
` [PATCH 09/10] kconfig: turn missing prompt for choice members into error
` [PATCH 10/10] kconfig: turn defaults and additional "

[GIT PULL] Kbuild updates for v6.9-rc1
 2024-05-05  8:45 UTC  (6+ messages)

[PATCH v1 0/3] riscv: make image compression configurable
 2024-05-04 14:58 UTC  (12+ messages)
` [PATCH v1 1/3] "
` [PATCH v1 2/3] riscv: show help string for riscv-specific targets
` [PATCH v1 3/3] kbuild: buildtar: install riscv compressed images as vmlinuz

[PATCH] kbuild: Remove support for Clang's ThinLTO caching
 2024-05-03 10:19 UTC  (2+ messages)

[PATCH v2] drm: move DRM-related CONFIG options into DRM submenu
 2024-05-02 16:03 UTC  (2+ messages)

[PATCH] dt-bindings: kbuild: Fix dt_binding_check for arch without dts directory
 2024-05-02 11:06 UTC  (2+ messages)

[PATCH] Input: amimouse - Mark driver struct with __refdata to prevent section mismatch
 2024-04-30 20:59 UTC  (11+ messages)
` [PATCH] parport: amiga: "
` [PATCH] virt: sev-guest: "

[PATCH v2] rust: add flags for shadow call stack sanitizer
 2024-04-30 11:09 UTC  (2+ messages)

[PATCH v1] kconfig: add config and source entry details
 2024-04-30  7:36 UTC  (9+ messages)

[PATCH] hwrng: mxc-rnga: Drop usage of platform_driver_probe()
 2024-04-30  4:06 UTC  (3+ messages)

[PATCH] kbuild: simplify generic vdso installation code
 2024-04-29 15:07 UTC 

Problem with rust module
 2024-04-29 14:56 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 NNTP newsgroup(s).