The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-06-22 14:08:57 to 2025-06-22 22:02:49 UTC [more...]

[PATCH] gpiolib-sysfs: fix use-after-free in error path
 2025-06-22 22:02 UTC 

[PATCH v3] net/9p: Fix buffer overflow in USB transport layer
 2025-06-22 21:37 UTC  (5+ messages)

linux-next: duplicate patch in the rcu tree
 2025-06-22 21:52 UTC 

[PATCH v3 00/15] Some improvements and fixes for the doc build system
 2025-06-22 21:50 UTC  (10+ messages)
` [PATCH v3 14/15] docs: conf.py: several coding style fixes
` [PATCH v3 15/15] docs: conf.py: Check Sphinx and docutils version

[PATCH 0/5] mm/damon: decouple sysfs from core
 2025-06-22 21:37 UTC  (6+ messages)
` [PATCH 1/5] mm/damon/sysfs-schemes: decouple from damos_quota_goal_metric
` [PATCH 2/5] mm/damon/sysfs-schemes: decouple from damos_action
` [PATCH 3/5] mm/damon/sysfs-schemes: decouple from damos_wmark_metric
` [PATCH 4/5] mm/damon/sysfs-schemes: decouple from damos_filter_type
` [PATCH 5/5] mm/damon/sysfs: decouple from damon_ops_id

[RFC PATCH 0/3] platform/x86: Add support for Uniwill laptop features
 2025-06-22 21:37 UTC  (14+ messages)
` [RFC PATCH 2/3] platform/x86: Add Uniwill laptop driver

[PATCH v10 00/13] nommu UML
 2025-06-22 21:33 UTC  (14+ messages)
` [PATCH v10 01/13] x86/um: nommu: elf loader for fdpic
` [PATCH v10 02/13] um: decouple MMU specific code from the common part
` [PATCH v10 03/13] um: nommu: memory handling
` [PATCH v10 04/13] x86/um: nommu: syscall handling
` [PATCH v10 05/13] um: nommu: seccomp syscalls hook
` [PATCH v10 06/13] x86/um: nommu: process/thread handling
` [PATCH v10 07/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v10 08/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v10 09/13] x86/um: nommu: signal handling
` [PATCH v10 10/13] um: nommu: a work around for MMU dependency to PCI driver
` [PATCH v10 11/13] um: change machine name for uname output
` [PATCH v10 12/13] um: nommu: add documentation of nommu UML
` [PATCH v10 13/13] um: nommu: plug nommu code into build system

[PATCH v4 0/5] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
 2025-06-22 21:31 UTC  (4+ messages)
` [PATCH v4 2/5] power: supply: add support for max77759 fuel gauge
` (subset) [PATCH v4 0/5] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support

[PATCH v2 0/4] Improvements for Devres
 2025-06-22 21:24 UTC  (14+ messages)
` [PATCH v2 1/4] rust: revocable: support fallible PinInit types
` [PATCH v2 2/4] rust: devres: replace Devres::new_foreign_owned()
` [PATCH v2 3/4] rust: devres: get rid of Devres' inner Arc
` [PATCH v2 4/4] rust: devres: implement register_release()

[PATCH] apparmor: use SHA-256 library API instead of crypto_shash API
 2025-06-22 21:16 UTC  (5+ messages)

[PATCH v4 1/5] rust: implement `kernel::sync::Refcount`
 2025-06-22 21:08 UTC  (6+ messages)
` [PATCH v4 2/5] rust: make `Arc::into_unique_or_drop` associated function
` [PATCH v4 3/5] rust: convert `Arc` to use `Refcount`

[PATCH v2] staging: media: atomisp: Replace scnprintf with sysfs_emit in bo_show
 2025-06-22 21:06 UTC  (7+ messages)

[RFC PATCH 0/6] selftests/damon: add python and drgn based DAMON sysfs functionality tests
 2025-06-22 21:03 UTC  (7+ messages)
` [RFC PATCH 1/6] selftests/damon: add drgn script for extracting damon status
` [RFC PATCH 2/6] selftests/damon/_damon_sysfs: set Kdamond.pid in start()
` [RFC PATCH 3/6] selftests/damon: add python and drgn-based DAMON sysfs test
` [RFC PATCH 4/6] selftests/damon/sysfs.py: test monitoring attribute parameters
` [RFC PATCH 5/6] selftests/damon/sysfs.py: test adaptive targets parameter
` [RFC PATCH 6/6] selftests/damon/sysfs.py: test DAMOS schemes parameters setup

[RFC] Writing a Driver for Xinmeng M71 Keyboard (Battery Status Support)
 2025-06-22 21:02 UTC  (2+ messages)

[PATCH v4 0/6] rust: add support for request_irq
 2025-06-22 20:53 UTC  (6+ messages)
` [PATCH v4 4/6] rust: irq: add support for threaded IRQs and handlers

