public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-06 21:25:11 to 2025-03-08 01:29:45 UTC [more...]

[PATCH 6.1 000/161] 6.1.130-rc2 review
 2025-03-08  1:29 UTC  (5+ messages)

[PATCH] crypto: ccp: Fix uAPI definitions of PSP errors
 2025-03-08  1:10 UTC 

[PATCH 5.10] x86/mm: Don't disable PCID when INVLPG has been fixed by microcode
 2025-03-08  0:49 UTC 

[PATCH 5.15] x86/mm: Don't disable PCID when INVLPG has been fixed by microcode
 2025-03-08  0:33 UTC 

[PATCH 6.1] x86/mm: Don't disable PCID when INVLPG has been fixed by microcode
 2025-03-08  0:15 UTC 

[PATCH locking 10/11] rust: lockdep: Remove support for dynamically allocated LockClassKeys
 2025-03-08  0:08 UTC  (2+ messages)
    ` [tip: locking/core] "

[PATCH 6.6] x86/mm: Don't disable PCID when INVLPG has been fixed by microcode
 2025-03-07 23:05 UTC 

Apply 0c5928deada1 for 6.12.y and 6.13.y
 2025-03-07 22:54 UTC 

[PATCH 6.12.y 00/60] `alloc`, `#[expect]` and "Custom FFI"
 2025-03-07 22:50 UTC  (61+ messages)
` [PATCH 6.12.y 01/60] rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`
` [PATCH 6.12.y 02/60] rust: sort global Rust flags
` [PATCH 6.12.y 03/60] rust: types: avoid repetition in `{As,From}Bytes` impls
` [PATCH 6.12.y 04/60] rust: enable `clippy::undocumented_unsafe_blocks` lint
` [PATCH 6.12.y 05/60] rust: enable `clippy::unnecessary_safety_comment` lint
` [PATCH 6.12.y 06/60] rust: enable `clippy::unnecessary_safety_doc` lint
` [PATCH 6.12.y 07/60] rust: enable `clippy::ignored_unit_patterns` lint
` [PATCH 6.12.y 08/60] rust: enable `rustdoc::unescaped_backticks` lint
` [PATCH 6.12.y 09/60] rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`
` [PATCH 6.12.y 10/60] rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`
` [PATCH 6.12.y 11/60] rust: introduce `.clippy.toml`
` [PATCH 6.12.y 12/60] rust: replace `clippy::dbg_macro` with `disallowed_macros`
` [PATCH 6.12.y 13/60] rust: provide proper code documentation titles
` [PATCH 6.12.y 14/60] rust: enable Clippy's `check-private-items`
` [PATCH 6.12.y 15/60] Documentation: rust: add coding guidelines on lints
` [PATCH 6.12.y 16/60] rust: start using the `#[expect(...)]` attribute
` [PATCH 6.12.y 17/60] Documentation: rust: discuss `#[expect(...)]` in the guidelines
` [PATCH 6.12.y 18/60] rust: error: make conversion functions public
` [PATCH 6.12.y 19/60] rust: error: optimize error type to use nonzero
` [PATCH 6.12.y 20/60] rust: alloc: add `Allocator` trait
` [PATCH 6.12.y 21/60] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH 6.12.y 22/60] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH 6.12.y 23/60] rust: alloc: implement `ReallocFunc`
` [PATCH 6.12.y 24/60] rust: alloc: make `allocator` module public
` [PATCH 6.12.y 25/60] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH 6.12.y 26/60] rust: alloc: add module `allocator_test`
` [PATCH 6.12.y 27/60] rust: alloc: implement `Vmalloc` allocator
` [PATCH 6.12.y 28/60] rust: alloc: implement `KVmalloc` allocator
` [PATCH 6.12.y 29/60] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH 6.12.y 30/60] rust: alloc: implement kernel `Box`
` [PATCH 6.12.y 31/60] rust: treewide: switch to our kernel `Box` type
` [PATCH 6.12.y 32/60] rust: alloc: remove extension of std's `Box`
` [PATCH 6.12.y 33/60] rust: alloc: add `Box` to prelude
` [PATCH 6.12.y 34/60] rust: alloc: introduce `ArrayLayout`
` [PATCH 6.12.y 35/60] rust: alloc: implement kernel `Vec` type
` [PATCH 6.12.y 36/60] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH 6.12.y 37/60] rust: alloc: implement `collect` for `IntoIter`
` [PATCH 6.12.y 38/60] rust: treewide: switch to the kernel `Vec` type
` [PATCH 6.12.y 39/60] rust: alloc: remove `VecExt` extension
` [PATCH 6.12.y 40/60] rust: alloc: add `Vec` to prelude
` [PATCH 6.12.y 41/60] rust: error: use `core::alloc::LayoutError`
` [PATCH 6.12.y 42/60] rust: error: check for config `test` in `Error::name`
` [PATCH 6.12.y 43/60] rust: alloc: implement `contains` for `Flags`
` [PATCH 6.12.y 44/60] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH 6.12.y 45/60] rust: str: test: replace `alloc::format`
` [PATCH 6.12.y 46/60] rust: alloc: update module comment of alloc.rs
` [PATCH 6.12.y 47/60] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
` [PATCH 6.12.y 48/60] MAINTAINERS: add entry for the Rust `alloc` module
` [PATCH 6.12.y 49/60] drm/panic: avoid reimplementing Iterator::find
` [PATCH 6.12.y 50/60] drm/panic: remove unnecessary borrow in alignment_pattern
` [PATCH 6.12.y 51/60] drm/panic: prefer eliding lifetimes
` [PATCH 6.12.y 52/60] drm/panic: remove redundant field when assigning value
` [PATCH 6.12.y 53/60] drm/panic: correctly indent continuation of line in list item
` [PATCH 6.12.y 54/60] drm/panic: allow verbose boolean for clarity
` [PATCH 6.12.y 55/60] drm/panic: allow verbose version check
` [PATCH 6.12.y 56/60] rust: kbuild: expand rusttest target for macros
` [PATCH 6.12.y 57/60] rust: fix size_t in bindgen prototypes of C builtins
` [PATCH 6.12.y 58/60] rust: map `__kernel_size_t` and friends also to usize/isize
` [PATCH 6.12.y 59/60] rust: use custom FFI integer types
` [PATCH 6.12.y 60/60] rust: alloc: Fix `ArrayLayout` allocations

[PATCH 6.12] x86/mm: Don't disable PCID when INVLPG has been fixed by microcode
 2025-03-07 22:02 UTC 

Linux 6.12.18
 2025-03-07 21:49 UTC  (3+ messages)

[PATCH iwl-net] igc: Fix XSK queue NAPI ID mapping
 2025-03-07 21:37 UTC  (5+ messages)

[PATCH 6.13 000/157] 6.13.6-rc1 review
 2025-03-07 21:26 UTC  (3+ messages)
` [PATCH 6.13 070/157] objtool: Remove annotate_{,un}reachable()

