llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-05 12:43:22 to 2025-11-11 10:42:22 UTC [more...]

[PATCH net-next 5/6] dpll: zl3073x: Cache all output properties in zl3073x_out
 2025-11-11 10:42 UTC 

[PATCH v6 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-11-11 10:27 UTC  (38+ messages)
` [PATCH v6 01/18] kasan: Unpoison pcpu chunks with base address tag
` [PATCH v6 02/18] kasan: Unpoison vms[area] addresses with a common tag
` [PATCH v6 03/18] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v6 04/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v6 05/18] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v6 06/18] x86/kasan: Add arch specific kasan functions
` [PATCH v6 07/18] kasan: arm64: x86: Make special tags arch specific
` [PATCH v6 08/18] x86/mm: Reset tag for virtual to physical address conversions
` [PATCH v6 09/18] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v6 10/18] x86/mm: Physical address comparisons in fill_p*d/pte
` [PATCH v6 11/18] x86/kasan: KASAN raw shadow memory PTE init
` [PATCH v6 12/18] x86/mm: LAM compatible non-canonical definition
` [PATCH v6 13/18] x86/mm: LAM initialization
` [PATCH v6 14/18] x86: Minimal SLAB alignment
` [PATCH v6 15/18] x86/kasan: Handle UD1 for inline KASAN reports
` [PATCH v6 16/18] arm64: Unify software tag-based KASAN inline recovery path
` [PATCH v6 17/18] x86/kasan: Logical bit shift for kasan_mem_to_shadow
` [PATCH v6 18/18] x86/kasan: Make software tag-based kasan available

[PATCH 12/13] usb: xhci: standardize multi bit-field macros
 2025-11-11 10:00 UTC 

✅ PASS (MISSED 10 of 137): Test report for master (6.18.0-rc5, upstream-mainline, 4ea7c171)
 2025-11-11  4:22 UTC 

[PATCH v2 0/4] Optimize code generation during context switching
 2025-11-10 23:21 UTC  (14+ messages)
` [PATCH v2 1/4] Make enter_lazy_tlb inline on x86
` [PATCH v2 2/4] Make raw_spin_rq_unlock inline
` [PATCH v2 3/4] Provide the always inline version of some functions
` [PATCH v2 4/4] Make finish_task_switch and its subfuncs inline in context switching

[PATCH v1 2/3] mm: Fix benign off-by-one bugs
 2025-11-10 22:06 UTC  (2+ messages)

[jonhunter:tegra/for-next 20/25] WARNING: modpost: vmlinux: section mismatch in reference: tegra_pmc_probe+0x5fc (section: .text) -> tegra_pmc_detect_tz_only (section: .init.text)
 2025-11-10 21:46 UTC 

[PATCH v7 2/2] usb: dwc3: eic7700: Add EIC7700 USB driver
 2025-11-10 21:35 UTC 

[PATCH 4/4] rust: io: add typedef for phys_addr_t
 2025-11-10 21:36 UTC 

[PATCH] mips: Use generic endianness macros instead of MIPS-specific ones
 2025-11-10 21:32 UTC  (5+ messages)

[PATCH net-next v2] net: netcp: ethss: Fix type of first parameter in hwtstamp stubs
 2025-11-10 20:55 UTC 

[PATCH v1 1/1] ceph: Amend checking to fix `make W=1` build breakage
 2025-11-10 20:42 UTC  (8+ messages)

[PATCH v1 1/1] libceph: Amend checking to fix `make W=1` build breakage
 2025-11-10 20:39 UTC  (4+ messages)

[morimoto:renesas-lts/v6.18-rc5-2025-11-10-sparrow-hawk 16/29] drivers/media/platform/dreamchip/rppx1/rpp_stats.c:16:8: error: use of undeclared identifier 'ENODEV'
 2025-11-10 20:33 UTC 

[PATCH v1 1/4] dmaengine: Use dma_request_channel() instead of __dma_request_channel()
 2025-11-10 20:23 UTC 

[PATCH v10 4/5] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-11-10 19:00 UTC 

[morimoto:renesas-lts/v6.18-rc5-2025-11-10-sparrow-hawk 15/29] drivers/media/platform/dreamchip/rppx1/rpp_params.c:14:6: error: call to undeclared function 'WARN_ON'; ISO C99 and later do not support implicit function declarations
 2025-11-10 18:50 UTC 

