From patchwork Wed Jun 5 12:44:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Tissoires X-Patchwork-Id: 10976909 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6580A13AD for ; Wed, 5 Jun 2019 12:44:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 58B9528927 for ; Wed, 5 Jun 2019 12:44:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4D2C12894E; Wed, 5 Jun 2019 12:44:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C138228927 for ; Wed, 5 Jun 2019 12:44:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727793AbfFEMoZ (ORCPT ); Wed, 5 Jun 2019 08:44:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50162 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727792AbfFEMoZ (ORCPT ); Wed, 5 Jun 2019 08:44:25 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 09D72309C38E; Wed, 5 Jun 2019 12:44:25 +0000 (UTC) Received: from plouf.redhat.com (ovpn-116-164.ams2.redhat.com [10.36.116.164]) by smtp.corp.redhat.com (Postfix) with ESMTP id D635D60CD6; Wed, 5 Jun 2019 12:44:18 +0000 (UTC) From: Benjamin Tissoires To: Jiri Kosina , Hans de Goede , Dave Hansen , Kai-Heng Feng Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Benjamin Tissoires Subject: [PATCH 0/4] few reverts and fixes for 5.2 Date: Wed, 5 Jun 2019 14:44:04 +0200 Message-Id: <20190605124408.8637-1-benjamin.tissoires@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Wed, 05 Jun 2019 12:44:25 +0000 (UTC) Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This has been already publicly discussed here, so I am just posting for completeness. patch 1: request to revert it: https://patchwork.kernel.org/patch/10844177/#22651385 patch 2&3: related thread: https://lkml.org/lkml/2019/5/28/778 patch 4: bug link: https://bugzilla.kernel.org/show_bug.cgi?id=203619 and related thread: https://lkml.org/lkml/2019/5/28/778 Cheers, Benjamin Benjamin Tissoires (3): Revert "HID: Increase maximum report size allowed by hid_field_extract()" Revert "HID: core: Do not call request_module() in async context" Revert "HID: core: Call request_module before doing device_add" Hans de Goede (1): HID: logitech-dj: Fix 064d:c52f receiver support drivers/hid/hid-core.c | 16 +++---------- drivers/hid/hid-logitech-dj.c | 42 ++++++++++++++++++++++------------- 2 files changed, 30 insertions(+), 28 deletions(-) Acked-by: Jiri Kosina