LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-26 20:48:59 to 2024-03-27 00:24:18 UTC [more...]

[syzbot] [virtualization?] net boot error: WARNING: refcount bug in __free_pages_ok
 2024-03-27  0:24 UTC  (2+ messages)

[PATCH] fixup! fix missing vmalloc.h includes
 2024-03-27  0:21 UTC 

[RFC PATCH v4 00/15] Perf stat metric grouping with hardware information
 2024-03-27  0:05 UTC  (9+ messages)
` [RFC PATCH v4 03/15] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [RFC PATCH v4 11/15] perf stat: Handle taken alone in hardware-grouping

[PATCH 0/4] kprobes: permit use without modules
 2024-03-27  0:01 UTC  (5+ messages)
` [PATCH 4/4] kprobes: Remove core dependency on modules

[PATCH] virtio_ring: Fix the stale index in available ring
 2024-03-27  0:01 UTC  (13+ messages)

[PATCH v2 0/2] vhost: Fix stale available ring entries
 2024-03-26 23:55 UTC  (4+ messages)
` [PATCH v2 1/2] vhost: Add smp_rmb() in vhost_vq_avail_empty()
` [PATCH v2 2/2] vhost: Add smp_rmb() in vhost_enable_notify()

[PATCH 0/3] usb: typec: Implement UCSI driver for ChromeOS
 2024-03-26 23:48 UTC  (4+ messages)
` [PATCH 1/3] usb: typec: ucsi: Provide interface for UCSI transport

[PATCH 3/3] platform/chrome: cros_ec_ucsi: Implement UCSI PDC driver
 2024-03-26 23:47 UTC  (2+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-03-26 23:42 UTC  (6+ messages)

[PATCH 1/1] genirq/proc: Try to jump over the unallocated irq hole whenever possible
 2024-03-26 23:36 UTC  (4+ messages)

linux-next: error fetching the clockevents tree
 2024-03-26 23:35 UTC  (2+ messages)

[PATCH] usb: typec: ucsi: Wait 20ms before retrying reset
 2024-03-26 23:34 UTC  (3+ messages)

[PATCH v9 00/38] ep93xx device tree conversion
 2024-03-26 23:31 UTC  (3+ messages)
` [PATCH v9 05/38] power: reset: Add a driver for the ep93xx reset

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-03-26 23:27 UTC  (7+ messages)
` [PATCH 09/26] cxl/region: Add Dynamic Capacity CXL region support
` [PATCH 13/26] cxl/mem: Configure dynamic capacity interrupts
` [PATCH 14/26] cxl/region: Read existing extents on region creation

[PATCH 00/19] amba: store owner from modules with amba_driver_register()
 2024-03-26 23:24 UTC  (2+ messages)

[PATCH v6] PCI: keystone: Fix pci_ops for AM654x SoC
 2024-03-26 23:24 UTC  (2+ messages)

Linux 6.7.11
 2024-03-26 23:19 UTC 

[PATCH v4 0/4] usb: typec: ucsi: Expand SOP/SOP' Discovery
 2024-03-26 23:19 UTC  (5+ messages)
` [PATCH v4 2/4] usb: typec: ucsi: Register cables based on GET_CABLE_PROPERTY

[PATCH 0/6] Documentation fixes for memory allocation profiling
 2024-03-26 23:14 UTC  (7+ messages)
` [PATCH 1/6] Documentation: rhashtable: undo _noprof additions in the documentation
` [PATCH 2/6] Documentation: mm: "
` [PATCH 3/6] Documentation: mempool: "
` [PATCH 4/6] Documentation: mm: vmalloc: "
` [PATCH 5/6] Documentation: mm: percpu: "
` [PATCH 6/6] Documentation: mm/slab: "

linux-next: trees being removed
 2024-03-26 23:13 UTC 

[PATCH 0/9] enabled -Wformat-truncation for clang
 2024-03-26 23:05 UTC  (12+ messages)
` [PATCH 1/9] fbdev: shmobile: fix snprintf truncation
` [PATCH 2/9] enetc: avoid truncating error message
` [PATCH 3/9] qed: avoid truncating work queue length
` [PATCH 4/9] mlx5: avoid truncating error message
` [PATCH 5/9] surface3_power: avoid format string truncation warning
` [PATCH 6/9] Input: IMS: fix printf string overflow
` [PATCH 7/9] scsi: mylex: fix sysfs buffer lengths
` [PATCH 8/9] ALSA: aoa: avoid false-positive format truncation warning
` [PATCH 9/9] kbuild: enable -Wformat-truncation on clang

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-26 23:03 UTC  (2+ messages)

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-26 23:02 UTC  (5+ messages)
` [PATCH 01/12] kbuild: make -Woverride-init warnings more consistent

