llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-10 18:38:07 to 2026-09-15 11:15:28 UTC [more...]

[PATCH v2 00/21] kbuild: significantly speed up kernel builds
 2026-09-15 11:15 UTC  (52+ messages)
` [PATCH v2 01/21] kbuild: do not allocate .modinfo in vmlinux
` [PATCH v2 02/21] kallsyms: index symbols by token to speed up table compression
` [PATCH v2 03/21] kallsyms: output binary data to speed output and kallsyms assembly
      ` [v2 "
` [PATCH v2 04/21] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v2 05/21] kbuild: only emit vmlinux relocations when required
` [PATCH v2 06/21] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH v2 07/21] kallsyms: reimplement mksysmap in C
` [PATCH v2 08/21] kbuild: cache list, composite object state per object
` [PATCH v2 09/21] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v2 10/21] kbuild: move the toolchain checks into init/Kconfig.toolchain
` [PATCH v2 11/21] kbuild: avoid re-running compiler and linker probes
` [PATCH v2 12/21] modpost: cache section relocation mismatch state
` [PATCH v2 13/21] modpost: emit module descriptors as assembly
` [PATCH v2 14/21] kbuild: batch module finalisation
` [PATCH v2 15/21] objtool: cache relocations, do less work
` [PATCH v2 16/21] objtool: size the instruction hash to the text
` [PATCH v2 17/21] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v2 18/21] kbuild: rust: optionally parallelise rustc front end
` [PATCH v2 19/21] rust: make exports.o depend on the headers generated for it
` [PATCH v2 20/21] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v2 21/21] kbuild: use pigz for gzip compression if available

[PATCH v2] docs: kconfig: fix shell function syntax in caveats
 2026-09-15 10:59 UTC  (2+ messages)

[PATCH 1/1] rust: block: Fix unsoundness in `Operations::queue_rq`
 2026-09-15  9:42 UTC 

[PATCH 00/17] Treewide: enforce static storage for object initializers
 2026-09-15  9:24 UTC  (21+ messages)
` [PATCH 01/17] locking/mutex: assert static storage for DEFINE_MUTEX()
` [PATCH 02/17] locking/rtmutex: assert static storage for DEFINE_RT_MUTEX()
` [PATCH 03/17] locking/rwsem: assert static storage for semaphore definitions
` [PATCH 04/17] locking/semaphore: assert static storage for DEFINE_SEMAPHORE()
` [PATCH 05/17] locking/seqlock: assert static storage for DEFINE_SEQLOCK()
` [PATCH 06/17] sched: assert static storage for wait queue and completion declarations
` [PATCH 07/17] xarray: assert static storage for DEFINE_XARRAY_FLAGS()
` [PATCH 08/17] idr: enforce the static-storage contract of DEFINE_IDR()
` [PATCH 09/17] radix-tree: require static storage for RADIX_TREE()
` [PATCH 10/17] klist: assert static storage for DEFINE_KLIST()
` [PATCH 11/17] workqueue: assert static storage for work declarations
` [PATCH 12/17] timers: assert static storage for DEFINE_TIMER()
` [PATCH 13/17] kthread: assert static storage for delayed work declarations
` [PATCH 14/17] ratelimit: assert static storage for DEFINE_RATELIMIT_STATE()
` [PATCH 15/17] notifier: assert static storage for locking notifier heads
` [PATCH 16/17] rcu: assert static storage for RCU sync and SRCU definitions
` [PATCH 17/17] sysctl: assert static storage for DEFINE_CTL_TABLE_POLL()

[PATCH v5 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
 2026-09-15  9:04 UTC  (3+ messages)
` [PATCH V5 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
` [PATCH V5 2/2] rust: kernel: Add KUnit tests for powerpc ARCH_WARN_ASM bug table emission

[PATCH v2 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-15  6:50 UTC  (8+ messages)
` [PATCH v2 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [PATCH v2 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH v2 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCH net v5 1/1] rxrpc: fix encap_rcv skb accounting exhaustion
 2026-09-15  6:40 UTC 

[PATCH v4 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
 2026-09-15  6:20 UTC  (5+ messages)
` [PATCH v4 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
` [PATCH v4 2/2] rust: kernel: Add KUnit tests for powerpc ARCH_WARN_ASM bug table emission

[dakr:poc/vgpu 42/44] error[E0425]: cannot find value `VFIO_DEVICE_RESET` in crate `bindings`
 2026-09-15  4:56 UTC 

[liam:maple_marks_v4 9/16] lib/test_maple_tree.c:356:29: error: call to undeclared function 'mt_slot_count'; ISO C99 and later do not support implicit function declarations
 2026-09-15  3:15 UTC 

[PATCH] staging: rtl8723bs: fix lines exceeding 100 columns in rtw_security.c
 2026-09-15  1:44 UTC 

[dakr:poc/vgpu 41/44] error[E0425]: cannot find function `pci_iov_vf_id` in crate `bindings`
 2026-09-14 19:45 UTC 

[PATCH] ALSA: usb-audio: skip the broken mute control on AVerMedia GC553Pro
 2026-09-14 15:53 UTC  (2+ messages)

[PATCH] rust: impl_flags: add conversions for raw flag representations
 2026-09-14  9:49 UTC 

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-14  8:57 UTC  (70+ messages)
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
    ` [4/23] "
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 13/23] modpost: hash module source per-file, not per-byte
` [PATCH 15/23] modpost: emit module descriptors as assembly
` [PATCH 16/23] kbuild: batch module finalisation
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 18/23] objtool: cache relocations and function dead end state, do less work
` [PATCH 19/23] objtool: decode instructions and resolve branch targets in parallel
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 23/23] kbuild: use pigz for gzip compression if available

[PATCH] phy: phy-mtk-dp: Fix pdata array members initialized as pointers
 2026-09-14  8:18 UTC  (2+ messages)

[sailus-media-tree:metadata 163/169] drivers/media/pci/intel/ipu6/ipu7-fw-isys.c:599:3: error: cannot jump from this goto statement to its label
 2026-09-13 22:15 UTC 

[sailus-media-tree:metadata 79/169] drivers/media/platform/nxp/imx95-csi-formatter.c:527:14: error: incompatible function pointer types initializing 'int (*)(struct v4l2_subdev *, const struct v4l2_subdev_client_info *, struct v4l2_subdev_state *, struct v4l2_subdev_format *)' with an expre
 2026-09-13 21:22 UTC 

[PATCH] drm/panel: ilitek-ili9881c: fix panel cleanup on attach failure
 2026-09-13 19:46 UTC 

[PATCH 08/14] mfd: remove unused aat2870 driver
 2026-09-13  8:33 UTC  (8+ messages)

[sailus-media-tree:metadata 161/169] drivers/media/pci/intel/ipu6/ipu6-fw-isys.c:664:6: warning: variable 'source' set but not used
 2026-09-13  8:06 UTC 

[PATCH v3 0/2] phy: qcom: usb-hs: MSM8x60 vendor ULPI init
 2026-09-13  6:12 UTC  (2+ messages)

[PATCH v1] tools build: Fix timerfd feature detection with clang
 2026-09-12 20:15 UTC  (2+ messages)

[wens:mtk-wip 33/66] error[E0425]: cannot find function `regulator_enable` in crate `bindings`
 2026-09-12  9:40 UTC 

[PATCH] memregion: fix cache invalidation warning message
 2026-09-12  9:19 UTC  (2+ messages)

[PATCH] staging: greybus: add missing newlines to sysfs_emit
 2026-09-12  7:10 UTC 

[clangbuiltlinux:question_mark_operator 1/5] fs/smb/server/ndr.c:407:35: error: expected expression
 2026-09-12  6:18 UTC 

[clangbuiltlinux:question_mark_operator 2/5] kernel/cgroup/cpuset.c:3768:42: error: expected expression
 2026-09-12  5:13 UTC 

[PATCH v2] x86/mm/pat: use pr_warn() for early W^X warnings
 2026-09-12  1:23 UTC 

[PATCH 08/23] kallsyms: reimplement mksysmap in C
 2026-09-11 19:42 UTC  (4+ messages)

[paulmckrcu:dev.2026.09.09a 42/56] kernel/rcu/tree_stall.h:332:48: warning: comparison between pointer and integer ('int' and 'struct task_struct *')
 2026-09-11 17:10 UTC  (2+ messages)

[agd5f:drm-next 602/670] error[E0063]: missing field `handle_free` in initializer of `drm_gem_object_funcs`
 2026-09-11 13:05 UTC 

[chao:dev-test 15/21] fs/f2fs/super.c:3142:1: warning: unused label 'restore_holder'
 2026-09-11 12:53 UTC 

[PATCH v2] drm/ci: Add CI pipeline for drm-misc branches
 2026-09-11 12:18 UTC 

[PATCH] drm/trigger5: Add MCT Trigger 5 USB display driver
 2026-09-11 12:08 UTC 

[PATCH v8 0/9] arm64: dts: ti: Split wkup R5F memory region for IO+DDR resume
 2026-09-11 12:00 UTC  (9+ messages)
` [PATCH v8 4/9] arm64: dts: ti: k3-am62p-verdin: Fix wkup R5F memory region size
` [PATCH v8 6/9] arm64: dts: ti: var-som-am62p: "
` [PATCH v8 9/9] arm64: dts: ti: Add wkup R5F nodes to pre-ram bootphase

[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-09-11 10:32 UTC  (12+ messages)

[PATCH v5 00/17] x86/msr: Inline rdmsr/wrmsr instructions
 2026-09-11  8:42 UTC  (3+ messages)
` [PATCH v5 08/17] x86/msr: Make wrmsrns() a first class citizen
` [PATCH v5 16/17] x86/paravirt: Use alternatives for MSR access with paravirt

[PATCH] f2fs: introduce reserve_shrink mount option for filesystem shrinkage
 2026-09-11  8:10 UTC 

[PATCH v5 0/4] selftests: add shared Makefile for BPF selftests and a new memcg test
 2026-09-11  8:03 UTC  (8+ messages)
` [PATCH v5 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v5 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v5 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v5 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH 00/14] mfd: unused driver purge
 2026-09-11  7:24 UTC  (3+ messages)
` [PATCH 01/14] mfd: remove unused 88pm80x driver

lib/base64.c:58:18: warning: implicit conversion from 'int' to 's8' (aka 'signed char') changes value from 131 to -125
 2026-09-11  6:41 UTC  (3+ messages)

[mripard:drm/reset-state-flag 122/152] drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:365:1: error: static declaration of 'vmw_du_connector_create_state' follows non-static declaration
 2026-09-11  5:30 UTC 

[brauner-vfs:namespace-7.4.misc 6/7] kernel/user_namespace.c:787:22: warning: no previous prototype for function 'insert_extent'
 2026-09-11  5:31 UTC 

[PATCH v5 00/26] perf arm64: Support data type profiling
 2026-09-11  1:47 UTC  (4+ messages)
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64

[akpm-mm:mm-new /391] arch/powerpc/mm/book3s64/radix_pgtable.c:1274:46: error: call to undeclared function 'device_zone'; ISO C99 and later do not support implicit function declarations
 2026-09-11  0:37 UTC 

[baohua:dev/kairui_scanbalance 9/9] mm/vmscan.c:1954:42: error: no member named 'lrugen' in 'struct lruvec'
 2026-09-10 21:45 UTC 

[PATCH 02/23] scripts/mksysmap: fix escape of '$' in the __pi_ pattern
 2026-09-10 19:00 UTC  (2+ messages)

[PATCH 01/23] scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
 2026-09-10 19:00 UTC  (2+ 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).