[PATCH v6 4/8] crypto: ccp: Fix uapi definitions of PSP errors
 2025-03-07 21:21 UTC  (6+ messages)

[PATCH v2] iommufd: Fail replace if device has not been attached
 2025-03-07 21:08 UTC  (2+ messages)

[PATCH] kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION indiscriminately
 2025-03-07 20:56 UTC  (3+ messages)

[PATCH v3] sched/rt: Fix race in push_rt_task
 2025-03-07 20:54 UTC  (7+ messages)

[PATCH] sched/deadline: Fix race in push_dl_task
 2025-03-07 20:42 UTC 

[PATCH 6.6 000/147] 6.6.81-rc2 review
 2025-03-07 19:20 UTC  (4+ messages)

[PATCH] x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes
 2025-03-07 19:18 UTC  (7+ messages)

[PATCH 6.13 000/154] 6.13.6-rc2 review
 2025-03-07 19:18 UTC  (8+ messages)

[PATCH 6.12 000/148] 6.12.18-rc2 review
 2025-03-07 19:14 UTC  (6+ messages)

FAILED: patch "[PATCH] mm: hugetlb: Add huge page size param to" failed to apply to 6.1-stable tree
 2025-03-07 18:53 UTC  (3+ messages)

[PATCH] drm/dp_mst: Fix locking when skipping CSN before topology probing
 2025-03-07 18:31 UTC 

[PATCH 1/2] virt: sev-guest: Allocate request data dynamically
 2025-03-07 18:25 UTC  (7+ messages)
  ` [tip: x86/urgent] "
` [PATCH 2/2] virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex
  ` [tip: x86/urgent] "

[PATCH] PCI: controller: Restore PCI_REASSIGN_ALL_BUS when PCI_PROBE_ONLY is enabled
 2025-03-07 18:10 UTC  (9+ messages)

[PATCH v1] mm/madvise: Always set ptes via arch helpers
 2025-03-07 18:04 UTC  (9+ messages)

[PATCH] net: fix uninitialised access in mii_nway_restart()
 2025-03-07 17:56 UTC  (4+ messages)

Linux 6.13.6
 2025-03-07 17:52 UTC  (2+ messages)

[PATCH linux-6.12.y] selftests/bpf: Clean up open-coded gettid syscall invocations
 2025-03-07 17:24 UTC 

[PATCH v3 0/2] R-Car CANFD fixes
 2025-03-07 17:03 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M
` [PATCH v3 2/2] can: rcar_canfd: Fix page entries in the AFL list

[PATCH v2] kbuild: exclude .rodata.(cst|str)* when building ranges
 2025-03-07 16:53 UTC 

[PATCH] jffs2: check that raw node were preallocated before writing summary
 2025-03-07 16:34 UTC 

Apply 3 commits for 6.13.y
 2025-03-07 16:26 UTC  (4+ messages)

Linux 6.6.81
 2025-03-07 16:25 UTC  (2+ messages)

Linux 6.1.130
 2025-03-07 16:24 UTC  (2+ messages)

[REGRESSION] Long boot times due to USB enumeration
 2025-03-07 15:45 UTC  (6+ messages)

[PATCH v2 0/2] R-Car CANFD fixes
 2025-03-07 15:43 UTC  (7+ messages)