[PATCH] mm/filemap: set folio->mapping to NULL before xas_store()
 2024-03-26 22:52 UTC  (4+ messages)

[RFC PATCH net-next v7 00/14] Device Memory TCP
 2024-03-26 22:50 UTC  (15+ messages)
` [RFC PATCH net-next v7 01/14] queue_api: define queue api
` [RFC PATCH net-next v7 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v7 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v7 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v7 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v7 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v7 07/14] page_pool: devmem support
` [RFC PATCH net-next v7 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v7 09/14] net: support non paged skb frags
` [RFC PATCH net-next v7 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v7 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v7 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v7 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v7 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH bpf-next v3 0/2] bpf,riscv: Add support for BPF Arena
 2024-03-26 22:49 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf,riscv: Implement PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v3 2/2] bpf,riscv: Implement bpf_addr_space_cast instruction

Linux 4.19.311
 2024-03-26 22:46 UTC  (2+ messages)

[PATCH v3 1/2] arm64: dts: allwinner: pinephone: Retain LEDs state in suspend
 2024-03-26 22:44 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: dts: allwinner: pinephone: add multicolor LED node

Linux 5.4.273
 2024-03-26 22:44 UTC  (2+ messages)

[GIT PULL] execve fixes for v6.9-rc2
 2024-03-26 22:44 UTC 

Linux 5.10.214
 2024-03-26 22:42 UTC  (2+ messages)

Linux 5.15.153
 2024-03-26 22:40 UTC  (2+ messages)

[PATCH] selftests/exec: execveat: Improve debug reporting
 2024-03-26 22:40 UTC  (4+ messages)

Linux 6.1.83
 2024-03-26 22:39 UTC  (2+ messages)

Linux 6.6.23
 2024-03-26 22:38 UTC  (2+ messages)

[PATCH 0/4] Unconditionally register TI-SCI reset handler
 2024-03-26 22:37 UTC  (5+ messages)
` [PATCH 1/4] firmware: ti_sci: Use devm_register_restart_handler()
` [PATCH 2/4] firmware: ti_sci: Unconditionally register reset handler
` [PATCH 3/4] ARM: dts: ti: keystone: k2g: Remove ti,system-reboot-controller property
` [PATCH 4/4] dt-bindings: arm: keystone: "

[PATCH v2 1/2] dt-bindings: arm: sunxi: Add PocketBook 614 Plus
 2024-03-26 22:37 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: dts: sun5i: Add PocketBook 614 Plus support

Linux 6.7.11
 2024-03-26 22:37 UTC  (2+ messages)

Linux 6.8.2
 2024-03-26 22:36 UTC  (2+ messages)

[syzbot] [bpf?] [net?] possible deadlock in rcu_report_exp_cpu_mult
 2024-03-26 22:15 UTC  (5+ messages)
` [PATCH] bpf, sockmap: fix "

[RFC PATCH 00/13] Add PFC support for Renesas RZ/V2H(P) SoC
 2024-03-26 22:28 UTC  (14+ messages)
` [RFC PATCH 01/13] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Remove the check from the object
` [RFC PATCH 02/13] dt-bindings: pinctrl: renesas: Document RZ/V2H(P) SoC
` [RFC PATCH 03/13] pinctrl: renesas: pinctrl-rzg2l: Remove extra space in function parameter
` [RFC PATCH 04/13] pinctrl: renesas: pinctrl-rzg2l: Allow more bits for pin configuration
` [RFC PATCH 05/13] pinctrl: renesas: pinctrl-rzg2l: Allow parsing of variable configuration for all architectures
` [RFC PATCH 06/13] pinctrl: renesas: pinctrl-rzg2l: Make cfg to u64 in struct rzg2l_variable_pin_cfg
` [RFC PATCH 07/13] pinctrl: renesas: pinctrl-rzg2l: Validate power registers for SD and ETH
` [RFC PATCH 08/13] pinctrl: renesas: pinctrl-rzg2l: Add function pointers for writing to PFC
` [RFC PATCH 09/13] pinctrl: renesas: pinctrl-rzg2l: Add function pointer for writing to PMC register
` [RFC PATCH 10/13] pinctrl: renesas: pinctrl-rzg2l: Add function pointers for reading/writing OEN register
` [RFC PATCH 11/13] pinctrl: renesas: pinctrl-rzg2l: Pass pincontrol device pointer to pinconf_generic_parse_dt_config()
` [RFC PATCH 12/13] pinctrl: renesas: pinctrl-rzg2l: Add support to pass custom params
` [RFC PATCH 13/13] pinctrl: renesas: pinctrl-rzg2l: Add support for RZ/V2H SoC

[PATCH 0/2] ftrace fixes
 2024-03-26 22:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/1] Support kCFI + BPF on arm64
 2024-03-26 22:28 UTC  (4+ messages)
