public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-04-02 09:12:49 to 2026-04-07 03:58:53 UTC [more...]

[bcachefs:bcachefs-testing 23/42] arch/loongarch/kernel/switch.S:28:18: error: operand must be a symbol with modifier (e.g. %pc_lo12) or an integer in the range
 2026-04-07  3:57 UTC 

[asahilinux:bits/250-aop 18/68] error: cannot find macro `declare_flags_type` in this scope
 2026-04-07  3:58 UTC 

[PATCH] execve: block Emacs binaries
 2026-04-07  3:58 UTC 

[asahilinux:bits/250-aop 15/68] error: cannot find macro `vec` in this scope
 2026-04-07  3:56 UTC 

[bvanassche:thread-safety 57/98] drivers/gpu/drm/ttm/tests/ttm_bo_test.c:227:24: error: too few arguments provided to function-like macro invocation
 2026-04-07  3:56 UTC 

[asahilinux:bits/200-dcp 105/178] Warning: drivers/gpu/drm/apple/dcp.c:100 function parameter 'crtc' not described in 'dcp_crtc_send_page_flip_event'
 2026-04-07  3:57 UTC 

[asahilinux:bits/250-aop 17/68] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `std`
 2026-04-07  3:56 UTC 

[bvanassche:thread-safety 96/98] ld.lld: error: unknown --orphan-handling mode:
 2026-04-07  3:55 UTC 

[asahilinux:bits/250-aop 31/68] warning: unused import: `crate::error::to_result`
 2026-04-07  3:55 UTC 

[asahilinux:bits/250-aop 30/68] warning: associated items `zeroed` and `as_raw` are never used
 2026-04-07  3:55 UTC 

[asahilinux:bits/250-aop 31/68] 19 | use crate::error::to_result;
 2026-04-07  3:55 UTC 

[rust:rust-next 17/29] rust/helpers/dma.c:17:2: warning: static function 'dma_free_attrs' is used in an inline function with external linkage
 2026-04-07  3:54 UTC 

[koverstreet-bcachefs:bcachefs-testing 36/36] fs/bcachefs/init/dev.c:978:5: warning: stack frame size (1040) exceeds limit (1024) in 'bch2_dev_add'
 2026-04-07  3:54 UTC 

[sean-jc:q/future_nested 21/28] arch/x86/kvm/xen.c:1687:6: warning: variable 'input' is used uninitialized whenever 'if' condition is false
 2026-04-07  3:52 UTC 

[PATCH] drm/i915/pfit: Prevent negative coordinates in center mode
 2026-04-07  3:49 UTC 

[linuxppc:next-test 41/45] arch/powerpc/net/bpf_jit_comp32.c:153:7: error: call to undeclared function 'PPC_RAW_LI32'; ISO C99 and later do not support implicit function declarations
 2026-04-07  3:49 UTC 

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-07  1:15 UTC  (47+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 02/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH v2 03/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH v2 04/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH v2 05/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH v2 06/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
` [PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
` [PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
` [PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH v2 30/33] docs: rust: general-information: use real example
` [PATCH v2 31/33] rust: declare cfi_encoding for lru_status
` [PATCH v2 32/33] rust: kbuild: support global per-version flags
` [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH linux-5.10.y] drm/amd/display: Do not add '-mhard-float' to calcs, dsc, and dcn30 FP files for clang
 2026-04-07  0:49 UTC 

[PATCH] riscv: Define __riscv_copy_{,vec_}{words,bytes}_unaligned() using SYM_TYPED_FUNC_START
 2026-04-06 23:25 UTC 

[PATCH V10 0/4] Rust support for powerpc
 2026-04-06 20:01 UTC  (5+ messages)
` [PATCH V10 1/4] rust: Separate host libraries to fix rmeta dependency conflict
` [PATCH V10 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V10 3/4] rust: Add PowerPC support
` [PATCH V10 4/4] powerpc: Enable Rust for ppc64le

[PATCH v4 00/10] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-06 18:22 UTC  (11+ messages)
` [PATCH v4 01/10] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH v4 02/10] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH v4 03/10] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH v4 04/10] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH v4 05/10] selftests/bpf: Tolerate test file compilation failures
` [PATCH v4 06/10] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH v4 07/10] selftests/bpf: Tolerate benchmark build failures
` [PATCH v4 08/10] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH v4 09/10] selftests/bpf: Skip tests whose objects were not built
` [PATCH v4 10/10] selftests/bpf: Tolerate missing files during install

[PATCH v3 00/11] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-06 16:11 UTC  (12+ messages)
` [PATCH v3 01/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH v3 02/11] selftests/bpf: Route test_kmods through the kselftest module flow
` [PATCH v3 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH v3 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH v3 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH v3 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH v3 07/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH v3 08/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH v3 09/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH v3 10/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH v3 11/11] selftests/bpf: Tolerate missing files during install

[PATCH v2 1/2] rust: kernel: update `file_with_nul` comment
 2026-04-06 15:32 UTC  (5+ messages)
` [PATCH v2 2/2] rust: std_vendor: add `likely()`, `unlikely()` and `cold_path()`

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06 13:21 UTC  (25+ messages)
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH V9 0/4] Rust support for powerpc
 2026-04-06  9:08 UTC  (7+ messages)
