mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
include/linux/compiler_types.h:568:38: error: call to '__compiletime_assert_372' declared with attribute error: BUILD_BUG_ON failed: sizeof(priv_tbl->probs) % 16
 2025-12-10 18:08 UTC 

fs/notify/fsnotify.c:616:46: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2025-12-10 18:08 UTC 

[PATCH v2 0/2] PCI/IOV: Fix deadlock when removing PF with enabled SR-IOV
 2025-12-10 18:05 UTC  (5+ messages)
` [PATCH v2 1/2] Revert "PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV"
` [PATCH v2 2/2] PCI/IOV: Fix race between SR-IOV enable/disable and hotplug

[PATCH RFC 0/6] iio: core: Introduce cleanup.h support for mode locks
 2025-12-10 18:04 UTC  (8+ messages)

[PATCH] resource: provide 0args DEFINE_RES variant for unset resource desc
 2025-12-10 18:03 UTC 

[PATCH] fs/buffer: add alert in try_to_free_buffers() for folios without buffers
 2025-12-10 18:02 UTC 

[PATCH] interconnect: Add kunit tests for core functionality
 2025-12-10 18:00 UTC 

[PATCH v1 3/3] dt-bindings: google,cros-ec-keyb: add fn-key and f-keymap props
 2025-12-10 18:00 UTC 

[PATCH] greybus: Use bus methods for .probe() and .remove()
 2025-12-10 17:59 UTC 

[PATCH] mshv: Initialize local variables early upon region invalidation
 2025-12-10 17:55 UTC 

[PATCH v5 0/4] phy: qcom: edp: Add support for Glymur platform
 2025-12-10 17:51 UTC  (6+ messages)
` [PATCH v5 4/4] phy: qcom: edp: Add Glymur platform support

[PATCH v9 0/5] media: qcom: camss: Add Kaanapali support
 2025-12-10 17:50 UTC  (7+ messages)
` [PATCH v9 1/5] media: dt-bindings: Add CAMSS device for Kaanapali

[PATCH v2] fs: add NULL check in drop_buffers() to prevent null-ptr-deref
 2025-12-10 17:50 UTC  (8+ messages)

[PATCH 1/1] scsi: ufs: core: Fix error handler encryption support
 2025-12-10 17:44 UTC  (3+ messages)

[PATCH v8 00/13] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
 2025-12-10 17:44 UTC  (5+ messages)
` [PATCH v8 12/13] cxl: Check if ULLONG_MAX was returned from translation functions
` [PATCH v8 13/13] cxl: Disable HPA/SPA translation handlers for Normalized addressing

[PATCH v3] resource: add WARN_ON_ONCE for resource_size() and document misusage
 2025-12-10 17:38 UTC 

[PATCH v3 0/6] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2025-12-10 17:38 UTC  (7+ messages)
` [PATCH v3 1/6] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v3 2/6] mux: Add helper functions for getting optional and selected mux-state
` [PATCH v3 3/6] phy: can-transceiver: drop temporary helper getting optional mux-state
` [PATCH v3 4/6] i2c: omap: switch to new generic helper for getting selected mux-state
` [PATCH v3 5/6] dt-bindings: mmc: renesas,sdhi: Add mux-states property
` [PATCH v3 6/6] mmc: host: renesas_sdhi_core: support selecting an optional mux

[PATCH] sched/fair: Remove redundant error handling path in alloc_fair_sched_group
 2025-12-10 17:38 UTC  (2+ messages)

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

[PATCH v2 0/4] PCI: Fix ACS enablement for Root Ports in OF platforms
 2025-12-10 17:26 UTC  (9+ messages)

fs/notify/fsnotify.c:632:54: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2025-12-10 17:25 UTC 

[PATCH V1] accel/amdxdna: Fix cu_idx being cleared by memset() during command setup
 2025-12-10 17:24 UTC  (3+ messages)

[PATCH v4 0/8] Streamline TPM2 HMAC sessions
 2025-12-10 17:20 UTC  (9+ messages)
` [PATCH v4 1/8] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v4 2/8] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v4 3/8] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v4 4/8] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v4 5/8] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v4 6/8] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v4 7/8] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v4 8/8] tpm: In tpm_get_random() replace 'retries' with a zero check

