Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760943Ab3GaWrH (ORCPT ); Wed, 31 Jul 2013 18:47:07 -0400 Received: from cantor2.suse.de ([195.135.220.15]:55488 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757890Ab3GaWrE (ORCPT ); Wed, 31 Jul 2013 18:47:04 -0400 Date: Thu, 1 Aug 2013 00:47:00 +0200 (CEST) From: Jiri Kosina To: Peter Hurley Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH linux-next] hid/logitech-dj: Fix non-atomic kmalloc in logi_dj_ll_input_event() In-Reply-To: <1375305478-26754-1-git-send-email-peter@hurleysoftware.com> Message-ID: References: <1375305478-26754-1-git-send-email-peter@hurleysoftware.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) 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 Content-Length: 547 Lines: 18 On Wed, 31 Jul 2013, Peter Hurley wrote: > The ll_driver's .hidinput_input_event() method is called from > atomic context [1]. Use GFP_ATOMIC for allocation of the > synthesized hid report. > > Signed-off-by: Peter Hurley Applied, thanks Peter. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/