diff options
| author | Dmitry Torokhov <[email protected]> | 2025-01-17 17:23:40 +0000 |
|---|---|---|
| committer | Dmitry Torokhov <[email protected]> | 2025-01-21 05:27:02 +0000 |
| commit | 08bd5b7c9a2401faabdaa1472d45c7de0755fd7e (patch) | |
| tree | 4a0ab39f7f30ee9e355b1975f40e5da51b86eaae /drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c | |
| parent | Input: atkbd - map F23 key to support default copilot shortcut (diff) | |
| download | kernel-08bd5b7c9a2401faabdaa1472d45c7de0755fd7e.tar.gz kernel-08bd5b7c9a2401faabdaa1472d45c7de0755fd7e.zip | |
Input: synaptics - fix crash when enabling pass-through port
When enabling a pass-through port an interrupt might come before psmouse
driver binds to the pass-through port. However synaptics sub-driver
tries to access psmouse instance presumably associated with the
pass-through port to figure out if only 1 byte of response or entire
protocol packet needs to be forwarded to the pass-through port and may
crash if psmouse instance has not been attached to the port yet.
Fix the crash by introducing open() and close() methods for the port and
check if the port is open before trying to access psmouse instance.
Because psmouse calls serio_open() only after attaching psmouse instance
to serio port instance this prevents the potential crash.
Reported-by: Takashi Iwai <[email protected]>
Fixes: 100e16959c3c ("Input: libps2 - attach ps2dev instances as serio port's drvdata")
Link: https://bugzilla.suse.com/show_bug.cgi?id=1219522
Cc: [email protected]
Reviewed-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c')
0 files changed, 0 insertions, 0 deletions
