All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-19 20:15:49 to 2026-07-20 00:38:06 UTC [more...]

[PATCH v4 0/3] clk: ultrarisc: add DP1000 clock support
 2026-07-20  0:38 UTC  (4+ messages)
` [PATCH v4 1/3] clk: composite: Export devm composite pdata helper
` [PATCH v4 2/3] dt-bindings: clock: ultrarisc: Add DP1000 Clock Controller
` [PATCH v4 3/3] clk: ultrarisc: Add DP1000 clock driver

net/knod/knod_core.c:1046:8: warning: variable 'i' is used uninitialized whenever 'if' condition is true
 2026-07-20  0:37 UTC 

[GSoC Patch 0/7] repo: add more path keys to git repo info
 2026-07-20  0:35 UTC  (6+ messages)
` [GSoC Patch v2 "
  ` [GSoC Patch v2 5/7] repo: add path.index with absolute and relative suffix formatting
  ` [GSoC Patch v2 6/7] repo: add path.grafts "

[PATCH 0/3] iio: adc: ti-ads112c14: buffered read support
 2026-07-20  0:35 UTC  (5+ messages)
` [PATCH 1/3] iio: adc: ti-ads112c14: add debugfs register access
` [PATCH 2/3] iio: adc: ti-ads112c14: add support for I2C CRC8

[PATCHv2] spi: ppc4xx: devm-ify probe and drop manual resource management
 2026-07-20  0:30 UTC 

[PATCH] [PATCH] drm/vkms: Advertise PREMULTI blend mode
 2026-07-20  0:17 UTC 

SDM632 SLIMbus: ADSP framer never gets frame-sync under q6v5-pas (works under downstream pil-tz, identical firmware) - what physical precondition is PAS missing?
 2026-07-20  0:16 UTC 

[PATCH 1/2] crypto: Update cleanup path to use kfree_sensitive()
 2026-07-20  0:13 UTC  (2+ messages)

[PATCH] x86/domctl: restore all registers in arch_{get,set}_info_guest()
 2026-07-20  0:12 UTC 

[PATCH] ASoC: amd: acp: Use pcim_iomap_region() in acp-pci
 2026-07-20  0:10 UTC 

[PATCH] ALSA: sis7019: Use pcim_iomap_region() for MMIO BAR
 2026-07-20  0:09 UTC 

[syzbot] [dri?] linux-next test error: WARNING in drm_mode_config_validate
 2026-07-20  0:04 UTC 

[PATCH v4 0/8] iio: adc: new ti-ads112c14 driver
 2026-07-19 23:47 UTC  (9+ messages)
` [PATCH v4 5/8] dt-bindings: iio: adc: add ti,ads122c14
` [PATCH v4 6/8] iio: adc: add ti-ads112c14 driver
` [PATCH v4 8/8] iio: adc: ti-ads112c14: add measurement channel support

[PATCH 0/4] A new batch of synopsis conversion
 2026-07-19 23:47 UTC  (5+ messages)
` [PATCH 2/4] doc: convert git-format-patch synopsis and options to new style
` [PATCH 4/4] doc: convert git-request-pull "

[PATCH 0/3] hwmon: (pmbus/max34440): Bug fixes and supporting new device
 2026-07-19 23:41 UTC  (7+ messages)
` [PATCH 2/3] hwmon: (pmbus/max34440): add support for newer version of max34451
` [PATCH 3/3] hwmon: (pmbus/max34440): Add support for MAX34452

[RFC PATCH net-next v0.1 0/1] add GeoNetworking protocol
 2026-07-19 23:33 UTC  (3+ messages)
` [RFC PATCH net-next v0.1 1/1] net: "

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-19 23:27 UTC  (3+ messages)
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section

[pci:portdrv] BUILD SUCCESS de7048f2e2c20697cb9e567ed93ea123e6464b96
 2026-07-19 23:25 UTC 

[PATCH net] bonding: fix skb_under_panic in bond_ns_send() over stacked VLANs
 2026-07-19 23:21 UTC 

[PATCH 0/3] Add UFS Host driver support for SpacemiT K3 SoC
 2026-07-19 23:20 UTC  (7+ messages)

[PATCH v13 00/32] KVM: arm64: Implement support for SME
 2026-07-19 23:07 UTC  (33+ messages)
` [PATCH v13 01/32] arm64/sysreg: Define full value read/modify/write helpers
` [PATCH v13 02/32] arm64/fpsimd: Ensure all of ZCR_EL1 is initialised from idle
` [PATCH v13 03/32] arm64/fpsimd: Configure all ZCR/SMCR bits when loading task state
` [PATCH v13 04/32] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v13 05/32] arm64/sve: Factor virtualizable VL discovery out of SVE specific code
` [PATCH v13 06/32] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v13 07/32] KVM: arm64: Remove bitrotted comment on handle_sve()
` [PATCH v13 08/32] KVM: arm64: Handle FEAT_IDST for guest accesses to hidden registers
` [PATCH v13 09/32] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v13 10/32] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v13 11/32] KVM: arm64: Remove special case for FP state loading from ZCR_EL2 traps
` [PATCH v13 12/32] KVM: arm64: Define internal features for SME
` [PATCH v13 13/32] KVM: arm64: Rename sve_state_reg_region
` [PATCH v13 14/32] KVM: arm64: Store vector lengths in an array
` [PATCH v13 15/32] KVM: arm64: Factor SVE code out of fpsimd_lazy_switch_to_host()
` [PATCH v13 16/32] KVM: arm64: Document the KVM ABI for SME
` [PATCH v13 17/32] KVM: arm64: Implement SME vector length configuration
` [PATCH v13 18/32] KVM: arm64: Support SME control registers
` [PATCH v13 19/32] KVM: arm64: Support TPIDR2_EL0
` [PATCH v13 20/32] KVM: arm64: Support SME identification registers for guests
` [PATCH v13 21/32] KVM: arm64: Support SME priority registers
` [PATCH v13 22/32] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v13 23/32] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v13 24/32] KVM: arm64: Expose SME specific state to userspace
` [PATCH v13 25/32] KVM: arm64: Context switch SME state for guests
` [PATCH v13 26/32] KVM: arm64: Handle SME exceptions
` [PATCH v13 27/32] KVM: arm64: Expose SME to nested guests
` [PATCH v13 28/32] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v13 29/32] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v13 30/32] KVM: arm64: selftests: Skip impossible invalid value tests
` [PATCH v13 31/32] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v13 32/32] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH v8 0/5] driver core: unify the release path for dynamically allocated platform devices
 2026-07-19 23:08 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: dsa: mv88e6xxx: various hwstamp fixes
 2026-07-19 23:04 UTC  (9+ messages)
` [PATCH net-next v2 2/2] net: dsa: mv88e6xxx: embedded PTP timestamp support

