Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-10 13:31:24 to 2024-03-29 20:00:36 UTC [more...]

[PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
 2024-03-29 20:00 UTC  (3+ messages)
` [PATCH 9/9] kbuild: enable tautological-constant-out-of-range-compare

[PATCH] kbuild: rust: use `-Zdebuginfo-compression`
 2024-03-29 19:48 UTC  (2+ messages)

[PATCH] kbuild: rust: use `-Zdwarf-version` to support DWARFv5
 2024-03-29 19:48 UTC  (2+ messages)

[PATCH 0/9] enabled -Wformat-truncation for clang
 2024-03-29 19:30 UTC  (4+ messages)
` [PATCH 9/9] kbuild: enable -Wformat-truncation on clang

[PATCH 0/3] kbuild: Avoid weak external linkage where possible
 2024-03-29 18:24 UTC  (5+ messages)
` [PATCH 1/3] kallsyms: Avoid weak references for kallsyms symbols
` [PATCH 2/3] vmlinux: Avoid weak reference to notes section
` [PATCH 3/3] btf: Avoid weak external references

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-29 16:12 UTC  (29+ messages)
` [PATCH 01/12] kbuild: make -Woverride-init warnings more consistent
` [PATCH 02/12] [v3] parport: mfc3: avoid empty-body warning
` [PATCH 03/12] kbuild: turn on -Wextra by default
` [PATCH 04/12] kbuild: remove redundant extra warning flags
` [PATCH 05/12] firmware: dmi-id: add a release callback function
` [PATCH 06/12] nouveau: fix function cast warning
` [PATCH 07/12] cxlflash: fix function pointer cast warnings
` [PATCH 08/12] x86: math-emu: fix function "
` [PATCH 09/12] kbuild: enable -Wcast-function-type-strict unconditionally
` [PATCH 10/12] sata: sx4: fix pdc20621_get_from_dimm() on 64-bit
` [PATCH 11/12] [v4] kallsyms: rework symbol lookup return codes
` [PATCH 12/12] kbuild: turn on -Wrestrict by default

[PATCH v12 0/2] arm64: Add a build target for Flat Image Tree
 2024-03-29 10:00 UTC  (3+ messages)
` [PATCH v12 2/2] arm64: boot: Support "

[PATCH] scripts/unifdef: avoid constexpr keyword
 2024-03-29  9:59 UTC  (3+ messages)

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-03-29  7:18 UTC  (2+ messages)
` [PATCH v4 01/15] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH v11 0/2] arm64: Add a build target for Flat Image Tree
 2024-03-29  2:46 UTC  (4+ messages)
` [PATCH v11 2/2] arm64: boot: Support "

[PATCH 00/11] address remaining stringop-truncation warnings
 2024-03-28 14:04 UTC  (2+ messages)
` [PATCH 11/11] kbuild: enable -Wstringop-truncation globally

[RESEND v3 2/2] drm: Add CONFIG_DRM_WERROR
 2024-03-28 11:33 UTC  (5+ messages)

[PATCH v2] hwrng: mxc-rnga: Drop usage of platform_driver_probe()
 2024-03-28 10:58 UTC  (2+ messages)

[PATCH] kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries
 2024-03-28  6:07 UTC  (4+ messages)

[PATCH v3 00/14] Unified cross-architecture kernel-mode FPU API
 2024-03-27 20:00 UTC  (2+ messages)
` [PATCH v3 01/14] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH] Documentation/llvm: Note s390 LLVM=1 support with LLVM 18.1.0 and newer
 2024-03-27 17:20 UTC 

M= modules build w/ objects in different directory
 2024-03-27 16:40 UTC  (3+ messages)

[RFC 0/2] kconfig: Add fzf fuzzy search for config options
 2024-03-27 14:25 UTC  (3+ messages)
` [RFC 1/2] kconfig: Add helpallconfig
` [RFC 2/2] scripts: Add fzfconfig helper script

[PATCH v4 00/16] drm/msm: generate register header files
 2024-03-27  0:04 UTC  (35+ messages)
