linux-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH bpf-next v2 1/3] bpf: Check tail zero of bpf_map_info
bot+bpf-ci
Re: [PATCH bpf-next v2 1/3] bpf: Check tail zero of bpf_map_info
Alexei Starovoitov
Re: [PATCH bpf-next v2 1/3] bpf: Check tail zero of bpf_map_info
Leon Hwang
[PATCH bpf-next v2 2/3] bpf: Check tail zero of bpf_prog_info
Leon Hwang
Re: [PATCH bpf-next v2 2/3] bpf: Check tail zero of bpf_prog_info
bot+bpf-ci
[PATCH v2 0/2] KVM: riscv: Fix hugetlb G-stage block mapping eligibility
Jinyu Tang
[PATCH v2 1/2] KVM: riscv: Check hugetlb block mappings against memslot bounds
Jinyu Tang
Re: [PATCH v2 1/2] KVM: riscv: Check hugetlb block mappings against memslot bounds
Anup Patel
[PATCH v2 2/2] KVM: selftests: Add a hugetlb memslot alignment test mode
Jinyu Tang
Re: [PATCH v2 2/2] KVM: selftests: Add a hugetlb memslot alignment test mode
Anup Patel
Re: [PATCH net v2 3/3] selftests: net: add vxlan vnifilter notification test
Simon Horman
Re: [PATCH net v2 3/3] selftests: net: add vxlan vnifilter notification test
Jakub Kicinski
[PATCH] x86/setup: replace strlcat() with snprintf() in setup_arch()
Thorsten Blum
Re: [PATCH] x86/setup: replace strlcat() with snprintf() in setup_arch()
Andy Shevchenko
Re: [PATCH] x86/setup: replace strlcat() with snprintf() in setup_arch()
Thorsten Blum
Re: [PATCH] x86/setup: replace strlcat() with snprintf() in setup_arch()
Andy Shevchenko
Re: [PATCH] x86/setup: replace strlcat() with snprintf() in setup_arch()
Thorsten Blum
Re: [PATCH] x86/setup: replace strlcat() with snprintf() in setup_arch()
Andy Shevchenko
Re: [PATCH] x86/setup: replace strlcat() with snprintf() in setup_arch()
David Laight
[PATCH] keys: prevent slab cache merging for key_jar
Mohammed EL Kadiri
Re: [PATCH] keys: prevent slab cache merging for key_jar
Vlastimil Babka (SUSE)
Re: [PATCH] keys: prevent slab cache merging for key_jar
Jarkko Sakkinen
Re: [PATCH] keys: prevent slab cache merging for key_jar
Jarkko Sakkinen
Re: [PATCH] keys: prevent slab cache merging for key_jar
Vlastimil Babka (SUSE)
Re: [PATCH] keys: prevent slab cache merging for key_jar
Jarkko Sakkinen
Re: [PATCH] keys: prevent slab cache merging for key_jar
Mohammed EL Kadiri
Re: [PATCH] keys: prevent slab cache merging for key_jar
Jarkko Sakkinen
Re: [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
Boqun Feng
[PATCH v3 1/2] kunit: tool: Parse and print the reason tests are skipped
David Gow
[PATCH v3 2/2] kunit: tool: Add (primitive) support for outputting JUnit XML
David Gow
Re: [PATCH v3 2/2] kunit: tool: Add (primitive) support for outputting JUnit XML
Thomas Weißschuh
Re: [PATCH v3 1/2] kunit: tool: Parse and print the reason tests are skipped
Thomas Weißschuh
Re: [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
Boqun Feng
Re: [PATCH 3/7] remoteproc: qcom_q6v5_mss: Use mss as regulator for MSM8953
Barnabás Czémán
[PATCH v1] drm/virtio: Fix driver removal with disabled KMS
Dmitry Osipenko
Re: [PATCH v1] drm/virtio: Fix driver removal with disabled KMS
Ryosuke Yasuoka
Re: [PATCH v1] drm/virtio: Fix driver removal with disabled KMS
Dmitry Osipenko
Re: [PATCH v1] drm/virtio: Fix driver removal with disabled KMS
Ryosuke Yasuoka
Re: [PATCH v1] drm/virtio: Fix driver removal with disabled KMS
Dmitry Osipenko
[PATCH 0/2] module: Remove unnecessary module::args
Petr Pavlu
[PATCH 2/2] module: Remove unnecessary module::args
Petr Pavlu
Re: [PATCH 2/2] module: Remove unnecessary module::args
Aaron Tomlin
[PATCH 1/2] xtensa/simdisk: Avoid referring to module::args
Petr Pavlu
Re: [PATCH 1/2] xtensa/simdisk: Avoid referring to module::args
Max Filippov
Re: [PATCH net] vhost/net: complete zerocopy ubufs only once
Paolo Abeni
Re: [PATCH net] vhost/net: complete zerocopy ubufs only once
Michael S. Tsirkin
Re: [PATCH] vsock/vmci: fix sk_ack_backlog leak on failed handshake
Stefano Garzarella
Re: [PATCH] vsock/vmci: fix sk_ack_backlog leak on failed handshake
Stefano Garzarella
Re: [PATCH] vsock/vmci: fix sk_ack_backlog leak on failed handshake
patchwork-bot+netdevbpf
[PATCH v2 0/3] timekeeping: Implement and use read_snapshot() functionality
David Woodhouse
[PATCH v2 2/3] x86/kvmclock: Implement read_snapshot() for kvmclock clocksource
David Woodhouse
[PATCH v2 1/3] clocksource/hyperv: Implement read_snapshot() for TSC page clocksource
David Woodhouse
[PATCH v2 3/3] ptp: vmclock: Use hw_cycles from snapshot for precise TSC pairing
David Woodhouse
[RFC PATCH 0/6] Support virtio-mem memory hotplug in TDX guests
Zhenzhong Duan
[RFC PATCH 1/6] mm/memory_hotplug: Add memory post-plug callback infrastructure
Zhenzhong Duan
[RFC PATCH 5/6] x86/tdx: Register memory pre-unplug callback for TDX guests
Zhenzhong Duan
[RFC PATCH 2/6] mm/memory_hotplug: Add memory pre-unplug callback infrastructure
Zhenzhong Duan
[RFC PATCH 3/6] virtio-mem: Integrate memory acceptance and release callbacks
Zhenzhong Duan
[RFC PATCH 4/6] x86/tdx: Register memory post-plug callback for TDX guests
Zhenzhong Duan
[RFC PATCH 6/6] x86/tdx: Release private memory before private->shared conversion
Zhenzhong Duan
Re: [RFC PATCH 0/6] Support virtio-mem memory hotplug in TDX guests
Kiryl Shutsemau
[PATCH 0/2] KVM: LoongArch: selftests: Add FPU test case
Bibo Mao
[PATCH 1/2] KVM: LoongArch: selftests: Enable LASX feature by auto detect method
Bibo Mao
[PATCH 2/2] KVM: LoongArch: selftests: Add FPU test case
Bibo Mao
[PATCH] rpmsg: glink: fix deadlock in endpoint destroy during driver detach
Vishnu Santhosh
Re: [PATCH] rpmsg: glink: fix deadlock in endpoint destroy during driver detach
Jie Gan
Re: [PATCH] rpmsg: glink: fix deadlock in endpoint destroy during driver detach
Dmitry Baryshkov
[PATCH v2] selftests/livepatch: fix resource leak in test_klp_syscall init error path
Rui Qi
Re: [PATCH v2] selftests/livepatch: fix resource leak in test_klp_syscall init error path
sashiko-bot
Re: [PATCH v2] selftests/livepatch: fix resource leak in test_klp_syscall init error path
Petr Mladek
Re: [PATCH v2] selftests/livepatch: fix resource leak in test_klp_syscall init error path
Petr Mladek
Re: [PATCH v2] selftests/livepatch: fix resource leak in test_klp_syscall init error path
Miroslav Benes
Re: [PATCH v2] selftests/livepatch: fix resource leak in test_klp_syscall init error path
Petr Mladek
Re: [PATCH v3 0/2] eventpoll: Fix epoll_wait() report false negative
Christian Brauner
[PATCH net 0/2] net: mana: fix error-path issues in queue setup
Aditya Garg
[PATCH net 2/2] net: mana: guard TX wq object destroy with INVALID_MANA_HANDLE check
Aditya Garg
[PATCH net 1/2] net: mana: initialize gdma queue id to INVALID_QUEUE_ID
Aditya Garg
Re: [PATCH net 0/2] net: mana: fix error-path issues in queue setup
Jakub Kicinski
Re: [PATCH net 0/2] net: mana: fix error-path issues in queue setup
Aditya Garg
[PATCH] drm/virtgpu: Use ERR_PTR for fb_create callback error return
liuqiangneo
Re: [PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
Koichiro Den
Re: [PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
Frank Li
Re: [PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
Koichiro Den
Re: [PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
Frank Li
[PATCH v4 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
Lin Ma
[PATCH v4 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
Lin Ma
Re: [PATCH v4 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
Yonghong Song
Re: [PATCH v4 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
bot+bpf-ci
Re: [PATCH v4 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
Yonghong Song
Re: [PATCH v4 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
Daniel Borkmann
Re: [PATCH v4 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
Yonghong Song
[PATCH 0/8] LoongArch: Add livepatch build (KLP) support
George Guo
[PATCH 3/8] LoongArch: Add special section entry sizes for KLP support
George Guo
Re: [PATCH 3/8] LoongArch: Add special section entry sizes for KLP support
WangYuli
Re: [PATCH 3/8] LoongArch: Add special section entry sizes for KLP support
George Guo
[PATCH 1/8] LoongArch: Add livepatch build (KLP) support
George Guo
[PATCH 2/8] objtool/LoongArch: Add arch_adjusted_addend() for KLP support
George Guo
[PATCH 5/8] LoongArch: fix kernel panic with -fPIC for same-compilation-unit symbol references
George Guo
Re: [PATCH 5/8] LoongArch: fix kernel panic with -fPIC for same-compilation-unit symbol references
Xi Ruoyao
Re: [PATCH 5/8] LoongArch: fix kernel panic with -fPIC for same-compilation-unit symbol references
George Guo
[PATCH 4/8] livepatch/klp-build: disable direct-extern-access for LoongArch to fix kernel panic
George Guo
Re: [PATCH 4/8] livepatch/klp-build: disable direct-extern-access for LoongArch to fix kernel panic
WangYuli
[PATCH 7/8] objtool/klp: Add LoongArch jump opcode bytes support
George Guo
[PATCH 6/8] LoongArch: Fix EFI linking with -fdata-sections
George Guo
[PATCH 8/8] klp-build: Add LoongArch syscall patching macro
George Guo
Re: [PATCH 0/8] LoongArch: Add livepatch build (KLP) support
WangYuli
Re: [PATCH] ACPICA: Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy()
Jiri Slaby
Re: [PATCH net-next v2 5/6] net: dsa: mv88e6xxx: MQPRIO support
Luke Howard
Re: [PATCH net-next v2 5/6] net: dsa: mv88e6xxx: MQPRIO support
Cedric Jehasse
[PATCH v3 0/2] mm/hmm: A fix and a selftest
Dev Jain
[PATCH v3 1/2] fs/proc/task_mmu: do not warn on seeing non-migration pmd entry
Dev Jain
[PATCH v3 2/2] selftests/mm/hmm-tests: test pagemap reads of PMD device-private entries
Dev Jain
Re: [PATCH v3 2/2] selftests/mm/hmm-tests: test pagemap reads of PMD device-private entries
Lorenzo Stoakes
Re: [PATCH 2/2] net: skb: isolate skb data area allocations into a separate bucket
Harry Yoo
Re: [PATCH 2/2] net: skb: isolate skb data area allocations into a separate bucket
Pedro Falcato
Re: [PATCH 2/2] net: skb: isolate skb data area allocations into a separate bucket
Harry Yoo
Re: [PATCH 2/2] net: skb: isolate skb data area allocations into a separate bucket
Eric Dumazet
Re: [PATCH 2/2] net: skb: isolate skb data area allocations into a separate bucket
Jakub Kicinski
Re: [PATCH 2/2] net: skb: isolate skb data area allocations into a separate bucket
Kees Cook
Re: [PATCH 1/2] mm/slab: add a node-track-caller variant for kmem buckets allocation
Harry Yoo
Re: [PATCH 1/2] mm/slab: add a node-track-caller variant for kmem buckets allocation
Pedro Falcato
Re: [PATCH 1/2] mm/slab: add a node-track-caller variant for kmem buckets allocation
Vlastimil Babka (SUSE)
Re: [PATCH 1/2] mm/slab: add a node-track-caller variant for kmem buckets allocation
Kees Cook
[PATCH 0/2] iommu: avoid using list iterators past the loop in resv region insertion
Maoyi Xie
[PATCH 1/2] iommu: Avoid using the list iterator past the loop in iommu_insert_resv_region()
Maoyi Xie
[PATCH 2/2] iommu/virtio: Avoid using the list iterator past the loop in viommu_add_resv_mem()
Maoyi Xie
Re: [PATCH 2/2] iommu/virtio: Avoid using the list iterator past the loop in viommu_add_resv_mem()
Jean-Philippe Brucker
Re: [PATCH 2/2] iommu/virtio: Avoid using the list iterator past the loop in viommu_add_resv_mem()
Maoyi Xie
Re: [PATCH 2/2] iommu/virtio: Avoid using the list iterator past the loop in viommu_add_resv_mem()
Jean-Philippe Brucker
Re: [PATCH 2/2] iommu/virtio: Avoid using the list iterator past the loop in viommu_add_resv_mem()
Robin Murphy
[PATCH v2 0/4] Convert remaining buses to generic driver_override handling
Runyu Xiao
[PATCH v2 2/4] rpmsg: core: use generic driver_override infrastructure
Runyu Xiao
Re: [PATCH v2 2/4] rpmsg: core: use generic driver_override infrastructure
Mathieu Poirier
[PATCH v2 1/4] amba: use generic driver_override infrastructure
Runyu Xiao
[PATCH v2 4/4] cdx: use generic driver_override infrastructure
Runyu Xiao
[PATCH v2 3/4] vmbus: use generic driver_override infrastructure
Runyu Xiao
Re: [PATCH v2 0/4] Convert remaining buses to generic driver_override handling
Danilo Krummrich
[PATCH] tpm: eventlog: tpm2: allow event log entries ending at the log boundary
ZongYao . Chen
Re: [PATCH] tpm: eventlog: tpm2: allow event log entries ending at the log boundary
Jarkko Sakkinen
Re: [PATCH] tpm: eventlog: tpm2: allow event log entries ending at the log boundary
ZongYao . Chen
Re: [PATCH net v2 00/11] mptcp: misc fixes for v7.1-rc7
patchwork-bot+netdevbpf
[PATCH v3 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
Lin Ma
[PATCH v3 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
Lin Ma
Re: [PATCH v3 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
bot+bpf-ci
Re: [PATCH v3 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
bot+bpf-ci
[PATCH net-next 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
Bobby Eshleman
[PATCH net-next 1/4] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
Bobby Eshleman
Re: [PATCH net-next 1/4] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
Stanislav Fomichev
Re: [PATCH net-next 1/4] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
Bobby Eshleman
[PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio
Bobby Eshleman
Re: [PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio
Christian König
Re: [PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio
Bobby Eshleman
Re: [PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio
Christian König
Re: [PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio
Christian König
Re: [PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio
Bobby Eshleman
Re: [PATCH net-next 2/4] udmabuf: emit one sg entry per pinned folio
Christian König
[PATCH net-next 3/4] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
Bobby Eshleman
Re: [PATCH net-next 3/4] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
Stanislav Fomichev
Re: [PATCH net-next 3/4] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
Bobby Eshleman
[PATCH net-next 4/4] selftests/net: devmem.py: add check_rx_large_niov
Bobby Eshleman
[PATCH v2] Bluetooth: Add SPDX id lines to some source files
Tim Bird
Re: [PATCH v2] Bluetooth: Add SPDX id lines to some source files
Bastien Nocera
Re: [PATCH v2] Bluetooth: Add SPDX id lines to some source files
Luiz Augusto von Dentz
RE: [PATCH v2] Bluetooth: Add SPDX id lines to some source files
Bird, Tim
Re: [PATCH v2] Bluetooth: Add SPDX id lines to some source files
Luiz Augusto von Dentz
RE: [PATCH v2] Bluetooth: Add SPDX id lines to some source files
Bird, Tim
Re: [PATCH v2] Bluetooth: Add SPDX id lines to some source files
Luiz Augusto von Dentz
RE: [PATCH v2] Bluetooth: Add SPDX id lines to some source files
Bird, Tim
Re: [PATCH v6 11/12] ima: Support staging and deleting N measurements records
steven chen
Re: [PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
Suren Baghdasaryan
Re: [PATCH v2 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
Suren Baghdasaryan
Re: [PATCH v2 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
Lorenzo Stoakes
Re: [PATCH v2 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
Suren Baghdasaryan
Re: [PATCH v2 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
Lorenzo Stoakes
[PATCH] KVM: selftests: Make guest_code_xsave more friendly
Ackerley Tng via B4 Relay
Re: [PATCH] KVM: selftests: Make guest_code_xsave more friendly
Sean Christopherson
Re: [PATCH] KVM: selftests: Make guest_code_xsave more friendly
Ackerley Tng
Re: [PATCH] KVM: selftests: Make guest_code_xsave more friendly
Sean Christopherson
Re: [RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
Ackerley Tng
Re: [RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
tarunsahu
Re: [RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
Ackerley Tng
Re: [RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
tarunsahu
Re: [PATCH v6 8/8] media: qcom: camss: Enable C-PHY where available
Frank Li
Re: [PATCH v6 5/8] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 MIPI CSI-2 C-PHY init
Frank Li
Re: [PATCH v6 5/8] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 MIPI CSI-2 C-PHY init
Bryan O'Donoghue
Re: [PATCH v6 5/8] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 MIPI CSI-2 C-PHY init
Michael Srba
Re: [PATCH v6 5/8] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 MIPI CSI-2 C-PHY init
Bryan O'Donoghue
Re: [PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
Jacob Keller
Re: [PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
Shradha Gupta
Re: [PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
Yury Norov
Re: [PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
Shradha Gupta
Re: [PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
Paolo Abeni
Re: [PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
Shradha Gupta
Re: [PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
Yury Norov
Re: [PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
Shradha Gupta
Re: [PATCH v6 4/8] media: qcom: camss: Initialize lanes after lane configuration is available
Frank Li
Re: [PATCH v6 3/8] media: qcom: camss: Prepare CSID for C-PHY support
Frank Li
Re: [PATCH v6 3/8] media: qcom: camss: Prepare CSID for C-PHY support
David Heidelberg
Re: [PATCH v6 3/8] media: qcom: camss: Prepare CSID for C-PHY support
Frank Li
Re: [PATCH v6 3/8] media: qcom: camss: Prepare CSID for C-PHY support
Bryan O'Donoghue
Earlier messages
Later messages