[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
 2025-11-10 17:33 UTC  (29+ messages)
` [PATCH v8 01/27] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v8 02/27] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 03/27] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v8 04/27] mm/ksw: add build system support
` [PATCH v8 05/27] mm/ksw: add ksw_config struct and parser
` [PATCH v8 06/27] mm/ksw: add singleton debugfs interface
` [PATCH v8 07/27] mm/ksw: add HWBP pre-allocation
` [PATCH v8 08/27] mm/ksw: Add atomic watchpoint management api
` [PATCH v8 09/27] mm/ksw: ignore false positives from exit trampolines
` [PATCH v8 10/27] mm/ksw: support CPU hotplug
` [PATCH v8 11/27] sched/ksw: add per-task context
` [PATCH v8 12/27] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v8 13/27] mm/ksw: add per-task ctx tracking
` [PATCH v8 14/27] mm/ksw: resolve stack watch addr and len
` [PATCH v8 15/27] mm/ksw: limit canary search to current stack frame
` [PATCH v8 16/27] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v8 17/27] mm/ksw: add KSTACKWATCH_PROFILING to measure probe cost
` [PATCH v8 18/27] arm64/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 19/27] arm64/hwbp/ksw: integrate KStackWatch handler support
` [PATCH v8 20/27] mm/ksw: add self-debug helpers
` [PATCH v8 21/27] mm/ksw: add test module
` [PATCH v8 22/27] mm/ksw: add stack overflow test
` [PATCH v8 23/27] mm/ksw: add recursive depth test
` [PATCH v8 24/27] mm/ksw: add multi-thread corruption test cases
` [PATCH v8 25/27] tools/ksw: add arch-specific test script
` [PATCH v8 26/27] docs: add KStackWatch document
` [PATCH v8 27/27] MAINTAINERS: add entry for KStackWatch

[PATCH v2] Fix redundant judgment in WARN_ONCE with clang
 2025-11-10 14:48 UTC 

[PATCH] Fix redundant judgment in WARN_ONCE with clang
 2025-11-10 14:40 UTC  (3+ messages)

✅ PASS (MISSED 10 of 137): Test report for master (6.18.0-rc5, upstream-mainline, e9a6fb0b)
 2025-11-10 14:03 UTC 

[PATCH 2/3] drm/client: Support emergency restore via sysrq for all clients
 2025-11-10 13:47 UTC  (2+ messages)

[PATCH 3/3] mm/swap: integrate swap tier infrastructure into swap subsystem
 2025-11-10 13:26 UTC 

[PATCH] drm/fb-helper: add fbdev screen expended mode display support
 2025-11-10 12:54 UTC 

[gourryinverse:scratch/gourry/isolation/linus 7/11] kernel/cgroup/cpuset.c:4352:13: warning: variable 'allowed' is used uninitialized whenever 'if' condition is false
 2025-11-10 11:06 UTC 

[PATCH v2 2/2] iio: adc: Add support for TI ADS1120
 2025-11-10 10:17 UTC 

[chao:bugfix/common 3/3] fs/f2fs/segment.c:3075:27: warning: variable 'sum_node' is uninitialized when used here
 2025-11-10  9:44 UTC 

[sean-jc:x86/mediated_pmu 37/44] arch/x86/kvm/pmu.c:1308:50: error: too few arguments provided to function-like macro invocation
 2025-11-10  5:43 UTC 

[PATCH v1 3/6] media: imx-mipi-csis: Implement the .set_routing() operation
 2025-11-09 21:48 UTC 

[linux-next:master 6788/7207] ld.lld: error: undefined symbol: ip_send_check
 2025-11-09 21:16 UTC 

[PATCH v2 1/4] array_size.h: Add ARRAY_END()
 2025-11-09 13:14 UTC 

Forwarded: [PATCH] fs: fix inode use-after-free in chown_common delegation retry
 2025-11-09 12:26 UTC  (2+ messages)

[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-09 11:48 UTC  (2+ messages)

✅ PASS: Test report for master (6.18.0-rc4, upstream-mainline, 439fc29d)
 2025-11-09 11:43 UTC 

❌ FAIL: Test report for master (6.18.0-rc4, upstream-mainline, 7bb4d651)
 2025-11-09  7:23 UTC 

[PATCH v5 3/5] media: iris: Add support for AV1 format in iris decoder
 2025-11-09  5:57 UTC  (2+ messages)

[PATCH] usb: usb-storage: No additional quirks need to be added to the ECD819-SU3 optical drive
 2025-11-09  5:05 UTC 

❌ FAIL: Test report for master (6.18.0-rc4, upstream-mainline, 0d7bee10)
 2025-11-09  3:23 UTC 

[PATCH 0/3] powerpc64/ftrace: fixes clang build issues
 2025-11-08 21:04 UTC  (4+ messages)
` [PATCH 1/3] powerpc64: make clang cross-build friendly
` [PATCH 2/3] powerpc64/ftrace: fix OOL stub count with clang
` [PATCH 3/3] powerpc64/ftrace: workaround clang recording GEP in __patchable_function_entries

