From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755149AbcBHGzn (ORCPT ); Mon, 8 Feb 2016 01:55:43 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45201 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751470AbcBHGzm (ORCPT ); Mon, 8 Feb 2016 01:55:42 -0500 Date: Sun, 7 Feb 2016 22:55:41 -0800 From: Greg Kroah-Hartman To: Sudeep Dutt Cc: linux-kernel@vger.kernel.org, Ashutosh Dixit , Nikhil Rao Subject: Re: [PATCH char-misc-next 1/8] misc: mic: Remove MIC X100 host virtio functionality Message-ID: <20160208065541.GA979@kroah.com> References: <1ed41c628c12c12c17aabee5ee676e46bcf8e680.1454348442.git.sudeep.dutt@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1ed41c628c12c12c17aabee5ee676e46bcf8e680.1454348442.git.sudeep.dutt@intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 01, 2016 at 08:23:38PM -0800, Sudeep Dutt wrote: > This patch deletes the virtio functionality from the MIC X100 host > driver. A subsequent patch will re-enable this functionality by > consolidating the hardware independent logic in a new Virtio over PCIe > (VOP) driver. > > Reviewed-by: Ashutosh Dixit > Signed-off-by: Sudeep Dutt This series does apply due to other changes in this subsystem in my tree. Can you refresh it against the char-misc-testing branch of my char-misc.git tree and resend? thanks, greg k-h