From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752120AbdJLMqQ (ORCPT ); Thu, 12 Oct 2017 08:46:16 -0400 Received: from mx2.suse.de ([195.135.220.15]:32976 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbdJLMqP (ORCPT ); Thu, 12 Oct 2017 08:46:15 -0400 Date: Thu, 12 Oct 2017 14:46:14 +0200 (CEST) From: Jiri Kosina X-X-Sender: jkosina@wotan.suse.de To: Linus Torvalds cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] HID fixes Message-ID: User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive ===== - fix for potential out-of-bounds memory access (found by fuzzing, likely requires specially crafted device to trigger) by Jaejoong Kim - two new device IDs for elecom driver from Alex Manoussakis ===== Thank you. ---------------------------------------------------------------- Alex Manoussakis (1): HID: hid-elecom: extend to fix descriptor for HUGE trackball Jaejoong Kim (1): HID: usbhid: fix out-of-bounds bug drivers/hid/Kconfig | 1 + drivers/hid/hid-core.c | 2 ++ drivers/hid/hid-elecom.c | 13 +++++++++---- drivers/hid/hid-ids.h | 2 ++ drivers/hid/usbhid/hid-core.c | 12 +++++++++++- 5 files changed, 25 insertions(+), 5 deletions(-) -- Jiri Kosina SUSE Labs