From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 32FB8C7EE2E for ; Wed, 7 Jun 2023 20:08:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231259AbjFGUIm (ORCPT ); Wed, 7 Jun 2023 16:08:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbjFGUIi (ORCPT ); Wed, 7 Jun 2023 16:08:38 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A3931BD3; Wed, 7 Jun 2023 13:08:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686168517; x=1717704517; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=pUSZIpe/J0jTPfU5urMpVkLRgOeCUkwl1+FBN7ZGbjE=; b=iyBhZRsLfPcN/t7em7bJ7gpdMaZsmJl/dafNeecsR2UehY8eRgELUhkP nXo7VM5+ePvfkHwdMltxxG39Xmgs0lebrP18zoyfTmU5w0YrDmmx8zDhU 6ezWx4hfVcWyNVFWhwn4/AKocpDukVhg9tq1qCXrV7M8B4GM2W81dJNP3 1nObMFG1KhR7GFx/tkwBJKcy9QbNg+P7nDyryCDkeTby5PiMI+z4UsjEv TyhM0kAjEyzSlI8vtxsYH/kahfEWwZg7gvF3ZT649JZpHjDxSSejNJ/Y1 KjT7/nUfsIdimHCrV32n3niEdUh7bghh0t+YPjIQqTYEQLQv6hzgqIzyo A==; X-IronPort-AV: E=McAfee;i="6600,9927,10734"; a="336723941" X-IronPort-AV: E=Sophos;i="6.00,225,1681196400"; d="scan'208";a="336723941" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 13:08:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10734"; a="854040032" X-IronPort-AV: E=Sophos;i="6.00,225,1681196400"; d="scan'208";a="854040032" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga001.fm.intel.com with ESMTP; 07 Jun 2023 13:08:35 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1q6zSM-001zei-28; Wed, 07 Jun 2023 23:08:34 +0300 Date: Wed, 7 Jun 2023 23:08:34 +0300 From: Andy Shevchenko To: Jens Axboe Cc: Greg Kroah-Hartman , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/9] pktdvd: Clean up the driver Message-ID: References: <20230310164549.22133-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 06, 2023 at 02:23:03PM -0600, Jens Axboe wrote: > On 6/6/23 8:58 AM, Andy Shevchenko wrote: > > On Fri, Mar 10, 2023 at 06:45:40PM +0200, Andy Shevchenko wrote: > >> Some cleanups to the recently resurrected driver. > > > > Anybody to pick this up, please? > > I can pick it up, I'm assuming this is all untested? Compile tested only. So I assume the answer is yes, untested. -- With Best Regards, Andy Shevchenko