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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 6EA74C433DB for ; Wed, 24 Feb 2021 20:28:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F6F564E60 for ; Wed, 24 Feb 2021 20:28:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235415AbhBXU17 (ORCPT ); Wed, 24 Feb 2021 15:27:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234346AbhBXU1o (ORCPT ); Wed, 24 Feb 2021 15:27:44 -0500 Received: from mail-pl1-x633.google.com (mail-pl1-x633.google.com [IPv6:2607:f8b0:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AEE7FC06174A for ; Wed, 24 Feb 2021 12:27:04 -0800 (PST) Received: by mail-pl1-x633.google.com with SMTP id w18so1887107plc.12 for ; Wed, 24 Feb 2021 12:27:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=K6bFzy1IBOO1f9bPCmuHpqHzVfK2W4BUDHnED1osbZM=; b=JFpgG7nk7OGnukIxvu4D34I6ubCsFKHpWidOpQSGfFGdQbDu6OVnxmmbdHYm6nsGlU L32eYLBx1d1hnwiTAjJOQfX1vmob2N1ay/Gyoph/EntoQskJai4N5dfx8ApV9mmnjGxI nvI+dV/7qksjIsrmng5bOU68WLc5lBafzaUEA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=K6bFzy1IBOO1f9bPCmuHpqHzVfK2W4BUDHnED1osbZM=; b=I4cE6AVP5JDFyNLNzkg87Pb72FukNjLY7fL0apTsPWK5b7u5INlMb9PzvlHSkB5uTe XpAoRNgdbJsC+K1cCvlBAnGODikWmMpkuCAOflKGoAk0Bia1VScXFkDyFO2XlhzDfNaJ MZDRI4PRuEtqcw64oHaQlUL85W4t92XI1P+NOX3c/+eqdqU1uP7hLOafjYfT31mMSWsQ 0oWcqlQC8k+FO9ka+sFnUnxDQ/L2cfT7pQe8uwC4VfxMecyLTKd9QnaYXThGyOW65mh8 htUi2b7fnDVKL8B7YPlxEN402gupAv3p3QqtkoQSNclnBdw/xAi2IJHFa3kvKjnnYVV0 Kizw== X-Gm-Message-State: AOAM531D9LzVuV3cF9tYCHPCKfBDu6xp1SDRzWaNg8yZE+H/5LhcJ1z7 0I5W0jCgahrLwTVTEQafwn7Vgg== X-Google-Smtp-Source: ABdhPJybQPsJIJy3EWddjbln0YNxI+lgoajIbHsZScO7+Sx0LqJuELxlaN0e3jlnQ0m/jU5d+1cVlg== X-Received: by 2002:a17:903:31d1:b029:de:8361:739b with SMTP id v17-20020a17090331d1b02900de8361739bmr33898916ple.85.1614198424186; Wed, 24 Feb 2021 12:27:04 -0800 (PST) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id o185sm3660030pfb.196.2021.02.24.12.27.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Feb 2021 12:27:03 -0800 (PST) Date: Wed, 24 Feb 2021 12:27:02 -0800 From: Kees Cook To: Stephen Rothwell Cc: Linus Torvalds , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commits in Linus' tree Message-ID: <202102241225.11226B262@keescook> References: <20210224113108.4c05915e@canb.auug.org.au> <20210224114942.4b07cece@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210224114942.4b07cece@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 24, 2021 at 11:49:42AM +1100, Stephen Rothwell wrote: > Hi Linus, > > On Tue, 23 Feb 2021 16:33:47 -0800 Linus Torvalds wrote: > > > > On Tue, Feb 23, 2021 at 4:31 PM Stephen Rothwell wrote: > > > > > > are missing a Signed-off-by from their committer. > > > > Gaah. Maybe I should do some pre-pull hook or something to notice this > > automatically (like you clearly do). > > I have attached the scripts I run over things after fetching them, but > before merging them (so not a hook, sorry). check_commits runs > check_fixes - but just for my convenience. Thank you! I've added these to my PR workflow now, and it yells quite loudly. I'm still looking at some kind of push hook too... -- Kees Cook