All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-30 07:00:46 to 2026-07-30 07:45:21 UTC [more...]

[PATCH] iomap: follow the alignment requirement for iomap_dio_hole_iter()
 2026-07-30  7:45 UTC  (2+ messages)

[PATCH v9 0/5] Improve code in zcrypt msg type 6 handling
 2026-07-30  7:44 UTC  (4+ messages)
` [PATCH v9 5/5] s390/zcrypt: Pad trailing CCA or EP11 message with zeros

[PATCH] mm: return -ENOMEM for page-table allocation failure in insert_pages()
 2026-07-30  7:43 UTC  (3+ messages)

[moderation/CI] Re: Cleaning up the KVM clock mess
 2026-07-30  7:43 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update s390 specific vfio sections
 2026-07-30  7:43 UTC  (2+ messages)

[PATCH 1/2] stash: record positional index in 'struct stash_info'
 2026-07-30  7:43 UTC  (2+ messages)

[PATCH v1 00/17] [RISC-V] virtual interrupt controller (vAPLIC/vIMSIC) support
 2026-07-30  7:42 UTC  (5+ messages)
` [PATCH v1 02/17] xen/riscv: add basic VGEIN management for AIA guests

[PATCH v4 0/3] i2c: Add Novatek NT72676 SoC I2C controller
 2026-07-30  7:43 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: i2c: Add Novatek NT72676 "
` [PATCH v4 2/3] i2c: nt72676: Add Novatek NT72676 I2C controller driver
` [PATCH v4 3/3] MAINTAINERS: Add entry for "

[PATCH v2] block/cgroup: Drop stale -EBUSY retry from blkg_conf_prep()
 2026-07-30  7:39 UTC 

[Intel-wired-lan] [PATCH iwl-net v5 0/4] ixgbe: four bug fixes
 2026-07-30  7:42 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH iwl-net v5 2/4] ixgbe: fix cls_u32 nexthdr path returning success when no entry installed
` [Intel-wired-lan] [PATCH iwl-net v5 3/4] ixgbe: fix ITR value overflow in adaptive interrupt throttling

[PATCH v6 0/3] arm64: dts: qcom: eliza-evk: Enable PCIe0 and PCIe1 with M.2 and TC9563 switch
 2026-07-30  7:42 UTC  (4+ messages)
` [PATCH v6 3/3] arm64: dts: qcom: eliza-evk: Add PCIe1 with TC9563 PCIe switch

[PATCH] ocfs2: fix circular locking dependency in ocfs2_init_acl()
 2026-07-30  7:42 UTC 

[LTP] [PATCH 1/2] madvise09: restore cgroup v1 memory limits with numeric values
 2026-07-30  7:41 UTC  (2+ messages)
` [LTP] [PATCH 2/2] mailmap: enable liwang@hygon.cn address

[PATCH] md/raid5: protect bitmap batch counters aka seq_flush/seq_write consistency
 2026-07-30  7:40 UTC  (2+ messages)

[PATCH] crypto: qce - drop redundant variable in qce_skcipher_done
 2026-07-30  7:40 UTC  (2+ messages)

[PATCH] crypto: bcm - use memcpy_and_pad in ahash_hmac_setkey
 2026-07-30  7:40 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix underflow logic in swing index calculations
 2026-07-30  7:39 UTC  (2+ messages)

[PATCH] crypto: tegra - fix rctx->cryptlen in tegra_gcm_do_one_req()
 2026-07-30  7:40 UTC  (3+ messages)
` [PATCH v2] crypto: tegra - fix rctx->cryptlen calculation "

[PATCH 0/2] media: axiado: add AX3000/AX3005 V4L2 capture driver
 2026-07-30  7:40 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: media: add axiado,ax3000-video
