From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753029AbdA3MqV (ORCPT ); Mon, 30 Jan 2017 07:46:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50586 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752771AbdA3MqR (ORCPT ); Mon, 30 Jan 2017 07:46:17 -0500 Date: Mon, 30 Jan 2017 13:45:32 +0100 From: Benjamin Tissoires To: Johan Hovold Cc: Jiri Kosina , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] HID: cp2112: fix sleep-while-atomic regression Message-ID: <20170130124532.GA27061@mail.corp.redhat.com> References: <20170130102235.3691-1-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170130102235.3691-1-johan@kernel.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 30 Jan 2017 12:45:38 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Jan 30 2017 or thereabouts, Johan Hovold wrote: > These patches fix a sleep-while-atomic and an error-handling issue > introduced by a patch that went into 4.9. > > Note that this series has only been compile tested. Tested the series, and: Reviewed-by: Benjamin Tissoires Thanks for spotting that! Cheers, Benjamin > > Johan > > > Johan Hovold (2): > HID: cp2112: fix sleep-while-atomic > HID: cp2112: fix gpio-callback error handling > > drivers/hid/hid-cp2112.c | 28 ++++++++++++---------------- > 1 file changed, 12 insertions(+), 16 deletions(-) > > -- > 2.10.2 >