llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-23 00:33:08 to 2025-08-28 06:14:42 UTC [more...]

[PATCH 0/5] kcfi: Prepare for GCC support
 2025-08-28  6:14 UTC  (20+ messages)
` [PATCH 1/5] compiler_types.h: Move __nocfi out of compiler-specific header
` [PATCH 2/5] x86/traps: Clarify KCFI instruction layout
` [PATCH 3/5] x86/cfi: Add option for cfi=debug bootparam
` [PATCH 4/5] x86/cfi: Remove __noinitretpoline and __noretpoline
` [PATCH 5/5] kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI

[PATCH v2 bpf-next] selftests/bpf: Fix the invalid operand for instruction issue
 2025-08-28  2:01 UTC 

[linux-next:master 4166/4221] vmlinux.o: warning: objtool: dev_pm_opp_find_level_exact+0x47: no-cfi indirect call!
 2025-08-28  0:03 UTC  (3+ messages)

[PATCH v4 1/2] cdx: don't select CONFIG_GENERIC_MSI_IRQ
 2025-08-27 18:55 UTC  (5+ messages)
` [PATCH v4 2/2] vfio/cdx: update driver to build without CONFIG_GENERIC_MSI_IRQ

[PATCH net-next v25 1/1] mctp pcc: Implement MCTP over PCC Transport
 2025-08-27 17:54 UTC 

