All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-25 20:06:31 to 2025-08-25 20:53:37 UTC [more...]

[PATCH 0/1] base.bbclass: Fix the recipe parsing race issue
 2025-08-25 20:14 UTC  (15+ messages)
` [OE-core] "

[PATCH v12 00/27] migration: propagate vTPM errors using Error objects
 2025-08-25 20:52 UTC  (7+ messages)
` [PATCH v12 01/27] migration: push Error **errp into vmstate_subsection_load()
` [PATCH v12 02/27] migration: push Error **errp into vmstate_load_state()
` [PATCH v12 04/27] migration: push Error **errp into vmstate_load()

[PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
 2025-08-25 20:40 UTC  (71+ messages)
` [PATCH v4 001/142] smb: smbdirect: introduce smbdirect_socket.status_wait
` [PATCH v4 002/142] smb: smbdirect: introduce smbdirect_socket_init()
` [PATCH v4 003/142] smb: smbdirect: introduce smbdirect_socket.disconnect_work
` [PATCH v4 004/142] smb: smbdirect: introduce smbdirect_socket.send_io.pending.{count,wait_queue}
` [PATCH v4 005/142] smb: smbdirect: introduce smbdirect_socket.send_io.credits.{count,wait_queue}
` [PATCH v4 006/142] smb: smbdirect: introduce struct smbdirect_send_batch
` [PATCH v4 007/142] smb: smbdirect: introduce smbdirect_socket.rw_io.credits
` [PATCH v4 008/142] smb: smbdirect: introduce struct smbdirect_rw_io
` [PATCH v4 009/142] smb: smbdirect: introduce smbdirect_socket.recv_io.{posted,credits}
` [PATCH v4 010/142] smb: smbdirect: introduce smbdirect_socket_parameters.{resolve_{addr,route},rdma_connect,negotiate}_timeout_msec
` [PATCH v4 011/142] smb: smbdirect: introduce smbdirect_socket_parameters.{initiator_depth,responder_resources}
` [PATCH v4 012/142] smb: smbdirect: introduce smbdirect_socket.rdma.legacy_iwarp
` [PATCH v4 013/142] smb: smbdirect: introduce smbdirect_socket.idle.{keepalive,immediate_work,timer_work}
` [PATCH v4 014/142] smb: smbdirect: introduce smbdirect_socket.statistics
` [PATCH v4 015/142] smb: smbdirect: introduce smbdirect_socket.workqueue
` [PATCH v4 016/142] smb: smbdirect: introduce struct smbdirect_mr_io
` [PATCH v4 017/142] smb: smbdirect: introduce smbdirect_socket_parameters.max_frmr_depth
` [PATCH v4 018/142] smb: smbdirect: introduce smbdirect_socket.mr_io.*
` [PATCH v4 019/142] smb: client/smbdirect: replace SMBDIRECT_SOCKET_CONNECTING with more detailed states
` [PATCH v4 020/142] smb: client: use status_wait and SMBDIRECT_SOCKET_NEGOTIATE_RUNNING for completion
` [PATCH v4 021/142] smb: client: use status_wait and SMBDIRECT_SOCKET_RESOLVE_{ADDR,ROUTE}_RUNNING "
` [PATCH v4 022/142] smb: client: make use of smbdirect_socket.status_wait
` [PATCH v4 023/142] smb: client: make only use of wake_up[_all]() in smbdirect.c
` [PATCH v4 024/142] smb: client: make use of smbdirect_socket_init()
` [PATCH v4 025/142] smb: client: make use of smbdirect_socket.disconnect_work
` [PATCH v4 026/142] smb: client: make use of smbdirect_socket.send_io.pending.{count,wait_queue}
` [PATCH v4 027/142] smb: client: make use of smbdirect_socket.send_io.credits.{count,wait_queue}
` [PATCH v4 028/142] smb: client: make sure smbd_disconnect_rdma_work() doesn't run after smbd_destroy() took over
` [PATCH v4 029/142] smb: client: use disable[_delayed]_work_sync in smbdirect.c
` [PATCH v4 030/142] smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credits_work)
` [PATCH v4 031/142] smb: client: queue post_recv_credits_work also if the peer raises the credit target
` [PATCH v4 032/142] smb: client: make use of ib_wc_status_msg() and skip IB_WC_WR_FLUSH_ERR logging
` [PATCH v4 033/142] smb: client: remove info->wait_receive_queues handling in smbd_destroy()
` [PATCH v4 034/142] smb: client: limit the range of info->receive_credit_target
` [PATCH v4 035/142] smb: client: count the number of posted recv_io messages in order to calculated credits
` [PATCH v4 036/142] smb: client: make use of smbdirect_socket.recv_io.{posted,credits}
` [PATCH v4 037/142] smb: client: remove useless smbd_connection.send_immediate
` [PATCH v4 038/142] smb: client: fill smbdirect_socket_parameters at the beginning and use the values from there
` [PATCH v4 039/142] smb: client: make use of smbdirect_socket_parameters.{resolve_{addr,route},rdma_connect,negotiate}_timeout_msec
` [PATCH v4 040/142] smb: client: make use of smbdirect_socket_parameters.{initiator_depth,responder_resources}
` [PATCH v4 041/142] smb: client: make use of smbdirect_socket.rdma.legacy_iwarp
` [PATCH v4 042/142] smb: client: send empty packets via send_immediate_work
` [PATCH v4 043/142] smb: client: fix smbdirect keep alive handling to match the documentation
` [PATCH v4 044/142] smb: client: make use of smbdirect_socket.idle.{keepalive,immediate_work,timer_work}
` [PATCH v4 045/142] smb: client: remove unused smbd_connection->protocol
` [PATCH v4 046/142] smb: client: remove unused smbd_connection.count_reassembly_queue
` [PATCH v4 047/142] smb: client: make use of smbdirect_socket.statistics
` [PATCH v4 048/142] smb: client: don't check sc->send_io.pending.count is below sp->send_credit_target
` [PATCH v4 049/142] smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server_Info
` [PATCH v4 050/142] smb: client: make use of smbdirect_socket.workqueue
` [PATCH v4 051/142] smb: client: add and use smbd_get_parameters()
` [PATCH v4 052/142] smb: client: make use of struct smbdirect_mr_io
` [PATCH v4 053/142] smb: client: make use of smbdirect_socket_parameters.max_frmr_depth
` [PATCH v4 054/142] smb: client: make use of smbdirect_socket.mr_io
` [PATCH v4 055/142] smb: client: pass struct smbdirect_socket to {get,put}_receive_buffer()
` [PATCH v4 056/142] smb: client: pass struct smbdirect_socket to {allocate,destroy}_receive_buffers()
` [PATCH v4 057/142] smb: client: pass struct smbdirect_socket to {allocate,destroy}_caches_and_workqueue()
` [PATCH v4 058/142] smb: client: pass struct smbdirect_socket to {enqueue,_get_first}_reassembly()
` [PATCH v4 059/142] smb: client: pass struct smbdirect_socket to {allocate,destroy}_mr_list()
` [PATCH v4 060/142] smb: client: pass struct smbdirect_socket to smbd_disconnect_rdma_connection()
` [PATCH v4 061/142] smb: client: pass struct smbdirect_socket to smbd_post_recv()
` [PATCH v4 062/142] smb: client: pass struct smbdirect_socket to manage_credits_prior_sending()
` [PATCH v4 063/142] smb: client: pass struct smbdirect_socket to smbd_post_send()
` [PATCH v4 064/142] smb: client: pass struct smbdirect_socket to manage_keep_alive_before_sending()
` [PATCH v4 065/142] smb: client: pass struct smbdirect_socket to smbd_post_send_iter()
` [PATCH v4 066/142] smb: client: pass struct smbdirect_socket to smbd_post_send_empty()
` [PATCH v4 067/142] smb: client: pass struct smbdirect_socket to smbd_post_send_full_iter()
` [PATCH v4 068/142] smb: client: pass struct smbdirect_socket to smbd_conn_upcall()
` [PATCH v4 069/142] smb: client: pass struct smbdirect_socket to smbd_qp_async_error_upcall()
` [PATCH v4 070/142] smb: client: pass struct smbdirect_socket to smbd_create_id()