[gourryinverse:scratch/gourry/isolation/linus 7/11] kernel/cgroup/cpuset.c:2812:20: error: use of undeclared identifier 'default_sysram_nodelist'
 2025-11-08 18:46 UTC 

❌ FAIL: Test report for master (6.18.0-rc4, upstream-mainline, e811c33b)
 2025-11-08 16:22 UTC 

[PATCH net-next] net: netcp: ethss: Fix type of first parameter in hwtstamp stubs
 2025-11-08 12:43 UTC  (2+ messages)

❌ FAIL: Test report for master (6.18.0-rc4, upstream-mainline, 38a2c275)
 2025-11-08 12:43 UTC 

[PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops
 2025-11-08  6:53 UTC 

[jolsa-perf:uprobe_prolog 6/8] arch/x86/kernel/uprobes.c:1496:36: warning: unused variable 'opt_xol_ops'
 2025-11-08  4:33 UTC 

[PATCH v2 2/2] drm/bridge: add support for lontium lt9211c bridge
 2025-11-08  4:12 UTC 

[jolsa-perf:uprobe_prolog 4/8] arch/x86/kernel/uprobes.c:1457:36: warning: unused variable 'sub_xol_ops'
 2025-11-08  3:09 UTC 

[jolsa-perf:uprobe_prolog 3/8] arch/x86/kernel/uprobes.c:1439:36: warning: unused variable 'mov_xol_ops'
 2025-11-08  1:26 UTC 

[PATCH v2 1/2] block: use bio_alloc_bioset for passthru IO by default
 2025-11-08  1:15 UTC 

[gourryinverse:scratch/gourry/isolation/linus 5/11] mm/oom_kill.c:1123:18: error: use of undeclared identifier 'default_sysram_nodes'
 2025-11-08  0:54 UTC 

[PATCH fixes] riscv: Fix CONFIG_AS_HAS_INSN for new .insn usage
 2025-11-08  0:51 UTC  (4+ messages)

[linux-next:master 4684/7207] drivers/gpu/drm/hyperv/hyperv_drm_drv.c:80:3: error: call to undeclared function 'drm_err'; ISO C99 and later do not support implicit function declarations
 2025-11-07 22:49 UTC 

[PATCH v4 4/8] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
 2025-11-07 20:08 UTC  (3+ messages)

Prebuilt LLVM 21.1.5 uploaded
 2025-11-07 19:46 UTC  (4+ messages)

[PATCH v1 1/1] compiler_types: Warn about unused static inline functions on second
 2025-11-07 18:29 UTC  (7+ messages)

[pdx86-platform-drivers-x86:review-ilpo-fixes 24/24] drivers/platform/x86/intel/pmc/wcl.c:461:3: error: field designator 'lpm_req_guid' does not refer to any field in type 'const struct pmc_reg_map'
 2025-11-07 16:36 UTC 

[PATCH v2] EDAC/ie31200: Fix error handling in ie31200_register_mci
 2025-11-07 16:18 UTC  (2+ messages)

✅ PASS (MISSED 7 of 182): Test report for master (6.18.0-rc4, upstream-mainline, 4a0c9b33)
 2025-11-07 14:02 UTC 

[PATCH v6 1/2] platform/chrome: Protect cros_ec_device lifecycle with revocable
 2025-11-07  7:07 UTC 

[PATCH v6 1/3] revocable: Add fops replacement
 2025-11-07  3:39 UTC 

[PATCH 3/3] PCI: dwc: Skip PME_Turn_Off and L2/L3 transition if no device is available
 2025-11-07  3:28 UTC 

[PATCH v1 2/2] Bluetooth: btusb: Add support for Bulk Serialization Mode
 2025-11-07  1:04 UTC 

[jolsa-perf:override 2/2] kernel/trace/bpf_trace.c:2567:2: error: call to undeclared function 'ftrace_partial_regs_fix'; ISO C99 and later do not support implicit function declarations
 2025-11-07  0:33 UTC 

[PATCH 1/3] PCI: host-common: Add an API to check for any device under the Root Ports
 2025-11-07  0:12 UTC 

[jolsa-perf:override_1 93/95] ci/diffs/20251014-selftests-arg_parsing-Ensure-data-is-flushed-to-.patch: warning: ignored by one of the .gitignore files
 2025-11-06 21:59 UTC 

[robertosassu:measure-error-v1-devel-v4 6/6] include/linux/ima.h:56:80: warning: non-void function does not return a value
 2025-11-06 18:17 UTC 

[PATCH] kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS
 2025-11-06 17:47 UTC  (6+ messages)

[PATCH] tracing: wprobe: Use a new seq_print_ip_sym_offset() wrapper
 2025-11-06 16:40 UTC 

[PATCH 3/5] tracing: Have tracer option be instance specific
 2025-11-06 15:29 UTC 

[v6 13/16] drm/i915/xelpd: Program Plane Post CSC Registers
 2025-11-06 13:16 UTC 

[tip:master 11/25] vmlinux.o: warning: objtool: user_exc_vmm_communication+0x1ba: call to __kasan_check_read() leaves .noinstr.text section
 2025-11-06 11:42 UTC 

[PATCH v1 2/2] iio: adc: Add TI ADS131M0x ADC driver
 2025-11-06 11:21 UTC 

[PATCH v9 03/12] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-11-06  9:17 UTC 

[PATCH net-next 09/11] net: stmmac: ingenic: simplify x2000 mac_set_mode()
 2025-11-06  9:06 UTC 

[linux-next:master 6703/6818] Warning: arch/arm/mm/dma-mapping.c:1405 expecting prototype for arm_iommu_unmap_page(). Prototype was for arm_iommu_unmap_phys() instead
 2025-11-06  8:56 UTC 

[broonie-ci:v3_20251028_wangweidong_a_rework_the_awinic_driver 41/46] sound/soc/codecs/aw88261.c:16:10: fatal error: 'aw88395/aw88395_data_type.h' file not found
 2025-11-06  8:24 UTC 

[rcu:rcu/refscale 8/8] kernel/rcu/refscale.c:260:15: error: use of undeclared identifier 'srcu_fast_updown_refctl_scale'
 2025-11-06  4:57 UTC 

[rcu:rcu/refscale 1/8] kernel/rcu/refscale.c:187:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 2025-11-06  4:15 UTC 

[PATCH v1 1/2] kasan: Unpoison pcpu chunks with base address tag
 2025-11-06  1:42 UTC 

✅ PASS (MISSED 22 of 137): Test report for master (6.18.0-rc4, upstream-mainline, 1c353dc8)
 2025-11-06  1:12 UTC 

[PATCH v2] ARM: dts: omap: am335x-mba335x: Fix stray '/*' in comment
 2025-11-06  0:40 UTC  (2+ messages)

[PATCH v2 1/3] firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
 2025-11-05 21:47 UTC 

[PATCH] scripts/clang-tools: Handle included .c files in gen_compile_commands
 2025-11-05 21:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ARM: dts: omap: : Fix stray '/*' in comment
 2025-11-05 20:39 UTC 

[ardb:x86-pie-v3 11/14] block/blk-core.o: warning: objtool: errno_to_blk_status+0x8: ignoring unreachables due to jump table quirk
 2025-11-05 19:22 UTC 

[PATCH 2/4 v5] cxl/core: Add helpers to detect Low Memory Holes on x86
 2025-11-05 18:51 UTC  (3+ messages)

[PATCH v8 02/15] genpt: Add Documentation/ files
 2025-11-05 18:51 UTC  (3+ messages)

[peterz-queue:sched/core 1/2] kernel/sched/fair.c:8973:3: error: call to undeclared function 'update_min_vruntime'; ISO C99 and later do not support implicit function declarations
 2025-11-05 16:55 UTC 

[PATCH v8 00/15] Consolidate iommu page table implementations (AMD)
 2025-11-05 16:57 UTC  (6+ messages)
` [PATCH v8 13/15] iommu/amd: Use the generic iommu page table

[PATCH net-next v6 3/6] net: devmem: prepare for autorelease rx token management
 2025-11-05 16:02 UTC 

[PATCH] tracing/hist: make err_text array fully const
 2025-11-05 15:09 UTC 

[robertosassu:measure-error-v1-devel-v2 6/6] include/linux/ima.h:56:80: warning: non-void function does not return a value
 2025-11-05 14:57 UTC 

[PATCH v5 2/2] kbuild: distributed build support for Clang ThinLTO
 2025-11-05 14:47 UTC  (2+ messages)

[PATCH] dma-mapping: Allow use of DMA_BIT_MASK(64) in global scope
 2025-11-05 12:45 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).