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 B74CAEB64D9 for ; Wed, 12 Jul 2023 13:55:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231944AbjGLNzQ (ORCPT ); Wed, 12 Jul 2023 09:55:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231302AbjGLNzP (ORCPT ); Wed, 12 Jul 2023 09:55:15 -0400 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5035FEA; Wed, 12 Jul 2023 06:55:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1689170111; bh=HJopHCxgdC/P9Az81VBbwel01VSXYlHpTRZwX3QQzRM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=JNIs4QJs1nUkZfcgV5CEHh1Daaw6piuGzTl9+EJxscY8+s/7AkdIFa+ZhSxWcXJGP RKSlXZThzH0l4lDMe9zwQxOEMHV+vS6/jHjSKLOVb++fXtM9pHsyk3HdUJ6lLV6wBV gsCLe1+JAMJOHLlHBCjT7bI+UEtmgh5MkKhoIOGCJLlkWKm/XuJh3jbQuXSJ0AH3k4 y/JKbhf5K2gzCGE8kySxFOZT4IZL11JdLhQ4ihONjOdkuWu3150f9PiCv4VaYAQYls iASfLD//SL6HqcD9l33iBUZACF9O+1GL/jiRDNEbdgXWxQTN9TmCQxbWUubtwfQKuF xqy74p9VXX+pA== Received: from biznet-home.integral.gnuweeb.org (unknown [182.253.126.105]) by gnuweeb.org (Postfix) with ESMTPSA id 940DD24AA80; Wed, 12 Jul 2023 20:55:06 +0700 (WIB) Date: Wed, 12 Jul 2023 20:55:01 +0700 From: Ammar Faizi To: Hao Xu Cc: io-uring Mailing List , Jens Axboe , Dominique Martinet , Pavel Begunkov , Christian Brauner , Alexander Viro , Stefan Roesch , Clay Harris , Dave Chinner , Linux Fsdevel Mailing List , Wanpeng Li Subject: Re: [PATCH 1/3] fs: split off vfs_getdents function of getdents64 syscall Message-ID: References: <20230711114027.59945-1-hao.xu@linux.dev> <20230711114027.59945-2-hao.xu@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Bpl: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Wed, Jul 12, 2023 at 04:03:41PM +0800, Hao Xu wrote: > On 7/11/23 21:02, Ammar Faizi wrote: > > On Tue, Jul 11, 2023 at 07:40:25PM +0800, Hao Xu wrote: > > > Co-developed-by: Stefan Roesch > > > Signed-off-by: Stefan Roesch > > > Signed-off-by: Dominique Martinet > > > --- > > > > Since you took this, it needs your Signed-off-by. > > > > Hi Ammar, > I just add this signed-off-by of Stefan to resolve the checkpatch complain, > no code change. Both, you and Stefan are required to sign-off. The submitter is also required to sign-off even if the submitter makes no code change. See https://www.kernel.org/doc/html/latest/process/submitting-patches.html: """ Any further SoBs (Signed-off-by:'s) following the author's SoB are from people handling and transporting the patch, but were not involved in its development. SoB chains should reflect the real route a patch took as it was propagated to the maintainers and ultimately to Linus, with the first SoB entry signalling primary authorship of a single author. """ It also applies to the maintainer when they apply your patches. -- Ammar Faizi