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 2EDAEEB64D9 for ; Thu, 6 Jul 2023 15:18:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233022AbjGFPSr (ORCPT ); Thu, 6 Jul 2023 11:18:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232129AbjGFPSp (ORCPT ); Thu, 6 Jul 2023 11:18:45 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A1351997 for ; Thu, 6 Jul 2023 08:18:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B36536023A for ; Thu, 6 Jul 2023 15:18:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB965C433C8; Thu, 6 Jul 2023 15:18:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688656722; bh=PbZ1+K7/ycQgt3p7bChWS7NewJZAPs5Z0ueIwPNsb/s=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=iTfZ/YjXi6ibhTuFaou9mv3Q9Kov1pZMwM+Ah+ObPeBtVH0DeZtYT4ZZBo/GS6MX6 55LMdthnWRAKaYgtwbGIYUfpkxPIEjqE+Ynq64XMTkjNw1GYHlP4Gs0OorGMA8ffv6 lXf0UIexh9jJLRGRhxB2Y8avLMD0Wbkx6sAJqhI2kNVXaFmF7i6CkkzBmBLRfbD5e3 /fpXmbpq1h8cQKEP2C+guqrcYjp/609KDXiGoITkP4q5rADtXfVnsAu9u6QYiGOxqn sV3aEid5TAtffJvYVvje/Z96rQEaEJV+lOsdJkIH2SwqRMh9Mc2N13Scmepb69mvi/ PsSQaZ1gnNUzg== Message-ID: <2ca3892e-a018-37e1-5a3d-288e6af2ec4d@kernel.org> Date: Thu, 6 Jul 2023 10:18:40 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: =?UTF-8?B?UmU6IOWbnuWkjTog5Zue5aSNOiBbUEFUQ0hdIGZpcm13YXJlOiBzdHJh?= =?UTF-8?Q?tix10-svc=3a_Fix_an_NULL_vs_IS=5fERR=28=29_bug_in_svc=5fcreate=5f?= =?UTF-8?Q?memory=5fpool=28=29?= Content-Language: en-US To: =?UTF-8?B?546L5piOLei9r+S7tuW6leWxguaKgOacr+mDqA==?= , Dan Carpenter Cc: LKML , "opensource.kernel" References: <20230704082706.1721-1-machel@vivo.com> From: Dinh Nguyen In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/6/23 03:56, 王明-软件底层技术部 wrote: > I see. Thank you > > -----邮件原件----- > 发件人: Dan Carpenter > 发送时间: 2023年7月6日 16:52 > 收件人: 王明-软件底层技术部 > 抄送: Dinh Nguyen ; LKML ; opensource.kernel > 主题: Re: 回复: [PATCH] firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in svc_create_memory_pool() > > On Thu, Jul 06, 2023 at 08:44:39AM +0000, 王明-软件底层技术部 wrote: >> Thank you Dan carpenter. >> This patch has been submitted for a long time, but I have not heard >> back from the maintainer, and I am confused whether I need to send it >> again Looks like you sent an original patch on July 1st, then you sent another patch on July 4th. In the future, please take Dan's advice on 2 weeks and if you do need to resend you can add a 'RESEND' to the subject line, or just reply with a ping to the original patch. I was on a short leave. I'll take your patch next week with the edits from Dan's comments. Thanks, Dinh