[RFC PATCH v4 0/3] iio: position: add Rust driver for ams AS5600
 2026-07-19 23:02 UTC  (5+ messages)
` [RFC PATCH v4 1/3] i2c: rust: implement SMBus read abstraction via kernel::io::Io for I2cClient

[LSF/MM/BPF TOPIC] 64k (or 16k) base page size on x86
 2026-07-19 23:00 UTC  (9+ messages)

[OE-core][scarthgap][PATCH 1/6] glib-2.0: fix CVE-2026-58010
 2026-07-19 22:56 UTC  (2+ messages)

[PATCH] Documentation: wmi: lenovo-wmi-other: Document intentional BIOS misspelling
 2026-07-19 22:54 UTC  (4+ messages)

[PATCH v1 00/11] Add support for StarFive JHB100 SFC
 2026-07-19 22:51 UTC  (3+ messages)
` [PATCH v1 02/11] spi: dw: update NDF while using enhanced spi mode

domU crash when resuming from suspend - Xen 4.22
 2026-07-19 22:50 UTC  (9+ messages)

[PATCH 00/19] media: clean up unnecessary vb2_queue_release calls
 2026-07-19 22:50 UTC  (5+ messages)
` [PATCH 03/19] media: pci: ipu6: drop calls to vb2_video_unregister_device and vb2_queue_release
` [PATCH 18/19] staging: media: ipu7: drop unnecessary cleanup calls