[PATCH v10 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2025-12-10 17:19 UTC  (6+ messages)

[PATCH 1/1] PCI: Use resource_set_range() that correctly sets ->end
 2025-12-10 17:17 UTC  (3+ messages)

[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
 2025-12-10 17:16 UTC  (7+ messages)
` [RFC PATCH v2 10/23] KVM: TDX: Enable huge page splitting under write kvm->mmu_lock

[RFC v1 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2025-12-10 17:15 UTC  (6+ messages)
` [RFC v1 1/5] PCI: hv: Create and export hv_build_logical_dev_id()
` [RFC v1 5/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH 0/2] iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device
 2025-12-10 17:14 UTC  (3+ messages)
` [PATCH 1/2] iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode
` [PATCH 2/2] iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in "

WARNING: drivers/iommu/io-pgtable-arm.c:639
 2025-12-10 17:12 UTC  (11+ messages)

[PATCH] HFS: btree: fix missing error check after hfs_bnode_find()
 2025-12-10 17:09 UTC  (2+ messages)

[GIT PULL] KVM: x86 and guest_memfd fixes for 6.19
 2025-12-10 17:05 UTC 

[PATCH v3] kallsyms: Always initialize modbuildid
 2025-12-10 17:03 UTC 

[PATCH v2 00/23] Cache aware scheduling
 2025-12-10 17:02 UTC  (24+ messages)
` [PATCH v2 01/23] sched/cache: Introduce infrastructure for cache-aware load balancing
` [PATCH v2 02/23] sched/cache: Record per-LLC utilization to guide cache-aware scheduling decisions
` [PATCH v2 09/23] sched/cache: Count tasks prefering destination LLC in a sched group
` [PATCH v2 14/23] sched/cache: Consider LLC preference when selecting tasks for load balancing
` [PATCH v2 15/23] sched/cache: Respect LLC preference in task migration and detach
` [PATCH v2 16/23] sched/cache: Introduce sched_cache_present to enable cache aware scheduling for multi LLCs NUMA node
` [PATCH v2 17/23] sched/cache: Record the number of active threads per process for cache-aware scheduling
` [PATCH v2 20/23] sched/cache: Add user control to adjust the parameters of "

[GIT PULL] dma-mapping fixes for Linux 6.19
 2025-12-10 16:58 UTC 

[PATCH] drm/ast: Fix big-endian support
 2025-12-10 16:56 UTC  (6+ messages)

[PATCH v2 1/2] platform/x86: thinkpad_acpi: Add support to detect hardware damage detection capability
 2025-12-10 16:52 UTC  (6+ messages)
` [PATCH v2 2/2] platform/x86: thinkpad_acpi: Add sysfs to display details of damaged device

[PATCH] drm/virtio: Allow importing prime buffers when 3D is enabled
 2025-12-10 16:51 UTC  (2+ messages)

[PATCH v6 0/2] net: mhi: Add support to enable ethernet interface
 2025-12-10 16:50 UTC  (4+ messages)
` [PATCH v6 1/2] net: mhi: Enable Ethernet interface support

[PATCH 5.15 000/392] 5.15.197-rc1 review
 2025-12-10 16:48 UTC  (2+ messages)

[PATCH 0/2] serial: 8250_men_mcb: Parameter for base clock rate
 2025-12-10 16:48 UTC  (3+ messages)
` [PATCH 1/2] serial: 8250_men_mcb: Clean defines
` [PATCH 2/2] serial: 8250_men_mcb: Parameter for base clockrate

[PATCH v2 0/3] drm/komeda: Convert logging to drm_* helpers
 2025-12-10 16:47 UTC  (2+ messages)

[PATCH v2 0/4] Add a few tracepoints to panthor
 2025-12-10 16:44 UTC  (7+ messages)
` [PATCH v2 1/4] drm/panthor: Add panthor_*_irq_mask_set helper
` [PATCH v2 3/4] drm/panthor: Add tracepoint for hardware utilisation changes

[PATCH] arm64: dts: qcom: ipq9574: Use 'usb-phy' for node names
 2025-12-10 16:44 UTC  (7+ messages)

[PATCH v1] riscv: dts: starfive: Append starfive,jh7110 compatible to VisionFive 2 Lite
 2025-12-10 16:43 UTC  (6+ messages)

[PATCH v7 2/3] PCI: eic7700: Add Eswin PCIe host controller driver
 2025-12-10 16:43 UTC  (2+ messages)

[PATCH] igc: Fix trigger of incorrect irq in igc_xsk_wakeup function
 2025-12-10 16:41 UTC  (8+ messages)
    ` [PATCH v3 iwl-net] "
          ` AW: [PATCH v5 "
            ` [Intel-wired-lan] "

[PATCH] MIPS: Alchemy: Remove bogus static/inline specifiers
 2025-12-10 16:38 UTC  (3+ messages)

[RFC v2 0/3] Decoupling large folios dependency on THP
 2025-12-10 16:37 UTC  (4+ messages)

[syzbot] [kernfs?] general protection fault in simple_xattrs_free
 2025-12-10 16:37 UTC 

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-12-10 16:37 UTC  (3+ messages)

[PATCH -next v2 0/2] memcg cleanups
 2025-12-10 16:36 UTC  (5+ messages)
` [PATCH -next v2 1/2] memcg: move mem_cgroup_usage memcontrol-v1.c
` [PATCH -next v2 2/2] memcg: remove mem_cgroup_size()

[PATCH v6 00/30] objtool: Function validation tracing
 2025-12-10 16:36 UTC  (9+ messages)
` [PATCH v6 03/30] objtool: Disassemble code with libopcodes instead of running objdump

[PATCH v3 00/21] Add support for MT8189 clock/power controller
 2025-12-10 16:33 UTC  (5+ messages)
` [PATCH v3 01/21] dt-bindings: clock: mediatek: Add MT8189 clock definitions

[PATCH RESEND v6 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
 2025-12-10 16:32 UTC  (2+ messages)

[PATCH] soc: mediatek: mtk-socinfo: Add entry for MT8391AV/AZA Genio 720
 2025-12-10 16:29 UTC  (3+ messages)

[PATCH] wifi: ath11k: move .max_tx_ring to struct ath11k_hw_hal_params
 2025-12-10 16:28 UTC  (3+ messages)

[PATCH v2] kallsyms: Always initialize modbuildid
 2025-12-10 16:28 UTC 

[PATCH] soc: mediatek: mtk-socinfo: Add entry for MT8371AV/AZA Genio 520
 2025-12-10 16:27 UTC  (2+ messages)

[PATCH v7 0/5] i3c: dw-i3c: Enable support for dw-i3c controller NACK retry sysfs and DAT restore fix
 2025-12-10 16:22 UTC  (5+ messages)
` [PATCH v7 1/5] i3c: add sysfs entry for Device NACK Retry count
` [PATCH v7 2/5] i3c: add sysfs attribute for device NACK retry

[PATCH 00/19] coresight: trbe: Support trigger and circle buffer modes
 2025-12-10 16:19 UTC  (8+ messages)
` [PATCH 07/19] coresight: trbe: Refactor AUX flag setting
` [PATCH 08/19] coresight: trbe: Use PERF_AUX_FLAG_PARTIAL instead of PERF_AUX_FLAG_COLLISION

[PATCH 0/4] Add support for the Mediatek Genio 520-EVK and 720-EVK boards
 2025-12-10 16:19 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: serial: mediatek,uart: Add compatible for MT8189 SoC

[PATCH] mm: avoid use of BIT() macro for initialising VMA flags
 2025-12-10 16:18 UTC  (9+ messages)

[PATCH net v4 0/4] net: dsa: lantiq: a bunch of fixes
 2025-12-10 16:16 UTC  (5+ messages)
` [PATCH net v4 4/4] net: dsa: mxl-gsw1xx: manually clear RANEG bit

[PATCH v2 00/13] Nested SVM fixes, cleanups, and hardening
 2025-12-10 16:16 UTC  (6+ messages)
` [PATCH v2 11/13] KVM: nSVM: Simplify nested_svm_vmrun()

[PATCH v6 0/9] VMSCAPE optimization for BHI variant
 2025-12-10 16:15 UTC  (7+ messages)
` [PATCH v6 2/9] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v6 4/9] x86/vmscape: Move mitigation selection to a switch()

[PATCH RFC 00/10] riscv: Add support for rva23
 2025-12-10 16:13 UTC  (11+ messages)
` [PATCH RFC 01/10] riscv: Standardize extension capitilization
` [PATCH RFC 02/10] riscv: kconfig: Reorganize extensions
` [PATCH RFC 03/10] riscv: kconfig: Simply arch selection
` [PATCH RFC 04/10] riscv: kconfig: Make extensions tristate
` [PATCH RFC 05/10] riscv: kconfig: Add zve32x
` [PATCH RFC 06/10] riscv: Makefile: Add enabled extensions to compiler flags
` [PATCH RFC 07/10] riscv: kconfig: Make vendor extensions tristate
` [PATCH RFC 08/10] riscv: Optimize cpufeature macros for extension assumptions
` [PATCH RFC 09/10] riscv: kconfig: Add rva23 config
` [PATCH RFC 10/10] riscv: csum: Remove inline assembly

[PATCH v4 0/7] Add generic PHY driver used by MACB/GEM on EyeQ5
 2025-12-10 16:06 UTC  (7+ messages)
` [PATCH v4 2/7] phy: Add driver for EyeQ5 Ethernet PHY wrapper
` [PATCH v4 3/7] clk: eyeq: use the auxiliary device creation helper
` [PATCH v4 4/7] clk: eyeq: add EyeQ5 children auxiliary device for generic PHYs

[PATCH] media: platform: mtk-mdp3: add WQ_PERCPU to alloc_workqueue users
 2025-12-10 16:04 UTC  (4+ messages)

[PATCH V1 0/3] ufs: ufs-qcom: Add support firmware managed platforms
 2025-12-10 16:03 UTC  (10+ messages)
` [PATCH V1 2/3] dt-bindings: ufs: Document bindings for SA8255P UFS Host Controller
` [PATCH V1 3/3] ufs: ufs-qcom: Add support for firmware-managed resource abstraction

[PATCH] Bluetooth: btusb: revert use of devm_kzalloc in btusb
 2025-12-10 16:02 UTC 

[PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios
 2025-12-10 16:01 UTC  (13+ messages)

[PATCH 2/2] media: i2c: add os05b10 image sensor driver
 2025-12-10 16:00 UTC  (2+ messages)

[PATCH v3] media: synopsys: hdmirx: Detect broken interrupt
 2025-12-10 16:00 UTC 

virtio_console: lost wakeup due to race between port_fops_poll() and vring_interrupt()
 2025-12-10 15:58 UTC  (2+ messages)

[PATCH v2 0/2] media: mediatek: fix VPU device leaks on probe
 2025-12-10 15:58 UTC  (5+ messages)
` [PATCH v2 2/2] media: mediatek: amend vpu_get_plat_device() documentation

[PATCH 1/2] sched: psi: loosen clock sync between scheduler and aggregator
 2025-12-10 15:58 UTC  (2+ messages)
` [PATCH 2/2] sched: psi: use rq_clock() during task state changes

[PATCH V2 0/3] ufs: ufs-qcom: Add support firmware managed platforms
 2025-12-10 15:50 UTC  (4+ messages)
` [PATCH V2 1/3] MAINTAINERS: broaden UFS Qualcomm binding file pattern
` [PATCH V2 2/3] dt-bindings: ufs: Document bindings for SA8255P UFS Host Controller
` [PATCH V2 3/3] ufs: ufs-qcom: Add support for firmware-managed resource abstraction

fs/dax.c:728:39: sparse: sparse: incorrect type in argument 1 (different base types)
 2025-12-10 15:50 UTC 

[PATCH 2/2] ext4: align preallocation size to stripe width
 2025-12-10 15:49 UTC  (2+ messages)

[PATCH v2] remoteproc: imx_dsp_rproc: Fix multiple start/stop operations
 2025-12-10 15:49 UTC 

[PATCH] x86/sgx: Use goto to remove redundant if check in sgx_encl_init
 2025-12-10 15:48 UTC  (3+ messages)

[PATCH v4 0/6] media: iris: prepare support for video codecs on Qcom vpu4 platform
 2025-12-10 15:47 UTC  (4+ messages)
` [PATCH v4 4/6] media: iris: Move vpu register defines to common header file

[PATCH v2 1/2] cxl, doc: Moving conventions in separate files
 2025-12-10 15:44 UTC  (4+ messages)
` [PATCH v2 2/2] Documentation/driver-api/cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement

[PATCH] mm: memcontrol: rename mem_cgroup_from_slab_obj()
 2025-12-10 15:43 UTC 

[PATCH 2/2] tools: virtio: Fix no definition of dma_map_page_attrs
 2025-12-10 15:40 UTC  (4+ messages)
` [PATCH v2 "
    `  "

[PATCH] scsi: pmcraid: Replace cpu_to_be64 + le64_to_cpu with swab64
 2025-12-10 15:39 UTC  (3+ messages)

[PATCH v1 1/1] ASoC: Fix acronym for Intel Gemini Lake
 2025-12-10 15:38 UTC  (2+ messages)

[syzbot] [exfat?] [ocfs2?] kernel BUG in link_path_walk
 2025-12-10 15:35 UTC  (8+ messages)
        ` [PATCH for 6.19-rc1] fs: preserve file type in make_bad_inode() unless invalid

[tip:perf/urgent] BUILD SUCCESS c418d8b4d7a43a86b82ee39cb52ece3034383530
 2025-12-10 15:33 UTC 

[PATCH net] virtio-net: enable all napis before scheduling refill work
 2025-12-10 15:33 UTC  (5+ messages)

[PATCH v3] pmdomain: imx: Fix reference count leak in imx_gpc_probe()
 2025-12-10 15:24 UTC  (2+ messages)

[PATCH v3] spi: spi-fsl-lpspi: convert min_t() to simple min()
 2025-12-10 15:21 UTC  (2+ messages)

[PATCH v1 0/6] arm64: dts: imx8mp-var-som: align DTS with hardware revision
 2025-12-10 15:19 UTC  (7+ messages)
` [PATCH v1 1/6] arm64: dts: imx8mp-var-som: Remove USDHC2 controller and related signals
` [PATCH v1 2/6] arm64: dts: imx8mp-var-som: Remove PCA9534 GPIO expander
` [PATCH v1 3/6] arm64: dts: imx8mp-var-som: Remove UART2 console
` [PATCH v1 4/6] arm64: dts: imx8mp-var-som: Add WiFi and Bluetooth support
` [PATCH v1 5/6] arm64: dts: imx8mp-var-som: Add support for WM8904 audio codec
` [PATCH v1 6/6] arm64: dts: imx8mp-var-som: Add support for ADS7846 touchscreen

[PATCH RFC net-next 0/3] net: dsa: initial support for MaxLinear MxL862xx switches
 2025-12-10 15:19 UTC  (4+ messages)
` [PATCH RFC net-next 3/3] net: dsa: add basic initial driver for "

[RFC PATCH v3 00/17] s390: SFrame user space unwinding
 2025-12-10 15:19 UTC  (7+ messages)
` [RFC PATCH v3 05/17] s390: asm/dwarf.h should only be included in assembly files
` [RFC PATCH v3 13/17] s390/ptrace: Provide frame_pointer()
` [RFC PATCH v3 14/17] s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME

[PATCH v8 00/21] printk: console: Per-console loglevels
 2025-12-10 15:12 UTC  (3+ messages)
` [PATCH v8 06/21] printk: nbcon: Synchronise console unregistration against atomic flushers

[PATCH] mm/damon/sysfs: check for online node in target_nid_store
 2025-12-10 15:09 UTC  (2+ messages)

[PATCH v2] Support conditional deps using "depends on X if Y"
 2025-12-10 15:07 UTC  (5+ messages)

[PATCH v1 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2025-12-10 15:06 UTC  (3+ messages)
` [PATCH v1 4/4] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather

[PATCH v4 0/5] memory: tegra: Support EMC dfs on Tegra186/Tegra194
 2025-12-10 15:03 UTC  (17+ messages)
` [PATCH v4 3/5] memory: tegra186-emc: Support non-bpmp icc scaling

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®