messages from 2025-03-07 11:53:33 to 2025-03-09 10:32:46 UTC [more...]
FAILED: patch "[PATCH] drm/i915/mst: update max stream count to match number of" failed to apply to 6.13-stable tree
2025-03-09 10:31 UTC
FAILED: patch "[PATCH] drm/amd/display: Fix null check for pipe_ctx->plane_state in" failed to apply to 5.4-stable tree
2025-03-09 10:30 UTC
FAILED: patch "[PATCH] drm/amd/display: Fix null check for pipe_ctx->plane_state in" failed to apply to 5.10-stable tree
2025-03-09 10:30 UTC
FAILED: patch "[PATCH] drm/amd/display: Fix null check for pipe_ctx->plane_state in" failed to apply to 5.15-stable tree
2025-03-09 10:30 UTC
FAILED: patch "[PATCH] virt: sev-guest: Move SNP Guest Request data pages handling" failed to apply to 6.13-stable tree
2025-03-09 10:29 UTC
FAILED: patch "[PATCH] stmmac: loongson: Pass correct arg to PCI function" failed to apply to 5.15-stable tree
2025-03-09 10:24 UTC
FAILED: patch "[PATCH] stmmac: loongson: Pass correct arg to PCI function" failed to apply to 6.1-stable tree
2025-03-09 10:24 UTC
FAILED: patch "[PATCH] stmmac: loongson: Pass correct arg to PCI function" failed to apply to 6.6-stable tree
2025-03-09 10:24 UTC
[PATCH 1/2] arm64: efi: Execute runtime services from a dedicated stack
2025-03-09 10:14 UTC (2+ messages)
[PATCH 6.12.y 00/60] `alloc`, `#[expect]` and "Custom FFI"
2025-03-09 9:47 UTC (62+ 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.13 000/157] 6.13.6-rc1 review
2025-03-09 9:26 UTC (4+ messages)
` [PATCH 6.13 070/157] objtool: Remove annotate_{,un}reachable()
Linux 6.13.6
2025-03-09 9:22 UTC (6+ messages)
[PATCH 6.12 000/148] 6.12.18-rc2 review
2025-03-09 9:22 UTC (6+ messages)
Linux 6.6.82
2025-03-09 9:16 UTC (2+ messages)
[PATCH 6.6 000/147] 6.6.81-rc2 review
2025-03-09 8:36 UTC (8+ messages)
[PATCH v1] usb: core: fix pipe creation for get_bMaxPacketSize0
2025-03-08 23:19 UTC (5+ messages)
[PATCH v1] HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()
2025-03-08 21:49 UTC (2+ messages)
Regression from 7627a0edef54 ("ata: ahci: Drop low power policy board type") on reboot (but not cold boot)
2025-03-08 18:20 UTC (10+ messages)
[PATCH 5.4] x86/mm: Don't disable PCID when INVLPG has been fixed by microcode
2025-03-08 17:54 UTC
[PATCH v2 0/6] drm/v3d: Fix GPU reset issues on the Raspberry Pi 5
2025-03-08 14:33 UTC (2+ messages)
` [PATCH v2 1/6] drm/v3d: Don't run jobs that have errors flagged in its fence
[PATCH] crypto: ccp: Fix uAPI definitions of PSP errors
2025-03-08 13:33 UTC (3+ messages)
[REGRESSION] Long boot times due to USB enumeration
2025-03-08 9:06 UTC (7+ messages)
[PATCH v2 0/2] R-Car CANFD fixes
2025-03-08 6:29 UTC (8+ messages)
` [PATCH v2 2/2] can: rcar_canfd: Fix page entries in the AFL list
[PATCH] x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes
2025-03-08 5:59 UTC (8+ messages)
Apply 0c5928deada1 for 6.12.y and 6.13.y
2025-03-08 5:59 UTC (2+ messages)
[PATCH 6.12/6.13] loongarch: Use ASM_REACHABLE
2025-03-08 5:37 UTC
Linux 6.12.18
2025-03-08 5:28 UTC (4+ messages)
[PATCH] ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model
2025-03-08 4:06 UTC
[PATCH] jffs2: check that raw node were preallocated before writing summary
2025-03-08 4:13 UTC (2+ messages)
[PATCH net] net: mana: Support holes in device list reply msg
2025-03-08 3:50 UTC (2+ messages)
[PATCH net v2] netmem: prevent TX of unreadable skbs
2025-03-08 3:50 UTC (2+ messages)
[PATCH] string: Disable read_word_at_a_time() optimizations if kernel MTE is enabled
2025-03-08 3:36 UTC (2+ messages)
[PATCH v3] mm/migrate: fix shmem xarray update during migration
2025-03-08 3:17 UTC (3+ messages)
[PATCH 6.1 000/161] 6.1.130-rc2 review
2025-03-08 1:29 UTC (3+ messages)
[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
[PATCH 6.12] x86/mm: Don't disable PCID when INVLPG has been fixed by microcode
2025-03-07 22:02 UTC
[PATCH iwl-net] igc: Fix XSK queue NAPI ID mapping
2025-03-07 21:37 UTC (5+ messages)
[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.13 000/154] 6.13.6-rc2 review
2025-03-07 19:18 UTC (4+ 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 (2+ messages)
` [tip: x86/urgent] "
[PATCH 2/2] virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex
2025-03-07 18:25 UTC (3+ messages)
` [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)
[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
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)
[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 (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