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 9D028C76196 for ; Wed, 12 Apr 2023 01:59:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229491AbjDLB7W (ORCPT ); Tue, 11 Apr 2023 21:59:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbjDLB7W (ORCPT ); Tue, 11 Apr 2023 21:59:22 -0400 Received: from out30-112.freemail.mail.aliyun.com (out30-112.freemail.mail.aliyun.com [115.124.30.112]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7FB830EB; Tue, 11 Apr 2023 18:59:20 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R141e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046059;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=4;SR=0;TI=SMTPD_---0VfuH6S3_1681264757; Received: from 30.97.48.227(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0VfuH6S3_1681264757) by smtp.aliyun-inc.com; Wed, 12 Apr 2023 09:59:18 +0800 Message-ID: <54fd670b-9d48-e066-59be-c851d22636cf@linux.alibaba.com> Date: Wed, 12 Apr 2023 09:59:17 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: linux-next: Signed-off-by missing for commit in the erofs tree To: Stephen Rothwell , Gao Xiang Cc: Linux Kernel Mailing List , Linux Next Mailing List References: <20230412082953.64ac8828@canb.auug.org.au> From: Gao Xiang In-Reply-To: <20230412082953.64ac8828@canb.auug.org.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 2023/4/12 06:29, Stephen Rothwell wrote: > Hi all, > > Commit > > 95ff51070f35 ("erofs: handle long xattr name prefixes properly") > > is missing a Signed-off-by from its committer. > Thanks, fixed. Thanks, Gao Xiang