[PATCH v2 0/6] drm/v3d: General job locking improvements + race-condition fixes
 2025-08-25 20:53 UTC  (18+ messages)
` [PATCH v2 1/6] drm/v3d: Store a pointer to `struct v3d_file_priv` inside each job
` [PATCH v2 2/6] drm/v3d: Store the active job inside the queue's state
` [PATCH v2 3/6] drm/v3d: Replace a global spinlock with a per-queue spinlock
` [PATCH v2 4/6] drm/v3d: Address race-condition between per-fd GPU stats and fd release
` [PATCH v2 5/6] drm/v3d: Synchronous operations can't timeout
` [PATCH v2 6/6] drm/v3d: Protect per-fd reset counter against fd release

[PATCH v2] ARM: dts: imx6-hummingboard: Replace license text comment with SPDX identifier
 2025-08-25 20:52 UTC  (2+ messages)

my duo cast volume is too low
 2025-08-25 20:50 UTC 

[PATCH v2 bpf-next/net 0/8] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-08-25 20:51 UTC  (10+ messages)
` [PATCH v2 bpf-next/net 1/8] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v2 bpf-next/net 2/8] bpf: Add a bpf hook in __inet_accept()
` [PATCH v2 bpf-next/net 3/8] libbpf: Support BPF_CGROUP_INET_SOCK_ACCEPT
` [PATCH v2 bpf-next/net 4/8] bpftool: "
` [PATCH v2 bpf-next/net 5/8] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_(CREATE|ACCEPT)
` [PATCH v2 bpf-next/net 6/8] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v2 bpf-next/net 7/8] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v2 bpf-next/net 8/8] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED

[PATCH] KVM: selftests: fix irqfd_test on arm64
 2025-08-25 20:51 UTC  (3+ messages)

[PATCH 0/2] rust: usb: add initial USB abstractions
 2025-08-25 20:49 UTC  (4+ messages)
` [PATCH 1/2] rust: usb: add basic "