` [PATCH 2/2] media: axiado: add V4L2 capture driver for AX3000/AX3005 SoC

[PATCH v4 00/29] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-30  7:40 UTC  (32+ messages)
` [PATCH v4 01/29] arm64: sysreg: Emit RESx/UNKN values for Mapping/Fields definitions
` [PATCH v4 02/29] arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release
` [PATCH v4 03/29] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH v4 04/29] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH v4 05/29] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH v4 06/29] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH v4 07/29] KVM: arm64: Don't evaluate HCR_EL2.NV nor HFGITR_EL2.ERET on ERET fast path
` [PATCH v4 08/29] arm64: Add ARM64_HAS_NV2P1 capability
` [PATCH v4 09/29] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH v4 10/29] KVM: arm64: Relax CNTHCTL_EL2 "
` [PATCH v4 11/29] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH v4 12/29] arm64: Add FEAT_NV2p1 detection
` [PATCH v4 13/29] arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2
` [PATCH v4 14/29] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH v4 15/29] arm64: Add ARM64_HAS_NV3 capability
` [PATCH v4 16/29] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [PATCH v4 17/29] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH v4 18/29] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH v4 19/29] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH v4 20/29] KVM: arm64: Add sanitisation for NVHCR_EL2
` [PATCH v4 21/29] KVM: arm64: Add NVHCR_EL2 handling to the sysreg array
` [PATCH v4 22/29] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH v4 23/29] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH v4 24/29] KVM: arm64: Engage NV3 ERET trap elision
` [PATCH v4 25/29] KVM: arm64: Engage NV3 TLBI "
` [PATCH v4 26/29] KVM: arm64: Add FEAT_NV3 detection
` [PATCH v4 27/29] KVM: arm64: Expose FEAT_NV3 to guests
` [PATCH v4 28/29] KVM: arm64: selftest: Add NVHCR_EL2 to get-reg-list
` [PATCH v4 29/29] arm64: Add override for ID_AA64MMFR4_EL1.NV_frac

[PATCH v2 0/4] staging: rtl8723bs: fix several memory-safety bugs
 2026-07-30  7:38 UTC  (3+ messages)
` [PATCH v2 2/4] staging: rtl8723bs: fix double free when register_netdev() fails

[PATCH] crypto: cesa: manage SRAM teardown with devm
 2026-07-30  7:39 UTC  (2+ messages)

[PATCH] crypto: af_alg: Allow cbc(paes)
 2026-07-30  7:39 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: os_intfs: replace msleep with usleep_range
 2026-07-30  7:37 UTC  (2+ messages)

[PATCH 0/4] staging: rtl8723bs: fix several memory-safety bugs
 2026-07-30  7:36 UTC  (2+ messages)

[PATCH RFC v7] ocfs2: fix circular locking dependency in ocfs2_init_acl()
 2026-07-30  7:37 UTC  (2+ messages)

[PATCH RFC 0/4] mtd/spi-mem: Enable DQS support
 2026-07-30  7:37 UTC  (4+ messages)

[PATCH ath-current] wifi: ath11k: reset ar->num_station on hardware start
 2026-07-30  7:37 UTC  (3+ messages)

[PATCH v2 0/3] dt-bindings: riscv: Add RISC-V Worlds and SiFive WorldGuard DT bindings
 2026-07-30  7:37 UTC  (9+ messages)
` [PATCH v2 2/3] dt-bindings: riscv: Add Worlds per-hart properties
` [PATCH v2 3/3] dt-bindings: sifive: Add WorldGuard Checker

[RFC] staging: nvec: possible missing bounds check in nvec_power_bat response handling
 2026-07-30  7:35 UTC  (3+ messages)
` [PATCH] staging: nvec: fix out-of-bounds string copies

[wrynose][PATCH] kernel-fit-image.bbclass: Do not include kernel property in DTBO config subnodes
 2026-07-30  7:36 UTC  (11+ messages)
      ` [OE-core] "

