From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1586C38C2DE for ; Fri, 29 May 2026 09:13:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780045988; cv=none; b=XX94ed3MHwv+VPthVLoVfTNMHu33uMzi8bNfvEnd0Json2ITWRmEyYswuOMWQODYLptp+bQXzAjISZyT75Mh0Er0vpZtIdI5o/nzXOyE6lCX43ufouhBd2ELT3Ab6GUopdk2VpMX5XD5aghS2NAH3NVxWl1ZpSijzOH4rpOiiW8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780045988; c=relaxed/simple; bh=i2bVrOOaeuPCTne2Gue9MMIarjXiTJQAsNsJlt20esI=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=YXfzfpT8hqPJFKpFWJOPxdbDpsNUQtXPAMgU8Nigudped/D2koTmt8mNTgue4QjB/y8sHEVO4Yznpq3xv36bxZh6YWrGKEBZnu8TuCMXtJKj0otuOH5aK0CGS1D8pjc0OOePtXp/p+75OMU1LqDlBmyD1mNzz9HD6mBnWz6SAnU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=H143CulD; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="H143CulD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F39DD1F00893; Fri, 29 May 2026 09:13:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780045986; bh=io5fKiS1A6FNvDUZJWKGgAibKnD+zjEAahr+mxMqRDc=; h=Date:From:To:Cc:Subject; b=H143CulDV1NIx0xUj91+353RjrOfCNPPRonKcz3CHkKXVxnDVEr8AJj9DkeMvPhgT +aawJ8f2bXtllpfxy0kVicNrcY/esqypZfpDH1g62xQ5kJKtou0yom510wPEp9zYXR c7Tmm5cQRoF0IwS1eu2l/PknHWi0mnxkD9Vu/DyXd8hPZmuJH4vItd+66nOKJFCtnr ZHi8V8cEx7r6DRq+GzkuD+7s6Vt0yvtdn4eGSYY8WTBsDwVS+Z9rk/ecZY7DMJHhEZ NPoE7EsZIeYXbKWTnKWafW5AC1itDEODSKMadArtjTuznbndJ11WaC+kQLllaC11ek zaoblRxLkS9Xw== Date: Fri, 29 May 2026 11:13:01 +0200 From: Benjamin Tissoires To: Linus Torvalds Cc: Jiri Kosina , linux-kernel@vger.kernel.org Subject: [GIT PULL] HID fixes for 7.1 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git hid-for-linus-2026052801 to receive HID subsystem fixes for 7.1, namely: ===== - buffer overflow fix for lenovo (Kean) - buffer overflow fix for wacom (Lee Jones) - segfaults prevention in lenovo-go driver when used with an emulated device (Louis Clinckx) - cleanup of resources in u2fzero (Myeonghun Pak) - a quirk for a USB mouse and a cleanup in hid.h (hlleng and Liu Kai) ===== Thanks. ---------------------------------------------------------------- Kean (1): HID: lenovo: Fix buffer over-read and unaligned access in X12 Tab raw_event handler Lee Jones (1): HID: wacom: Fix OOB write in wacom_hid_set_device_mode() Liu Kai (1): HID: remove duplicate hid_warn_ratelimited definition Louis Clinckx (2): HID: lenovo-go: reject non-USB transports in probe HID: lenovo-go: drop dead NULL check on to_usb_interface() Myeonghun Pak (1): HID: u2fzero: free allocated URB on probe errors hlleng (1): HID: quirks: Add ALWAYS_POLL quirk for SIGMACHIP USB mouse drivers/hid/hid-ids.h | 1 + drivers/hid/hid-lenovo-go-s.c | 11 ++++++----- drivers/hid/hid-lenovo-go.c | 6 +++--- drivers/hid/hid-lenovo.c | 5 +++-- drivers/hid/hid-quirks.c | 1 + drivers/hid/hid-u2fzero.c | 22 +++++++++++++--------- drivers/hid/wacom_sys.c | 13 ++++++++++--- drivers/hid/wacom_wac.h | 1 + include/linux/hid.h | 2 -- 9 files changed, 38 insertions(+), 24 deletions(-) -- Cheers, Benjamin