[PATCH v2 0/3] floppy: A couple of cleanups
 2025-08-25 20:48 UTC  (2+ messages)

[PATCH v2] block: Move a misplaced comment in queue_wb_lat_store()
 2025-08-25 20:48 UTC  (2+ messages)

[PATCH net] net: phy: fixed_phy: fix missing calls to gpiod_put in fixed_mdio_bus_exit
 2025-08-25 20:44 UTC 

[PATCH] hwmon: (k10temp) Add device ID for Strix Halo
 2025-08-25 20:43 UTC  (2+ messages)

[PATCH v3 0/3] KVM: Do not reset dirty GFNs in a memslot not enabling dirty tracking
 2025-08-25 20:42 UTC  (3+ messages)
` [PATCH v3 1/3] "

Warning about DRM functions support logged twice and lpm-pol
 2025-08-25 20:42 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/1] board/xilinx: remove xilinx_v2024.2 hashes
 2025-08-25 20:41 UTC  (2+ messages)

[Buildroot] [git commit] board/xilinx: remove xilinx_v2024.2 hashes
 2025-08-25 20:22 UTC 

[PATCH v3 06/15] ivec: create a vector type that is interoperable between C and Rust
 2025-08-25 20:40 UTC  (3+ messages)

[PATCH v6 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
 2025-08-25 20:39 UTC  (6+ messages)
` [PATCH v7 0/2] bpftool: Refactor config parsing and add CET symbol matching
  ` [PATCH v7 1/2] bpftool: Refactor kernel config reading into common helper
  ` [PATCH v7 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures

[PATCH] icmp: fix icmp_ndo_send address translation for reply direction
 2025-08-25 20:38 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V3 1/2] PCI/ASPM: Add host-bridge API to override default ASPM/CLKPM link state
 2025-08-25 20:35 UTC  (2+ messages)
` [PATCH V3 2/2] PCI: vmd: Use pci_host_set_default_pcie_link_state() to set ASPM defaults

[PATCH v3 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-08-25 20:35 UTC  (3+ messages)
` [PATCH v3 16/38] drm/msm/dp: Add catalog support for 3rd/4th stream MST

[GIT PULL] Devicetree fixes for v6.17, part 1
 2025-08-25 20:35 UTC 

[bluez/bluez]
 2025-08-25 20:34 UTC 

