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 DC44EC4332F for ; Thu, 13 Oct 2022 12:41:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229513AbiJMMlw (ORCPT ); Thu, 13 Oct 2022 08:41:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229774AbiJMMlv (ORCPT ); Thu, 13 Oct 2022 08:41:51 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09353FAA75; Thu, 13 Oct 2022 05:41:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id ABD5DB81D03; Thu, 13 Oct 2022 12:41:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E54AC433D7; Thu, 13 Oct 2022 12:41:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1665664907; bh=L7vHRu7Nfct33Mg/nqV/XIIpj1W0hvwJ6tQQTzTRzyI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RJWOITw4K2qJhKX6Xa49FVgHfvn8ku69xrqRCtYRYoP7/AsS6o+GYObljl4KLMXEK pWgTbd5Im8z/BuumZGM79OngzUBAXuHN8TQnFZEcWTGlUZLUnlOnZKNhjvzkg8t1kl uMyGGB8vBQKndChGKbi4j+K45M77BL9LZ7hWZffA= Date: Thu, 13 Oct 2022 05:41:46 -0700 From: Andrew Morton To: Carlos Llamas Cc: Stephen Rothwell , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the mm-stable tree Message-Id: <20221013054146.a3aea05afd20303f91a3c8fa@linux-foundation.org> In-Reply-To: References: <20221013104234.11e88852@canb.auug.org.au> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, 13 Oct 2022 04:43:13 +0000 Carlos Llamas wrote: > Sorry this was my fault as I used a three-dash line to comment a code > section in the commit message. Which instead just cuts the commit log > short when applying the patch. Sigh. > > You can see this in the original post: > https://lkml.kernel.org/r/20220930003844.1210987-1-cmllamas@google.com > > I believe Andrew noticed this error and fixed the patch. Partially fixed :( > However, the > Signed-off-by tag probably got dropped in the process. I'm unsure if > this can be amended in the mm tree? I have fixed it up, thanks.