[PATCH] drm/xe/ras: Split RAS init into xe_ras_init_early and xe_ras_init
 2026-07-30  7:36 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v3 0/5] zram: fix zstd per-CPU error path and add parameter validation
 2026-07-30  7:35 UTC  (7+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 3/4] zram: validate parameters in each backend's setup_params
  ` [PATCH v4 4/4] zram: reset per-priority params when changing algorithm before init

EVL: Latency issues probably connected to amdgpu driver
 2026-07-30  7:34 UTC  (5+ messages)

[dhowells-fs:afs-sticky-2 8/14] fs/netfs/rolling_buffer.c:31:25: error: incomplete definition of type 'struct mempool'
 2026-07-30  7:33 UTC 

[PATCH v2 0/3] media: Enable the OV5693 front camera on IPU6 Surface devices
 2026-07-30  7:32 UTC  (6+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 4/4] media: ipu-bridge: Request non-continuous clock for ov5693 on IPU6

[PATCH v2] of: reserved_mem: Introduce devres-managed initialization function
 2026-07-30  7:32 UTC 

[PATCH v4 0/3] Enable mutliple peripherals in IPQ5210
 2026-07-30  7:32 UTC  (5+ messages)
` [PATCH v4 2/3] arm64: dts: qcom: ipq5210: Introduce RDP504 common DT file

[PATCH v6 0/7] Read MAC address from SST vendor specific SFDP region
 2026-07-30  7:31 UTC  (4+ messages)
` [PATCH v6 6/7] ARM: dts: microchip: sama5d27_wlsom1: read MAC address from QSPI SFDP

[PATCH net 1/1] net/sched: reject overly deep qdisc hierarchies
 2026-07-30  7:30 UTC  (3+ messages)

[PATCH net v2] usbnet: cap max_mtu for drivers without bind callback
 2026-07-30  7:30 UTC  (3+ messages)

[PATCH nf v2 1/1] netfilter: validate L4 headers after userspace packet writes
 2026-07-30  7:30 UTC 

[PATCH] configfs: fix refcount warning in configfs_get_config_item()
 2026-07-30  7:30 UTC  (3+ messages)

[PATCH 0/2] sched: Fix SCHED_FLAG_KEEP_PARAMS side effects
 2026-07-30  7:29 UTC  (3+ messages)
` [PATCH 1/2] sched: Skip class callbacks with SCHED_FLAG_KEEP_PARAMS

[PATCH v5 00/22] iomap: convert to in-iter iomap_next() model
 2026-07-30  7:29 UTC  (3+ messages)
` [PATCH v5 01/22] iomap: release the folio batch on iomap callback failures

[PATCH] scsi: core: do not block on tag allocation in scsi_eh_lock_door()
 2026-07-30  7:28 UTC  (2+ messages)

[PATCH] mm/huge_memory: fix huge zero folio publication race
 2026-07-30  7:27 UTC  (4+ messages)

[PATCH v2] zloop: zero out only the unread tail of short reads
 2026-07-30  7:28 UTC  (2+ messages)

[PATCH] drm/amd/pm: Add PPTable power limit quirk for ASUS G14 GA402R
 2026-07-30  7:28 UTC  (3+ messages)

[PATCH] spirv-tools: Upgrade 1.4.350.1 -> 1.4.357.0
 2026-07-30  7:27 UTC 

[BUG] fat: race between fat32_ent_put FAT update and mmc_spi transmit on shared page
 2026-07-30  7:27 UTC 

[PATCH] zloop: zero out only the unread tail of short reads
 2026-07-30  7:27 UTC  (3+ messages)

[RFC 00/32] remove rte_smp barrier functions
 2026-07-30  7:27 UTC  (5+ messages)
` [RFC 02/32] test: remove test for rte_smp_mb
` [RFC 17/32] eal/x86: move optimized fence out of SMP barrier

[PATCH] driver core: introduce PROBE_FORCE_ASYNCHRONOUS
 2026-07-30  7:25 UTC  (8+ messages)

[PATCH v3 0/2] kho: support preserving high-order non-compound pages
 2026-07-30  7:26 UTC  (3+ messages)
` [PATCH v3 2/2] kho: Introduce preserve/restore APIs for high-order pages

[PATCH v12 0/4] Introduce cold reset recovery method
 2026-07-30  7:26 UTC  (4+ messages)