[PATCH] jiffies: Remove obsolete SHIFTED_HZ comment
 2025-08-25 20:34 UTC 

Backport of Patch CVE-2025-21751 to kernel 6.12.43
 2025-08-25 20:34 UTC  (3+ messages)

[PATCH 0/1] misc: Prevent double registration and deregistration of miscdevice
 2025-08-25 20:28 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] tpm: Disable TPM2_TCG_HMAC by default
 2025-08-25 20:32 UTC 

[PATCH] drm/i915/vrr: Drop redundant HAS_VRR checks
 2025-08-25 20:32 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-25 20:24 UTC  (20+ messages)
` [PATCH v5 01/19] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v5 02/19] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v5 03/19] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v5 04/19] x86: Add arch specific kasan functions
` [PATCH v5 05/19] kasan: arm64: x86: Make special tags arch specific
` [PATCH v5 06/19] x86: Reset tag for virtual to physical address conversions
` [PATCH v5 07/19] mm: x86: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v5 08/19] x86: Physical address comparisons in fill_p*d/pte
` [PATCH v5 09/19] x86: KASAN raw shadow memory PTE init
` [PATCH v5 10/19] x86: LAM compatible non-canonical definition
` [PATCH v5 11/19] x86: LAM initialization
` [PATCH v5 12/19] x86: Minimal SLAB alignment
` [PATCH v5 13/19] kasan: x86: Handle int3 for inline KASAN reports
` [PATCH v5 14/19] arm64: Unify software tag-based KASAN inline recovery path
` [PATCH v5 15/19] kasan: x86: Apply multishot to the inline report handler
` [PATCH v5 16/19] kasan: x86: Logical bit shift for kasan_mem_to_shadow
` [PATCH v5 17/19] mm: Unpoison pcpu chunks with base address tag
` [PATCH v5 18/19] mm: Unpoison vms[area] addresses with a common tag
` [PATCH v5 19/19] x86: Make software tag-based kasan available

[PATCH v2 0/7] PCI: Replace short msleep() calls with more precise delay functions
 2025-08-25 20:30 UTC  (2+ messages)

[patch V2 00/37] rseq: Optimize exit to user space
 2025-08-25 20:30 UTC  (6+ messages)
` [patch V2 07/37] rseq, virt: Retrigger RSEQ after vcpu_run()
` [patch V2 18/37] rseq: Provide static branch for runtime debugging

[PATCH] drm/gpuvm: fix various typos in .c and .h gpuvm file
 2025-08-25 20:30 UTC  (2+ messages)

[PATCH v3 1/3] drm/nouveau: fix error path in nvkm_gsp_fwsec_v2
 2025-08-25 20:28 UTC  (2+ messages)

[PATCH v3 00/12] iio: Remove redundant pm_runtime_mark_last_busy() calls
 2025-08-25 20:27 UTC  (4+ messages)
` [PATCH v3 05/12] iio: dac: "

[PATCH v2 0/4] bulk-checkin: remove global transaction state
 2025-08-25 20:25 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] cpufreq: CPPC: Increase delay between perf counter reads
 2025-08-25 20:24 UTC  (9+ messages)

[PATCH] Fix sanitizer attribute infrastructure to use standard TREE_LIST format [PR113264]
 2025-08-25 20:24 UTC  (2+ messages)

Issue in man page pathname.7
 2025-08-25 20:23 UTC  (6+ messages)

[PATCH v2 0/8] PCI/ASPM: Fix pci_enable_link_state*() APIs behavior
 2025-08-25 17:44 UTC  (4+ messages)
