messages from 2025-09-04 20:55:52 to 2025-09-04 23:20:43 UTC [more...]
[syzbot] [io-uring?] KASAN: null-ptr-deref Read in io_sqe_buffer_register
2025-09-04 23:20 UTC (2+ messages)
[PATCH 00/12] drm/msm/dpu: rework format handling code
2025-09-04 23:19 UTC (19+ messages)
` [PATCH 02/12] drm/msm/disp: set num_planes and fetch_mode in INTERLEAVED_RGB_FMT
` [PATCH 04/12] drm/msm/disp: simplify RGB{,A,X} formats definitions
` [PATCH 05/12] drm/msm/disp: simplify tiled "
` [PATCH 06/12] drm/msm/disp: pull in common YUV format parameters
` [PATCH 07/12] drm/msm/disp: pull in common tiled "
` [PATCH 08/12] drm/msm/disp: drop PSEUDO_YUV_FMT_LOOSE_TILED
` [PATCH 09/12] drm/msm/dpu: simplify _dpu_format_populate_plane_sizes_*
` [PATCH 10/12] drm/msm/dpu: drop redundant num_planes assignment in _dpu_format_populate_plane_sizes*()
[syzbot] [io-uring?] general protection fault in io_check_coalesce_buffer
2025-09-04 23:18 UTC (2+ messages)
[RFC PATCH 0/2] drm/panthor: initial mt8196 support
2025-09-04 23:18 UTC (6+ messages)
` [RFC PATCH 2/2] drm/panthor: add "
[PATCH v4] x86/hyperv: Fix kdump on Azure CVMs
2025-09-04 23:18 UTC (2+ messages)
RISC-V: Re-enable GCC+Rust builds
2025-09-04 23:17 UTC (10+ messages)
` [PATCH 1/2] rust: get the version of libclang used by bindgen in a separate script
` [PATCH 2/2] RISC-V: re-enable gcc + rust builds
[PATCH 1/1] Drivers: hv: Simplify data structures for VMBus channel close message
2025-09-04 23:11 UTC (3+ messages)
[PATCH v2] Drivers: hv: util: Cosmetic changes for hv_utils_transport.c
2025-09-04 23:10 UTC (2+ messages)
[PATCH] slimbus: qcom: remove unused qcom controller driver
2025-09-04 23:08 UTC (4+ messages)
[RFC] View-Based File System Model with Program-Scoped Isolation
2025-09-04 23:08 UTC (2+ messages)
[PATCH v2] mshv: Add support for a new parent partition configuration
2025-09-04 23:07 UTC (2+ messages)
[PATCH v2] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
2025-09-04 23:07 UTC (6+ messages)
` [PATCH v3] "
[PATCH] proc: fix type confusion in pde_set_flags()
2025-09-04 22:55 UTC (2+ messages)
[PATCH bpf-next v7 1/3] bpf: refactor max_depth computation in bpf_get_stack()
2025-09-04 22:53 UTC (8+ messages)
` [PATCH bpf-next v7 2/3] bpf: clean-up bounds checking in __bpf_get_stack
` [PATCH bpf-next v7 3/3] bpf: fix stackmap overflow check in __bpf_get_stackid()
[PATCH 1/2] dt-bindings: leds: add generic LED consumer documentation
2025-09-04 22:52 UTC (11+ messages)
[PATCH 00/37] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices
2025-09-04 22:52 UTC (3+ messages)
` [PATCH 10/37] dt-bindings: i2c: apple,i2c: Add apple,t6020-i2c compatible
[PATCH 0/2] Add support for Gunyah Watchdog
2025-09-04 22:51 UTC (4+ messages)
[PATCH v2] cleanup: Fix "unused function" warnings with conditional guards
2025-09-04 22:50 UTC
[PATCH net-next v3] rds: ib: Remove unused extern definition
2025-09-04 22:43 UTC (2+ messages)
[PATCH] drm/bridge: ite-it6263: Support HDMI vendor specific infoframe
2025-09-04 22:40 UTC (2+ messages)
[patch V3 00/37] rseq: Optimize exit to user space
2025-09-04 22:40 UTC (40+ messages)
` [patch V3 01/37] rseq: Avoid pointless evaluation in __rseq_notify_resume()
` [patch V3 02/37] rseq: Condense the inline stubs
` [patch V3 03/37] rseq: Move algorithm comment to top
` [patch V3 04/37] rseq: Remove the ksig argument from rseq_handle_notify_resume()
` [patch V3 05/37] rseq: Simplify registration
` [patch V3 06/37] rseq: Simplify the event notification
` [patch V3 07/37] rseq, virt: Retrigger RSEQ after vcpu_run()
` [patch V3 08/37] rseq: Avoid CPU/MM CID updates when no event pending
` [patch V3 09/37] rseq: Introduce struct rseq_event
` [patch V3 10/37] entry: Cleanup header
` [patch V3 11/37] entry: Remove syscall_enter_from_user_mode_prepare()
` [patch V3 12/37] entry: Inline irqentry_enter/exit_from/to_user_mode()
` [patch V3 13/37] sched: Move MM CID related functions to sched.h
` [patch V3 14/37] rseq: Cache CPU ID and MM CID values
` [patch V3 15/37] rseq: Record interrupt from user space
` [patch V3 16/37] From: Thomas Gleixner <tglx@linutronix.de> 65;7006;1cSubject: rseq: Provide tracepoint wrappers for inline code Date: Sat, 23 Aug 2025 18:39:45 +0200
` [patch V3 RESEND 16/37] rseq: Provide tracepoint wrappers for inline code
` [patch V3 17/37] rseq: Expose lightweight statistics in debugfs
` [patch V3 18/37] rseq: Provide static branch for runtime debugging
` [patch V3 19/37] rseq: Provide and use rseq_update_user_cs()
` [patch V3 20/37] rseq: Replace the original debug implementation
` [patch V3 21/37] rseq: Make exit debugging static branch based
` [patch V3 22/37] rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=y
` [patch V3 23/37] rseq: Provide and use rseq_set_ids()
` [patch V3 24/37] rseq: Separate the signal delivery path
` [patch V3 25/37] rseq: Rework the TIF_NOTIFY handler
` [patch V3 26/37] rseq: Optimize event setting
` [patch V3 27/37] rseq: Implement fast path for exit to user
` [patch V3 28/37] rseq: Switch to fast path processing on "
` [patch V3 29/37] entry: Split up exit_to_user_mode_prepare()
` [patch V3 30/37] rseq: Split up rseq_exit_to_user_mode()
` [patch V3 31/37] asm-generic: Provide generic TIF infrastructure
` [patch V3 32/37] x86: Use generic TIF bits
` [patch V3 33/37] s390: "
` [patch V3 34/37] loongarch: "
` [patch V3 35/37] riscv: "
` [patch V3 36/37] rseq: Switch to TIF_RSEQ if supported
` [patch V3 37/37] entry/rseq: Optimize for TIF_RSEQ on exit
[PATCH v2 0/6] unwind, arm64: add sframe unwinder for kernel
2025-09-04 22:38 UTC (7+ messages)
` [PATCH v2 1/6] unwind: build kernel with sframe info
` [PATCH v2 2/6] arm64: entry: add unwind info for various kernel entries
` [PATCH v2 3/6] unwind: add sframe v2 header
` [PATCH v2 4/6] unwind: Implement generic sframe unwinder library
` [PATCH v2 5/6] arm64/module, unwind: Add sframe support for modules
` [PATCH v2 6/6] unwind: arm64: Add reliable stacktrace with sframe unwinder
[PATCH v0 0/6] Hyper-V: Implement hypervisor core collection
2025-09-04 22:37 UTC (3+ messages)
` [PATCH v0 5/6] x86/hyperv: Implement hypervisor ram collection into vmcore
[PATCH v10 0/4] Adjust fbcon console device detection
2025-09-04 22:36 UTC (2+ messages)
[PATCH v8 0/2] Adding device tree and binding for NVIDIA GB200-UT3.0b
2025-09-04 22:35 UTC (4+ messages)
` [PATCH v8 2/2] ARM: dts: aspeed: Add NVIDIA GB200 UT3.0b board
[PATCH] pinctrl: renesas: r8a779g0: Fix trivial typo in SoC type comment
2025-09-04 22:27 UTC
[PATCH v2 0/2] Add I2C support for IPQ5424
2025-09-04 22:27 UTC (3+ messages)
` [PATCH v2 1/2] i2c: qcom-geni: add OPP table support
[PATCH 0/2] Establish the roles of board DTSes for Raspberry Pi5
2025-09-04 22:16 UTC (5+ messages)
` [PATCH 1/2] arm64: dts: broadcom: delete redundant pcie enablement nodes
` [PATCH 2/2] arm64: dts: broadcom: amend the comment about the role of BCM2712 board DTS
[PATCH 0/7] Nesting support for lazy MMU mode
2025-09-04 22:14 UTC (4+ messages)
` [PATCH 2/7] mm: introduce local state for lazy_mmu sections
[RFC PATCH net-next] dt-bindings: dpll: Add per-channel Ethernet reference property
2025-09-04 22:06 UTC (4+ messages)
[PATCH v4 0/5] Fix accurate exception reporting in SPARC assembly
2025-09-04 22:03 UTC (6+ messages)
` [PATCH v4 1/5] sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC
` [PATCH v4 2/5] sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC III
` [PATCH v4 3/5] sparc: fix accurate exception reporting in copy_{from_to}_user for Niagara
` [PATCH v4 4/5] sparc: fix accurate exception reporting in copy_to_user for Niagara 4
` [PATCH v4 5/5] sparc: fix accurate exception reporting in copy_{from,to}_user for M7
[PATCH net-next 00/11] tools: ynl: prepare for wireguard
2025-09-04 22:01 UTC (12+ messages)
` [PATCH net-next 01/11] tools: ynl-gen: allow overriding name-prefix for constants
` [PATCH net-next 02/11] tools: ynl-gen: generate nested array policies
` [PATCH net-next 03/11] tools: ynl-gen: add sub-type check
` [PATCH net-next 04/11] tools: ynl-gen: define count iterator in print_dump()
` [PATCH net-next 05/11] tools: ynl-gen: define nlattr *array in a block scope
` [PATCH net-next 06/11] tools: ynl-gen: don't validate nested array attribute types
` [PATCH net-next 07/11] tools: ynl-gen: rename TypeArrayNest to TypeIndexedArray
` [PATCH net-next 08/11] tools: ynl: move nest packing to a helper function
` [PATCH net-next 09/11] tools: ynl: encode indexed-array
` [PATCH net-next 10/11] tools: ynl: decode hex input
` [PATCH net-next 11/11] tools: ynl: add ipv4-or-v6 display hint
[RFC net-next 00/14] wireguard: netlink: ynl conversion
2025-09-04 22:02 UTC (15+ messages)
` [RFC net-next 01/14] wireguard: netlink: use WG_KEY_LEN in policies
` [RFC net-next 02/14] wireguard: netlink: validate nested arrays in policy
` [RFC net-next 03/14] netlink: specs: add specification for wireguard
` [RFC net-next 04/14] netlink: specs: wireguard: add remaining checks
` [RFC net-next 05/14] uapi: wireguard: use __*_A_MAX in enums
` [RFC net-next 06/14] uapi: wireguard: move enum wg_cmd
` [RFC net-next 07/14] uapi: wireguard: move flag enums
` [RFC net-next 08/14] uapi: wireguard: generate header with ynl-gen
` [RFC net-next 09/14] wireguard: netlink: convert to split ops
` [RFC net-next 10/14] wireguard: netlink: rename netlink handlers
` [RFC net-next 11/14] wireguard: netlink: generate netlink code
` [RFC net-next 12/14] netlink: specs: wireguard: alternative to wireguard_params.h
` [RFC net-next 13/14] wireguard: netlink: enable strict genetlink validation
` [RFC net-next 14/14] tools: ynl: add sample for wireguard
[PATCH 18/21] can: netlink: make can_tdc_fill_info() FD agnostic
2025-09-04 22:01 UTC (2+ messages)
[PATCHSET v8 sched_ext/for-6.18] Add a deadline server for sched_ext tasks
2025-09-04 22:02 UTC (9+ messages)
` [PATCH 07/16] sched_ext: Add a DL "
[PATCH net-next v2 0/2] net: selftest: Introduce netconsole torture test
2025-09-04 21:59 UTC (2+ messages)
[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-09-04 21:58 UTC (11+ messages)
` [PATCHv6 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` nop5-optimized USDTs WAS: "
[PATCH v3 0/7] rust: Add Per-CPU Variable API
2025-09-04 21:57 UTC (17+ messages)
` [PATCH v3 1/7] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH v3 5/7] rust: percpu: Support non-zeroable types for DynamicPerCpu
[PATCH net] net: dev_ioctl: take ops lock in hwtstamp lower paths
2025-09-04 21:52 UTC (2+ messages)
[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-09-04 21:49 UTC (9+ messages)
[PATCH v2 0/4] Properly Limit Tegra210 Clock Rates
2025-09-04 21:49 UTC (3+ messages)
` [PATCH v2 1/4] dt-bindings: clock: tegra124-dfll: Add property to limit frequency
[PATCH v4 0/5] Rust infrastructure for sg_table and scatterlist
2025-09-04 21:48 UTC (2+ messages)
[PATCH v1 0/3] Fix objtool warnings if LTO is enabled for LoongArch (Part 2)
2025-09-04 21:46 UTC (11+ messages)
` [PATCH v1 2/3] objtool/LoongArch: Fix unreachable instruction warnings about EFISTUB
[PATCH] fs/ceph/addr: always call ceph_shift_unused_folios_left()
2025-09-04 21:43 UTC (6+ messages)
[PATCH v5 net-next 0/5] net: fec: add the Jumbo frame support
2025-09-04 21:40 UTC (11+ messages)
` [PATCH v5 net-next 1/5] net: fec: use a member variable for maximum buffer size
` [PATCH v5 net-next 2/5] net: fec: add pagepool_order to support variable page size
` [PATCH v5 net-next 3/5] net: fec: add rx_frame_size to support configurable RX length
` [PATCH v5 net-next 4/5] net: fec: add change_mtu to support dynamic buffer allocation
` [PATCH v5 net-next 5/5] net: fec: enable the Jumbo frame support for i.MX8QM
linux-next: manual merge of the slab tree with the mm-unstable tree
2025-09-04 21:39 UTC (3+ messages)
[PATCH v3 0/7] Cleanup free_pages() misuse
2025-09-04 21:38 UTC (3+ messages)
` [PATCH v3 7/7] virtio_balloon: Stop calling page_address() in free_pages()
[PATCH v2] iio: adc: ad7124: fix sample rate for multi-channel use
2025-09-04 21:36 UTC (3+ messages)
[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
2025-09-04 21:35 UTC (2+ messages)
[PATCH 0/5] perf trace: Fix parallel execution
2025-09-04 21:34 UTC (3+ messages)
` [PATCH 1/5] perf trace: use standard syscall tracepoint structs for augmentation
[PATCH v1] perf build: Revert "enable -fno-strict-aliasing"
2025-09-04 21:33 UTC (4+ messages)
[PATCH][next] virtio_net: Fix alignment and avoid -Wflex-array-member-not-at-end warning
2025-09-04 21:32 UTC (5+ messages)
[PATCHv2 net-next 0/2] net: thunder_bgx: convert fwnode to OF
2025-09-04 21:32 UTC (3+ messages)
` [PATCHv2 net-next 1/2] net: thunder_bgx: check for MAC probe defer
` [PATCHv2 net-next 2/2] net: thunder_bgx: use OF loop instead of fwnode
[PATCH] HID: cp2112: fix setter callbacks return value
2025-09-04 16:42 UTC
[patch V2 00/37] rseq: Optimize exit to user space
2025-09-04 21:31 UTC (7+ messages)
` [patch V2 28/37] rseq: Switch to fast path processing on exit to user
[PATCH net-next v2 0/3] Add GMAC support for Renesas RZ/{T2H, N2H} SoCs
2025-09-04 21:31 UTC (5+ messages)
` [PATCH net-next v2 2/3] net: stmmac: dwmac-renesas-gbeth: Use OF data for configuration
[PATCH] PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARs
2025-09-04 21:29 UTC (4+ messages)
[PATCH 0/3] arm64: dts: ti: k3-am62: Support Main UART wakeup
2025-09-04 21:28 UTC (4+ messages)
` [PATCH 1/3] arm64: dts: ti: k3-am62x-sk-common: Enable "
` [PATCH 2/3] arm64: dts: ti: k3-am62a7-sk: "
` [PATCH 3/3] arm64: dts: ti: k3-am62p5-sk: "
[PATCH net] net: lan966x: enforce phy-mode presence
2025-09-04 21:27 UTC (3+ messages)
[PATCH 0/3] serial: 8250: omap: Add wakeup support
2025-09-04 21:24 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: serial: 8250_omap: Update wakeup-source type property
` [PATCH 2/3] dt-bindings: serial: 8250_omap: Add wakeup pinctrl state
` [PATCH 3/3] serial: 8250: omap: Support wakeup pinctrl state on suspend
[PATCH v2 00/20] Intel TMA 5.1 metrics and event updates
2025-09-04 21:19 UTC (2+ messages)
[PATCH v2 0/4] arm64: dts: ti: Add bootph-all tag to USB PHY controller
2025-09-04 21:17 UTC (2+ messages)
[PATCH] pmdomain: ti_sci: Handle wakeup constraint if device has pinctrl wakeup state
2025-09-04 21:16 UTC
[PATCH v11 0/7] rust: DebugFS Bindings
2025-09-04 21:13 UTC (8+ messages)
` [PATCH v11 1/7] rust: debugfs: Add initial support for directories
` [PATCH v11 2/7] rust: debugfs: Add support for read-only files
` [PATCH v11 3/7] rust: debugfs: Add support for writable files
` [PATCH v11 4/7] rust: debugfs: Add support for callback-based files
` [PATCH v11 5/7] samples: rust: Add debugfs sample driver
` [PATCH v11 6/7] rust: debugfs: Add support for scoped directories
` [PATCH v11 7/7] samples: rust: Add scoped debugfs sample driver
[PATCH net-next 0/2] net/smc: make wr buffer count configurable
2025-09-04 21:12 UTC (3+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully
[PATCH V3 1/2] PCI/ASPM: Add host-bridge API to override default ASPM/CLKPM link state
2025-09-04 21:12 UTC (3+ messages)
[PATCH v6 2/2] clk: add TI CDCE6214 clock driver
2025-09-04 21:10 UTC (2+ messages)
[PATCH v2 0/5] dd ethernet support for RPi5
2025-09-04 21:07 UTC (6+ messages)
` [PATCH v2 4/5] arm64: dts: rp1: Add ethernet DT node
` [PATCH v2 5/5] arm64: dts: broadcom: Enable RP1 ethernet for Raspberry Pi 5
[PATCH net-next v2 0/9] Add PCS support for Renesas RZ/{T2H,N2H} SoCs
2025-09-04 20:57 UTC (5+ messages)
` [PATCH net-next v2 8/9] net: pcs: rzn1-miic: Add per-SoC control for MIIC register unlock/lock
` [PATCH net-next v2 9/9] net: pcs: rzn1-miic: Add RZ/T2H MIIC support
[PATCH] iommu/s390: Make attach succeed when the device was surprise removed
2025-09-04 20:56 UTC (2+ messages)
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 read-only IMAP folder(s) and NNTP newsgroup(s).