All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-05 20:45:37 to 2026-09-05 23:49:47 UTC [more...]

[PATCH v2] memcg: Don't call schedule_work when no spinning is allowed
 2026-09-05 23:49 UTC  (2+ messages)

[PATCH v5 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map (new data structure)
 2026-09-05 23:48 UTC  (8+ messages)

[PATCH wireless 1/2] wifi: rtw89: fix OOB read in rtw89_core_cancel_6ghz_probe_tx()
 2026-09-05 23:43 UTC  (3+ messages)
` [PATCH wireless 2/2] wifi: rtw89: fix OOB read in __rtw89_wow_parse_akm()
  ` [PATCH "

[PATCH V2 0/3] Add UALink infrastructure series 2
 2026-09-05 23:41 UTC  (6+ messages)
` [PATCH 1/3] drm/gem: Add callback for when handle count goes to 0

[PATCH 0/2] Add support for AS7343 multi-spectral sensor
 2026-09-05 23:40 UTC  (3+ messages)

[PATCH v4] rust: serdev: Mitigate race conditions
 2026-09-05 23:39 UTC  (2+ messages)

[syzbot] [ntfs3?] possible deadlock in ntfs_readdir
 2026-09-05 23:39 UTC  (2+ messages)

[PATCH 0/2] sysctl: Restore minmax check for proc_do{int,ulong}vec_ms_jiffies_minmax()
 2026-09-05 23:36 UTC  (3+ messages)
` [PATCH 1/2] sysctl: Make proc_dointvec_ms_jiffies_minmax() enforce minmax again
` [PATCH 2/2] sysctl: Make proc_doulongvec_ms_jiffies_minmax() "

+ mm-zswap-convert-zswap_store_page-and-zswap_compress-to-take-a-folio.patch added to mm-new branch
 2026-09-05 23:37 UTC 

+ memcg-group-the-fields-of-struct-mem_cgroup_per_node.patch added to mm-new branch
 2026-09-05 23:34 UTC 

+ memcg-group-the-read-mostly-fields-of-struct-mem_cgroup.patch added to mm-new branch
 2026-09-05 23:34 UTC 

+ memcg-group-the-cold-fields-of-struct-mem_cgroup.patch added to mm-new branch
 2026-09-05 23:34 UTC 

+ memcg-group-the-write-hot-fields-of-struct-mem_cgroup.patch added to mm-new branch
 2026-09-05 23:34 UTC 

+ memcg-split-mem_cgroup_private_id-into-two-fields.patch added to mm-new branch
 2026-09-05 23:34 UTC 

+ memcg-move-per-node-objcg-to-the-read-mostly-fields.patch added to mm-new branch
 2026-09-05 23:34 UTC 

+ mm-zswap-enable-static-key-after-runtime-pool-recovery.patch added to mm-new branch
 2026-09-05 23:34 UTC 

[PATCH 0/6] memcg: group struct fields by access pattern
 2026-09-05 23:34 UTC  (2+ messages)

[PATCH v3 0/6] iio: adc: bcm_iproc_adc: convert to devm-managed APIs
 2026-09-05 23:33 UTC  (7+ messages)
` [PATCH v3 2/6] iio: adc: bcm_iproc_adc: fix include dependencies
` [PATCH v3 3/6] iio: adc: bcm_iproc_adc: use devm-managed clock
` [PATCH v3 4/6] iio: adc: bcm_iproc_adc: use devm-managed ADC cleanup

[PATCH v4 00/16] rust: io: support register projections and remove relative registers
 2026-09-05 23:32 UTC  (4+ messages)
` [PATCH v4 03/16] rust: mem: add `AsRepr` and `AsReprMut`

[PATCH] wifi: rtw89: Don't return default channel from disabled bands
 2026-09-05 23:30 UTC  (2+ messages)

[PATCH] ceph: use iov_iter_extract_bvecs() for direct I/O
 2026-09-05 23:30 UTC 

[OE-core][wrynose][PATCH] wpa-supplicant: patch CVE-2026-58374
 2026-09-05 23:23 UTC 

[PATCH bpf-next v1 00/22] bpf: Unify helper and kfunc argument checks
 2026-09-05 23:23 UTC  (36+ messages)
` [PATCH bpf-next v1 01/22] bpf: Pass call metadata through shared "
` [PATCH bpf-next v1 02/22] bpf: Address check_func_arg() arguments by argno
` [PATCH bpf-next v1 03/22] bpf: Only compare func_id against BPF_FUNC_* for helper calls
` [PATCH bpf-next v1 04/22] bpf: Only compare func_id against kfunc BTF IDs for kfunc calls
` [PATCH bpf-next v1 05/22] bpf: Rename ambiguous function argument types
` [PATCH bpf-next v1 06/22] bpf: Unify kfunc argument kinds with enum bpf_arg_type
` [PATCH bpf-next v1 07/22] bpf: Align helper and kfunc ARG_PTR_TO_PROG_AUX handling
` [PATCH bpf-next v1 08/22] bpf: Classify kfunc arguments the verifier ignores
` [PATCH bpf-next v1 09/22] bpf: Set OBJ_RELEASE when generating kfunc argument types
` [PATCH bpf-next v1 10/22] bpf: Set MEM_UNINIT and dynptr subtypes when generating kfunc arg types
` [PATCH bpf-next v1 11/22] bpf: Set MEM_RCU when generating kfunc argument types
` [PATCH bpf-next v1 12/22] bpf: Resolve BTF ID of ARG_PTR_TO_BTF_ID in kfunc bpf_func_proto
` [PATCH bpf-next v1 13/22] bpf: Resolve ARG_PTR_TO_MEM | MEM_FIXED_SIZE size "
` [PATCH bpf-next v1 14/22] bpf: Consolidate runtime argument type resolution
` [PATCH bpf-next v1 15/22] bpf: Consolidate nullable argument validation
` [PATCH bpf-next v1 16/22] bpf: Drop redundant BTF pointer helper write rejection
` [PATCH bpf-next v1 17/22] bpf: Consolidate helper and kfunc PTR_TO_BTF_ID argument matching
` [PATCH bpf-next v1 18/22] bpf: Admit kfunc argument registers through check_reg_type()
` [PATCH bpf-next v1 19/22] selftests/bpf: Test kfunc packet memory direct writes
` [PATCH bpf-next v1 20/22] bpf: Consolidate function call pkt_access validation
` [PATCH bpf-next v1 21/22] bpf: Consolidate release argument validation
` [PATCH bpf-next v1 22/22] bpf: Check helper and kfunc arguments in one path

+ mm-rmap-fix-missing-barrier-between-anon_vma-init-and-vma-anon_vma-publish.patch added to mm-hotfixes-unstable branch
 2026-09-05 23:22 UTC 

[PATCH] smb: client: fix cifsFileInfo reference leak in deferred close
 2026-09-05 23:22 UTC  (2+ messages)

[PATCH] smb: client: avoid leaking refcount when cifs_sb_tlink() fails
 2026-09-05 23:21 UTC  (2+ messages)

[PATCH] smb: client: avoid leaking refcount in cifs_queue_oplock_break()
 2026-09-05 23:21 UTC  (2+ messages)

[PATCH] mm/rmap: fix missing barrier between anon_vma init and vma->anon_vma publish
 2026-09-05 23:21 UTC  (2+ messages)

[OE-core][scarthgap][PATCH] python3-click: fix CVE-2026-7246
 2026-09-05 23:16 UTC  (2+ messages)

[PATCH] iio: accel: bma220: Publish the SPI driver's ACPI alias
 2026-09-05 23:16 UTC  (2+ messages)

+ docs-mm-ksm-use-the-renamed-ksm-structure-names.patch added to mm-new branch
 2026-09-05 23:16 UTC 

[PATCH] gpu: nova-core: gsp: fix a broken doc link on GspMessage
 2026-09-05 23:12 UTC  (2+ messages)

[PATCH] iio: cdc: ad7150: fix OF matching and publish module aliases
 2026-09-05 23:11 UTC  (2+ messages)

[PATCH 1/1] mm/zswap: enable static key after runtime pool recovery
 2026-09-05 23:09 UTC  (2+ messages)

[PATCH v2 0/3] Add telemetry tracepoints for CPU hogs, distress, and BH budget yields
 2026-09-05 23:05 UTC  (3+ messages)

[PATCH 0/2] perf: Alpha annotation support
 2026-09-05 23:05 UTC  (5+ messages)
` [PATCH 1/2] perf thread: Fix live-session detection in thread__e_machine()
` [PATCH 2/2] perf annotate: add Alpha instruction support

+ mm-memory-constrain-generic_access_phys-to-page-boundary.patch added to mm-new branch
 2026-09-05 23:04 UTC 

[PATCH v2 0/1] mm/memory: constrain generic_access_phys() to page boundary
 2026-09-05 23:03 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PULL 00/28] hex queue
 2026-09-05 23:00 UTC  (4+ messages)
` [PULL 09/28] target/hexagon: add main arch-specific semihosting operations

[PATCHSET sched_ext/for-7.3-fixes] sched_ext: Fix keep-last for sub-scheduler tasks and two scx_qmap placement loops
 2026-09-05 22:57 UTC  (7+ messages)
` [PATCH sched_ext/for-7.3-fixes 4/4] sched_ext: scx_qmap: Place only on cids whose caps are in effect

[PATCH v2] net: tulip: use mod_timer() in t21142_lnk_change()
 2026-09-05 22:53 UTC 

[PATCH] hazptrtorture: Fix inverted sleep condition in do_pending kthread
 2026-09-05 22:54 UTC  (5+ messages)

[PATCH sched_ext/for-7.3-fixes] sched_ext: scx_qmap: Fix pending partition work handoff
 2026-09-05 22:53 UTC 

[PATCH] nfc: llcp: fix slab-out-of-bounds read in nfc_llcp_wks_sap()
 2026-09-05 22:48 UTC  (2+ messages)
` [PATCH net v2] "

How to credit Sashiko with a Reported-by tag?
 2026-09-05 22:51 UTC  (4+ messages)

+ ocfs2-validate-dl_blkno-and-dl_fs_generation-of-dir-index-leaf-blocks.patch added to mm-nonmm-unstable branch
 2026-09-05 22:46 UTC 

+ ocfs2-validate-dr_fs_generation-of-dir-index-root-blocks.patch added to mm-nonmm-unstable branch
 2026-09-05 22:46 UTC 

[PATCH] usbnet: fix smp_processor_id() use in preemptible context
 2026-09-05 22:45 UTC  (2+ messages)
` [PATCH net v2] "

[PATCH] uboot-sign: keep the SPL BSS padding when reassembling the SPL binary
 2026-09-05 22:44 UTC 

[PATCH bpf-next v2 0/2] Fix global subprog verification context
 2026-09-05 22:39 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Verify global subprogs in each sleepability context

[PATCH RESEND] mm/vmalloc: Use dedicated unbound workqueues for vmap drain
 2026-09-05 22:37 UTC  (2+ messages)

+ mm-vmalloc-use-dedicated-unbound-workqueues-for-vmap-drain.patch added to mm-hotfixes-unstable branch
 2026-09-05 22:37 UTC 

[PATCH] nvme-multipath: add fail_io_now sysfs attribute to fail queued I/O
 2026-09-05 22:36 UTC  (2+ messages)

[PATCH v2 0/2] nvme-tcp: parallelize I/O queue connect
 2026-09-05 22:30 UTC  (10+ messages)
` [PATCH v2 2/2] nvme-tcp: parallelize I/O queue allocation and startup

[scarthgap][PATCH] testimage: avoid symlinking missing qemu boot log
 2026-09-05 22:29 UTC  (2+ messages)
` [OE-core] "

[PATCH] ALSA: hda/realtek: Add quirk for HP Omen 16-wd0xxx mute LED
 2026-09-05 22:26 UTC  (2+ messages)
` [PATCH v2] "

[linux-next:master 3205/4370] drivers/firewire/config-rom-generator-test.c:13:9: sparse: sparse: incorrect type in initializer (different base types)
 2026-09-05 22:26 UTC 

[PATCH 0/2] btrfs: introduce a new experimental feature, RAID56_VSL
 2026-09-05 22:25 UTC  (5+ messages)

+ mm-mglru-fix-potential-generation-folio-number-leak.patch added to mm-new branch
 2026-09-05 22:25 UTC 

+ mm-mglru-use-explicit-tier-range-in-read_ctrl_pos.patch added to mm-new branch
 2026-09-05 22:25 UTC 

+ mm-mglru-move-max_seq-read-into-walk_update_folio.patch added to mm-new branch
 2026-09-05 22:25 UTC 

+ mm-migrate-copy-all-referenced-state-via-folio_migrate_lru_refs.patch added to mm-new branch
 2026-09-05 22:25 UTC 

+ mm-mglru-introduce-helpers-for-manipulating-gen-and-refs-flags.patch added to mm-new branch
 2026-09-05 22:25 UTC 

+ mm-memcontrol-move-the-lru_zone_size-sanity-check-to-the-reader-side.patch added to mm-new branch
 2026-09-05 22:25 UTC 

[PATCH bpf v3 0/2] bpf: Fix socket leaks around connect(AF_UNSPEC)+listen()
 2026-09-05 22:23 UTC  (4+ messages)
` [PATCH bpf v3 2/2] bpf: Fix reference leak in bpf_sk_assign()

[PATCH] arm64: dts: imx: Fix EEPROM address on Data Modul i.MX8M Plus eDM SBC
 2026-09-05 22:21 UTC  (7+ messages)

+ mm-remove-pagewriteback.patch added to mm-new branch
 2026-09-05 22:18 UTC 

[PATCH v4] clk: spacemit: k3: add CPU PLL rate tables
 2026-09-05 22:17 UTC  (8+ messages)

+ mailmap-update-email-address-for-ali-ahmet-memiş.patch added to mm-nonmm-unstable branch
 2026-09-05 22:16 UTC 

[RFC PATCH] scsi: mvsas: add suspend/resume support
 2026-09-05 22:12 UTC 

[PATCH v2] Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631)
 2026-09-05 22:10 UTC  (2+ messages)
` [v2] "

[PATCH] HID: wacom: Cancel init_work when probe fails after scheduling it
 2026-09-05 22:09 UTC  (2+ messages)

[PATCH] Bluetooth: bnep: linearize skb before sending
 2026-09-05 22:08 UTC  (2+ messages)
`  "

[PATCH v4] dt-bindings: mfd: Convert TI TWL6040 to DT schema
 2026-09-05 22:06 UTC  (2+ messages)

[paulmck-rcu:dev.2026.08.26b 52/70] kernel/rcu/srcutree.c:1973:3-9: preceding lock on line 1953
 2026-09-05 22:03 UTC 

[PATCH 1/2] dt-bindings: gpio: renesas,rcar-gpio: Document R-Car X5H (R8A78000) support
 2026-09-05 21:57 UTC  (4+ messages)
` [PATCH 2/2] gpio: rcar: Add "

[PATCH] HID: wacom: validate GRAPHIRE_BT report length
 2026-09-05 21:57 UTC  (2+ messages)

[PATCH 0/2] drm/xe/tests: Fix subplatform selection
 2026-09-05 21:52 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ Xe.CI.FULL: "

xhci_hcd / ASMedia ASM4242: Bulk-OUT -EPROTO with Logitec 0789:0308 during DVD+RW recording
 2026-09-05 21:49 UTC  (3+ messages)

[PATCH v3] dt-bindings: clock: ti,da850-pll: Convert to DT schema
 2026-09-05 21:49 UTC  (2+ messages)

[BUG] ASUS UX3407NA / Glymur: CPU6 performance does not follow SCMI frequency requests
 2026-09-05 21:48 UTC 

[PATCH] platform/x86: hp-bioscfg: consolidate common package-element parsing
 2026-09-05 21:48 UTC 

[PATCH] Documentation: rs485: Pull uart_get_rs485_mode() from serial_core.c
 2026-09-05 21:46 UTC  (2+ messages)

[PATCH net-next v16 00/10] net: phy_port: SFP modules representation and phy_port listing
 2026-09-05 21:41 UTC  (3+ messages)

[PATCH v4 0/6] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4
 2026-09-05 21:40 UTC  (13+ messages)
` [PATCH v4 1/6] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car X5H PCIe4 compatible
` [PATCH v4 2/6] PCI: dwc: rcar-gen4: Rework rcar_gen4_pcie_drvdata .additional_common_init into .init
` [PATCH v4 3/6] PCI: dwc: rcar-gen4: Add .deinit callback
` [PATCH v4 4/6] PCI: dwc: rcar-gen4: Split .start_link into ltssm_control and speed_control
` [PATCH v4 5/6] PCI: dwc: rcar-gen4: Handle PERST via reset subsystem
` [PATCH v4 6/6] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4

[PATCH v3 0/2] dt-bindings: clock: ti,dra7-atl: convert to dt-schema
 2026-09-05 21:32 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: clock: ti,dra7-atl-clock: convert to DT schema
` [PATCH v3 2/2] dt-bindings: clock: ti,dra7-atl: convert to dt-schema

[PATCH net-next] docs: networking: page_pool: Use page_pool_put_netmem_bulk() in the kernel-doc directive
 2026-09-05 21:33 UTC  (2+ messages)

Interrupt chip driver maintainence
 2026-09-05 21:30 UTC  (4+ messages)

[PATCH v2] Input: yealink.rst: Fix typos and word order
 2026-09-05 21:30 UTC  (2+ messages)

[PATCH v3] dt-bindings: clock: ti,dm816-fapll-clock: Convert to DT schema
 2026-09-05 21:29 UTC  (2+ messages)

[PATCH bpf-next v1 0/3] Fix acyclic ownership checks
 2026-09-05 21:29 UTC  (3+ messages)
` [PATCH bpf-next v1 1/3] bpf: Validate graph ownership with a bounded walk

[PATCH v3] dt-bindings: clock: ti,DM814x-ADPLL: Convert to DT schema
 2026-09-05 21:28 UTC 

[PATCH v3 0/2] phy: ti: ti-pipe3: allow configuring ACSPCIe TX/RX mode
 2026-09-05 21:23 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: phy: ti,phy-usb3: Add aspcie reference clock setting
` [PATCH v3 2/2] phy: ti: ti-pipe3: allow configuring ACSPCIe TX/RX mode

[RFC PATCH] mm: vmscan: avoid anon scanning for GFP_NOIO with low swapcache
 2026-09-05 21:21 UTC  (2+ messages)

[PATCH net] macsec: require CAP_NET_ADMIN in the device netns for changelink
 2026-09-05 21:20 UTC 

[PATCH 1/2] ieee802154: register a device type for the wpan netdev
 2026-09-05 21:20 UTC  (2+ messages)
` [PATCH 2/2] ieee802154: warn on unspecific wpan interface type

[PATCH] fgraph: Remove unused FGRAPH_MAX_INDEX
 2026-09-05 21:19 UTC 

[PATCH net-next v2 1/9] net: bridge: vlan: drop legacy memory barriers
 2026-09-05 21:17 UTC  (3+ messages)

[PATCH] docs: usbmon: Fix a typo in the example
 2026-09-05 21:16 UTC  (2+ messages)

[PATCH v4 0/6] media: Enable the OV5693 front camera on IPU6 Surface devices
 2026-09-05 21:13 UTC  (4+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 7/7] media: ipu-bridge: Request non-continuous clock for ov5693 on IPU6

[RFC PATCH v3 0/8] fuse: caches documentation and testing
 2026-09-05 21:04 UTC  (3+ messages)
` [RFC PATCH v3 1/8] Documentation: fuse: add document on caches being used by FUSE

[PATCH] clk: tenstorrent: Assign .num before accessing .hws
 2026-09-05 21:00 UTC  (3+ messages)

[PATCH] clk: mvebu: ap-cpu-clk: Assign .num before accessing .hws
 2026-09-05 20:57 UTC  (2+ messages)

[PATCH 0/2] thunderbolt / net: Allow batching of descriptors
 2026-09-05 20:57 UTC  (3+ messages)
` [PATCH 2/2] net: thunderbolt: Update ring indices only after all frames are queued

[BUG] btintel_pcie: Intel BE211 8086:a876 requests unavailable ibt-0190-01a1 firmware
 2026-09-05 20:56 UTC 

[linux-next:master] BUILD REGRESSION af5f12805e5cefa4fe68d6127c7e1fb78cd5535c
 2026-09-05 20:53 UTC 

[PATCH net v3 0/9] net/sched: clamp quantum/psched_mtu in change paths
 2026-09-05 20:50 UTC  (2+ messages)

[PATCH 6.12 000/400] 6.12.109-rc2 review
 2026-09-05 20:49 UTC  (2+ messages)

[PATCH] interconnect: mediatek: Assign .num_nodes before accessing .nodes
 2026-09-05 20:48 UTC 

[PATCH] clk: qcom: ipq-cmn-pll: Assign .num before accessing .hws
 2026-09-05 20:48 UTC 

[PATCH bpf v2 0/7] Misc bug fixes - part 5
 2026-09-05 20:48 UTC  (5+ messages)
` [PATCH bpf v2 2/7] bpf: Preserve packet pointer class displacement in regsafe()
` [PATCH bpf v2 3/7] selftests/bpf: Test packet pointer class displacement pruning

[PATCH] rtc: ac100: Assign .num before accessing .hws
 2026-09-05 20:45 UTC  (2+ messages)

[OE-core][wrynose 00/40] Patch review
 2026-09-05 20:44 UTC  (6+ messages)
` [OE-core][wrynose 24/40] util-linux: Fix CVE-2026-3184
` [OE-core][wrynose 25/40] python3: upgrade 3.14.6 -> 3.14.7
` [OE-core][wrynose 26/40] volatile-binds: order systemd-timesyncd after /var/lib
` [OE-core][wrynose 33/40] python3-idna: Fix CVE-2026-45409
` [OE-core][wrynose 35/40] libssh2: Fix CVE-2026-58051


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.