From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev,
Murray McAllister <murray.mcallister@gmail.com>,
Ian Forbes <iforbes@vmware.com>, Zack Rusin <zackr@vmware.com>,
Martin Krastev <krastevm@vmware.com>
Subject: [PATCH 6.5 127/191] drm/vmwgfx: Keep a gem reference to user bos in surfaces
Date: Mon, 16 Oct 2023 10:41:52 +0200 [thread overview]
Message-ID: <20231016084018.358849087@linuxfoundation.org> (raw)
In-Reply-To: <20231016084015.400031271@linuxfoundation.org>
6.5-stable review patch. If anyone has any objections, please let me know.
------------------
From: Zack Rusin <zackr@vmware.com>
commit 91398b413d03660fd5828f7b4abc64e884b98069 upstream.
Surfaces can be backed (i.e. stored in) memory objects (mob's) which
are created and managed by the userspace as GEM buffers. Surfaces
grab only a ttm reference which means that the gem object can
be deleted underneath us, especially in cases where prime buffer
export is used.
Make sure that all userspace surfaces which are backed by gem objects
hold a gem reference to make sure they're not deleted before vmw
surfaces are done with them, which fixes:
------------[ cut here ]------------
refcount_t: underflow; use-after-free.
WARNING: CPU: 2 PID: 2632 at lib/refcount.c:28 refcount_warn_saturate+0xfb/0x150
Modules linked in: overlay vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock snd_ens1371 snd_ac97_codec ac97_bus snd_pcm gameport>
CPU: 2 PID: 2632 Comm: vmw_ref_count Not tainted 6.5.0-rc2-vmwgfx #1
Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 11/12/2020
RIP: 0010:refcount_warn_saturate+0xfb/0x150
Code: eb 9e 0f b6 1d 8b 5b a6 01 80 fb 01 0f 87 ba e4 80 00 83 e3 01 75 89 48 c7 c7 c0 3c f9 a3 c6 05 6f 5b a6 01 01 e8 15 81 98 ff <0f> 0b e9 6f ff ff ff 0f b>
RSP: 0018:ffffbdc34344bba0 EFLAGS: 00010286
RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
RDX: ffff960475ea1548 RSI: 0000000000000001 RDI: ffff960475ea1540
RBP: ffffbdc34344bba8 R08: 0000000000000003 R09: 65646e75203a745f
R10: ffffffffa5b32b20 R11: 72657466612d6573 R12: ffff96037d6a6400
R13: ffff9603484805b0 R14: 000000000000000b R15: ffff9603bed06060
FS: 00007f5fd8520c40(0000) GS:ffff960475e80000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f5fda755000 CR3: 000000010d012005 CR4: 00000000003706e0
Call Trace:
<TASK>
? show_regs+0x6e/0x80
? refcount_warn_saturate+0xfb/0x150
? __warn+0x91/0x150
? refcount_warn_saturate+0xfb/0x150
? report_bug+0x19d/0x1b0
? handle_bug+0x46/0x80
? exc_invalid_op+0x1d/0x80
? asm_exc_invalid_op+0x1f/0x30
? refcount_warn_saturate+0xfb/0x150
drm_gem_object_handle_put_unlocked+0xba/0x110 [drm]
drm_gem_object_release_handle+0x6e/0x80 [drm]
drm_gem_handle_delete+0x6a/0xc0 [drm]
? __pfx_vmw_bo_unref_ioctl+0x10/0x10 [vmwgfx]
vmw_bo_unref_ioctl+0x33/0x40 [vmwgfx]
drm_ioctl_kernel+0xbc/0x160 [drm]
drm_ioctl+0x2d2/0x580 [drm]
? __pfx_vmw_bo_unref_ioctl+0x10/0x10 [vmwgfx]
? do_vmi_munmap+0xee/0x180
vmw_generic_ioctl+0xbd/0x180 [vmwgfx]
vmw_unlocked_ioctl+0x19/0x20 [vmwgfx]
__x64_sys_ioctl+0x99/0xd0
do_syscall_64+0x5d/0x90
? syscall_exit_to_user_mode+0x2a/0x50
? do_syscall_64+0x6d/0x90
? handle_mm_fault+0x16e/0x2f0
? exit_to_user_mode_prepare+0x34/0x170
? irqentry_exit_to_user_mode+0xd/0x20
? irqentry_exit+0x3f/0x50
? exc_page_fault+0x8e/0x190
entry_SYSCALL_64_after_hwframe+0x6e/0xd8
RIP: 0033:0x7f5fda51aaff
Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <41> 89 c0 3d 00 f0 ff ff 7>
RSP: 002b:00007ffd536a4d30 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 00007ffd536a4de0 RCX: 00007f5fda51aaff
RDX: 00007ffd536a4de0 RSI: 0000000040086442 RDI: 0000000000000003
RBP: 0000000040086442 R08: 000055fa603ada50 R09: 0000000000000000
R10: 0000000000000001 R11: 0000000000000246 R12: 00007ffd536a51b8
R13: 0000000000000003 R14: 000055fa5ebb4c80 R15: 00007f5fda90f040
</TASK>
---[ end trace 0000000000000000 ]---
A lot of the analyis on the bug was done by Murray McAllister and
Ian Forbes.
Reported-by: Murray McAllister <murray.mcallister@gmail.com>
Cc: Ian Forbes <iforbes@vmware.com>
Signed-off-by: Zack Rusin <zackr@vmware.com>
Fixes: a950b989ea29 ("drm/vmwgfx: Do not drop the reference to the handle too soon")
Cc: <stable@vger.kernel.org> # v6.2+
Reviewed-by: Martin Krastev <krastevm@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230928041355.737635-1-zack@kde.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 7 ++++---
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h | 17 ++++++++++++-----
drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c | 6 +++---
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 4 ++++
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 10 ++++++----
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c | 18 +++++++++++++++---
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 6 +++---
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 12 ++++++------
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c | 4 ++--
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 31 ++++++++++++-------------------
11 files changed, 68 insertions(+), 49 deletions(-)
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
@@ -34,6 +34,8 @@
static void vmw_bo_release(struct vmw_bo *vbo)
{
+ WARN_ON(vbo->tbo.base.funcs &&
+ kref_read(&vbo->tbo.base.refcount) != 0);
vmw_bo_unmap(vbo);
drm_gem_object_release(&vbo->tbo.base);
}
@@ -497,7 +499,7 @@ static int vmw_user_bo_synccpu_release(s
if (!(flags & drm_vmw_synccpu_allow_cs)) {
atomic_dec(&vmw_bo->cpu_writers);
}
- vmw_user_bo_unref(vmw_bo);
+ vmw_user_bo_unref(&vmw_bo);
}
return ret;
@@ -539,7 +541,7 @@ int vmw_user_bo_synccpu_ioctl(struct drm
return ret;
ret = vmw_user_bo_synccpu_grab(vbo, arg->flags);
- vmw_user_bo_unref(vbo);
+ vmw_user_bo_unref(&vbo);
if (unlikely(ret != 0)) {
if (ret == -ERESTARTSYS || ret == -EBUSY)
return -EBUSY;
@@ -612,7 +614,6 @@ int vmw_user_bo_lookup(struct drm_file *
}
*out = to_vmw_bo(gobj);
- ttm_bo_get(&(*out)->tbo);
return 0;
}
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
@@ -195,12 +195,19 @@ static inline struct vmw_bo *vmw_bo_refe
return buf;
}
-static inline void vmw_user_bo_unref(struct vmw_bo *vbo)
+static inline struct vmw_bo *vmw_user_bo_ref(struct vmw_bo *vbo)
{
- if (vbo) {
- ttm_bo_put(&vbo->tbo);
- drm_gem_object_put(&vbo->tbo.base);
- }
+ drm_gem_object_get(&vbo->tbo.base);
+ return vbo;
+}
+
+static inline void vmw_user_bo_unref(struct vmw_bo **buf)
+{
+ struct vmw_bo *tmp_buf = *buf;
+
+ *buf = NULL;
+ if (tmp_buf)
+ drm_gem_object_put(&tmp_buf->tbo.base);
}
static inline struct vmw_bo *to_vmw_bo(struct drm_gem_object *gobj)
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c
@@ -432,7 +432,7 @@ static int vmw_cotable_resize(struct vmw
* for the new COTable. Initially pin the buffer object to make sure
* we can use tryreserve without failure.
*/
- ret = vmw_bo_create(dev_priv, &bo_params, &buf);
+ ret = vmw_gem_object_create(dev_priv, &bo_params, &buf);
if (ret) {
DRM_ERROR("Failed initializing new cotable MOB.\n");
goto out_done;
@@ -502,7 +502,7 @@ static int vmw_cotable_resize(struct vmw
vmw_resource_mob_attach(res);
/* Let go of the old mob. */
- vmw_bo_unreference(&old_buf);
+ vmw_user_bo_unref(&old_buf);
res->id = vcotbl->type;
ret = dma_resv_reserve_fences(bo->base.resv, 1);
@@ -521,7 +521,7 @@ out_map_new:
out_wait:
ttm_bo_unpin(bo);
ttm_bo_unreserve(bo);
- vmw_bo_unreference(&buf);
+ vmw_user_bo_unref(&buf);
out_done:
MKS_STAT_TIME_POP(MKSSTAT_KERN_COTABLE_RESIZE);
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
@@ -853,6 +853,10 @@ static inline bool vmw_resource_mob_atta
/**
* GEM related functionality - vmwgfx_gem.c
*/
+struct vmw_bo_params;
+int vmw_gem_object_create(struct vmw_private *vmw,
+ struct vmw_bo_params *params,
+ struct vmw_bo **p_vbo);
extern int vmw_gem_object_create_with_handle(struct vmw_private *dev_priv,
struct drm_file *filp,
uint32_t size,
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
@@ -1151,7 +1151,7 @@ static int vmw_translate_mob_ptr(struct
SVGAMobId *id,
struct vmw_bo **vmw_bo_p)
{
- struct vmw_bo *vmw_bo;
+ struct vmw_bo *vmw_bo, *tmp_bo;
uint32_t handle = *id;
struct vmw_relocation *reloc;
int ret;
@@ -1164,7 +1164,8 @@ static int vmw_translate_mob_ptr(struct
}
vmw_bo_placement_set(vmw_bo, VMW_BO_DOMAIN_MOB, VMW_BO_DOMAIN_MOB);
ret = vmw_validation_add_bo(sw_context->ctx, vmw_bo);
- vmw_user_bo_unref(vmw_bo);
+ tmp_bo = vmw_bo;
+ vmw_user_bo_unref(&tmp_bo);
if (unlikely(ret != 0))
return ret;
@@ -1206,7 +1207,7 @@ static int vmw_translate_guest_ptr(struc
SVGAGuestPtr *ptr,
struct vmw_bo **vmw_bo_p)
{
- struct vmw_bo *vmw_bo;
+ struct vmw_bo *vmw_bo, *tmp_bo;
uint32_t handle = ptr->gmrId;
struct vmw_relocation *reloc;
int ret;
@@ -1220,7 +1221,8 @@ static int vmw_translate_guest_ptr(struc
vmw_bo_placement_set(vmw_bo, VMW_BO_DOMAIN_GMR | VMW_BO_DOMAIN_VRAM,
VMW_BO_DOMAIN_GMR | VMW_BO_DOMAIN_VRAM);
ret = vmw_validation_add_bo(sw_context->ctx, vmw_bo);
- vmw_user_bo_unref(vmw_bo);
+ tmp_bo = vmw_bo;
+ vmw_user_bo_unref(&tmp_bo);
if (unlikely(ret != 0))
return ret;
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
@@ -111,6 +111,20 @@ static const struct drm_gem_object_funcs
.vm_ops = &vmw_vm_ops,
};
+int vmw_gem_object_create(struct vmw_private *vmw,
+ struct vmw_bo_params *params,
+ struct vmw_bo **p_vbo)
+{
+ int ret = vmw_bo_create(vmw, params, p_vbo);
+
+ if (ret != 0)
+ goto out_no_bo;
+
+ (*p_vbo)->tbo.base.funcs = &vmw_gem_object_funcs;
+out_no_bo:
+ return ret;
+}
+
int vmw_gem_object_create_with_handle(struct vmw_private *dev_priv,
struct drm_file *filp,
uint32_t size,
@@ -126,12 +140,10 @@ int vmw_gem_object_create_with_handle(st
.pin = false
};
- ret = vmw_bo_create(dev_priv, ¶ms, p_vbo);
+ ret = vmw_gem_object_create(dev_priv, ¶ms, p_vbo);
if (ret != 0)
goto out_no_bo;
- (*p_vbo)->tbo.base.funcs = &vmw_gem_object_funcs;
-
ret = drm_gem_handle_create(filp, &(*p_vbo)->tbo.base, handle);
out_no_bo:
return ret;
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
@@ -1471,8 +1471,8 @@ static int vmw_create_bo_proxy(struct dr
/* Reserve and switch the backing mob. */
mutex_lock(&res->dev_priv->cmdbuf_mutex);
(void) vmw_resource_reserve(res, false, true);
- vmw_bo_unreference(&res->guest_memory_bo);
- res->guest_memory_bo = vmw_bo_reference(bo_mob);
+ vmw_user_bo_unref(&res->guest_memory_bo);
+ res->guest_memory_bo = vmw_user_bo_ref(bo_mob);
res->guest_memory_offset = 0;
vmw_resource_unreserve(res, false, false, false, NULL, 0);
mutex_unlock(&res->dev_priv->cmdbuf_mutex);
@@ -1666,7 +1666,7 @@ static struct drm_framebuffer *vmw_kms_f
err_out:
/* vmw_user_lookup_handle takes one ref so does new_fb */
if (bo)
- vmw_user_bo_unref(bo);
+ vmw_user_bo_unref(&bo);
if (surface)
vmw_surface_unreference(&surface);
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
@@ -451,7 +451,7 @@ int vmw_overlay_ioctl(struct drm_device
ret = vmw_overlay_update_stream(dev_priv, buf, arg, true);
- vmw_user_bo_unref(buf);
+ vmw_user_bo_unref(&buf);
out_unlock:
mutex_unlock(&overlay->mutex);
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
@@ -141,7 +141,7 @@ static void vmw_resource_release(struct
if (res->coherent)
vmw_bo_dirty_release(res->guest_memory_bo);
ttm_bo_unreserve(bo);
- vmw_bo_unreference(&res->guest_memory_bo);
+ vmw_user_bo_unref(&res->guest_memory_bo);
}
if (likely(res->hw_destroy != NULL)) {
@@ -338,7 +338,7 @@ static int vmw_resource_buf_alloc(struct
return 0;
}
- ret = vmw_bo_create(res->dev_priv, &bo_params, &gbo);
+ ret = vmw_gem_object_create(res->dev_priv, &bo_params, &gbo);
if (unlikely(ret != 0))
goto out_no_bo;
@@ -457,11 +457,11 @@ void vmw_resource_unreserve(struct vmw_r
vmw_resource_mob_detach(res);
if (res->coherent)
vmw_bo_dirty_release(res->guest_memory_bo);
- vmw_bo_unreference(&res->guest_memory_bo);
+ vmw_user_bo_unref(&res->guest_memory_bo);
}
if (new_guest_memory_bo) {
- res->guest_memory_bo = vmw_bo_reference(new_guest_memory_bo);
+ res->guest_memory_bo = vmw_user_bo_ref(new_guest_memory_bo);
/*
* The validation code should already have added a
@@ -551,7 +551,7 @@ out_no_reserve:
ttm_bo_put(val_buf->bo);
val_buf->bo = NULL;
if (guest_memory_dirty)
- vmw_bo_unreference(&res->guest_memory_bo);
+ vmw_user_bo_unref(&res->guest_memory_bo);
return ret;
}
@@ -727,7 +727,7 @@ int vmw_resource_validate(struct vmw_res
goto out_no_validate;
else if (!res->func->needs_guest_memory && res->guest_memory_bo) {
WARN_ON_ONCE(vmw_resource_mob_attached(res));
- vmw_bo_unreference(&res->guest_memory_bo);
+ vmw_user_bo_unref(&res->guest_memory_bo);
}
return 0;
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
@@ -180,7 +180,7 @@ static int vmw_gb_shader_init(struct vmw
res->guest_memory_size = size;
if (byte_code) {
- res->guest_memory_bo = vmw_bo_reference(byte_code);
+ res->guest_memory_bo = vmw_user_bo_ref(byte_code);
res->guest_memory_offset = offset;
}
shader->size = size;
@@ -809,7 +809,7 @@ static int vmw_shader_define(struct drm_
shader_type, num_input_sig,
num_output_sig, tfile, shader_handle);
out_bad_arg:
- vmw_user_bo_unref(buffer);
+ vmw_user_bo_unref(&buffer);
return ret;
}
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
@@ -686,9 +686,6 @@ static void vmw_user_surface_base_releas
container_of(base, struct vmw_user_surface, prime.base);
struct vmw_resource *res = &user_srf->srf.res;
- if (res->guest_memory_bo)
- drm_gem_object_put(&res->guest_memory_bo->tbo.base);
-
*p_base = NULL;
vmw_resource_unreference(&res);
}
@@ -855,23 +852,21 @@ int vmw_surface_define_ioctl(struct drm_
* expect a backup buffer to be present.
*/
if (dev_priv->has_mob && req->shareable) {
- uint32_t backup_handle;
-
- ret = vmw_gem_object_create_with_handle(dev_priv,
- file_priv,
- res->guest_memory_size,
- &backup_handle,
- &res->guest_memory_bo);
+ struct vmw_bo_params params = {
+ .domain = VMW_BO_DOMAIN_SYS,
+ .busy_domain = VMW_BO_DOMAIN_SYS,
+ .bo_type = ttm_bo_type_device,
+ .size = res->guest_memory_size,
+ .pin = false
+ };
+
+ ret = vmw_gem_object_create(dev_priv,
+ ¶ms,
+ &res->guest_memory_bo);
if (unlikely(ret != 0)) {
vmw_resource_unreference(&res);
goto out_unlock;
}
- vmw_bo_reference(res->guest_memory_bo);
- /*
- * We don't expose the handle to the userspace and surface
- * already holds a gem reference
- */
- drm_gem_handle_delete(file_priv, backup_handle);
}
tmp = vmw_resource_reference(&srf->res);
@@ -1512,7 +1507,7 @@ vmw_gb_surface_define_internal(struct dr
if (ret == 0) {
if (res->guest_memory_bo->tbo.base.size < res->guest_memory_size) {
VMW_DEBUG_USER("Surface backup buffer too small.\n");
- vmw_bo_unreference(&res->guest_memory_bo);
+ vmw_user_bo_unref(&res->guest_memory_bo);
ret = -EINVAL;
goto out_unlock;
} else {
@@ -1526,8 +1521,6 @@ vmw_gb_surface_define_internal(struct dr
res->guest_memory_size,
&backup_handle,
&res->guest_memory_bo);
- if (ret == 0)
- vmw_bo_reference(res->guest_memory_bo);
}
if (unlikely(ret != 0)) {
next prev parent reply other threads:[~2023-10-16 14:52 UTC|newest]
Thread overview: 202+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-16 8:39 [PATCH 6.5 000/191] 6.5.8-rc1 review Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 001/191] net: stmmac: remove unneeded stmmac_poll_controller Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 002/191] RDMA/cxgb4: Check skb value for failure to allocate Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 003/191] perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7 Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 004/191] platform/x86: think-lmi: Fix reference leak Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 005/191] drm/i915: Register engines early to avoid type confusion Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 006/191] arm_pmu: acpi: Add a representative platform device for TRBE Greg Kroah-Hartman
2023-10-16 16:05 ` Thorsten Leemhuis
2023-10-16 16:52 ` Greg Kroah-Hartman
2023-10-17 6:06 ` Thorsten Leemhuis
2023-10-16 8:39 ` [PATCH 6.5 007/191] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 008/191] drm/amdgpu: Fix a memory leak Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 009/191] platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section mismatch warning Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 010/191] media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 011/191] drm/amd/display: implement pipe type definition and adding accessors Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 012/191] drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master OTG pipes only Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 013/191] scsi: Do not rescan devices with a suspended queue Greg Kroah-Hartman
2023-10-16 8:39 ` [PATCH 6.5 014/191] ata: pata_parport: fix pata_parport_devchk Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 015/191] ata: pata_parport: implement set_devctl Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 016/191] HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 017/191] quota: Fix slow quotaoff Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 018/191] dm crypt: Fix reqsize in crypt_iv_eboiv_gen Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 019/191] ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 020/191] ASoC: hdmi-codec: Fix broken channel map reporting Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 021/191] ata: libata-scsi: Disable scsi device manage_system_start_stop Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 022/191] net: prevent address rewrite in kernel_bind() Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 023/191] arm64: dts: qcom: sm8150: extend the size of the PDC resource Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 024/191] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description for #interrupt-cells property Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 025/191] irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 026/191] KEYS: trusted: Remove redundant static calls usage Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 027/191] ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 028/191] ALSA: usb-audio: Fix microphone sound on Nexigo webcam Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 029/191] ALSA: hda: cs35l41: Cleanup and fix double free in firmware request Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 030/191] ALSA: hda/realtek: Change model for Intel RVP board Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 031/191] ASoC: SOF: amd: fix for firmware reload failure after playback Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 032/191] ASoC: simple-card-utils: fixup simple_util_startup() error handling Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 033/191] ASoC: Intel: soc-acpi: fix Dell SKU 0B34 Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 034/191] ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match table Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 035/191] ASoC: fsl_sai: Dont disable bitclock for i.MX8MP Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 036/191] ASoC: Intel: sof_sdw: add support for SKU 0B14 Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 037/191] ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 038/191] ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LED Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 039/191] ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxx Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 040/191] ALSA: hda/realtek - ALC287 I2S speaker platform support Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 041/191] ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 042/191] pinctrl: nuvoton: wpcm450: fix out of bounds write Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 043/191] pinctrl: starfive: jh7110: Fix failure to set irq after CONFIG_PM is enabled Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 044/191] drm/msm/dp: do not reinitialize phy unless retry during link training Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 045/191] drm/msm/dsi: skip the wait for video mode done if not applicable Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 046/191] drm/msm/dsi: fix irq_of_parse_and_map() error checking Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 047/191] drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 048/191] drm/msm/dp: Add newlines to debug printks Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 049/191] drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 050/191] phy: lynx-28g: cancel the CDR check work item on the remove path Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 051/191] phy: lynx-28g: lock PHY while performing CDR lock workaround Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 052/191] phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared registers Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 053/191] net: dsa: qca8k: fix regmap bulk read/write methods on big endian systems Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 054/191] net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal PHYs via management frames Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 055/191] can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 056/191] can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 057/191] arm64: dts: mediatek: fix t-phy unit name Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 058/191] arm64: dts: mediatek: mt8195: Set DSU PMU status to fail Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 059/191] devlink: Hold devlink lock on health reporter dump get Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 060/191] ravb: Fix up dma_free_coherent() call in ravb_remove() Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 061/191] ravb: Fix use-after-free issue in ravb_tx_timeout_work() Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 062/191] ieee802154: ca8210: Fix a potential UAF in ca8210_probe Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 063/191] mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 064/191] xen-netback: use default TX queue size for vifs Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 065/191] riscv, bpf: Sign-extend return values Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 066/191] riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) " Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 067/191] xdp: Fix zero-size allocation warning in xskq_create() Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 068/191] drm/vmwgfx: fix typo of sizeof argument Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 069/191] bpf: Fix verifier log for async callback return values Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 070/191] net: refine debug info in skb_checksum_help() Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 071/191] octeontx2-pf: mcs: update PN only when update_pn is true Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 072/191] net: macsec: indicate next pn update when offloading Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 073/191] net: phy: mscc: macsec: reject PN update requests Greg Kroah-Hartman
2023-10-16 8:40 ` [PATCH 6.5 074/191] net/mlx5e: macsec: use update_pn flag instead of PN comparation Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 075/191] drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before TP term Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 076/191] ixgbe: fix crash with empty VF macvlan list Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 077/191] net/smc: Fix dependency of SMC on ISM Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 078/191] net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 079/191] s390/bpf: Fix clobbering the callers backchain in the trampoline Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 080/191] s390/bpf: Fix unwinding past " Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 081/191] net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 082/191] ethtool: Fix mod state of verbose no_mask bitset Greg Kroah-Hartman
2023-10-19 16:28 ` Jakub Kicinski
2023-10-19 17:23 ` Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 083/191] net/smc: Fix pos miscalculation in statistics Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 084/191] net: tcp: fix crashes trying to free half-baked MTU probes Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 085/191] pinctrl: renesas: rzn1: Enable missing PINMUX Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 086/191] af_packet: Fix fortified memcpy() without flex array Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 087/191] nfc: nci: assert requested protocol is valid Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 088/191] octeontx2-pf: Fix page pool frag allocation warning Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 089/191] rswitch: Fix renesas_eth_sw_remove() implementation Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 090/191] rswitch: Fix imbalance phy_power_off() calling Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 091/191] workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask() Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 092/191] riscv: signal: fix sigaltstack frame size checking Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 093/191] ovl: temporarily disable appending lowedirs Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 094/191] dmaengine: stm32-mdma: abort resume if no ongoing transfer Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 095/191] dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 096/191] dmaengine: stm32-dma: fix residue " Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 097/191] dmaengine: stm32-mdma: use Link Address Register to compute residue Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 098/191] dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 099/191] usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 100/191] xhci: track port suspend state correctly in unsuccessful resume cases Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 101/191] xhci: Clear EHB bit only at end of interrupt handler Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 102/191] xhci: Preserve RsvdP bits in ERSTBA register correctly Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 103/191] net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 104/191] usb: dwc3: Soft reset phy on probe for host Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 105/191] usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG_PM_SLEEP is disabled Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 106/191] usb: hub: Guard against accesses to uninitialized BOS descriptors Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 107/191] usb: musb: Get the musb_qh poniter after musb_giveback Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 108/191] usb: musb: Modify the "HWVers" register address Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 109/191] iio: pressure: bmp280: Fix NULL pointer exception Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 110/191] iio: imu: bno055: Fix missing Kconfig dependencies Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 111/191] iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data() Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 112/191] iio: adc: imx8qxp: Fix address for command buffer registers Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 113/191] iio: dac: ad3552r: Correct device IDs Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 114/191] iio: admv1013: add mixer_vgate corner cases Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 115/191] iio: pressure: dps310: Adjust Timeout Settings Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 116/191] iio: pressure: ms5611: ms5611_prom_is_valid false negative bug Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 117/191] iio: adc: ad7192: Correct reference voltage Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 118/191] iio: addac: Kconfig: update ad74413r selections Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 119/191] media: subdev: Dont report V4L2_SUBDEV_CAP_STREAMS when the streams API is disabled Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 120/191] arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 121/191] arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regions Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 122/191] drm: Do not overrun array in drm_gem_get_pages() Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 123/191] drm/tiny: correctly print `struct resource *` on error Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 124/191] drm/atomic-helper: relax unregistered connector check Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 125/191] drm/amdgpu: add missing NULL check Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 126/191] drm/amd/display: Dont set dpms_off for seamless boot Greg Kroah-Hartman
2023-10-16 8:41 ` Greg Kroah-Hartman [this message]
2023-10-16 8:41 ` [PATCH 6.5 128/191] ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 129/191] ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to irq1_edge_low_force_override[] Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 130/191] ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 131/191] serial: Reduce spinlocked portion of uart_rs485_config() Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 132/191] serial: 8250_omap: Fix errors with no_console_suspend Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 133/191] serial: core: Fix checks for tx runtime PM state Greg Kroah-Hartman
2023-10-16 8:41 ` [PATCH 6.5 134/191] binder: fix memory leaks of spam and pending work Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 135/191] ksmbd: not allow to open file if delelete on close bit is set Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 136/191] perf/x86/lbr: Filter vsyscall addresses Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 137/191] x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 138/191] x86/alternatives: Disable KASAN in apply_alternatives() Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 139/191] mcb: remove is_added flag from mcb_device struct Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 140/191] thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 141/191] thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 142/191] thunderbolt: Correct TMU mode initialization from hardware Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 143/191] thunderbolt: Restart XDomain discovery handshake after failure Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 144/191] powerpc/pseries: Fix STK_PARAM access in the hcall tracing code Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 145/191] powerpc/47x: Fix 47x syscall return crash Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 146/191] libceph: use kernel_connect() Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 147/191] ceph: fix incorrect revoked caps assert in ceph_fill_file_size() Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 148/191] ceph: fix type promotion bug on 32bit systems Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 149/191] Input: powermate - fix use-after-free in powermate_config_complete Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 150/191] Input: psmouse - fix fast_reconnect function for PS/2 mode Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 151/191] Input: xpad - add PXN V900 support Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 152/191] Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 153/191] Input: xpad - add HyperX Clutch Gladiate Support Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 154/191] Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_idx == 0 case Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 155/191] tee: amdtee: fix use-after-free vulnerability in amdtee_close_session Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 156/191] mctp: perform route lookups under a RCU read-side lock Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 157/191] block: Dont invalidate pagecache for invalid falloc modes Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 158/191] nfp: flower: avoid rmmod nfp crash issues Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 159/191] can: sja1000: Always restart the Tx queue after an overrun Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 160/191] power: supply: qcom_battmgr: fix battery_id type Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 161/191] power: supply: qcom_battmgr: fix enable request endianness Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 162/191] usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scope Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 163/191] cgroup: Remove duplicates in cgroup v1 tasks file Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 164/191] dma-buf: add dma_fence_timestamp helper Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 165/191] pinctrl: avoid unsafe code pattern in find_pinctrl() Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 166/191] scsi: ufs: core: Correct clear TM error log Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 167/191] riscv: Only consider swbp/ss handlers for correct privileged mode Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 168/191] counter: chrdev: fix getting array extensions Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 169/191] counter: microchip-tcb-capture: Fix the use of internal GCLK logic Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 170/191] coresight: Fix run time warnings while reusing ETR buffer Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 171/191] riscv: Remove duplicate objcopy flag Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 172/191] RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 173/191] usb: typec: ucsi: Fix missing link removal Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 174/191] usb: typec: altmodes/displayport: Signal hpd low when exiting mode Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 175/191] usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 176/191] usb: gadget: udc-xilinx: replace memcpy with memcpy_toio Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 177/191] usb: gadget: ncm: Handle decoding of multiple NTBs in unwrap call Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 178/191] usb: cdnsp: Fixes issue with dequeuing not queued requests Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 179/191] usb: typec: qcom: Update the logic of regulator enable and disable Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 180/191] usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hub Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 181/191] Revert "x86/smp: Put CPUs into INIT on shutdown if possible" Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 182/191] dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 183/191] dmaengine: mediatek: Fix deadlock caused by synchronize_irq() Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 184/191] powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 185/191] powerpc/64e: Fix wrong test in __ptep_test_and_clear_young() Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 186/191] fs: Fix kernel-doc warnings Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 187/191] fs: factor out vfs_parse_monolithic_sep() helper Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 188/191] ovl: fix regression in parsing of mount options with escaped comma Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 189/191] ovl: make use of ->layers safe in rcu pathwalk Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 190/191] ovl: fix regression in showing lowerdir mount option Greg Kroah-Hartman
2023-10-16 8:42 ` [PATCH 6.5 191/191] ALSA: hda/realtek - Fixed two speaker platform Greg Kroah-Hartman
2023-10-16 17:35 ` [PATCH 6.5 000/191] 6.5.8-rc1 review Ricardo B. Marliere
2023-10-16 18:38 ` SeongJae Park
2023-10-16 19:35 ` Florian Fainelli
2023-10-16 21:29 ` Shuah Khan
2023-10-17 7:29 ` Ron Economos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231016084018.358849087@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=iforbes@vmware.com \
--cc=krastevm@vmware.com \
--cc=murray.mcallister@gmail.com \
--cc=patches@lists.linux.dev \
--cc=stable@vger.kernel.org \
--cc=zackr@vmware.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox