Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2023-11-08 09:21:15 to 2023-11-23 11:05:48 UTC [more...]

[PATCH v3 0/6] Treewide: enable -Wmissing-prototypes
 2023-11-23 11:05 UTC  (5+ messages)
` [PATCH v3 1/6] ida: make 'ida_dump' static
` [PATCH v3 2/6] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH v3 3/6] sched: fair: move unused stub functions to header
` [PATCH v3 4/6] x86: sta2x11: include header for sta2x11_get_instance() prototype

[PATCH v2 0/4] kbuild: Per arch/platform dtc warning levels
 2023-11-23  9:47 UTC  (9+ messages)
` [PATCH v2 1/4] kbuild: Move dtc graph_child_address warning to W=2
` [PATCH v2 2/4] kbuild: Allow arch/platform override of dtc warning level
` [PATCH v2 3/4] riscv: dts: Always enable extra W=1 warnings
` [PATCH v2 4/4] arm/arm64: dts: samsung: "

[PATCH v2 0/5] MODVERSIONS + RUST Redux
 2023-11-23  9:05 UTC  (12+ messages)
` [PATCH v2 1/5] export_report: Rehabilitate script
` [PATCH v2 2/5] modules: Refactor + kdoc elf_validity_cached_copy
` [PATCH v2 3/5] modpost: Extended modversion support
` [PATCH v2 4/5] rust: Allow MODVERSIONS
` [PATCH v2 5/5] export_report: Use new version info format

[PATCH] kbuild: support W=c and W=e shorthands for Kconfig
 2023-11-23  9:05 UTC 

[PATCH] kbuild: remove the last use of old cmd_src_tar rule in packaging
 2023-11-23  7:18 UTC 

[PATCH 0/8] generic command line v6
 2023-11-23  6:34 UTC  (7+ messages)
` [PATCH 3/8] scripts: insert-sys-cert: change name to insert-symbol

[PATCH] kbuild: Allow gcov to be enabled on the command line
 2023-11-22 23:55 UTC 

[PATCH AUTOSEL 4.19 5/6] kconfig: fix memory leak from range properties
 2023-11-22 15:36 UTC 

[PATCH AUTOSEL 5.4 5/6] kconfig: fix memory leak from range properties
 2023-11-22 15:36 UTC 

[PATCH AUTOSEL 5.10 6/7] kconfig: fix memory leak from range properties
 2023-11-22 15:35 UTC 

[PATCH AUTOSEL 5.15 6/7] kconfig: fix memory leak from range properties
 2023-11-22 15:35 UTC 

[PATCH AUTOSEL 6.1 8/9] kconfig: fix memory leak from range properties
 2023-11-22 15:34 UTC 

[PATCH AUTOSEL 6.5 11/15] kconfig: fix memory leak from range properties
 2023-11-22 15:33 UTC 

[PATCH AUTOSEL 6.6 11/17] modpost: fix section mismatch message for RELA
 2023-11-22 15:31 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 13/17] kconfig: fix memory leak from range properties

[PATCH 3/3] drm/amd/display: Support DRM_AMD_DC_FP on RISC-V
 2023-11-22  8:40 UTC 

[linus:master] [kbuild] 72d091846d: kernel-selftests.net.udpgro_bench.sh.fail
 2023-11-22  8:22 UTC 

[PATCH v6 0/2] arm64: Add a build target for Flat Image Tree
 2023-11-22  5:27 UTC  (3+ messages)
` [PATCH v6 2/2] arm64: boot: Support "

[PATCH] MAINTAINERS: refresh LLVM support
 2023-11-22  5:06 UTC  (12+ messages)

Fwd: sign-file.c:149:17: warning: implicit declaration of function ‘ENGINE_load_builtin_engines’
 2023-11-22  4:55 UTC  (3+ messages)

[PATCH] kconfig: WERROR unmet symbol dependency
 2023-11-22  3:47 UTC 

[PATCH] arm64: add dependency between vmlinuz.efi and Image
 2023-11-21 22:10 UTC  (3+ messages)

[PATCH v2] riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efi
 2023-11-21 17:51 UTC  (3+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-21 14:12 UTC  (49+ messages)
` [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 05/22] [RESEND] parport: gsc: mark init function static
` [PATCH 06/22] [RESEND] stackleak: add declarations for global functions
  ` (subset) "
` [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally

[PATCH 1/2] kbuild: builddeb: Remove unused $dirs
 2023-11-21 13:37 UTC  (3+ messages)
` [PATCH 2/2] kbuild: buildtar: always make modules_install

[PATCH v2] kbuild: Add inline-account tool
 2023-11-21  2:20 UTC  (5+ messages)

[PATCH] LoongArch: Record pc instead of offset in la-abs relocation
 2023-11-21  1:32 UTC  (3+ messages)

Investment Expression of Interest (IEOI)
 2023-11-20 15:46 UTC 

[PATCH] loongarch: add dependency between vmlinuz.efi and vmlinux.efi
 2023-11-20  6:13 UTC  (6+ messages)

[PATCH] scripts: clean up IA-64 code
 2023-11-20  5:15 UTC  (4+ messages)

[GIT PULL] Kbuild fixes for v6.7-rc2
 2023-11-19 22:03 UTC  (2+ messages)

[PATCH v5 0/3] arm64: Add a build target for Flat Image Tree
 2023-11-19 15:03 UTC  (5+ messages)
` [PATCH v5 2/3] arm: boot: Move the single quotes for image name
` [PATCH v5 3/3] arm64: boot: Support Flat Image Tree

[PATCH 1/6] kconfig: require a space after '#' for valid input
 2023-11-19 10:02 UTC  (8+ messages)
` [PATCH 2/6] kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()
` [PATCH 3/6] kconfig: deduplicate code "
` [PATCH 4/6] kconfig: introduce getline_stripped() helper
` [PATCH 5/6] kconfig: require an exact match for "is not set" to disable CONFIG option
` [PATCH 6/6] kconfig: massage the loop in conf_read_simple()

[PATCH] riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efi
 2023-11-19  9:48 UTC  (2+ messages)

[PATCH] kconfig: remove error check for xrealloc()
 2023-11-18  6:18 UTC 

[PATCH 2/3] modpost: Extended modversion support
 2023-11-16 17:12 UTC  (2+ messages)

[PATCH][next] Makefile: Enable -Wstringop-overflow globally
 2023-11-16 14:18 UTC  (3+ messages)

[PATCH] kconfig: fix memory leak from range properties
 2023-11-16 12:28 UTC  (2+ messages)

[PATCH] linux/export: clean up the IA-64 KSYM_FUNC macro
 2023-11-16 11:26 UTC  (3+ messages)

[PATCH 00/14] power: reset: Drop platform_driver_probe() and convert to platform remove callback returning void
 2023-11-16  0:38 UTC  (2+ messages)

[PATCH] LoongArch: Explicitly set -fdirect-access-external-data for vmlinux
 2023-11-15 13:21 UTC 

[PATCH v6 0/3] Validating UAPI backwards compatibility
 2023-11-14 13:28 UTC  (6+ messages)
` [PATCH v6 1/3] check-uapi: Introduce check-uapi.sh
` [PATCH v6 3/3] check-module-params: Introduce check-module-params.sh

[RFC PATCH v3 0/2] rust: crates in other kernel directories
 2023-11-13 14:13 UTC  (2+ messages)

[PATCH kmod v4 0/4] kmod /usr support
 2023-11-13  9:27 UTC  (11+ messages)
` [PATCH kmod v5 0/5] "
  ` [PATCH kmod v5 5/5] libkmod, depmod, modprobe: Make directory for kernel modules configurable
      ` [PATCH 0/2] kmod /usr support
        ` [PATCH 1/2] libkmod, depmod, modprobe: Make directory for kernel modules configurable
        ` [PATCH 2/2] configure: Check that provided paths are absolute

[PATCH v2 1/2] kbuild: unify vdso_install rules
 2023-11-12  0:55 UTC  (2+ messages)

[PATCH 1/4] kbuild: remove ARCH_POSTLINK from module builds
 2023-11-12  0:55 UTC  (2+ messages)

SymSearch can cause make nconfig to segfault
 2023-11-10 20:34 UTC  (4+ messages)

PSA: This list is being migrated (no action required)
 2023-11-10 19:35 UTC  (2+ messages)

[PATCH rebased] kbuild: rpm-pkg: Fix build with non-default MODLIB
 2023-11-10 17:57 UTC  (12+ messages)

[PATCH] crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERT
 2023-11-10  9:04 UTC 

[PATCH v5] kconfig: avoid an infinite loop in oldconfig/syncconfig
 2023-11-09 22:56 UTC  (5+ messages)

[PATCH 0/3] Support MODVERSIONS by disabling Rust modules
 2023-11-09 12:44 UTC  (4+ messages)
` [PATCH 2/3] kconfig: Add special rust_modules config option

[PATCH] Kconfig: eliminate abnormal characters displayed under menuconfig
 2023-11-09  3:57 UTC 

[PATCH] LoongArch: Disable module from accessing external data directly
 2023-11-08  9:46 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox