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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 C6A38C2BA2B for ; Thu, 16 Apr 2020 23:18:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A406822246 for ; Thu, 16 Apr 2020 23:18:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587079120; bh=WHCk6LT72LC2+Q6AJUsZv2rkcYyjc6nGV6exXzaS/g8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=rQeP7nHp/J23Omjjl2xlEBmOBPyORoI+2mbSuCIbvQsaJqqE+trDNiFOuXPGqwSPn QO+HoEtEy03bfxBSkqTHtPLZazAwpHvFTflViJuI7uHtalKvsl9scmx+2EK//6/TNO 7DVMj0FUDtH5wUC9YGLcVN5Ze6An1MBWdI/AEX1M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728853AbgDPXSj (ORCPT ); Thu, 16 Apr 2020 19:18:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:59532 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725988AbgDPXSj (ORCPT ); Thu, 16 Apr 2020 19:18:39 -0400 Received: from localhost (unknown [104.132.1.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B78BE2078B; Thu, 16 Apr 2020 23:18:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587079118; bh=WHCk6LT72LC2+Q6AJUsZv2rkcYyjc6nGV6exXzaS/g8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HKJ4aMWgbXYkNDkPmyY8K+ZdFoWDxVYCujBwrbdLP+2d1aIG0qgTsMavlukbsw+Pj Zy5QlTRrX+ILmOAZSpQ1AkLtpfm694dz5a1m8hMRxWPi+b75Su+YVhoP7w87170YVk B5gfAn/eMKjy0gcdI9LqYR046afbtF2gBU6sH2jI= Date: Thu, 16 Apr 2020 16:18:38 -0700 From: Jaegeuk Kim To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the f2fs tree Message-ID: <20200416231838.GA99506@google.com> References: <20200417081707.0c7c84f3@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200417081707.0c7c84f3@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/17, Stephen Rothwell wrote: > Hi all, > > Commit > > 46471a1f6e97 ("f2fs: add tracepoint for f2fs iostat") > > is missing a Signed-off-by from its committer. > > Looks like the SOB line was lost in the rebase :-( Fixed. Thank you. :) > > -- > Cheers, > Stephen Rothwell