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=-12.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=ham 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 9A8C0C4338F for ; Wed, 18 Aug 2021 01:49:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6FA7B6024A for ; Wed, 18 Aug 2021 01:49:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235925AbhHRBuE (ORCPT ); Tue, 17 Aug 2021 21:50:04 -0400 Received: from out30-131.freemail.mail.aliyun.com ([115.124.30.131]:57230 "EHLO out30-131.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234723AbhHRBuD (ORCPT ); Tue, 17 Aug 2021 21:50:03 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R201e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04394;MF=xianting.tian@linux.alibaba.com;NM=1;PH=DS;RN=8;SR=0;TI=SMTPD_---0UjaFm7B_1629251367; Received: from B-LB6YLVDL-0141.local(mailfrom:xianting.tian@linux.alibaba.com fp:SMTPD_---0UjaFm7B_1629251367) by smtp.aliyun-inc.com(127.0.0.1); Wed, 18 Aug 2021 09:49:27 +0800 Subject: Re: [PATCH v7 1/2] tty: hvc: pass DMA capable memory to put_chars() To: Greg KH Cc: jirislaby@kernel.org, amit@kernel.org, arnd@arndb.de, osandov@fb.com, linuxppc-dev@lists.ozlabs.org, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org References: <20210817132300.165014-1-xianting.tian@linux.alibaba.com> <20210817132300.165014-2-xianting.tian@linux.alibaba.com> From: Xianting TIan Message-ID: <1a0587cc-97e0-62b7-026e-2ee74ed5089c@linux.alibaba.com> Date: Wed, 18 Aug 2021 09:49:26 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ÔÚ 2021/8/17 ÏÂÎç11:48, Greg KH дµÀ: > On Tue, Aug 17, 2021 at 09:22:59PM +0800, Xianting Tian wrote: >> We tested the patch, it worked normally. > Who is "we"? > >> Signed-off-by: Xianting Tian > Like I said before, I need another developer from your company to review > and sign-off on this patch (and the other one), before I am willing to > look at it, based on the previous mistakes that have happened here. thanks, I will add the developer in v8 and also with fix a build warning, which I don't meet in my build process. > > thanks, > > greg k-h