` [PATCH bpf-next v2 1/1] arm64/cfi,bpf: "

[PATCH v1 1/1] mfd: intel-lpss: Switch over to MSI interrupts
 2024-03-26 22:25 UTC  (5+ messages)

[RFC][PATCH 00/17] Fix up the recent SRSO patches
 2024-03-26 22:21 UTC  (6+ messages)

[PATCH 1/4] arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3
 2024-03-26 22:21 UTC  (9+ messages)
` [PATCH 2/4] arm64: dts: allwinner: drop underscore in node names
` [PATCH 3/4] arm64: dts: allwinner: Orange Pi: delete node by phandle
` [PATCH 4/4] arm: dts: allwinner: drop underscore in node names

[PATCH v2] clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs
 2024-03-26 22:16 UTC  (3+ messages)

[PATCH v2] riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 board
 2024-03-26 22:12 UTC  (5+ messages)

[PATCH v2 0/4] Add GPIO support for various PMICs
 2024-03-26 22:06 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: pinctrl: qcom,pmic-gpio: Add PMXR2230 and PM6450 support
` [PATCH v2 2/4] dt-bindings: pinctrl: qcom,pmic-gpio: Add PMIH0108 and PMD8028 support
` [PATCH v2 3/4] pinctrl: qcom: spmi-gpio: Add PMXR2230 and PM6450 support
` [PATCH v2 4/4] pinctrl: qcom: spmi-gpio: Add PMIH0108 and PMD8028 support

stack access issue. Re: [syzbot] [bpf?] UBSAN: array-index-out-of-bounds in check_stack_range_initialized
 2024-03-26 22:06 UTC 

[PATCH v2] mm: hold PTL from the first PTE while reclaiming a large folio
 2024-03-26 22:04 UTC  (4+ messages)

[RFC PATCH 0/9] zswap: store zero-filled pages more efficiently
 2024-03-26 22:01 UTC  (7+ messages)
` [RFC PATCH 1/9] mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
` [RFC PATCH 4/9] mm: zswap: move more same-filled pages checks outside of zswap_store()
` [RFC PATCH 5/9] mm: zswap: remove zswap_same_filled_pages_enabled

[PATCH][next] Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-26 21:57 UTC  (3+ messages)

[PATCH 0/1] Fast headers: Make task_struct::thread constant size
 2024-03-26 21:54 UTC  (5+ messages)
` [PATCH 1/1] headers/deps: x86/fpu: "

[tip:x86/cpu] BUILD SUCCESS cd2236c2f49eb46443fd7573d0ddad5373577b11
 2024-03-26 21:51 UTC 

[PATCH] dt-bindings: crypto: ti,omap-sham: Convert to dtschema
 2024-03-26 21:41 UTC  (3+ messages)

[GIT PULL] printk for 6.9-rc2
 2024-03-26 21:36 UTC  (2+ messages)

[PATCH v4 0/1] Add StarFive JH8100 dwmac support
 2024-03-26 21:34 UTC  (3+ messages)
` [PATCH v4 1/1] dt-bindings: net: starfive,jh7110-dwmac: Add StarFive JH8100 support

[PATCH 6.8 000/710] 6.8.2-rc2 review
 2024-03-26 21:34 UTC  (2+ messages)

arch/xtensa/include/asm/irqflags.h:47:(.xiptext+0x13be): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __tsan_read1
 2024-03-26 21:32 UTC 

[PATCH 0/4] Rework rpm-icc QoS settings
 2024-03-26 21:32 UTC  (7+ messages)
` [PATCH 2/4] interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment
` [PATCH 4/4] interconnect: qcom: icc-rpm: Remodel how QoS settings are stored

[PATCH v2 00/20] Venus cleanups
 2024-03-26 21:31 UTC  (13+ messages)
` [PATCH v2 02/20] media: venus: pm_helpers: Rename core_clks_get to venus_clks_get
` [PATCH v2 03/20] media: venus: pm_helpers: Add kerneldoc to venus_clks_get()
` [PATCH v2 05/20] media: venus: pm_helpers: Kill dead code
` [PATCH v2 17/20] media: venus: pm_helpers: Commonize getting clocks and GenPDs

drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c:843:6: error: variable 'out' set but not used
 2024-03-26 21:30 UTC  (8+ messages)

[PATCH] LoongArch: Give chance to build under !CONFIG_SMP
 2024-03-26 21:30 UTC  (3+ messages)

[PATCH 0/8] block: implement NVMEM provider
 2024-03-26 21:28 UTC  (5+ messages)

[PATCH 0/2] PRM handler direct call interface
 2024-03-26 21:26 UTC  (3+ messages)
