From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: Re: [PATCH v2] HID: debug: fix the ring buffer implementation Date: Mon, 28 Jan 2019 12:18:19 +0100 Message-ID: <20190128111818.GA22143@redhat.com> References: <20190126170722.8035-1-vdronov@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org To: Benjamin Tissoires Cc: Vladis Dronov , Jiri Kosina , "open list:HID CORE LAYER" , lkml , "3.8+" List-Id: linux-input@vger.kernel.org On 01/28, Benjamin Tissoires wrote: > > Oleg, can you provide some feedback before I push this? Looks good to me, feel free to add Reviewed-by: Oleg Nesterov > > + set_current_state(TASK_RUNNING); I still think that __set_current_state(TASK_RUNNING); will look a bit better, but this is really minor. Oleg.