[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-08-27 17:31 UTC  (9+ messages)
` [PATCH v2 03/12] ARM: Clean up definition of ARM_HAS_GROUP_RELOCS
` [PATCH v2 07/12] riscv: Remove version check for LTO_CLANG selects
` [PATCH v2 09/12] riscv: Remove ld.lld version checks from many TOOLCHAIN_HAS configs

[PATCH 2/5] media: nxp: imx8-isi: Simplify code by using helper macro
 2025-08-27 16:29 UTC 

[jgunthorpe:iommu_pt_all 55/56] drivers/iommu/generic_pt/.kunitconfig_perf: warning: ignored by one of the .gitignore files
 2025-08-27 16:18 UTC 

[PATCH bpf-next] selftests/bpf: Fix the invalid operand for instruction issue
 2025-08-27 10:21 UTC  (5+ messages)

[PATCH] .gitignore: ignore temporary files from 'bear'
 2025-08-27  8:59 UTC 

[PATCH v3 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-08-27  8:06 UTC  (45+ messages)
` [PATCH v3 01/20] bitmap: introduce hardware-specific bitfield operations
` [PATCH v3 02/20] mmc: dw_mmc-rockchip: switch to FIELD_PREP_WM16 macro
` [PATCH v3 03/20] soc: rockchip: grf: switch to FIELD_PREP_WM16_CONST macro
` [PATCH v3 04/20] media: synopsys: hdmirx: replace macros with bitfield variants
` [PATCH v3 05/20] drm/rockchip: lvds: switch to FIELD_PREP_WM16 macro
` [PATCH v3 06/20] phy: rockchip-emmc: "
` [PATCH v3 07/20] drm/rockchip: dsi: switch to FIELD_PREP_WM16* macros
` [PATCH v3 08/20] drm/rockchip: vop2: switch to FIELD_PREP_WM16 macro
` [PATCH v3 09/20] phy: rockchip-samsung-dcphy: "
` [PATCH v3 10/20] drm/rockchip: dw_hdmi_qp: "
` [PATCH v3 11/20] drm/rockchip: inno-hdmi: "
` [PATCH v3 12/20] phy: rockchip-usb: "
` [PATCH v3 13/20] drm/rockchip: dw_hdmi: switch to FIELD_PREP_WM16* macros
` [PATCH v3 14/20] ASoC: rockchip: i2s-tdm: switch to FIELD_PREP_WM16_CONST macro
` [PATCH v3 15/20] net: stmmac: dwmac-rk: switch to FIELD_PREP_WM16 macro
` [PATCH v3 16/20] PCI: rockchip: Switch to FIELD_PREP_WM16* macros
` [PATCH v3 17/20] PCI: dw-rockchip: Switch to FIELD_PREP_WM16 macro
` [PATCH v3 18/20] PM / devfreq: rockchip-dfi: switch "
` [PATCH v3 19/20] clk: sp7021: "
` [PATCH v3 20/20] phy: rockchip-pcie: "

[PATCH v4 00/15] Consolidate iommu page table implementations (AMD)
 2025-08-27  7:11 UTC  (25+ messages)
` [PATCH v4 01/15] genpt: Generic Page Table base API
` [PATCH v4 02/15] genpt: Add Documentation/ files
` [PATCH v4 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v4 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v4 05/15] iommupt: Add iova_to_phys op
` [PATCH v4 06/15] iommupt: Add unmap_pages op
` [PATCH v4 07/15] iommupt: Add map_pages op
` [PATCH v4 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v4 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v4 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v4 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v4 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v4 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v4 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v4 15/15] iommupt: Add a kunit test for the IOMMU implementation

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

[pci:wip/2508-david-aspm-api 1/2] drivers/firewire/ohci.c:745:36: warning: implicit conversion from 'unsigned long' to '__u16' (aka 'unsigned short') changes value from 65536 to 0
 2025-08-27  3:59 UTC 

Prebuilt LLVM 21.1.0 uploaded
 2025-08-27  3:38 UTC 

[vbabka:slub-percpu-sheaves-v6r0 3/15] mm/slub.c:4622:2: error: no member named 'dep_map' in 'local_trylock_t'
 2025-08-27  0:11 UTC 

[RFC PATCH 0/5] tty: Add KUnit test framework for TTY drivers
 2025-08-26 22:51 UTC  (6+ messages)
` [RFC PATCH 1/5] tty: Add KUnit test infrastructure configuration
` [RFC PATCH 2/5] tty: Add KUnit test helper functions
` [RFC PATCH 3/5] tty: Add mock TTY driver for KUnit testing
` [RFC PATCH 4/5] tty: Add KUnit tests for core TTY functionality
` [RFC PATCH 5/5] tty: Add KUnit tests for ttynull driver

[frederic-dynticks:kthread/core-v2 35/35] kernel/irq/manage.c:1411:46: error: no member named 'affinity' in 'struct irq_common_data'
 2025-08-26 19:42 UTC 

[PATCH] Rust associative function
 2025-08-26 13:42 UTC 

[linux-next:master 3139/4234] error: <unknown>:0:0: ran out of registers during register allocation in function 'hv_call_get_vp_registers'
 2025-08-26  6:50 UTC  (7+ messages)

include/linux/ucopysize.h:45:4: error: call to '__bad_copy_from' declared with 'error' attribute: copy source size is too small
 2025-08-26  0:31 UTC  (2+ messages)

[PATCH v2 1/7] ACPI: CPPC: add perf control read API and clarify naming
 2025-08-25 23:41 UTC 

[davidhildenbrand:nth_page 23/36] ERROR: modpost: "page_range_contiguous" [fs/ecryptfs/ecryptfs.ko] undefined!
 2025-08-25 22:59 UTC 

[akpm-mm:mm-new 216/233] arch/riscv/include/asm/pgtable.h:951:36: error: too few arguments to function call, expected 3, have 2
 2025-08-25 22:38 UTC  (4+ messages)

[peterz-queue:sched/core 1/1] arch/s390/kernel/topology.c:512:23: error: conflicting types for 'cpu_coregroup_mask'
 2025-08-25 19:23 UTC 

❌ FAIL: Test report for master (6.17.0-rc3, upstream-mainline, b6add54b)
 2025-08-25 16:33 UTC 

[PATCH v3 1/2] cdx: don't select CONFIG_GENERIC_MSI_IRQ
 2025-08-25 14:41 UTC  (3+ messages)
` [PATCH v3 2/2] vfio/cdx: update driver to build without CONFIG_GENERIC_MSI_IRQ

[PATCH] hardening: Require clang 20.1.0 for __counted_by
 2025-08-25 13:25 UTC  (2+ messages)

[akpm-mm:mm-unstable 137/202] arch/riscv/include/asm/pgtable.h:951:42: error: too many arguments to function call, expected 2, have 3
 2025-08-25  8:47 UTC 

[PATCH v2 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-08-25  7:48 UTC  (4+ messages)
` [PATCH v2 19/20] clk: sp7021: switch to FIELD_PREP_WM16 macro

[PATCH v3 4/4] clk: samsung: exynos990: Fix PLL mux regs, add DPU/CMUREF
 2025-08-25  5:17 UTC 

[PATCH] panic: Clean up message about deprecated 'panic_print' parameter
 2025-08-25  1:01 UTC  (7+ messages)
          ` [PATCH v2] "

[morse:mpam/snapshot+extras/v6.17-rc2 136/139] drivers/resctrl/mpam_resctrl.c:2076:2: warning: label at end of compound statement is a C23 extension
 2025-08-24 20:32 UTC 

[PATCH 14/14] dmaengine: dma350: Support ARM DMA-250
 2025-08-24 19:38 UTC 

[PATCH v5 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-08-24 17:32 UTC  (10+ messages)
` [PATCH v5 18/19] perf srcline: Fallback between addr2line implementations
` [PATCH v5 19/19] perf disasm: Remove unused evsel from annotate_args

❌ FAIL: Test report for master (6.17.0-rc2, upstream-mainline, c330cb60)
 2025-08-24 16:53 UTC 

[PATCH net 09/11] net/mlx5e: Update and set Xon/Xoff upon MTU set
 2025-08-24 14:28 UTC  (2+ messages)

[morse:mpam/snapshot/v6.17-rc2 77/89] drivers/resctrl/mpam_resctrl.c:1051:3: warning: variable 'dom' is uninitialized when used here
 2025-08-24 11:39 UTC 

[PATCH 5.4 2/6] kbuild: Update assembler calls to use proper flags and language target
 2025-08-24  5:44 UTC  (2+ messages)
` Patch "kbuild: Update assembler calls to use proper flags and language target" has been added to the 5.4-stable tree

[PATCH 5.4 3/6] mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation
 2025-08-24  5:44 UTC  (2+ messages)
` Patch "mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation" has been added to the 5.4-stable tree

[PATCH 5.4 6/6] kbuild: Add KBUILD_CPPFLAGS to as-option invocation
 2025-08-24  5:44 UTC  (2+ messages)
` Patch "kbuild: Add KBUILD_CPPFLAGS to as-option invocation" has been added to the 5.4-stable tree

[PATCH 5.4 5/6] kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGS
 2025-08-24  5:44 UTC  (2+ messages)
` Patch "kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGS" has been added to the 5.4-stable tree

[PATCH 5.4 4/6] kbuild: Add CLANG_FLAGS to as-instr
 2025-08-24  5:44 UTC  (2+ messages)
` Patch "kbuild: Add CLANG_FLAGS to as-instr" has been added to the 5.4-stable tree

[PATCH 5.4 1/6] ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGS
 2025-08-24  5:44 UTC  (2+ messages)
` Patch "ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGS" has been added to the 5.4-stable tree

[morse:mpam/snapshot/v6.17-rc2 71/89] drivers/resctrl/mpam_resctrl.c:388:27: warning: variable 'l3' set but not used
 2025-08-23 23:37 UTC 

[koverstreet-bcachefs:bcachefs-rebalance 336/336] fs/bcachefs/rebalance.c:598:3: error: initializer element is not a compile-time constant
 2025-08-23 13:43 UTC 

[morse:mpam/snapshot/v6.17-rc2 11/89] drivers/resctrl/mpam_devices.c:107:21: warning: result of comparison of constant 18446744073709551615 with expression of type 'u32' (aka 'unsigned int') is always false
 2025-08-23 12:38 UTC 

[davidhildenbrand:nth_page 13/34] mm/hugetlb.c:3250:28: error: use of undeclared identifier 'pfn'
 2025-08-23  7:52 UTC 

[PATCH net-next v15 15/15] net: homa: create Makefile and Kconfig
 2025-08-23  5:36 UTC 

[PATCH 1/7] drm/shmem: Add a drm_gem_shmem_sync_mmap() helper
 2025-08-23  5:36 UTC 


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