` [PATCH V9 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V9 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V9 3/4] rust: Add PowerPC support
` [PATCH V9 4/4] powerpc: Enable Rust for ppc64le

❌ FAIL: Test report for master (7.0.0-rc6, upstream-mainline, 1791c390)
 2026-04-06  5:43 UTC 

[PATCH v1] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-06  4:28 UTC  (5+ messages)

❌ FAIL: Test report for master (7.0.0-rc6, upstream-mainline, 3aae9383)
 2026-04-05  3:43 UTC 

[PATCH] fuse: Send FORGET over io_uring when ring is ready
 2026-04-05  2:26 UTC 

WARNING: modpost: vmlinux: section mismatch in reference: setup_local_APIC+0x2aa (section: .text) -> init_eilvt (section: .init.text)
 2026-04-05  2:06 UTC 

[PATCH V8 0/4] Rust support for powerpc
 2026-04-04 20:28 UTC  (8+ messages)
` [PATCH V8 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V8 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V8 3/4] rust: Add PowerPC support
` [PATCH V8 4/4] powerpc: Enable Rust for ppc64le

❌ FAIL: Test report for master (7.0.0-rc6, upstream-mainline, 631919fb)
 2026-04-04  8:03 UTC 

drivers/devfreq/devfreq.c:1417:45: error: use of undeclared identifier 'gov_attr_group'; did you mean 'op_stat_group'?
 2026-04-04  7:42 UTC 

[PATCH net] bridge: guard local VLAN-0 FDB helpers against NULL vlan group
 2026-04-03 22:00 UTC  (4+ messages)

❌ FAIL: Test report for master (7.0.0-rc6, upstream-mainline, d8a9a4b1)
 2026-04-03 17:42 UTC 

[PATCH v2] ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRY
 2026-04-03 16:50 UTC 

