From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754626AbdBISRz (ORCPT ); Thu, 9 Feb 2017 13:17:55 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:35055 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932080AbdBISRx (ORCPT ); Thu, 9 Feb 2017 13:17:53 -0500 Date: Thu, 9 Feb 2017 10:06:05 -0800 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [git pull] Input updates for 4.10-rc7 Message-ID: <20170209180605.GA8862@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. You will get a fix for crash in uinput, and a fix for build errors when HID-RMI is built-in but SERIO is a module. Changelog: --------- Arnd Bergmann (1): Input: synaptics-rmi4 - select 'SERIO' when needed Dmitry Torokhov (1): Input: uinput - fix crash when mixing old and new init style Diffstat: -------- drivers/input/misc/uinput.c | 20 ++++++++++++++------ drivers/input/rmi4/Kconfig | 8 +++++++- 2 files changed, 21 insertions(+), 7 deletions(-) -- Dmitry