public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-05 17:36:15 to 2026-04-06 00:19:00 UTC [more...]

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06  0:18 UTC  (36+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 02/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH v2 03/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH v2 04/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH v2 05/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH v2 06/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
` [PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
` [PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
` [PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH v2 30/33] docs: rust: general-information: use real example
` [PATCH v2 31/33] rust: declare cfi_encoding for lru_status
` [PATCH v2 32/33] rust: kbuild: support global per-version flags
` [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCh v3 00/14] ASoC: rsnd: Add RZ/G3E audio driver support
 2026-04-06  0:15 UTC  (9+ messages)
` [PATCh v3 07/14] ASoC: rsnd: ssui: Add RZ/G3E SSIU BUSIF support
` [PATCh v3 11/14] ASoC: rsnd: src: Add SRC reset and clock support for RZ/G3E

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06  0:14 UTC  (22+ messages)
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 32/33] rust: kbuild: support global per-version flags

[PATCH bpf v1 1/2] bpf: Fix SOCK_OPS_GET_SK same-register OOB read in sock_ops
 2026-04-05 23:54 UTC  (3+ messages)

[PATCH 0/3] ASoC: renesas: fsi: Fix system hang by adding SPU clock
 2026-04-05 23:52 UTC  (3+ messages)
` [PATCH 3/3] ASoC: renesas: fsi: Fix hang by enabling "

[PATCH v3 net-next] net: use get_random_u{16,32,64}() where appropriate
 2026-04-05 23:51 UTC  (2+ messages)

[PATCH net v2] tg3: Add PowerEdge R740xd to AER quirk list
 2026-04-05 23:49 UTC  (4+ messages)

[PATCH v2] ASoC: dt-bindings: ti,tas2552: Add sound-dai-cells
 2026-04-05 23:44 UTC 

[PATCH] t10-pi: reduce ref tag code duplication
 2026-04-05 23:43 UTC  (2+ messages)

[PATCH 0/6] block: fix integrity offset/length conversions
 2026-04-05 23:43 UTC  (3+ messages)
` [PATCH 5/6] t10-pi: use bio_integrity_intervals() helper

[PATCH] ksmbd: Remove unnecessary selection of CRYPTO_ECB
 2026-04-05 23:38 UTC  (2+ messages)

[PATCH] usb: rtl8150: avoid using uninitialized CSCR value
 2026-04-05 23:38 UTC  (4+ messages)

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-04-05 23:34 UTC  (2+ messages)

[PATCH] net: mdio: realtek-rtl9300: use scoped device_for_each_child_node loop
 2026-04-05 23:30 UTC  (2+ messages)

[PATCH 1/2] pmdomain/rockchip: skip QoS operations for idle-only domains
 2026-04-05 23:29 UTC  (6+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-05 23:27 UTC  (7+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH v3] staging: rtl8723bs: convert xmit init path to standard error codes
 2026-04-05 23:25 UTC 

[tip:tip/urgent] BUILD SUCCESS 6bc2a7ef4f15b38f46c9cfebf0556e543e0dea1d
 2026-04-05 23:24 UTC 

[PATCH v2 0/3] Fix all clippy warnings in drm-rust-next
 2026-04-05 23:22 UTC  (7+ messages)
` [PATCH v2 3/3] rust: ptr: allow clippy::incompatible_msrv for slice_ptr_len

[PATCH 2/8] rust: io: generalize `Mmio` to arbitrary type
 2026-04-05 23:21 UTC  (3+ messages)

[PATCH v2] PCI: hv: Allocate MMIO from above 4GB for the config window
 2026-04-05 23:15 UTC  (2+ messages)

[PATCH] PCI: hv: Allocate MMIO from above 4GB for the config window
 2026-04-05 23:13 UTC  (6+ messages)

[PATCH 0/3] Add support for ML-DSA signature for EVM and IMA
 2026-04-05 23:12 UTC  (4+ messages)
` [PATCH 1/3] crypto: public_key: Remove check for valid hash_algo for ML-DSA keys
` [PATCH 2/3] integrity: Refactor asymmetric_verify for reusability
` [PATCH 3/3] integrity: Add support for sigv3 verification using ML-DSA keys

[PATCH] PCI: hv: Allocate MMIO from above 4GB for the config window
 2026-04-05 23:11 UTC  (4+ messages)

[PATCH v10 00/13] blk: honor isolcpus configuration
 2026-04-05 23:09 UTC  (4+ messages)
` [PATCH v10 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled

(sashiko review) [RFC PATCH v5 01/10] mm/damon/core: introduce damon_ctx->paused
 2026-04-05 23:06 UTC  (2+ messages)

[RFC PATCH 0/3] media: qcom: camss: CAMSS Offline Processing Engine support
 2026-04-05 23:02 UTC  (28+ messages)
    ` [RFC PATCH 2/3] media: qcom: camss: Add CAMSS Offline Processing Engine driver

[RFC PATCH] mm/damon/core: avoid time-quota permanently disabling scheme
 2026-04-05 22:54 UTC 

[PATCH v6 0/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-04-05 22:51 UTC  (4+ messages)
` [PATCH v6 1/1] "
  ` (sashiko review) "

[PATCH v4 0/9] driver core: Fix some race conditions
 2026-04-05 22:43 UTC  (6+ messages)
` [PATCH v4 1/9] driver core: Don't let a device probe until it's ready

[PATCH 0/1] iomap: avoid compaction for costly folio order allocation
 2026-04-05 22:43 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH wireless-next 0/6] Consolidate Michael MIC code into mac80211
 2026-04-05 22:41 UTC  (3+ messages)
` [PATCH wireless-next 4/6] wifi: ipw2x00: Depend on MAC80211

Linux 7.0-rc7
 2026-04-05 22:41 UTC 

[GIT PULL] x86 fixes
 2026-04-05 22:33 UTC  (2+ messages)

[GIT PULL] scheduler fixes
 2026-04-05 22:33 UTC  (2+ messages)

[GIT PULL] perf events fix
 2026-04-05 22:33 UTC  (2+ messages)

[GIT PULL] IRQ fix
 2026-04-05 22:33 UTC  (2+ messages)

[GIT PULL] MIPS fixes for v7.0
 2026-04-05 22:33 UTC  (2+ messages)

[GIT PULL] RISC-V updates for v7.0-rc7
 2026-04-05 22:33 UTC  (2+ messages)

[PATCH v2 0/7] Enable Bluetooth and WiFi on Fairphone (Gen. 6)
 2026-04-05 22:28 UTC  (3+ messages)
` [PATCH v2 3/7] dt-bindings: net: wireless: ath11k: Document WCN6755 WiFi

[PATCH] net: txgbe: leave space for null terminators on property_entry
 2026-04-05 22:20 UTC 

[BUG] KVM: x86: kvmclock jumps ~253 years on Hyper-V nested virt due to cross-CPU raw TSC inconsistency
 2026-04-05 22:10 UTC 

[PATCH v6] IB/mlx5: Fix loopback enablement state and resource leaks
 2026-04-05 22:09 UTC  (4+ messages)
` [PATCH v7 0/2] Fix loopback leaks and return paths

[PATCH v8 0/2] Fix loopback leaks and return paths
 2026-04-05 21:57 UTC  (3+ messages)
` [PATCH v8 1/2] IB/mlx5: Fix success return path and mutex initialization
` [PATCH v8 2/2] IB/mlx5: Fix loopback refcounting leaks and premature disable

[PATCH 0/3] Add RP1 PWM controller support
 2026-04-05 21:48 UTC  (5+ messages)
` [PATCH 2/3] pwm: rp1: Add RP1 PWM controller driver
` [PATCH 3/3] arm64: dts: broadcom: rp1: Add PWM node

[PATCH] iio: adc: ad4170: use lookup table for gpio mask selection
 2026-04-05 21:37 UTC 

[PATCH] arc: validate DT CPU map strings before parsing them
 2026-04-05 21:35 UTC  (2+ messages)

[PATCH] selftests: mm: capture write_hugetlb_memory.sh exit status
 2026-04-05 21:35 UTC  (3+ messages)

[PATCH] virtio_mem: add bitmap_test_range_all_set/zero helpers
 2026-04-05 21:32 UTC 

[PATCH] selftests: mm: stop relying on killall in charge_reserved_hugetlb
 2026-04-05 21:31 UTC 

[syzbot] [gfs2?] KASAN: slab-use-after-free Read in gfs2_ail_drain
 2026-04-05 21:30 UTC 

[PATCH v2] x86/split_lock: Don't warn about unknown parameter
 2026-04-05 21:29 UTC  (2+ messages)
` [tip: x86/cleanups] x86/split_lock: Don't warn about unknown split_lock_detect parameter

[PATCH net] selftests: net: bridge_vlan_mcast: wait for h1 before querier check
 2026-04-05 21:29 UTC 

[PATCH net-next v2 8/9] net: dsa: lan9645x: add mdb management
 2026-04-05 21:20 UTC  (3+ messages)

[PATCH] media: v4l2-core: v4l2-subdev: Removed duplicate lockdep assertion
 2026-04-05 21:20 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove redundant boolean comparisons
 2026-04-05 21:19 UTC 

[PATCH v3 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-04-05 21:01 UTC  (3+ messages)

[PATCH net-next v4 0/3] net: bridge: add stp_mode attribute for STP mode selection
 2026-04-05 20:52 UTC  (4+ messages)
` [PATCH net-next v4 1/3] "
` [PATCH net-next v4 2/3] docs: net: bridge: document stp_mode attribute
` [PATCH net-next v4 3/3] selftests: net: add bridge STP mode selection test

[PATCH v2 0/4] Introduce EC driver for Snapdragon X1E based Dell XPS 13 9345
 2026-04-05 20:50 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: platform: introduce EC for "
` [PATCH v2 2/4] platform: arm64: dell-xps-ec: new driver

[PATCH v3 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-04-05 20:12 UTC  (8+ messages)
` [PATCH v3 1/9] gpu: nova-core: gsp: add NV_STATUS error code bindings
` [PATCH v3 2/9] gpu: nova-core: gsp: add NvStatus enum for RM control errors
` [PATCH v3 9/9] gpu: nova-core: gsp: add FaultMethodBufferSize RM control command

[PATCH v7 00/15] arm64: dts: qcom: sdm845-lg: Improve hardware support in devicetree
 2026-04-05 20:00 UTC  (3+ messages)

[PATCH 1/1] selftests: vsock: avoid mktemp -u for Unix socket paths
 2026-04-05 19:57 UTC 

[PATCH 1/1] selftests: vsock: avoid mktemp -u for Unix socket paths
 2026-04-05 19:57 UTC 

[PATCH] crypto: af_alg - use sock_kmemdup in alg_setkey_by_key_serial
 2026-04-05 19:49 UTC 

[RFC PATCH v2 7/9] selftets/damon/_damon_sysfs: support failed region quota charge ratio
 2026-04-05 19:40 UTC  (2+ messages)
` (sashiko review) "

[PATCH v6 0/5] Add CCI and imx577 sensor support for Talos evk
 2026-04-05 19:40 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/3] media: qcom: camss: Add sm6150 camss support
 2026-04-05 19:40 UTC  (2+ messages)
` (subset) "

[PATCH v16 0/3] Add Qualcomm Technologies, Inc. Talos EVK SMARC support
 2026-04-05 19:40 UTC  (2+ messages)

[PATCH v3 0/3] Enable QoS configuration on QCS615
 2026-04-05 19:40 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] arm64: dts: qcom: Add EL2 overlay support
 2026-04-05 19:40 UTC  (2+ messages)
` (subset) "

[PATCH] clk: qcom: videocc-glymur: Constify qcom_cc_desc
 2026-04-05 19:40 UTC  (2+ messages)

[PATCH 1/2] clk: qcom: Constify qcom_cc_driver_data
 2026-04-05 19:40 UTC  (2+ messages)
` (subset) "

[PATCH v2] clk: qcom: gcc-x1e80100: Keep GCC USB QTB clock always ON
 2026-04-05 19:40 UTC  (2+ messages)

[PATCH v3 0/3] SHIFT 6MQ SD-card support, improved responsivness of touchscreen, and codec
 2026-04-05 19:40 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: qcom: Add the Lenovo IdeaCentre Mini X
 2026-04-05 19:40 UTC  (2+ messages)
` (subset) "

[PATCH v8 0/4] Support for Adreno 612 GPU - Respin
 2026-04-05 19:40 UTC  (2+ messages)

[PATCH v6 0/8] Support for Adreno 612 GPU - Respin
 2026-04-05 19:40 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: glymur-crd: Enable DisplayPort support
 2026-04-05 19:40 UTC  (2+ messages)

[PATCH] scripts: allow checkpatch and get_maintainer in sparse checkouts
 2026-04-05 19:39 UTC  (7+ messages)
` [PATCH v2 0/2] scripts: support sparse checkouts in checkpatch tools
  ` [PATCH v2 1/2] scripts: allow checkpatch and get_maintainer in sparse checkouts
  ` [PATCH v2 2/2] scripts: add sparse checkout regression test for checkpatch tools

[RFC PATCH v2 3/9] Docs/mm/damon/design: document fail_charge_{num,denom}
 2026-04-05 19:34 UTC  (2+ messages)
` (sashiko review) "

[PATCH] virtio-fs: avoid double-free on failed queue setup
 2026-04-05 19:30 UTC 

[PATCH 1/3] [v4, net-next] net: ethernet: ti-cpsw:: rename soft_reset() function
 2026-04-05 19:31 UTC  (5+ messages)

[PATCH v9 0/3] riscv: dts: spacemit: Add PMIC regulators usb pcie
 2026-04-05 19:30 UTC  (4+ messages)
` [PATCH v9 1/3] riscv: dts: spacemit: Enable i2c8 adapter for OrangePi RV2
` [PATCH v9 2/3] riscv: dts: spacemit: Define the P1 PMIC regulators "
` [PATCH v9 3/3] riscv: dts: spacemit: Enable USB3.0/PCIe on "

[RFC PATCH v2 2/9] mm/damon/sysfs-schemes: implement fail_charge_{num,denom} files
 2026-04-05 19:30 UTC  (2+ messages)
` (sashiko review) "

[PATCH] docs: use acknowledgment in submitting-patches
 2026-04-05 19:30 UTC  (2+ messages)

[PATCH] mm/thp: dead code cleanup in Kconfig
 2026-04-05 19:27 UTC  (5+ messages)

[RFC PATCH v2 1/9] mm/damon/core: introduce failed region quota charge ratio
 2026-04-05 19:25 UTC  (2+ messages)
` (sashiko review) "

[PATCH] drm/panthor: Fix kernel-doc warning in panthor_sched.c
 2026-04-05 19:23 UTC 

[PATCH 0/3] pinctrl: qcom: add support for the TLMM controller on Nord platforms
 2026-04-05 19:22 UTC  (4+ messages)
` [PATCH 2/3] pinctrl: qcom: add the TLMM driver for the "

[PATCH net 0/2] vsock/virtio: fix MSG_PEEK calculation on bytes to copy
 2026-04-05 19:22 UTC  (5+ messages)
` [PATCH net 1/2] vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating "
` [PATCH net 2/2] vsock/test: add MSG_PEEK after partial recv test

[PATCH v3 0/3] Support PERF MGMT for RXE
 2026-04-05 19:20 UTC  (7+ messages)
` [PATCH v3 1/3] RDMA/rxe: use RXE_PORT instead of magic number 1
` [PATCH v3 2/3] RDMA/rxe: add SENT/RCVD bytes
` [PATCH v3 3/3] RDMA/rxe: support perf mgmt GET method

[PATCH net 0/3] net/mlx5: Fixes for Socket-Direct
 2026-04-05 19:05 UTC  (6+ messages)
` [PATCH net 1/3] net/mlx5e: SD, Fix race condition in secondary device probe/remove

[PATCH net-next v2 3/3] net: mdio: treat PSE EPROBE_DEFER as non-fatal during PHY registration
 2026-04-05 18:57 UTC  (2+ messages)

[PATCH] ice: wait for reset completion in ice_resume()
 2026-04-05 18:48 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] pinctrl: qcom: Remove unused macro definitions
 2026-04-05 18:34 UTC 

[syzbot] [ocfs2?] kernel BUG in ocfs2_write_end_nolock
 2026-04-05 18:25 UTC 

[PATCH] printf: mark errptr() noinline
 2026-04-05 18:17 UTC  (2+ messages)

[net-next v38] mctp pcc: Implement MCTP over PCC Transport
 2026-04-05 18:07 UTC 

[PATCH] rxrpc/proc: size address buffers for %pISpc output
 2026-04-05 17:40 UTC  (2+ messages)

Re[PATCH v1] iommu: Skip mapping at address 0x0 if it already exists
 2026-04-05 17:39 UTC  (3+ messages)

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-04-05 17:38 UTC  (2+ messages)

[PATCH v6 0/2] Introduce Synology Microp driver
 2026-04-05 17:36 UTC  (3+ messages)
` [PATCH v6 1/2] platform: Add initial synology microp driver
` [PATCH v6 2/2] dt-bindings: embedded-controller: Add synology microp devices

include/linux/compiler_types.h:617:38: error: call to '__compiletime_assert_304' declared with attribute error: BUILD_BUG_ON failed: IS_ERR(PTR)
 2026-04-05 17:35 UTC  (4+ messages)


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