[PATCH v2 00/10] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-03 15:31 UTC  (13+ messages)
` [PATCH v2 01/10] selftests/bpf: Fall back to distro build directory for test_kmods
` [PATCH v2 02/10] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH v2 03/10] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH v2 04/10] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH v2 05/10] selftests/bpf: Tolerate test file compilation failures
` [PATCH v2 06/10] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH v2 07/10] selftests/bpf: Tolerate benchmark build failures
` [PATCH v2 08/10] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH v2 09/10] selftests/bpf: Skip tests whose objects were not built
` [PATCH v2 10/10] selftests/bpf: Tolerate missing files during install

Makefile:2254: *** extraneous 'endif'. Stop
 2026-04-03 13:37 UTC 

[PATCH v2 00/16] perf arm64: Support data type profiling
 2026-04-03  9:48 UTC  (17+ messages)
` [PATCH v2 01/16] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v2 02/16] perf capstone: Fix arm64 jump/adrp "
` [PATCH v2 03/16] perf annotate-arm64: Generalize arm64_mov__parse to support standard operands
` [PATCH v2 04/16] perf annotate-arm64: Handle load and store instructions
` [PATCH v2 05/16] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v2 06/16] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v2 07/16] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v2 08/16] perf annotate-arm64: Enable instruction tracking support
` [PATCH v2 09/16] perf annotate-arm64: Support load instruction tracking
` [PATCH v2 10/16] perf annotate-arm64: Support store "
` [PATCH v2 11/16] perf annotate-arm64: Support stack variable tracking
` [PATCH v2 12/16] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v2 13/16] perf annotate-arm64: Support 'add' "
` [PATCH v2 14/16] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v2 15/16] perf annotate-arm64: Support per-cpu variable access tracking
` [PATCH v2 16/16] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer

[linux-next:master 9437/11535] drivers/net/ethernet/cadence/macb_main.c:5710:12: error: use of undeclared identifier 'at91_default_usrio'
 2026-04-03  8:47 UTC 

[PATCH v3 net-next] net: advance skb_defer_disable_key check in napi_consume_skb
 2026-04-03  8:47 UTC 

[cornelisnetworks:for-upstream_20260402-1611 31/31] Warning: drivers/infiniband/hw/hfi2/chip_gen.c:577 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
 2026-04-03  8:47 UTC 

[sailus-media-tree:metadata 87/109] ld.lld: error: undefined symbol: __divdi3
 2026-04-03  8:46 UTC 

[cornelisnetworks:for-upstream_20260402-1611 30/31] drivers/infiniband/hw/hfi2/chip.c:11124:28: warning: variable 'extended_vl' set but not used
 2026-04-03  8:46 UTC 

[PATCH] cpuidle: Deny idle entry when CPU already have IPI interrupt pending
 2026-04-03  8:45 UTC 

[jgunthorpe:iommu_pt_arm64 2/53] error[E0063]: missing field `tlb_add_range` in initializer of `iommu_flush_ops`
 2026-04-03  8:45 UTC 

[PATCH v1 1/4] IPC: Added New system call do_mq_timedreceive2() for non-destructive peek on posix mqueue
 2026-04-03  8:44 UTC 

include/linux/ucopysize.h:45:4: error: call to '__bad_copy_from' declared with 'error' attribute: copy source size is too small
 2026-04-03  8:44 UTC 

arch/um/drivers/ubd_kern.c:780:13: warning: stack frame size (2152) exceeds limit (2048) in 'ubd_device_release'
 2026-04-03  8:43 UTC 

[sailus-media-tree:pld 32/32] drivers/media/pci/intel/ipu-bridge.c:300:33: error: use of undeclared identifier 'dev'; did you mean 'adev'?
 2026-04-03  8:42 UTC 

[dwmw2:deprecate-legacy-ip 5/6] net/mac80211/main.c:1650:2: warning: unused label 'fail_ifa'
 2026-04-03  8:41 UTC 

[RFC PATCH v2 2/4] wifi: rtl8xxxu: handle rate control for 8188e a per mac_id
 2026-04-03  8:41 UTC 

[sailus-media-tree:pld 24/32] drivers/media/v4l2-core/v4l2-fwnode.c:831:3: error: call to undeclared function '__acpi_handle_debug'; ISO C99 and later do not support implicit function declarations
 2026-04-03  8:41 UTC 

[mark:arm64/entry/rework 2/11] include/linux/entry-common.h:324:2: error: call to undeclared function 'local_irq_disable_exit_to_user'; ISO C99 and later do not support implicit function declarations
 2026-04-03  8:40 UTC 

[PATCH v2 02/12] drm/bridge: tc358762: Improce SYSCTRL register defines
 2026-04-03  8:39 UTC 

[PATCH v6 01/10] KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PAT
 2026-04-03  8:39 UTC 

[PATCH v1 08/16] drm/i915/bios: support VS/PE Override per each ddi port
 2026-04-03  8:39 UTC 

[PATCH next 2/3] fortify: Optimise strnlen()
 2026-04-03  8:23 UTC  (2+ messages)

❌ FAIL: Test report for master (7.0.0-rc6, upstream-mainline, 5619b098)
 2026-04-03  7:12 UTC 

[PATCH] scsi: esas2r: fix __printf annotation on esas2r_log_master()
 2026-04-03  2:05 UTC  (2+ messages)

[PATCH 3/3] power: sequencing: pcie-m2: Guard the helper functions making use of PCI bus notifier
 2026-04-02 22:56 UTC 

[PATCH v3 0/4] media: rkvdec: Switch to using a bitwriter
 2026-04-02 14:06 UTC  (5+ messages)
` [PATCH v3 1/4] media: rkvdec: Introduce a global bitwriter helper
` [PATCH v3 2/4] media: rkvdec: Use the global bitwriter instead of local one
` [PATCH v3 3/4] media: rkvdec: common: Drop bitfields for the bitwriter
` [PATCH v3 4/4] media: rkvdec: vdpu383: "

[mark:arm64/entry/rework 2/11] include/linux/entry-common.h:324:2: error: call to undeclared function 'local_irq_disable_exit_to_user'; ISO C99 and later do not support implicit function declarations
 2026-04-02 11:48 UTC 

[PATCH 0/5] Introduce Overflow Behavior Types
 2026-04-02  9:13 UTC  (8+ messages)
` [PATCH 3/5] compiler_attributes: Add overflow_behavior macros __ob_trap and __ob_wrap

[PATCH] vfs: replace ints with enum component_type for LAST_XXX
 2026-04-02  9:12 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