` [PATCH v2 2/2] can: rcar_canfd: Fix page entries in the AFL list

[PATCH v4] sched/topology: Enable topology_span_sane check only for debug builds
 2025-03-07 15:41 UTC  (4+ messages)

[PATCH v2] tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN
 2025-03-07 14:31 UTC  (6+ messages)
` [PATCH] tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORT

queue-5.10: Panic on shutdown at platform_shutdown+0x9
 2025-03-07 14:30 UTC  (6+ messages)

[PATCH v6.13 v2] fs/netfs/read_collect: fix crash due to uninitialized `prev` variable
 2025-03-07 14:27 UTC  (2+ messages)

[PATCH net v2 1/2] net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata
 2025-03-07 13:24 UTC  (5+ messages)

[PATCH stable v5.4 v2 0/3] Missing overflow changes
 2025-03-07 13:09 UTC  (4+ messages)
` [PATCH stable v5.4 v2 1/3] overflow: Add __must_check attribute to check_*() helpers
` [PATCH stable v5.4 v2 2/3] overflow: Correct check_shl_overflow() comment
` [PATCH stable v5.4 v2 3/3] overflow: Allow mixed type arguments

[PATCH v2 5.10/5.15] mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM
 2025-03-07 12:28 UTC 

[PATCH v2 6.1] mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM
 2025-03-07 12:28 UTC 

[PATCH v2 6.6] mm/mempolicy: fix unbalanced unlock in backported VMA check
 2025-03-07 12:27 UTC 

[PATCH] x86/boot: Sanitize boot params before parsing command line
 2025-03-07 11:57 UTC  (3+ messages)
` [tip: x86/urgent] "

[PATCH v2] arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix serdes_ln_ctrl reg-masks
 2025-03-07 10:37 UTC  (2+ messages)

[PATCH net] net: mana: Support holes in device list reply msg
 2025-03-07 10:29 UTC  (2+ messages)

[PATCH v4 0/4] samsung: pinctrl: Add support for eint_fltcon_offset and filter selection on gs101
 2025-03-07 10:29 UTC  (3+ messages)
` [PATCH v4 1/4] pinctrl: samsung: add support for eint_fltcon_offset
` [PATCH v4 3/4] pinctrl: samsung: add gs101 specific eint suspend/resume callbacks

Regression from 7627a0edef54 ("ata: ahci: Drop low power policy board type") on reboot (but not cold boot)
 2025-03-07  9:53 UTC  (8+ messages)

[PATCH net v3] qlcnic: fix memory leak issues in qlcnic_sriov_common.c
 2025-03-07  9:49 UTC 

[PATCH v4 5/6] media: mt9m114: Fix deadlock in get_frame_interval/set_frame_interval
 2025-03-07  9:31 UTC 

[PATCH 6.6.y] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
 2025-03-07  9:14 UTC  (2+ messages)

[PATCH] m68k: Fix lost column on framebuffer debug console
 2025-03-07  9:08 UTC 

[PATCH 6.6.y] mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
 2025-03-07  9:11 UTC  (2+ messages)

[PATCH 5.10] crypto: hisilicon/qm - inject error before stopping queue
 2025-03-07  8:42 UTC 

[PATCH v3] clocksource: stm32-lptimer: use wakeup capable instead of init wakeup
 2025-03-07  7:54 UTC  (2+ messages)

[PATCH 6.12 000/150] 6.12.18-rc1 review
 2025-03-07  6:19 UTC  (6+ messages)
` [PATCH 6.12 058/150] drm/xe: cancel pending job timer before freeing scheduler

[PATCH v1] HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()
 2025-03-07  4:54 UTC 

[PATCH] mm: memcontrol: fix swap counter leak from offline cgroup
 2025-03-07  2:28 UTC  (4+ messages)

FW: PO545 #. Date:3/6/2025 11:46:21 PM
 2025-03-06 23:57 UTC 

+ selftests-mm-run_vmtestssh-fix-half_ufd_size_mb-calculation.patch added to mm-hotfixes-unstable branch
 2025-03-07  0:08 UTC 

+ mm-fix-error-handling-in-__filemap_get_folio-with-fgp_nowait.patch added to mm-hotfixes-unstable branch
 2025-03-07  0:03 UTC 

The Business Loan/financing.1
 2025-03-06 22:52 UTC 

[PATCH] lib/buildid: Handle memfd_secret() files in build_id_parse()
 2025-03-06 23:08 UTC  (2+ messages)

+ mm-mremap-correctly-handle-partial-mremap-of-vma-starting-at-0.patch added to mm-unstable branch
 2025-03-06 22:18 UTC 

[PATCH net v2] netmem: prevent TX of unreadable skbs
 2025-03-06 21:55 UTC 

[PATCH v1] usb: core: fix pipe creation for get_bMaxPacketSize0
 2025-03-06 21:43 UTC  (4+ messages)

[PATCH v3 0/4] samsung: pinctrl: Add support for eint_fltcon_offset and filter selection on gs101
 2025-03-06 21:25 UTC  (3+ messages)
` [PATCH v3 3/4] pinctrl: samsung: add gs101 specific eint suspend/resume callbacks


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