[PATCH] media: ov5693: add OVTI5693 ACPI HID for IPU6 Surface devices
 2026-07-19 22:42 UTC  (4+ messages)
` [PATCH v2 0/3] media: Enable the OV5693 front camera on "
  ` [PATCH v2 3/3] media: i2c: ov5693: Gate the MIPI clock lane for IPU6

[PATCH v4] dt-bindings: iio: proximity: move LIDAR-Lite out of trivial-devices
 2026-07-19 22:41 UTC  (3+ messages)

[PATCH] device property: add missing kernel-doc for property_entry
 2026-07-19 22:36 UTC 

[PATCH 0/3] iio: light: opt4060: Fix integration time, pointer type and error message
 2026-07-19 22:36 UTC  (2+ messages)

[PATCH] iio: light: ltrf216a: fix runtime PM reference leak in error path
 2026-07-19 22:33 UTC  (3+ messages)

[PATCH] bus: mhi: clean up some kernel-doc warnings
 2026-07-19 22:32 UTC 

[PATCH v12 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-07-19 22:30 UTC  (5+ messages)
` [PATCH v12 2/2] "

[PATCH V1] accel/amdxdna: Fix command timeout race
 2026-07-19 22:29 UTC  (2+ messages)

[RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
 2026-07-19 22:28 UTC  (2+ messages)

[linux-next:master 7487/7584] drivers/gpu/drm/amd/amdgpu/../display/dc/resource/dcn42b/dcn42b_resource.c:167:40: error: 'regDP_SYM32_ENC0_DP_SYM32_ENC_VID_CRC_CONTROL_BASE_IDX' undeclared; did you mean 'regDP_SYM32_ENC0_DP_SYM32_ENC_VID_MSA_CONTROL_BASE_IDX'?
 2026-07-19 22:25 UTC 

[PATCH v3] coresight: coresight.h: add '*' to kernel-doc lines
 2026-07-19 22:24 UTC 

[PATCH v2 0/4] serial: fix console lifetime bugs on failed bind and removal
 2026-07-19 22:25 UTC  (6+ messages)
` [PATCH v2 1/4] serial: core: do fallible allocations before the console can be registered
` [PATCH v2 2/4] serial: core: clear freed pointers on uart_register_driver() failure
` [PATCH v2 3/4] tty: don't oops in tty_unregister_device() when no cdev is registered
` [PATCH v2 4/4] serial: imx: serialize imx_uart_ports[] lifetime

[OE-core][wrynose][PATCH 1/6] glib-2.0: Fix CVE-2026-58010
 2026-07-19 22:23 UTC  (4+ messages)

[OE-core][scarthgap][PATCH v2] libpng: Fix CVE-2026-34757
 2026-07-19 22:21 UTC  (2+ messages)

[PATCH v4 0/2] i2c-tools: Make tools accept bus path
 2026-07-19 22:22 UTC  (6+ messages)
` [PATCH v4 1/2] i2c-tools: Allow passing device file paths

[wrynose][PATCH] glib-2.0: upgrade 2.88.0 -> 2.88.2
 2026-07-19 22:18 UTC 

[PATCH v8 0/8] New features for the AD5686 IIO driver
 2026-07-19 22:17 UTC  (10+ messages)
` [PATCH v8 2/8] iio: dac: ad5686: missing NULL check on match data

[scarthgap][PATCH] extrausers: Terminate set_user_group post-process command
 2026-07-19 22:15 UTC  (2+ messages)
` [OE-core] "

[PATCH nf] netfilter: nft_payload: fix mask build for partial field offload
 2026-07-19 22:15 UTC 

[PATCH] ASoC: codecs: ES8389: Remove redundant comparison
 2026-07-19 22:15 UTC 

[PATCH] iio: pressure: dps310: add FIFO support
 2026-07-19 22:11 UTC  (5+ messages)
` [PATCH v3] iio: pressure: dps310: add triggered buffer support

[PATCH 1/3] man/: tfix
 2026-07-19 22:10 UTC  (7+ messages)
` [PATCH 3/3] man/man7/landlock.7: wfix

[PATCH RFC PineTab-V DTS File v2 0/2] Pine64 Pinetab-V Device Tree Support
 2026-07-19 22:02 UTC  (3+ messages)
` [PATCH RFC PineTab-V DTS File v2 1/2] RFC: Pine64 Pinetab-V dts Device Tree File
` [PATCH RFC PineTab-V DTS File v2 2/2] RFC: Pine64 Pinetab-V "

[PATCH] vsock: use sock_error() to consume sk_err after connect timeout
 2026-07-19 21:57 UTC 

[PATCH 0/4] serial: fix console lifetime bugs on failed bind and removal
 2026-07-19 22:02 UTC  (4+ messages)
` [PATCH 4/4] serial: imx: clear imx_uart_ports[] entry on probe failure "

[PATCH] platform/x86: int3472: handle GPIO type 0x08 as a power regulator
 2026-07-19 22:00 UTC  (2+ messages)

[RFC PATCH 0/3] wifi: ath11k: isolate RXDMA page-frag lifetimes
 2026-07-19 21:58 UTC  (4+ messages)
` [RFC PATCH 1/3] wifi: ath11k: reserve headroom when aligning RX buffers
` [RFC PATCH 2/3] wifi: ath11k: make external IRQ control idempotent
` [RFC PATCH 3/3] wifi: ath11k: use private page-frag caches for RXDMA rings

[PATCH] kconfig: fix minor typos in comments
 2026-07-19 21:56 UTC  (2+ messages)

[PATCH] usb/xhci: implement Event Ring Full handling
 2026-07-19 21:54 UTC 

[PATCH] clk: hisilicon: hi3660-stub: use devm_platform_ioremap_resource
 2026-07-19 21:54 UTC 

[PATCH 0/2] cifs: fix attribute cache corruption from concurrent directory operations
 2026-07-19 21:54 UTC  (3+ messages)
` [PATCH 1/2] cifs: serialize readdir with directory cache invalidation from lease breaks
` [PATCH 2/2] cifs: prevent readdir from changing file size due to stale directory metadata

[PATCHv2 0/2] clk: stm32: fix COMPILE_TEST builds
 2026-07-19 21:50 UTC  (3+ messages)
` [PATCHv2 1/2] clk: stm32: add missing bitfield.h header
` [PATCHv2 2/2] clk: stm32: allow STM32MP COMPILE_TEST builds

[RFC PATCH 0/2] ath10k wifi fixes
 2026-07-19 21:49 UTC  (4+ messages)
` [RFC PATCH 1/2] wifi: ath10k: make in-order rx amsdu buffers persistent

[PATCH v3][scarthgap] python3: fix CVE-2026-7210
 2026-07-19 21:48 UTC  (2+ messages)
` [OE-core] "

[PATCH RFC v2] wifi: ath10k: make in-order rx amsdu buffers persistent
 2026-07-19 21:45 UTC  (2+ messages)

[PATCH] Bluetooth: hci_core: Explicitly kfree_skb() HCI_DRV_PKT and HCI_DIAG_PKT frames
 2026-07-19 21:44 UTC  (2+ messages)
`  "

[PATCH] clk: hisilicon: allow COMPILE_TEST builds
 2026-07-19 21:44 UTC  (3+ messages)

[PATCH 0/4] iio: dac: ad5686: extend device support
 2026-07-19 21:43 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: iio: dac: ad5696: "
` [PATCH 3/4] iio: dac: ad5686: extend device support with new parts
` [PATCH 4/4] iio: dac: ad5686: update device list and file header comments

[PATCH] clk: mmp: allow COMPILE_TEST builds
 2026-07-19 21:43 UTC 

[PATCH v18 0/7] branch: delete-merged
 2026-07-19 21:42 UTC  (4+ messages)
` [PATCH v19 "
  ` [PATCH v19 5/7] branch: add --delete-merged <branch>

[PATCHv2] clk: davinci: add COMPILE_TEST support
 2026-07-19 21:42 UTC 

[android-common:android16-6.12 12/12] kernel/sched/test_ksched_football.c:55:10: sparse: sparse: symbol 'players_ready' was not declared. Should it be static?
 2026-07-19 21:40 UTC 

[PATCH] EDAC/cpc925: manage mci lifetime via devres and simplify ioremap
 2026-07-19 21:35 UTC 

[PATCH v1 0/4] clk: sunxi-ng: fix the A523/T527 GPU clock model, enable GPU DVFS
 2026-07-19 21:35 UTC  (7+ messages)
` [PATCH v1 1/4] clk: sunxi-ng: add cycle-masking divider (maskdiv) clock type
` [PATCH v1 2/4] clk: sunxi-ng: sun55i-a523: GPU clock divider is fractional, not linear
` [PATCH v1 3/4] clk: sunxi-ng: sun55i-a523: reparent GPU while pll-gpu changes rate
` [PATCH v1 4/4] arm64: dts: allwinner: t527-orangepi-4a: add GPU OPP table

[PATCH v2 0/7] Add hexagon l2vic device
 2026-07-19 21:31 UTC  (5+ messages)
` [PATCH v2 1/7] target/hexagon: initialize deferred sreg-write temps to current value
` [PATCH v2 2/7] target/hexagon: fix PC not advancing for non-COF TB-ending packets

[PATCH v4 01/27] bitbake: globally define KERNEL_PACKAGE_NAME
 2026-07-19 21:25 UTC  (4+ messages)
` [OE-core] "

[scarthgap][PATCH 0/3] python3: fix CVE-2026-11940, CVE-2026-11972 and CVE-2026-9669
 2026-07-19 21:22 UTC  (5+ messages)
` [scarthgap][PATCH 2/3] python3: fix CVE-2026-11972
  ` [OE-core] "
` [scarthgap][PATCH 3/3] python3: fix CVE-2026-9669
  ` [OE-core] "

[PATCH 0/2] SD & SDHCI fixes for 11.2
 2026-07-19 21:19 UTC  (3+ messages)
` [PATCH 1/2] hw/sd/sd: Fix error case for CMD18
` [PATCH 2/2] hw/sd/sdhci: Extract uSDHC-specific quirk

[PATCH] RDMA/umem: Fix the ib_umem_dmabuf_get() prototype
 2026-07-19 21:16 UTC 

[PATCH] iio: pressure: dps310: fix NULL pointer dereference on ACPI probe
 2026-07-19 21:14 UTC  (4+ messages)

Linux 7.2-4c4
 2026-07-19 21:13 UTC 

[RFC PATCH 1/2] RDMA/rxe: drive UDP tunnel socket lifetime from the GID table
 2026-07-19 21:13 UTC  (4+ messages)

[PATCH] dt-bindings: media: ti,am437x-vpfe: Convert to DT schema
 2026-07-19 21:13 UTC 

[PATCH] EDAC/highbank: manage mci lifetime via devres and simplify ioremap
 2026-07-19 21:13 UTC 

[PATCH] EDAC/highbank_l2: manage dci lifetime via devres and simplify ioremap
 2026-07-19 21:13 UTC 

[PATCH] EDAC/altera: manage dci lifetime via devres and simplify ioremap
 2026-07-19 21:12 UTC 

Linux kernel 7.2-rc4 released
 2026-07-19 21:11 UTC 

[PATCH] EDAC/xgene: use devm_platform_ioremap_resource in probe
 2026-07-19 21:11 UTC 

[PATCH] clk: sunxi-ng: div: implement set_rate_and_parent
 2026-07-19 21:09 UTC  (3+ messages)

[GIT PULL] Networking for v7.2-rc4
 2026-07-19 21:08 UTC  (2+ messages)

[GIT PULL] BPF fixes for 7.2-rc4
 2026-07-19 21:08 UTC  (2+ messages)

[PATCH v1] regmap: Clarify _regmap_update_bits() 'async' kernel-doc
 2026-07-19 21:05 UTC  (3+ messages)

[PATCH net v2] rds: tcp: unregister sysctl before tearing down listen socket
 2026-07-19 21:03 UTC 

[PATCH v5 00/10] Metadata series preparation
 2026-07-19 21:00 UTC  (4+ messages)
` [PATCH v6 03/16] media: imx219: Account for rate_factor in control steps

[PATCH v8 0/9] iommu/arm-smmu-v3: Adopt the crashed kernel's stream table for kdump
 2026-07-19 20:59 UTC  (4+ messages)

[BUG] usb: gadgetfs: KASAN null-ptr-deref and intermittent UAF in ep_aio_cancel()
 2026-07-19 20:59 UTC  (9+ messages)

[PATCH v2 0/2] xfs: restore nofs context unconditionally in xfs_trans_roll
 2026-07-19 20:57 UTC  (3+ messages)
` [PATCH v2 1/2] mm: introduce memalloc_flags_move() for transferring allocation scopes

[PATCH] rust: io: convert ResourceSize into a transparent newtype
 2026-07-19 20:53 UTC  (7+ messages)
` [PATCH v2] "

[meta-virtualization][PATCH] crun: set status for CVE-2025-24965
 2026-07-19 20:48 UTC 

[meta-virtualization][wrynose][PATCH] crun: set status for CVE-2025-24965
 2026-07-19 20:48 UTC 

[scarthgap][PATCH] binutils: fix CVE-2025-69645
 2026-07-19 20:43 UTC  (2+ messages)
` [OE-core] "

[PATCH v7 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
 2026-07-19 20:37 UTC  (6+ messages)
` [PATCH v7 2/3] iommu/arm-smmu-v3: Introduce CFGI/TLBI-repeat workaround infrastructure

[PATCH net] rds: tcp: unregister sysctl before tearing down listen socket
 2026-07-19 20:37 UTC  (2+ messages)

[PATCH v3 0/6] x86/hygon: Add Family 0x18 DF node enumeration and SMN access
 2026-07-19 20:36 UTC  (3+ messages)
` [PATCH v3 4/6] x86/hygon: Add Family 0x18 DF node enumeration

[PATCH] fs/ntfs3: remove redundant if-block in check_attr()
 2026-07-19 20:25 UTC 

[PATCH] x86/tools: Scope uapi include dirs to vdso2c
 2026-07-19 20:12 UTC 

[PATCH v2] i2c: jz4780: Cache host clock rate at probe to prevent CCF prepare_lock deadlock
 2026-07-19 20:19 UTC 

[PATCH] KVM: x86/mmu: Skip rmap aging when the rmap lock was elided
 2026-07-19 20:18 UTC  (2+ messages)

[meta-oe][wrynose][PATCH 1/2] c-ares: upgrade 1.34.6 -> 1.34.8
 2026-07-19 20:18 UTC  (2+ messages)
` [meta-oe][wrynose][PATCH 2/2] c-ares: set status for CVE-2025-31498

[syzbot] [pm?] possible deadlock in device_move (2)
 2026-07-19 20:18 UTC 

[meta-oe][PATCH] c-ares: set status for CVE-2025-31498
 2026-07-19 20:16 UTC 

[PATCH] EDAC/mpc85xx: manage controller info lifetime via devres
 2026-07-19 20:15 UTC 

[syzbot] [dri?] linux-next test error: WARNING in drm_mode_config_validate
 2026-07-19 20:15 UTC  (2+ messages)
` Forwarded: [PATCH] drm/vkms: Advertise PREMULTI blend mode


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.