` [PATCH v12 4/4] drm/xe/ras: Use fault-inject to trigger punit error handler

[PATCH v2 0/4] riscv: dts: spacemit: Add cpu scaling for Milk-V Jupiter
 2026-07-30  7:26 UTC  (4+ messages)
` [PATCH v2 3/4] dt-bindings: riscv: spacemit: add Milk-V Jupiter M1 compatible

[PATCH 1/3] crypto: caam: Fix DMA mapping leak in the cbc(paes) job path
 2026-07-30  7:25 UTC  (2+ messages)

[PATCH net-next v4 0/3] net/smc: transition to RDMA core CQ pooling
 2026-07-30  7:25 UTC  (5+ messages)
` [PATCH net-next v4 3/3] "

[PATCH] mm/mglru: force aging the lruvec when min_seq pinned
 2026-07-30  7:23 UTC 

[PULL 00/20] target-arm queue
 2026-07-30  7:23 UTC  (3+ messages)
` [PULL 01/20] hw/intc/arm_gicv3: Fix ARM_GICV3 dependency for KVM / WHPX

[PATCH v5 00/22] kho: make boot time huge page allocation work nicely with KHO
 2026-07-30  7:23 UTC  (3+ messages)
` [PATCH v5 17/22] mm/mm_init: don't rely on memblock to get KHO scratch migratetype

[PATCH v2] dt-bindings: remoteproc: qcom,shikra-pas: Allow bam-dmux subnode
 2026-07-30  7:23 UTC  (2+ messages)

[meta-oe][PATCH] boinc-client: update to 8.2.15
 2026-07-30  7:23 UTC  (2+ messages)
` [oe] "

[PULL 0/4] hw/nvme fixes
 2026-07-30  7:22 UTC  (3+ messages)
` [PULL 2/4] hw/nvme: fix assertion failure on subregion removal

[PATCH] tests/xe_pm: add sysfs coverage subtests
 2026-07-30  7:22 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[RFC PATCH 0/4] cpufreq/amd-pstate: Per-core EPP boost for recently-busy CPUs
 2026-07-30  7:22 UTC  (5+ messages)

[PATCH] PCI: brcmstb: Reserve only the MSI vectors that are handed out
 2026-07-30  7:22 UTC 

[PATCH] hung_task: update DETECT_HUNG_TASK_BLOCKER Kconfig help
 2026-07-30  7:21 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH v2 1/5] mm: mglru: avoid scanning empty generations in scan_folios()
 2026-07-30  7:21 UTC  (4+ messages)

[PATCH] accel/rocket: clear rdev on device init failure
 2026-07-30  7:21 UTC  (2+ messages)

[PATCH v5 0/2] Add no-hpd property to the cadence bridge
 2026-07-29  8:24 UTC  (3+ messages)
  `  "

[PATCH bpf v3] bpf: Fix potential UAF when reading bpf link info
 2026-07-30  7:19 UTC  (2+ messages)

[PATCH 0/1] drm/amd/display: allow self-refresh exit while entry is blocked
 2026-07-30  3:32 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] drm/amdgpu: Drop UVD buffer size checks in amdgpu_uvd_ring_parse_cs
 2026-07-30  7:19 UTC 

[PATCH bpf-next v2] bpf: Fix mmap_lock leak in irq_work path
 2026-07-30  7:19 UTC  (2+ messages)

[PATCH v2 00/10] ARM: tegra: tf701t: Add new features
 2026-07-30  7:19 UTC  (5+ messages)
` [PATCH v2 05/10] ARM: tegra: tf701t: Add thermal zones for nct1008 sensor
` [PATCH v2 08/10] ARM: tegra: tf701t: Complete power sensor node

[PATCH 0/3] Add Sharp GP2AP070S Proximity Driver and enable it in Galaxy J6 (j6lte)
 2026-07-30  7:19 UTC  (5+ messages)
` [PATCH 2/3] iio: proximity: add driver for Sharp GP2AP070S proximity sensor

[PATCH] i2c: prevent new device registration during adapter removal
 2026-07-30  7:18 UTC 

[PATCH v4 00/19] crypto: talitos - Driver cleanup
 2026-07-30  7:18 UTC  (2+ messages)

[PATCH v6 00/23] Introduce enablemenant of dom0less
 2026-07-30  7:18 UTC  (8+ messages)
` [PATCH v6 18/23] xen/riscv: implement IRQ routing for device passthrough

[PATCH v8 0/3] drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels
 2026-07-30  7:18 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe: make CTX_TIMESTAMP TOCTOU-safe and handle sentinels (rev8)

[PATCH net] net: stmmac: Select sleep pin state after suspending phylink
 2026-07-30  7:17 UTC  (2+ messages)

[PATCH] media: s5p-mfc: use timer_shutdown_sync() for the self-rearming watchdog
 2026-07-30  7:15 UTC 

[PATCH v3] PCI: imx6: Update MPLLB bandwidth to improve i.MX95 Gen3 PCIe stability
 2026-07-30  7:16 UTC  (6+ messages)

[PATCH] ASoC: SOF: topology: Use acpi mach from the machine driver
 2026-07-30  7:17 UTC 

