From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751943AbbJYNad (ORCPT ); Sun, 25 Oct 2015 09:30:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36397 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751597AbbJYNac (ORCPT ); Sun, 25 Oct 2015 09:30:32 -0400 Date: Sun, 25 Oct 2015 15:26:55 +0100 From: Oleg Nesterov To: Andrew Morton , Markus Pargmann Cc: Tejun Heo , nbd-general@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [PATCH 0/1] kthread: introduce kthread_get_run() to fix __nbd_ioctl() Message-ID: <20151025142655.GA30961@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Untested. Needs an ack from Markus, but unless I missed something this is v4.3 material. Oleg.