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 44311E92FCE for ; Thu, 5 Oct 2023 22:23:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231436AbjJEWXu (ORCPT ); Thu, 5 Oct 2023 18:23:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229530AbjJEWXs (ORCPT ); Thu, 5 Oct 2023 18:23:48 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0DEF95; Thu, 5 Oct 2023 15:23:47 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0527C433CB; Thu, 5 Oct 2023 22:23:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696544627; bh=k01278ZqF2ArLbrRINqUwrP4EslDkp7gz0fkp1gCeHw=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=i4D4XBIZSz6aDvGQLfjqgEfKxgVZDvn3/4s6LoXI9s7272919YuGStEXUP9Sv+vcC T3mtGlkbO8f6vAKRmL7n+PkocGyFHKcQiCTaL0hf//7/njk9jeax0Rp1vnTBoLLaGD gWjH68RHkYoYjG67zvhvwNo99lU2mxIulB0UYcZ4LmUkCWdWfj2ubV0gM0CJ2dNQuZ QaX4/iRxlMHRB5SAFt0y5CGVuLQj0N1WGRsCB2rbfpWsaJjkiwj3jtAo6kRD1R+BkG D/TZKAhP+MKhov5HWyLuecUVVTjVVYw9yQi2gHx/K84ugiQKZW+3XvXH4JM8JD0oxh hKTtgX68oj5ow== Date: Thu, 5 Oct 2023 17:23:45 -0500 From: Bjorn Helgaas To: Stephen Rothwell Cc: Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the pci tree Message-ID: <20231005222345.GA797815@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231006090540.2ed5f123@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 06, 2023 at 09:05:40AM +1100, Stephen Rothwell wrote: > Hi all, > > Commit > > 3731355b37a3 ("PCI: endpoint: Use IS_ERR_OR_NULL() helper function") > > is missing a Signed-off-by from its committer. Fixed, sorry.