` [PATCH v2 1/8] PCI/ASPM: Always disable ASPM when driver requests it
` [PATCH v2 4/8] PCI/ASPM: Improve the kernel-doc for pci_disable_link_state*() APIs
` [PATCH v2 5/8] PCI/ASPM: Return enabled ASPM states from pcie_aspm_enabled() API

[PATCH net-next v7 0/2] Add support to do threaded napi busy poll
 2025-08-25 20:21 UTC  (7+ messages)

[PATCH] doc: config: replace backtick with apostrophe for possessive
 2025-08-25 20:21 UTC  (2+ messages)

[PATCHED][RFC][CFT] mount-related stuff
 2025-08-25 20:21 UTC  (10+ messages)
` [PATCH 01/52] fs/namespace.c: fix the namespace_sem guard mess
  ` [PATCH 02/52] introduced guards for mount_lock

[PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-25 20:06 UTC  (15+ messages)
` [PATCH 1/5] Drivers: hv: Move TIF pre-guest work handling fully into mshv_common.c
` [PATCH 2/5] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH 3/5] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 4/5] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH 5/5] Drivers: hv: Use common "entry virt" APIs to do work before running guest

[PATCH] regulator: pm8008: fix probe failure due to negative voltage selector
 2025-08-25 20:21 UTC  (2+ messages)

[PATCH] scripts/misc-check: update export checks for EXPORT_SYMBOL_FOR_MODULES()
 2025-08-25 20:20 UTC  (3+ messages)

[PATCH BlueZ v2 1/2] lib: Add missing includes in bluetooth/hci.h
 2025-08-25 20:20 UTC  (2+ messages)

[PATCH net-next 0/3] net: better drop accounting
 2025-08-25 20:19 UTC  (7+ messages)
` [PATCH net-next 1/3] net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
` [PATCH net-next 2/3] net: move sk_drops out of sock_write_rx group
` [PATCH net-next 3/3] net: add new sk->sk_drops1 field

[PATCH 6.16 000/570] 6.16.2-rc1 review
 2025-08-25 20:18 UTC  (4+ messages)
` [PATCH 6.16 482/570] drm/amdgpu: fix incorrect vm flags to map bo

[PATCH net-next v2] uapi: wrap compiler_types.h in an ifdef instead of the implicit strip
 2025-08-25 20:18 UTC 

[PATCH 6.15 000/515] 6.15.11-rc1 review
 2025-08-25 20:18 UTC  (4+ messages)
` [PATCH 6.15 438/515] drm/amdgpu: fix incorrect vm flags to map bo

[PATCH RFC] slab: support for compiler-assisted type-based slab cache partitioning
 2025-08-25 20:17 UTC  (2+ messages)

[Buildroot] [PATCH] pacakge/gnuradio: added gr-soapy support
 2025-08-25 20:17 UTC  (2+ messages)

FAILED: patch "[PATCH] tls: fix handling of zero-length records on the rx_list" failed to apply to 5.15-stable tree
 2025-08-25 20:17 UTC  (3+ messages)

[Buildroot] [git commit branch/next] pacakge/gnuradio: added gr-soapy support
 2025-08-25 20:09 UTC 

[bluez/bluez] 61c49d: lib: Add missing includes in bluetooth/hci.h
 2025-08-25 20:17 UTC 

[PATCH] Bluetooth: btusb: Fixup quirk for reading ext features on some Barrot controllers
 2025-08-25 20:16 UTC  (7+ messages)

[PATCH] media: ov8865: move mode_configure out of state_configure
 2025-08-25 20:13 UTC  (7+ messages)

[PATCH v1 1/1] ASoC: amd: acp: Remove (explicitly) unused header
 2025-08-25 20:13 UTC  (5+ messages)

[PATCH] can: canxl: add CANXL_PMS flag
 2025-08-25 20:12 UTC  (10+ messages)

[PATCH net] sfc: remove ASSERT_RTNL() from get_ts_info function
 2025-08-25 20:12 UTC  (3+ messages)

[PATCH 0/9] Add TLB invalidation abstraction
 2025-08-25 20:09 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Add TLB invalidation abstraction (rev9)

[Buildroot] [PATCH] package/libv4l: backport fix jpeg-v9x/gcc-14.x build
 2025-08-25 20:07 UTC  (2+ messages)

[akpm-mm:mm-new 216/233] arch/riscv/include/asm/pgtable.h:951:36: error: too few arguments to function call, expected 3, have 2
 2025-08-25 20:07 UTC  (3+ messages)

[PATCH bpf-next RESEND v4 1/2] bpf: refactor max_depth computation in bpf_get_stack()
 2025-08-25 20:07 UTC  (5+ messages)

[Buildroot] [git commit] package/libv4l: backport fix jpeg-v9x/gcc-14.x build
 2025-08-25 20:05 UTC 


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.