[PATCH v2] tpm: Fix the timeout & use ktime
 2025-06-22 20:52 UTC  (2+ messages)

wlwifi AX201: WARN_ON in iwl_mvm_mld_mac_ctxt_cmd_common repeated UMAC FW crashes on 6.16-rc2
 2025-06-22 20:52 UTC  (2+ messages)

[PATCH v3] staging: media: atomisp: fix coding style in ia_css_output.host.c
 2025-06-22 20:42 UTC  (2+ messages)

Linux 6.16-rc3
 2025-06-22 20:40 UTC 

[PATCH v3] tpm: Replace scnprintf() with sysfs_emit() and sysfs_emit_at() in sysfs show functions
 2025-06-22 20:38 UTC 

[PATCH v2] net/9p: Fix buffer overflow in USB transport layer
 2025-06-22 20:33 UTC  (3+ messages)

[PATCH] ARM: export __memset/__memcpy/__memmove
 2025-06-22 20:29 UTC  (2+ messages)

[PATCH 0/4] Improvements for Devres
 2025-06-22 20:25 UTC  (18+ messages)
` [PATCH 2/4] rust: devres: replace Devres::new_foreign_owned()
` [PATCH 3/4] rust: devres: get rid of Devres' inner Arc
` [PATCH 4/4] rust: devres: implement register_foreign_release()

[PATCH 0/5] powerpc: Implement masked user access
 2025-06-22 20:18 UTC  (13+ messages)
` [PATCH 1/5] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH 5/5] powerpc: Implement masked user access

[PATCH] fs/orangefs: use snprintf() instead of sprintf()
 2025-06-22 20:09 UTC  (4+ messages)

[PATCH 0/4] tools/nolibc: assorted fixes and small updates
 2025-06-22 19:58 UTC  (9+ messages)
` [PATCH 3/4] tools/nolibc: move FD_* definitions to sys/select.h
` [PATCH 4/4] tools/nolibc: add missing memchr() to string.h

[GIT PULL] irq/urgent for v6.16-rc3
 2025-06-22 19:55 UTC  (2+ messages)

[GIT PULL] x86/urgent for v6.16-rc3
 2025-06-22 19:55 UTC  (2+ messages)

[GIT PULL] perf/urgent for v6.16-rc3
 2025-06-22 19:55 UTC  (2+ messages)

[GIT PULL] locking/urgent for v6.16-rc3
 2025-06-22 19:55 UTC  (2+ messages)

[GIT PULL] EDAC urgent for v6.16-rc3
 2025-06-22 19:55 UTC  (2+ messages)

[GIT PULL] smb3 client fixes (updated)
 2025-06-22 19:55 UTC  (2+ messages)

[PULL REQUEST] i2c-for-6.16-rc3
 2025-06-22 19:55 UTC  (3+ messages)

[GIT PULL] KVM fixes for Linux 6.16-rc3
 2025-06-22 19:55 UTC  (2+ messages)

[PATCH 0/6] Some improvements for the doc build system
 2025-06-22 19:44 UTC  (5+ messages)

[PATCH v3 0/4] mm: ksm: prevent KSM from breaking merging of new VMAs
 2025-06-22 19:39 UTC  (4+ messages)
` [PATCH v3 3/4] mm: prevent KSM from breaking VMA merging for "

[PATCH V6 00/10] Refactor ufs phy powerup sequence
 2025-06-22 19:24 UTC  (5+ messages)
` [PATCH V6 01/10] scsi: ufs: qcom: Prevent calling phy_exit before phy_init
` [PATCH V6 02/10] scsi: ufs: qcom: add a new phy calibrate API call

[Patch 0/2 v3] sched/numa, mm/numa: Soft Affinity via numa_preferred_nid
 2025-06-22 19:15 UTC  (3+ messages)
` [PATCH 1/2 v3] sched/numa: Add ability to override task's numa_preferred_nid
` [PATCH 2/2 v3] sched/numa: prctl to set/override "

[PATCH 00/11] power: supply: pmi8998 charger improvements and smb5 support
 2025-06-22 19:13 UTC  (6+ messages)
` [PATCH 05/11] power: supply: qcom_smbx: allow disabling charging
` [PATCH 06/11] power: supply: qcom_smbx: respect battery charge-term-current-microamp
` (subset) [PATCH 00/11] power: supply: pmi8998 charger improvements and smb5 support

[PATCH] power: reset: POWER_RESET_TORADEX_EC should depend on ARCH_MXC
 2025-06-22 19:13 UTC  (2+ messages)

[PATCH 1/1] power: return the correct error code
 2025-06-22 19:13 UTC  (2+ messages)

[PATCH] charger: max14577: Handle NULL pdata when CONFIG_OF is not set
 2025-06-22 19:13 UTC  (3+ messages)
` [PATCH V3] "

[PATCH] power: supply: cpcap-charger: Fix null check for power_supply_get_by_name
 2025-06-22 19:13 UTC  (2+ messages)

[PATCH 1/2] power: supply: bq256xx_charger: Constify reg_default array
 2025-06-22 19:13 UTC  (2+ messages)

[PATCH] mm: unexport globally copy_to_kernel_nofault
 2025-06-22 19:09 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 4/4] mm: Apply vm_uffd_ops API to core mm
 2025-06-22 19:09 UTC  (2+ messages)

[PATCH v2 0/3] mtd: spi-nor: macronix: Cleanup macronix flash info
 2025-06-22 19:09 UTC  (9+ messages)
` [PATCH v2 1/3] mtd: spi-nor: macronix: Drop the redundant flash info fields

[PATCH v2 0/5] Add support for Sony Xperia SP
 2025-06-22 18:26 UTC  (5+ messages)
` [PATCH v2 1/5] ARM: dts: qcom: msm8960: add sdcc3 pinctrl states
` [PATCH v2 3/5] ARM: dts: qcom: msm8960: disable gsbi1 and gsbi5 nodes in msm8960 dtsi
` [PATCH v2 4/5] dt-bindings: arm: qcom: add Sony Xperia SP
` [PATCH v2 5/5] ARM: dts: qcom: add device tree for "

[RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
 2025-06-22 19:02 UTC  (5+ messages)
` [PATCH 2/2] filemap: Add __filemap_get_folio_mpol()

[PATCH] arm64: dts: rockchip: Enable HDMI receiver on CM3588
 2025-06-22 18:58 UTC 

[PATCH v2 0/4] mm/shmem, swap: bugfix and improvement of mTHP swap in
 2025-06-22 18:48 UTC  (4+ messages)
` [PATCH v2 3/4] mm/shmem, swap: improve mthp swapin process

[RESEND PATCH v2] kallsyms: fix build without execinfo
 2025-06-22 18:36 UTC  (2+ messages)

[PATCH] clk: microchip: mpfs: Fix incorrect MSSPLL ID in error message
 2025-06-22 18:03 UTC 

[PATCH V2] scsi: ufs: qcom : Fix NULL pointer dereference in ufs_qcom_setup_clocks
 2025-06-22 17:51 UTC 

[PATCH v3 1/2] rust: kernel: create `overflow_assert!` macro
 2025-06-22 17:48 UTC  (2+ messages)

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-22 17:40 UTC  (12+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing

[PATCH 0/2] wl1251 deadcoding
 2025-06-22 17:28 UTC  (3+ messages)
` [PATCH 1/2] wl1251: Remove unused wl1251_acx_rate_policies
` [PATCH 2/2] wl1251: Remove unused wl1251_cmd_*

[PATCH] MAINTAINERS: EDAC: Drop inactive reviewers
 2025-06-22 17:23 UTC  (3+ messages)

[PATCH net-next v2 0/8] net/mlx5: HWS, Optimize matchers ICM usage
 2025-06-22 17:22 UTC  (9+ messages)
` [PATCH net-next v2 1/8] net/mlx5: HWS, remove unused create_dest_array parameter
` [PATCH net-next v2 2/8] net/mlx5: HWS, remove incorrect comment
` [PATCH net-next v2 3/8] net/mlx5: HWS, Refactor and export rule skip logic
` [PATCH net-next v2 4/8] net/mlx5: HWS, Create STEs directly from matcher
` [PATCH net-next v2 5/8] net/mlx5: HWS, Decouple matcher RX and TX sizes
` [PATCH net-next v2 6/8] net/mlx5: HWS, Track matcher sizes individually
` [PATCH net-next v2 7/8] net/mlx5: HWS, Shrink empty matchers
` [PATCH net-next v2 8/8] net/mlx5: Add HWS as secondary steering mode

[PATCH] Fix typo in marvell octeontx2 documentation
 2025-06-22 17:20 UTC  (2+ messages)

[PATCH 1/2] thunderbolt: Fix redundant Bit masking of ADP_DP_CS_1_AUX_RX_HOPID_MASK
 2025-06-22 17:17 UTC  (2+ messages)
` [PATCH 2/2] thunderbolt: Fix typos in documentation comments

[PATCH RESEND v4 0/5] media: i2c: imx214: Add support for more clock frequencies
 2025-06-22 17:13 UTC  (5+ messages)
` [PATCH RESEND v4 3/5] media: i2c: imx214: Make use of CCS PLL calculator

[PATCH] Bluetooth btusb.c: Add pr_info() for logging
 2025-06-22 16:57 UTC 

[PATCH net-next, v2] selftest: add selftest for anycast notifications
 2025-06-22 16:40 UTC  (2+ messages)

wlwifi AX201: WARN_ON in iwl_mvm_mld_mac_ctxt_cmd_common repeated UMAC FW crashes on 6.16-rc2
 2025-06-22 16:30 UTC 

[PATCH] [v2] myri10ge: avoid uninitialized variable use
 2025-06-22 16:27 UTC  (2+ messages)

[PATCH v6 00/23] Linux SBI MPXY and RPMI drivers
 2025-06-22 16:26 UTC  (2+ messages)

[tip: locking/urgent] futex: Allow to resize the private local hash
 2025-06-22 16:17 UTC  (11+ messages)

[PATCH 0/9] iio: adc: ad7173: add SPI offload support
 2025-06-22 16:14 UTC  (10+ messages)
` [PATCH 1/9] iio: adc: ad_sigma_delta: sort includes
` [PATCH 3/9] iio: adc: ad_sigma_delta: use BITS_TO_BYTES() macro
` [PATCH 5/9] iio: adc: ad_sigma_delta: use spi_optimize_message()
` [PATCH 8/9] iio: adc: ad_sigma_delta: add SPI offload support

[PATCH v1 0/2] Add BMP390 IIO driver, device tree bindings and support
 2025-06-22 16:08 UTC  (4+ messages)
` [PATCH v1 1/2] Add the iio driver for bosch pressure sensor bmp390. The bmp390 is a pressure sensor module. It will support SPI and I2C protocol based on configuration

[syzbot] [ext4?] kernel BUG in ext4_ext_insert_extent (2)
 2025-06-22 16:06 UTC  (2+ messages)

[PATCH v4 0/7] Retbleed fixes
 2025-06-22 16:01 UTC  (2+ messages)

[PATCH v10 0/7] iio: accel: adxl345: add interrupt based sensor events
 2025-06-22 15:50 UTC  (8+ messages)
` [PATCH v10 1/7] iio: accel: adxl345: simplify interrupt mapping
` [PATCH v10 2/7] iio: accel: adxl345: simplify reading the FIFO
` [PATCH v10 3/7] iio: accel: adxl345: add activity event feature
` [PATCH v10 4/7] iio: accel: adxl345: add inactivity feature
` [PATCH v10 5/7] iio: accel: adxl345: add coupling detection for activity/inactivity
` [PATCH v10 6/7] iio: accel: adxl345: extend inactivity time for less than 1s
` [PATCH v10 7/7] docs: iio: add documentation for adxl345 driver

[PATCH V1] scsi: ufs: qcom : Fix NULL pointer dereference in ufs_qcom_setup_clocks
 2025-06-22 15:25 UTC  (3+ messages)

[PATCH v1] sched_ext: include SCX_OPS_TRACK_MIGRATION
 2025-06-22 14:55 UTC  (2+ messages)

[PATCH v6 0/8] iio: accel: adxl313: add power-save on activity/inactivity
 2025-06-22 14:34 UTC  (2+ messages)

[PATCH v3 0/3] BMI270: Add support for step counter and motion events
 2025-06-22 14:33 UTC  (5+ messages)
` [PATCH v3 1/3] iio: imu: bmi270: add channel for step counter

[PATCH v3 0/8] Add support for AD4052 device family
 2025-06-22 14:28 UTC  (7+ messages)
` [PATCH v3 4/8] iio: adc: Add support for ad4052

[PATCH] iio: adc: ad7173: simplify clock enable/disable
 2025-06-22 14:26 UTC  (2+ messages)

[PATCH] iio: adc: ad7380: fix adi,gain-milli property parsing
 2025-06-22 14:25 UTC  (2+ messages)

[PATCH v6 00/12] iio: adc: Add support for AD4170 series of ADCs
 2025-06-22 14:21 UTC  (9+ messages)
` [PATCH v6 02/12] iio: adc: Add basic support for AD4170
` [PATCH v6 05/12] Documentation: ABI: IIO: Add sinc5+avg to the filter_type_available list
` [PATCH v6 07/12] iio: adc: ad4170: Add support for buffered data capture
` [PATCH v6 12/12] iio: adc: ad4170: Add timestamp channel

[PATCH] media: rj54n1cb0c: Fix memleak in rj54n1_probe()
 2025-06-22 14:19 UTC 

[PATCH v6 06/12] iio: adc: ad4170: Add digital filter and sample frequency config support
 2025-06-22 14:12 UTC  (3+ messages)


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