` [PATCH v4 01/16] drm/msm/mdp5: add writeback block bases
` [PATCH v4 02/16] drm/msm/hdmi: drop qfprom.xml.h
` [PATCH v4 03/16] drm/msm/dsi: drop mmss_cc.xml.h
` [PATCH v4 04/16] drm/msm: move msm_gpummu.c to adreno/a2xx_gpummu.c
` [PATCH v4 05/16] drm/msm: import XML display registers database
` [PATCH v4 06/16] drm/msm: import A2xx-A4xx "
` [PATCH v4 07/16] drm/msm: import A5xx "
` [PATCH v4 08/16] drm/msm: import A6xx "
` [PATCH v4 09/16] drm/msm: import gen_header.py script from Mesa
` [PATCH v4 10/16] drm/msm: generate headers on the fly
` [PATCH v4 11/16] drm/msm: drop display-related headers
` [PATCH v4 12/16] drm/msm: drop A2xx and common headers
` [PATCH v4 13/16] drm/msm: drop A3xx and A4xx headers
` [PATCH v4 14/16] drm/msm: drop A5xx header
` [PATCH v4 15/16] drm/msm: drop A6xx GMU header
` [PATCH v4 16/16] drm/msm: drop A6xx headers

[PATCH] scripts/package: buildtar: Output as vmlinuz for riscv
 2024-03-26 16:13 UTC  (5+ messages)

[PATCH] mmc: davinci: Don't strip remove function when driver is builtin
 2024-03-25 13:19 UTC  (2+ messages)

[PATCH 00/11] Bump the minimum supported version of LLVM to 13.0.1
 2024-03-25  4:42 UTC  (2+ messages)

[PATCH v4 0/4] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
 2024-03-25  2:13 UTC  (3+ messages)

[PATCH] hwrng: mxc-rnga: Drop usage of platform_driver_probe()
 2024-03-24 10:37 UTC 

How to avoid "version generation failed" warning?
 2024-03-23 15:03 UTC  (2+ messages)

[PATCH] modpost: do not make find_tosym() return NULL
 2024-03-23 11:45 UTC 

[PATCH] export.h: remove include/asm-generic/export.h
 2024-03-23  9:06 UTC 

[PATCH 0/2] kconfig: fix an unselectable choice in MIPS again, and make sure it never happens
 2024-03-23  8:51 UTC  (3+ messages)
` [PATCH 1/2] MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choice
` [PATCH 2/2] kconfig: do not reparent the menu inside a choice block

[PATCH] kbuild: disable pahole multithreading for reproducible builds
 2024-03-22 17:27 UTC  (3+ messages)

[GIT PULL] Kbuild updates for v6.9-rc1
 2024-03-21 22:25 UTC  (2+ messages)

[PATCH 1/3] kconfig: tests: support KCONFIG_SEED for the randconfig runner
 2024-03-20 16:52 UTC  (3+ messages)
` [PATCH 2/3] kconfig: tests: add a test for randconfig with dependent choices
` [PATCH 3/3] kconfig: tests: test dependency after shuffling choices

[PATCH] x86: tinyconfig: fix warning for 'make ARCH=x86_64 tinyconfig'
 2024-03-20 15:43 UTC 

[PATCH] kbuild: rpm-pkg: add dtb files in kernel rpm
 2024-03-18 17:33 UTC  (5+ messages)
` [PATCH V2] "

[PATCH] scripts/mod/modpost: fix null pointer dereference
 2024-03-18 17:31 UTC  (4+ messages)

[PATCH RFC v3 00/12] drm/msm: generate register header files
 2024-03-15 21:40 UTC  (15+ messages)
` [PATCH RFC v3 01/12] drm/msm/mdp5: add writeback block bases
` [PATCH RFC v3 02/12] drm/msm/hdmi: drop qfprom.xml.h
` [PATCH RFC v3 03/12] drm/msm/dsi: drop mmss_cc.xml.h
` [PATCH RFC v3 04/12] drm/msm: move msm_gpummu.c to adreno/a2xx_gpummu.c
` [PATCH RFC v3 05/12] drm/msm: import XML display registers database
` [PATCH RFC v3 06/12] drm/msm: import A2xx-A4xx "
` [PATCH RFC v3 07/12] drm/msm: import A5xx-A7xx "
` [PATCH RFC v3 08/12] drm/msm: import gen_header.py script from Mesa
` [PATCH RFC v3 09/12] drm/msm: generate headers on the fly
` [PATCH RFC v3 10/12] drm/msm: drop display-related headers
` [PATCH RFC v3 11/12] drm/msm: drop A5xx, A6xx headers
` [PATCH RFC v3 12/12] drm/msm: drop A2xx-A4xx headers

[RFC PATCH v3 0/2] rust: crates in other kernel directories
 2024-03-15 13:44 UTC  (2+ messages)

[PATCH] treewide: remove meaningless assignments in Makefiles
 2024-03-15 10:49 UTC  (2+ messages)

[PATCH v2] lib/build_OID_registry: Don't mention the full path of the script in output
 2024-03-15  7:16 UTC  (2+ messages)

[PATCH] scripts: Improve source code readability by eliminating too many slashes
 2024-03-15  2:30 UTC 

[PATCH RFC v2 0/7] drm/msm: generate register header files
 2024-03-15  1:22 UTC  (8+ messages)
` [PATCH RFC v2 1/7] drm/msm/mdp5: add writeback block bases
` [PATCH RFC v2 2/7] drm/msm/hdmi: drop qfprom.xml.h
` [PATCH RFC v2 3/7] drm/msm/dsi: drop mmss_cc.xml.h
` [PATCH RFC v2 4/7] drm/msm: move msm_gpummu.c to adreno/a2xx_gpummu.c
` [PATCH RFC v2 5/7] drm/msm: import XML registers database
` [PATCH RFC v2 6/7] drm/msm: import gen_header.py script from Mesa
` [PATCH RFC v2 7/7] drm/msm: generate headers on the fly

[PATCH RFC] kbuild: create a list of all built DTB files
 2024-03-14  4:44 UTC  (7+ messages)

linux-next: build warning after merge of the mm tree
 2024-03-13 21:11 UTC  (3+ messages)

[PATCH 0/2] gcc-plugins: disable plugins when gmp.h is unavailable
 2024-03-13 14:42 UTC  (6+ messages)
` [PATCH 1/2] kbuild: add host-cc-option helper
` [PATCH 2/2] gcc-plugins: disable plugins when gmp.h is unavailable

[WIP PATCH 00/30] Adding trailing slash to $(*tree)
 2024-03-13  4:22 UTC  (8+ messages)

[GIT PULL] hardening updates for v6.9-rc1
 2024-03-12 22:24 UTC  (2+ messages)

[PATCH v10 0/2] arm64: Add a build target for Flat Image Tree
 2024-03-12 20:25 UTC  (6+ messages)
` [PATCH v10 2/2] arm64: boot: Support "

[PATCH] ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtin
 2024-03-11 15:27 UTC  (3+ messages)

[PATCH] kbuild: remove GCC's default -Wpacked-bitfield-compat flag
 2024-03-10 18:37 UTC  (3+ messages)

[PATCH v2] kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1
 2024-03-10 17:02 UTC  (2+ messages)

[PATCH 1/3] kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()
 2024-03-10 14:16 UTC  (3+ messages)
` [PATCH 2/3] kconfig: add menu_next() function and menu_for_each(_sub)_entry macros
` [PATCH 3/3] kconfig: use menu_for_each_entry() to traverse menu tree

[PATCH] kconfig: check prompt for choice while parsing
 2024-03-10 13:45 UTC 

[PATCH 1/2] kconfig: lxdialog: fix button color for blackbg theme
 2024-03-10 13:32 UTC  (2+ messages)
` [PATCH 2/2] kconfig: lxdialog: remove unused dialog colors


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).