[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-30  7:15 UTC  (6+ messages)
` [PATCH v9 04/16] KVM: arm64: selftests: Test SET_NR_COUNTERS after first run

[PULL 00/13] vfio queue
 2026-07-30  7:14 UTC  (5+ messages)
` [PULL 01/13] vfio/igd: Clear saved BDSM in legacy VBIOS ROM at load time

[PATCH] ALSA: hda/realtek: Fix speaker mute LED on Lenovo ThinkBook 14 G8+ IPH
 2026-07-30  7:14 UTC 

[PATCH v2 0/2] Add support for Parade PS5169 USB Type-C linear redriver
 2026-07-30  7:15 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: usb: Add Parade PS5169 redriver bindings

[PATCH v3 0/9] Introducing guest driven VM launch update mechanism (BYOF interface)
 2026-07-30  7:12 UTC  (10+ messages)
` [PATCH v3 1/9] igvm: store IgvmCfg pointer in QIgvm
` [PATCH v3 2/9] igvm: track memory regions
` [PATCH v3 3/9] igvm: cleanup "
` [PATCH v3 4/9] hw/misc/vmlaunchupdate: add api header
` [PATCH v3 5/9] hw/misc/vmlaunchupdate: Introduce hypervisor fw-cfg interface support
` [PATCH v3 6/9] docs/spec: Add a specification document for vm-launch-update device
` [PATCH v3 7/9] tests/qtest: Add small igvm files for testing purpose
` [PATCH v3 8/9] Add functional and unit tests for the vm-launch-update device
` [PATCH v3 9/9] Update MAINTAINERS

[PATCH v6 0/2] hwrng: starfive: updates for jh7110-trng DT binding and rework clk/reset teardown
 2026-07-30  7:14 UTC  (3+ messages)
` [PATCH v6 2/2] hwrng: starfive: rework clk/reset teardown order for JHB100

[PATCH v9 0/2] media: i2c: add support for ITE IT6625/IT6626 HDMI to MIPI CSI-2 bridge
 2026-07-30  7:13 UTC  (5+ messages)
` [PATCH v9 1/2] dt-bindings: media: add ITE IT6625/IT6626 HDMI bridge
` [PATCH v9 2/2] media: i2c: add driver for ITE IT6625/IT6626

[PATCH mptcp-next v12 0/4] mptcp: MSG_ERRQUEUE support on the parent socket
 2026-07-30  7:12 UTC  (5+ messages)
` [PATCH mptcp-next v12 1/4] mptcp: support MSG_ERRQUEUE "
` [PATCH mptcp-next v12 2/4] mptcp: sockopt: factor inet_flags propagation into a mask
` [PATCH mptcp-next v12 3/4] mptcp: propagate RECVERR sockopts to subflows
` [PATCH mptcp-next v12 4/4] selftests: mptcp: cover IP_RECVERR sockopt propagation

[DPDK/core Bug 1974] [dpdk24.11.7-rc1] DPDK build failed with clang on Ubuntu26.04
 2026-07-30  7:12 UTC 

[PATCH v1 0/2] Refine move_imm() and optimize memory load
 2026-07-30  7:12 UTC  (2+ messages)

[PATCH v2] doc: remove unreferenced KNI and examples figures
 2026-07-30  7:11 UTC  (2+ messages)

[PATCH v4 2/2] i2c: core: support recovery for single-ended GPIOs
 2026-07-30  7:11 UTC  (5+ messages)
` [PATCH v5 0/2] i2c: improve bus "
  ` [PATCH v5 2/2] i2c: core: support "

[PATCH] fanotify: stop permission watchdog when timeout is zero
 2026-07-30  7:06 UTC 

[Intel-wired-lan] [PATCH net v7 0/4] Fix i40e/ice/iavf VF bonding after netdev lock changes
 2026-07-30  7:09 UTC  (8+ messages)
` [PATCH net v7 3/4] iavf: send MAC change request synchronously
  ` [Intel-wired-lan] "
` [PATCH net v7 4/4] ice: skip unnecessary VF reset when setting trust
  ` [Intel-wired-lan] "

[PATCH v2 0/2] ASoC: codecs: add the Qualcomm WCD9378 audio codec
 2026-07-30  7:09 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: "

[PATCH v2] usb: gadget: uvc: Fix Null Pointer Dereference in uvcg_video_init()
 2026-07-30  7:08 UTC  (2+ messages)

[PATCH] btrfs: disable bs > ps support if no transparent hugepage support
 2026-07-30  7:07 UTC 

[PATCH mt76] wifi: mt76: mt792x: drop redundant napi_disable() in unregister path
 2026-07-30  7:07 UTC  (3+ messages)

[PATCH] mm/mm_init: remove unnecessary initialization of pgdat->per_cpu_nodestats
 2026-07-30  7:06 UTC  (2+ messages)

[PATCH v2 0/5] USB4 mode programming for QMMPHY on X1E
 2026-07-30  7:06 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: phy: qcom,qmp-usb3-dp: Extend X1E description for USB4

[LTP] [PATCH 1/3] tst_cgroup: add cpu.stat and cpu.weight to cgroup file table
 2026-07-30  7:04 UTC  (2+ messages)
` [LTP] "

[trace:trace/core 16/16] WARNING: modpost: vmlinux: section mismatch in reference: trace_printk_init_buffers.part.0+0xc8 (section: .text.unlikely) -> initcall_level_names (section: .init.data)
 2026-07-30  7:04 UTC  (3+ messages)

[PATCH 1/3] can: rockchip_canfd: prevent TX stall on echo skb failure
 2026-07-30  7:04 UTC  (3+ messages)

[PATCH] crypto: krb5 - Use constant-time checksum comparison
 2026-07-30  7:04 UTC  (2+ messages)

[PATCH net-next v5 00/15] bnxt_en: Add kTLS TX offload support
 2026-07-30  7:01 UTC  (3+ messages)
` [PATCH net-next v5 09/15] bnxt_en: Add infrastructure for crypto key context IDs

[PATCH] ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
 2026-07-30  7:01 UTC 

[PATCH v2 0/2] powerpc/sstep: Fix compilation on 32-bit PowerPC
 2026-07-30  7:01 UTC  (2+ messages)

[PATCH] date: add --date=elapsed and %aX/%cX placeholders
 2026-07-30  7:01 UTC 

[PATCH net v2 0/1] llc: fix listener child socket leaks
 2026-07-30  7:00 UTC  (2+ messages)
` [PATCH net v2 1/1] "

[PATCH v2 0/5] Add support for Broadcom BCM2712 IOMMU driver (Raspberry Pi 5)
 2026-07-30  7:00 UTC  (3+ messages)
` [PATCH v2 4/5] iommu: Add Broadcom BCM2712 IOMMU driver


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.