` [PATCH 1/2] ACPI: PRM: Add PRM handler direct call support
` [PATCH 2/2] RAS/AMD/ATL: Translate normalized to system physical addresses using PRM

[PATCH 4.19 000/148] 4.19.311-rc1 review
 2024-03-26 21:25 UTC  (3+ messages)
` [PATCH 4.19 134/148] usb: phy: generic: Get the vbus supply

[PATCH] drm/msm: fix the `CRASHDUMP_READ` target of `a6xx_get_shader_block()`
 2024-03-26 21:23 UTC 

[PATCH v9] zswap: replace RB tree with xarray
 2024-03-26 21:20 UTC  (6+ messages)

[PATCH v1 00/10] spi: pxa2xx: Drop linux/spi/pxa2xx_spi.h
 2024-03-26 21:20 UTC  (9+ messages)
` [PATCH v1 07/10] spi: pxa2xx: Provide num-cs for Sharp PDAs via device properties
` (subset) [PATCH v1 00/10] spi: pxa2xx: Drop linux/spi/pxa2xx_spi.h

[PATCH v2] selftests: x86: skip the tests if prerequisites aren't fulfilled
 2024-03-26 21:20 UTC  (3+ messages)

[PATCH v2] mmc: sdhci-pci-gli: GL975x: Mask rootport's replay timer timeout during suspend
 2024-03-26 21:19 UTC  (2+ messages)

[PATCH v10] zswap: replace RB tree with xarray
 2024-03-26 21:17 UTC 

[PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO
 2024-03-26 21:17 UTC  (2+ messages)

[PATCH 09/28] mfd: intel-lpss-pci: Use PCI_IRQ_INTX
 2024-03-26 21:14 UTC  (2+ messages)

[PATCH] selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWN
 2024-03-26 21:13 UTC  (2+ messages)
` [PATCH v2] "

stack access issue. Re: [syzbot] [bpf?] UBSAN: array-index-out-of-bounds in check_stack_range_initialized
 2024-03-26 21:11 UTC 

[PATCH] riscv: mm: Fix prototype to avoid discarding const
 2024-03-26 21:10 UTC  (2+ messages)

[PATCH] riscv: Fix spurious errors from __get/put_kernel_nofault
 2024-03-26 21:10 UTC  (2+ messages)

[PATCH] riscv: hwprobe: do not produce frtace relocation
 2024-03-26 21:10 UTC  (2+ messages)

[PATCH] riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/
 2024-03-26 21:08 UTC  (2+ messages)

[PATCH v3 0/5] A702 support
 2024-03-26 21:08 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: clock: Add Qcom QCM2290 GPUCC
` [PATCH v3 2/5] clk: qcom: clk-alpha-pll: Add HUAYRA_2290 support
` [PATCH v3 3/5] clk: qcom: Add QCM2290 GPU clock controller driver
` [PATCH v3 4/5] arm64: dts: qcom: qcm2290: Add GPU nodes
` [PATCH v3 5/5] arm64: dts: qcom: qrb2210-rb1: Enable the GPU

[PATCH v5 1/2] selftests/dmabuf-heap: conform test to TAP format output
 2024-03-26 21:07 UTC  (4+ messages)
` [PATCH v5 2/2] selftests: dmabuf-heap: add config file for the test

[PATCH RFT 0/7] arm64: qcom: allow up to 4 lanes for the Type-C DisplayPort Altmode
 2024-03-26 21:02 UTC  (5+ messages)

[PATCH v11] platform/x86: add lenovo wmi camera button driver
 2024-03-26 20:59 UTC  (3+ messages)

[PATCH v4 0/7] iio: accel: adxl345: Add spi-3wire feature
 2024-03-26 20:59 UTC  (4+ messages)
` [PATCH v4 1/7] iio: accel: adxl345: Make data_range obsolete

[PATCH 1/4] arm64: dts: ti: k3-am65: Use exact ranges for FSS node
 2024-03-26 20:59 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: ti: k3-j7200: "
` [PATCH 3/4] arm64: dts: ti: k3-j721e: "
` [PATCH 4/4] arm64: dts: ti: k3-j784s4: "

[PATCH v4 0/4] Add support for QoS configuration
 2024-03-26 20:56 UTC  (3+ messages)
` [PATCH v4 1/4] interconnect: qcom: icc-rpmh: Add QoS configuration support

[PATCH 1/6] arm64: dts: ti: k3-am65: Remove UART baud rate selection
 2024-03-26 20:55 UTC  (3+ messages)

[tip:perf/urgent] BUILD SUCCESS 68cdf1e6e8f2ce78ed7d8f5d80844fd75a9c54ff
 2024-03-26 20:49 UTC 

[PATCH 6.7 000/707] 6.7.11-rc2 review
 2024-03-26 20:48 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 read-only IMAP folder(s) and NNTP newsgroup(s).