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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36474C433DB for ; Sat, 27 Feb 2021 15:08:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ECC2864EB3 for ; Sat, 27 Feb 2021 15:08:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230101AbhB0PIP (ORCPT ); Sat, 27 Feb 2021 10:08:15 -0500 Received: from mail.kernel.org ([198.145.29.99]:44216 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229953AbhB0PIM (ORCPT ); Sat, 27 Feb 2021 10:08:12 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id B6B5164E7A; Sat, 27 Feb 2021 15:07:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614438452; bh=NtBYbqsqe2ZK9BWLJir8CO6pNkINMOV2L6wftv5KqAI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k01592FcVDYoGQUhSHSfzHjlpwmJLUk5nPyNsqqnMud8lDtT2r7mcYgdHzWWoyV2m eG6VvVzUQUBl6xndffdGcMBaneVFeiVswNsE3quRn5qpIPueiCGhM4yvbKZ+guweLJ dL93pKlc9AZ7F1ubQoXsWxm+x/t00cljWH420Hhw= Date: Sat, 27 Feb 2021 16:07:29 +0100 From: Greg KH To: Xu Yilun Cc: Tom Rix , mdf@kernel.org, linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org, lgoncalv@redhat.com, hao.wu@intel.com Subject: Re: [PATCH v11 0/2] UIO support for dfl devices Message-ID: References: <1612403971-13291-1-git-send-email-yilun.xu@intel.com> <9b5f6e54-7122-8cfb-39f8-a84599e081f1@redhat.com> <20210226012237.GA27194@yilunxu-OptiPlex-7050> <20210227145733.GA2224@yilunxu-OptiPlex-7050> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210227145733.GA2224@yilunxu-OptiPlex-7050> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 27, 2021 at 10:57:33PM +0800, Xu Yilun wrote: > Hi Greg: > > On Fri, Feb 26, 2021 at 07:40:56AM +0100, Greg KH wrote: > > On Fri, Feb 26, 2021 at 09:22:37AM +0800, Xu Yilun wrote: > > > On Mon, Feb 22, 2021 at 10:56:45AM -0800, Tom Rix wrote: > > > > Yilun, > > > > > > > > Is there anything outstanding or remaining to be done ? > > > > > > Sorry for late reply. No, this is my lastest version now. > > > > > > > > > Hi Greg: > > > > > > Do you have some comments on this patchset? > > > > It's the middle of the merge window, I can't accept anything right > > now... > > > > But this doesn't even look like it is in my "to review" queue anymore, > > which means that there must have been a lot of discussion on it and > > others asking for changes, so why not work on that right now while you > > can and resubmit it when you have done that? > > > > No need to ever wait on me for fixing things up. > > I checked the mails again and confirmed all the comments from Moritz, > Tom and Hao are fixed. So could you help review it so it could be > accepted in next cycle? Please resend it, as I said above, it is no longer in my queue. greg k-h