messages from 2025-08-21 13:15:44 to 2025-08-26 19:35:10 UTC [more...]
[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
2025-08-26 19:35 UTC (24+ 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
[PATCH v4 00/15] Consolidate iommu page table implementations (AMD)
2025-08-26 17:18 UTC (16+ 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 v4 1/2] cdx: don't select CONFIG_GENERIC_MSI_IRQ
2025-08-26 16:24 UTC (3+ messages)
` [PATCH v4 2/2] vfio/cdx: update driver to build without CONFIG_GENERIC_MSI_IRQ
[PATCH] Rust associative function
2025-08-26 13:42 UTC
[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
2025-08-26 13:18 UTC (20+ messages)
` [PATCH v2 01/12] kbuild: Bump minimum "
` [PATCH v2 02/12] arch/Kconfig: Drop always true condition from RANDOMIZE_KSTACK_OFFSET
` [PATCH v2 03/12] ARM: Clean up definition of ARM_HAS_GROUP_RELOCS
` [PATCH v2 04/12] arm64: Remove tautological LLVM Kconfig conditions
` [PATCH v2 05/12] mips: Unconditionally select ARCH_HAS_CURRENT_STACK_POINTER
` [PATCH v2 06/12] powerpc: Drop unnecessary initializations in __copy_inst_from_kernel_nofault()
` [PATCH v2 07/12] riscv: Remove version check for LTO_CLANG selects
` [PATCH v2 08/12] riscv: Unconditionally use linker relaxation
` [PATCH v2 09/12] riscv: Remove ld.lld version checks from many TOOLCHAIN_HAS configs
` [PATCH v2 10/12] lib/Kconfig.debug: Drop CLANG_VERSION check from DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
` [PATCH v2 11/12] objtool: Drop noinstr hack for KCSAN_WEAK_MEMORY
` [PATCH v2 12/12] KMSAN: Remove tautological checks
[linux-next:master 4166/4221] vmlinux.o: warning: objtool: dev_pm_opp_find_level_exact+0x47: no-cfi indirect call!
2025-08-26 8:37 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)
[PATCH 0/5] kcfi: Prepare for GCC support
2025-08-25 19:31 UTC (13+ 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
[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 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
2025-08-25 16:11 UTC (23+ 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 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 (27+ messages)
` [PATCH v5 01/19] perf build: Remove libtracefs configuration
` [PATCH v5 02/19] perf map: Constify objdump offset/address conversion APIs
` [PATCH v5 03/19] perf capstone: Move capstone functionality into its own file
` [PATCH v5 04/19] perf llvm: Move llvm "
` [PATCH v5 05/19] perf capstone: Remove open_capstone_handle
` [PATCH v5 06/19] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v5 07/19] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v5 08/19] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v5 09/19] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v5 10/19] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v5 11/19] perf llvm: Disassemble cleanup
` [PATCH v5 12/19] perf dso: Clean up read_symbol error handling
` [PATCH v5 13/19] perf build: Remove libbfd support
` [PATCH v5 14/19] perf build: Remove libiberty support
` [PATCH v5 15/19] perf build: Remove unused defines
` [PATCH v5 16/19] perf disasm: Remove disasm_bpf
` [PATCH v5 17/19] perf disasm: Make ins__scnprintf and ins__is_nop static
` [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
❌ FAIL: Test report for master (6.17.0-rc2, upstream-mainline, 6debb690)
2025-08-23 0:32 UTC
[PATCH] clk: mediatek: clk-mux: Do not pass flags to clk_mux_determine_rate_flags()
2025-08-22 20:48 UTC
[PATCH v3 3/4] mailbox: mtk-cmdq: Add cmdq driver for mt8189
2025-08-22 17:07 UTC
❌ FAIL: Test report for master (6.17.0-rc2, upstream-mainline, cf6fc5ee)
2025-08-22 16:33 UTC
[PATCH v3 1/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
2025-08-22 15:53 UTC
[PATCH 20/50] fs: convert i_count to refcount_t
2025-08-22 13:56 UTC
[PATCH v8 3/5] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
2025-08-22 12:06 UTC (2+ messages)
[PATCH v3 1/3] gpio: gpio-regmap: add flags to control some behaviour
2025-08-22 11:11 UTC (2+ messages)
[PATCH net-next v11 08/16] net: phy: Introduce generic SFP handling for PHY drivers
2025-08-22 9:59 UTC (2+ messages)
[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
2025-08-22 7:36 UTC (3+ messages)
[PATCH v1 2/2] iio: adc: Add basic support for MAX14001
2025-08-22 6:52 UTC
[jirislaby:devel 47/48] Warning: drivers/tty/serial/8250/8250_core.c:577 function parameter 'up' not described in 'serial8250_suspend_port'
2025-08-22 6:01 UTC
[PATCH 0/4] mm/mm_init: simplify deferred init of struct pages
2025-08-22 5:54 UTC (2+ messages)
[jirislaby:devel 14/48] drivers/char/mwave/smapi.c:119:25: error: unknown type name 'SMAPI_DSP_SETTINGS'
2025-08-22 5:06 UTC
[jirislaby:devel 12/48] drivers/char/mwave/3780i.c:516:17: warning: variable 'temp' set but not used
2025-08-22 4:10 UTC
[krzk-github:sm8750/visense-cps-testing-on-top-of-sm8750-audio-lpass 72/76] sound/soc/qcom/sc8280xp.c:149:29: warning: unused variable 'sruntime'
2025-08-21 22:01 UTC
[rppt:ramdax 1/1] drivers/nvdimm/ramdax.c:44:11: error: call to undeclared function 'kzalloc'; ISO C99 and later do not support implicit function declarations
2025-08-21 21:06 UTC
[PATCH v2 1/2] cdx: don't select CONFIG_GENERIC_MSI_IRQ
2025-08-21 20:59 UTC (3+ messages)
` [PATCH v2 2/2] vfio/cdx: update driver to build without CONFIG_GENERIC_MSI_IRQ
❌ FAIL: Test report for master (6.17.0-rc2, upstream-mainline, 6439a0e6)
2025-08-21 20:43 UTC
[krzk-github:sm8750/visense-cps-testing-on-top-of-sm8750-audio-lpass 47/76] drivers/misc/fastrpc.c:1265:4: warning: variable 'src_perms' is uninitialized when used here
2025-08-21 19:40 UTC
[PATCH 00/10] Bump minimum supported version of LLVM for building the kernel to 15.0.0
2025-08-21 17:27 UTC (4+ messages)
` [PATCH 01/10] kbuild: Bump minimum "
❌ FAIL: Test report for master (6.17.0-rc2, upstream-mainline, 1c656b1e)
2025-08-21 16:43 UTC
[PATCH v3 11/22] mm: add and use unmap_page_range vm_ops hook
2025-08-21 15:40 UTC
[PATCH v1 2/2] media: i2c: add Sony IMX111 CMOS camera sensor driver
2025-08-21 14:45 UTC
[PATCH 3/4] gpio: imx-rpmsg: add imx-rpmsg GPIO driver
2025-08-21 14:11 UTC
❌ FAIL: Test report for master (6.17.0-rc2, upstream-mainline, 32b7144f)
2025-08-21 13:31 UTC
[davidhildenbrand:nth_page 34/35] mm/kfence/core.c:604:14: error: call to undeclared function 'virt_to_pfn'; ISO C99 and later do not support implicit function declarations
2025-08-21 13:15 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).