All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-15 20:36:44 to 2026-05-15 21:29:05 UTC [more...]

[PATCH net-next v14 0/9] tls: Add TLS 1.3 hardware offload support
 2026-05-15 21:27 UTC  (8+ messages)
` [PATCH v14 1/9] net: tls: reject TLS 1.3 offload in chcr_ktls and nfp drivers
` [PATCH v14 2/9] net/mlx5e: add TLS 1.3 hardware offload support
` [PATCH v14 3/9] tls: "
` [PATCH v14 4/9] tls: split tls_set_sw_offload into init and finalize stages
` [PATCH v14 5/9] tls: prep helpers and refactors for HW offload KeyUpdate
` [PATCH v14 6/9] tls: device: add TX KeyUpdate support
` [PATCH v14 7/9] tls: device: add RX "

[PATCH] checkpatch: Don't emit warnings for USB & PCI device DT compatible prefixes
 2026-05-15 21:26 UTC  (6+ messages)

[PATCH 00/66] bsd-user: Upstream most of the remaining system calls
 2026-05-15 21:20 UTC  (67+ messages)
` [PATCH 01/66] bsd-user: catchup to locking / mapping routines in bsd-misc
` [PATCH 02/66] bsd-user: Rename cpu_env to env throughout bsd-user
` [PATCH 03/66] bsd-user: Add bsd-signal.h with sigaction through sigreturn
` [PATCH 04/66] bsd-user: Add signal shims sigwait through kill and os-signal.h
` [PATCH 05/66] bsd-user: Add signal system call dispatch
` [PATCH 06/66] bsd-user: Add poll, lseek, pipe, and swap system call shims
` [PATCH 07/66] bsd-user: Add os-file.h with pipe2, chflagsat, close_range, and more
` [PATCH 08/66] bsd-user: Add file operation system call dispatch
` [PATCH 09/66] bsd-user: Add bsd-socket.h with bind through getsockname
` [PATCH 10/66] bsd-user: Add socket shims socketpair through shutdown
` [PATCH 11/66] bsd-user: Add os-socket.h with sendrecvmsg and message structures
` [PATCH 12/66] bsd-user: Add do_bsd_setsockopt and socket option definitions
` [PATCH 13/66] bsd-user: Add do_bsd_getsockopt
` [PATCH 14/66] bsd-user: Add FreeBSD socket helpers and sockaddr conversion
` [PATCH 15/66] bsd-user: Add os-socket.c with cmsg conversion functions
` [PATCH 16/66] bsd-user: Add socket system call dispatch
` [PATCH 17/66] bsd-user: Add os-time.h with clock and time-of-day functions
` [PATCH 18/66] bsd-user: Add utimes, futimes, and ktimer functions to os-time.h
` [PATCH 19/66] bsd-user: Add select, pselect, and ppoll "
` [PATCH 20/66] bsd-user: Add kqueue and kevent functions "
` [PATCH 21/66] bsd-user: Add sigtimedwait, itimer, and futimens "
` [PATCH 22/66] bsd-user: Add os-time.c and time-related type definitions
` [PATCH 23/66] bsd-user: Add time system call dispatch
` [PATCH 24/66] bsd-user: Add thread, umtx, and ACL type definitions
` [PATCH 25/66] bsd-user: Add cpu_copy and make init_task_state non-static
` [PATCH 26/66] bsd-user: Add os-thread.h with thr and context functions
` [PATCH 27/66] bsd-user: Add do_freebsd__umtx_op to os-thread.h
` [PATCH 28/66] bsd-user: Add os-thread.c with umtx, mutex, and thread creation
` [PATCH 29/66] bsd-user: Add thread system call dispatch
` [PATCH 30/66] bsd-user: Add os-extattr.h with file and fd extattr functions
` [PATCH 31/66] bsd-user: Add link and list extattr functions to os-extattr.h
` [PATCH 32/66] bsd-user: Add ACL system call shims "
` [PATCH 33/66] bsd-user: Add os-extattr.c with ACL conversion functions
` [PATCH 34/66] bsd-user: Add extended attribute and ACL system call dispatch
` [PATCH 35/66] bsd-user: Add scheduler and cpuset functions to os-misc.h
` [PATCH 36/66] bsd-user: Add kmod, posix, and misc "
` [PATCH 37/66] bsd-user: Add scheduler, cpuset, kmod, and misc syscall dispatch
` [PATCH 38/66] bsd-user: Remove dead watchpoint code from cpu_copy
` [PATCH 39/66] bsd-user: Fix cpu_copy to initialize new_cpu queues, not source
` [PATCH 40/66] bsd-user: Free CPU state and TaskState on thread creation failure
` [PATCH 41/66] bsd-user: Fix kenv KENV_SET to not write back read-only buffer
` [PATCH 42/66] bsd-user: Fix freebsd_lock_umutex to re-read m_owner not m_count
` [PATCH 43/66] bsd-user: Fix problem with extattr_* routines
` [PATCH 44/66] bsd-user: do_freebsd__acl_aclcheck_file pass type to __acl_aclcheck_file
` [PATCH 45/66] bsd-user: Unlock in h2t_freebsd_ntptimeval
` [PATCH 46/66] bsd-user: freebsd_umtx_mutex_wake2 fix unlock_user
` [PATCH 47/66] bsd-user: In do_freebsd_thr_new, use unlock_user_struct
` [PATCH 48/66] bsd-user: h2t_freebsd_cmsg should use SCM_TIMEOUT
` [PATCH 49/66] bsd-user: sendto/recvfrom need + 1 too for addrlen
` [PATCH 50/66] bsd-user: __acl_aclcheck_file should check t2h_freebsd_acl_type
` [PATCH 51/66] bsd-user: do_freebsd_ppoll: unlock target_pfds in error paths
` [PATCH 52/66] bsd-user: Return -TARGET_EINVAL rather than EINVAL
` [PATCH 53/66] bsd-user: t2h_freebsd_cmsg use host not target values
` [PATCH 54/66] bsd-user: Validate acl_maxcnt
` [PATCH 55/66] bsd-user: Convert TARGET_SO_SNDLOWAT to SO_SNDLOWAT not SO_RCVLOWAT
` [PATCH 56/66] bsd-user: os-time.c -- Fix copy in time conversion rotuines
` [PATCH 57/66] bsd-user: Fix gettimeofday's writeback to tz
` [PATCH 58/66] bsd-user: settimeofday should copy the data in, but not out
` [PATCH 59/66] bsd-user: unlock the start of the cmsg
` [PATCH 60/66] bsd-user: Don't leak fd's when we can't writeback in do_bsd_pipe2
` [PATCH 61/66] bsd-user: freebsd_rw_rdlock and freebsd_rw_wrlock fix missed decrement
` [PATCH 62/66] bsd-user: freebsd_rw_wrlock needs to unlock_user_struct on this path
` [PATCH 63/66] bsd-user: Don't write back length on kenv error
` [PATCH 64/66] bsd-user: avoid writeback in do_freebsd_extattr_set_*
` [PATCH 65/66] bsd-user: In specialfd, we need to copyin target_eventfd
` [PATCH 66/66] bsd-user: freebsd_unlock_umutex: make flags 32 bits

[PATCH v8] xen/domain: introduce DOMID_ANY
 2026-05-15 21:25 UTC  (3+ messages)

[PATCH 0/2] watchdog: realtek-otto: various fixes
 2026-05-15 21:23 UTC  (3+ messages)
` [PATCH 1/2] watchdog: realtek-otto: prevent PHASE2 underflows
` [PATCH 2/2] watchdog: realtek-otto: enable clock before using I/O

[PATCHSET v8 6/8] fuse: handle timestamps and ACLs correctly when iomap is enabled
 2026-05-15 21:23 UTC  (7+ messages)
` [PATCH 3/9] fuse: allow local filesystems to set some VFS iflags
` [PATCH 5/9] fuse: cache atime when in iomap mode

[PATCH v3 00/21] objtool/arm64: Port klp-build to arm64
 2026-05-15 21:20 UTC  (7+ messages)
` [PATCH v3 01/21] klp-build: Reject patches to init/*.c
` [PATCH v3 16/21] objtool/klp: Filter arm64 mapping symbols in find_symbol_by_offset()
` [PATCH v3 04/21] arm64: Rename TRAMP_VALIAS -> TRAMP_VALIAS_ASM in asm-offsets

[PATCH v3 0/7] Fix MCR inconsistencies in RTP tables
 2026-05-15 21:19 UTC  (2+ messages)

[PATCH v6 00/20] single-binary: Make hw/arm/ common
 2026-05-15 21:17 UTC  (7+ messages)
` [PATCH v6 04/20] hw/arm/aspeed: Initialize 64-bit CPU types during DeviceRealize()

[PATCH] gpib: cb7210: Fix region leak when request_irq fails
 2026-05-15 21:16 UTC  (2+ messages)

[PATCH 3/3] arm64: tegra: Add iommu and dma properties for Tegra194 QSPI
 2026-05-15 21:17 UTC  (2+ messages)

[PATCH 0/2] squota delete fstests
 2026-05-15 21:15 UTC  (4+ messages)
` [PATCH 1/2] btrfs: inline enable_quota helper in test 301

[PATCH v16 00/38] x86: Secure Launch support for Intel TXT
 2026-05-15 21:14 UTC  (39+ messages)
` [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers
` [PATCH v16 02/38] tpm: Move TPM1 specific definitions to the command header
` [PATCH v16 03/38] tpm: Move TPM2 "
` [PATCH v16 04/38] tpm: Move TPM common base "
` [PATCH v16 05/38] tpm: Move platform specific definitions to the new PTP header
` [PATCH v16 06/38] tpm: Remove main TPM header from TPM event log header
` [PATCH v16 07/38] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v16 08/38] tpm-buf: Remove chip parameter from tpm_buf_append_handle()
` [PATCH v16 09/38] tpm-buf: Implement managed allocations
` [PATCH v16 10/38] tpm-buf: Add TPM buffer support header for standalone reuse
` [PATCH v16 11/38] tpm/tpm_tis: Close all localities
` [PATCH v16 12/38] tpm/tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v16 13/38] tpm/tpm_tis: Allow locality to be set to a different value
` [PATCH v16 14/38] tpm/sysfs: Show locality used by kernel
` [PATCH v16 15/38] Documentation/security: Secure Launch kernel documentation
` [PATCH v16 16/38] x86: Secure Launch Kconfig
` [PATCH v16 17/38] x86: Secure Launch Resource Table header file
` [PATCH v16 18/38] x86/efi: Secure Launch Resource Table EFI definitions "
` [PATCH v16 19/38] x86: Secure Launch main "
` [PATCH v16 20/38] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v16 21/38] lib/crypto: Add SHA1 support for pre-boot environments
` [PATCH v16 22/38] lib/crypto: Add SHA512 "
` [PATCH v16 23/38] x86: Allow WARN_trap() macro to be included in "
` [PATCH v16 24/38] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v16 25/38] x86/boot: Slight refactor of the 5 level paging logic
` [PATCH v16 26/38] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v16 27/38] x86: Add early SHA-256 "
` [PATCH v16 28/38] x86: Add early SHA-384/512 "
` [PATCH v16 29/38] x86/tpm: Early startup TPM PCR extending driver
` [PATCH v16 30/38] x86/slaunch: Add MLE header and Secure Launch entrypoint to the core kernel
` [PATCH v16 31/38] x86/slaunch: Secure Launch kernel early boot initialization
` [PATCH v16 32/38] x86/slaunch: Secure Launch kernel late "
` [PATCH v16 33/38] x86/slaunch: Secure Launch SMP bringup support
` [PATCH v16 34/38] kexec/slaunch: Secure Launch kexec SEXIT support
` [PATCH v16 35/38] reboot/slaunch: Secure Launch SEXIT support on reboot paths
` [PATCH v16 36/38] x86/slaunch: Secure Launch late initcall platform module
` [PATCH v16 37/38] x86/efistub: EFI stub DRTM support for Secure Launch
` [PATCH v16 38/38] x86/boot: Legacy boot "

[PATCH] commit-reach: use the decoration hash for tips_reachable_from_bases()
 2026-05-15 21:14 UTC  (2+ messages)

[PATCH v3 0/2] cpufreq: CPPC: add autonomous mode boot parameter support
 2026-05-15 21:13 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH] drm/xe/multi_queue: Fix secondary queue error case
 2026-05-15 21:12 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH v1 0/3] fuse: fix io-uring abort races and cancel null deref
 2026-05-15 21:11 UTC  (7+ messages)
` [PATCH v1 1/3] fuse: fix race between ring creation and connection abortion
` [PATCH v1 3/3] fuse: fix moving cancelled entry to ent_in_userspace list

[PATCH v6 00/11] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-05-15 21:11 UTC  (7+ messages)
` [PATCH v6 02/11] dt-bindings: extcon: document Samsung S2M series PMIC extcon device
` [PATCH v6 03/11] dt-bindings: mfd: add documentation for S2MU005 PMIC

[PATCH v4] hfs: Validate CNIDs in hfs_read_inode
 2026-05-15 21:10 UTC  (15+ messages)
                        ` [PATCH v7] hfs: validate record ID against requested CNID in hfs_cat_find_brec()

[PATCH 1/3] watchdog: realtek-otto: Change to use regmap API
 2026-05-15 21:10 UTC  (4+ messages)

[PATCH] hwrng: tpm: Do not enable by default
 2026-05-15 21:10 UTC  (8+ messages)

[PATCH 0/2] drm/i915/psr: Refactor and extend SCL handling for VRRTG
 2026-05-15 21:09 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH] fuse: virtiofs: fix illegal inode address access in fuse_release_end
 2026-05-15 21:07 UTC  (2+ messages)

FAILED: patch "[PATCH] drm/v3d: Reject empty multisync extension to prevent infinite" failed to apply to 6.18-stable tree
 2026-05-15 21:06 UTC  (2+ messages)
` [PATCH 6.18.y] drm/v3d: Reject empty multisync extension to prevent infinite loop

[android-common:android17-6.18 1/1] phy_package.c:undefined reference to `__mdiobus_write'
 2026-05-15 21:06 UTC 

[PATCH] MAINTAINERS, mailmap: Change email for Eugen Hristev
 2026-05-15 21:06 UTC  (2+ messages)

[PATCH v2 0/2] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops
 2026-05-15 21:04 UTC  (5+ messages)
` [PATCH v3 1/2] phy: rockchip: inno-hdmi: Add configure() and validate() ops

[PATCH 0/7] btrfs: fixes around generic/747 on zoned filesystems
 2026-05-15 21:05 UTC  (6+ messages)
` [PATCH 5/7] btrfs: zoned: subtract zone_unusable space in statfs

[BUG] net: tcp: SO_LINGER with l_linger=0 leaks memory when closing sockets with pending send data
 2026-05-15 21:03 UTC  (5+ messages)

AI-assisted review
 2026-05-15 21:03 UTC 

[PATCH v2 0/9] Remove SMMUv3 struct arm_smmu_cmdq_ent
 2026-05-15 21:02 UTC  (3+ messages)
` [PATCH v2 3/9] iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq submission functions

Bluetooth: btmtk: regression in 634a4408c breaks MT7922 FUNC_CTRL handshake
 2026-05-15 21:02 UTC 

+ mm-process_mrelease-introduce-process_mrelease_reap_kill-flag.patch added to mm-new branch
 2026-05-15 21:02 UTC  (2+ messages)

[PATCH 1/3] drm/amd/pm: Add empty string validation to sysfs store functions
 2026-05-15 21:02 UTC  (4+ messages)
` [PATCH 2/3] drm/amd/pm: Reject negative values in thermal_throttling_logging

[Buildroot] [PATCH 1/1] package/libmicrohttpd: fix build without pkgconf
 2026-05-15 21:02 UTC  (2+ messages)

[PATCH V2] accel/amdxdna: Add expandable device heap support
 2026-05-15 21:01 UTC  (2+ messages)

[PATCH bpf-next v5 4/4] selftests/bpf: add bpf_icmp_send recursion test
 2026-05-15 21:00 UTC  (2+ messages)

[PATCH 7.0.y / 6.18.y / 6.12.y] Request for stable backport of sound quirk for Steam Deck
 2026-05-15 20:49 UTC  (3+ messages)
` [PATCH 7.0.y / 6.18.y] ASoC: amd: acp: Add DMI quirk for Valve Steam Deck OLED
` [PATCH 6.12.y] "

[PATCH RFC batadv] batman-adv: iv: recover OGM scheduling after forward packet error
 2026-05-15 20:58 UTC 

FAILED: patch "[PATCH] drm/v3d: Reject empty multisync extension to prevent infinite" failed to apply to 6.12-stable tree
 2026-05-15 20:58 UTC  (2+ messages)
` [PATCH 6.12.y] drm/v3d: Reject empty multisync extension to prevent infinite loop

[RFC PATCH] approxidate: make "today" wrap to midnight
 2026-05-15 20:58 UTC 

[PATCH net-next 2/5] net/rxrpc: Use local FCrypt-PCBC implementation
 2026-05-15 20:58 UTC  (7+ messages)
  ` [PATCH net-next 0/5] Consolidate FCrypt and PCBC code into net/rxrpc/

In-tree Python tools (patman, buildman, binman, etc.)
 2026-05-15 20:57 UTC  (2+ messages)

[PATCH 1/2] tests/amdgpu: Fix queue reset monitor logic and allow -ETIME in CS helper
 2026-05-15 20:57 UTC  (2+ messages)

[PATCH] netdevsim: psp: reset spi on key rotation and check for exhaustion on alloc
 2026-05-15 20:57 UTC  (2+ messages)

[PATCH] [v2] iommu, debugobjects: avoid gcc-16.1 section mismatch warnings
 2026-05-15 20:56 UTC  (2+ messages)

[PATCH net-next 0/2] dpll: add NCO pin type and zl3073x support
 2026-05-15 20:56 UTC  (2+ messages)

[PATCH v14 00/28] CoreSight: Refactor power management for CoreSight path
 2026-05-15 20:08 UTC  (2+ messages)
` [PATCH v14 09/28] coresight: Move per-CPU source pointer to core layer

[PATCH v2 0/3] Rework the struct scsi_device inquiry information
 2026-05-15 20:52 UTC  (4+ messages)
` [PATCH v2 1/3] scsi: core, target: Add INQUIRY-related constants into <scsi/scsi_common.h>
` [PATCH v2 2/3] scsi: core: Use the INQUIRY-related constants
` [PATCH v2 3/3] scsi: core: Convert INQUIRY information

[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-15 20:52 UTC  (4+ messages)

FAILED: patch "[PATCH] drm/v3d: Reject empty multisync extension to prevent infinite" failed to apply to 6.6-stable tree
 2026-05-15 20:51 UTC  (2+ messages)
` [PATCH 6.6.y] drm/v3d: Reject empty multisync extension to prevent infinite loop

[PATCH 2/3] spi: dt-bindings: tegra: Support dma-coherent property for QSPI
 2026-05-15 20:51 UTC  (2+ messages)

[PATCH] [RFC] ubsan: turn off UBSAN_ALIGNMENT on s390
 2026-05-15 20:51 UTC  (3+ messages)

[PATCH 0/4] mmc-utils: improve lsmmc usability
 2026-05-15 20:50 UTC  (4+ messages)
` [PATCH 3/4] mmc-utils: lsmmc: Add mmc list command

[PATCH v4 0/8] perf libunwind multiple remote support
 2026-05-15 20:48 UTC  (7+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 4/7] perf unwind-libunwind: Make libunwind register reading cross platform

[PATCH v2] common/command.c: Avoid NULL pointer use in cmd_auto_complete
 2026-05-15 20:47 UTC 

[PATCH net-next v2 0/7] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
 2026-05-15 20:45 UTC  (3+ messages)
` [PATCH net-next v2 1/7] af_iucv: take socket lock around SO_MSGSIZE getsockopt

[PATCH] fat: avoid stack overflow warning
 2026-05-15 20:44 UTC 

cleanup the RAID6 P/Q library v2
 2026-05-15 19:59 UTC  (8+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6

[PATCH] ASoC: rt722-sdca: Add a control to support CAE firmware update
 2026-05-15 20:43 UTC  (2+ messages)

[PATCH bpf-next v5 3/4] selftests/bpf: add bpf_icmp_send kfunc IPv6 tests
 2026-05-15 20:44 UTC  (2+ messages)

[PATCH net-next v2] net: napi: Skip last poll when arming gro timer in busy poll
 2026-05-15 20:42 UTC  (2+ messages)

[PATCH] drm/xe/late_bind: Release firmware on parse_lb_layout() failure
 2026-05-15 20:43 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH 1/3] spi: dt-bindings: tegra: Support IOMMU property for Tegra194 QSPI
 2026-05-15 20:43 UTC  (2+ messages)

[PATCH v2 0/2] watchdog: realtek-otto: add fallback compatible
 2026-05-15 20:42 UTC  (7+ messages)

[PATCH] common/command.c: Avoid NULL pointer use in cmd_auto_complete
 2026-05-15 20:40 UTC  (3+ messages)

FAILED: patch "[PATCH] drm/v3d: Reject empty multisync extension to prevent infinite" failed to apply to 6.1-stable tree
 2026-05-15 20:39 UTC  (2+ messages)
` [PATCH 6.1.y] drm/v3d: Reject empty multisync extension to prevent infinite loop

[PATCH 7.0 000/201] 7.0.9-rc1 review
 2026-05-15 20:36 UTC  (2+ messages)


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.