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 7B51FECAAD3 for ; Sun, 4 Sep 2022 14:09:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233715AbiIDOJf (ORCPT ); Sun, 4 Sep 2022 10:09:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233625AbiIDOJe (ORCPT ); Sun, 4 Sep 2022 10:09:34 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24CC5A455 for ; Sun, 4 Sep 2022 07:09:33 -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 C6BA4B80D7D for ; Sun, 4 Sep 2022 14:09:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17A83C433C1; Sun, 4 Sep 2022 14:09:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662300570; bh=Q8EqfaWnMEDNo2BaN/HlDF4gMdUzDupo21cS/wV0r40=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i5NvmD720CRC+4CJO4Mwjwx3iJ23qOwA2P5HsyogpxuqzRGuD9NwBfTwWsvgX6E7i RH3JLq3P7MyIv4d3qqT5KcejlsSMoAAVWEEUSwsmBUtYmph+eI5BZ99fO2qFsFbCzL +vYFHQceh4Kb0/mLTKq7j3GQKS8ejDcTMxBf0K+M= Date: Sun, 4 Sep 2022 16:09:27 +0200 From: Greg KH To: kernel test robot Cc: Jiri Olsa , stable@vger.kernel.org, kbuild-all@lists.01.org Subject: Re: [PATCH stable 5.15 2/2] kbuild: Add skip_encoding_btf_enum64 option to pahole Message-ID: References: <20220904131901.13025-3-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Sep 04, 2022 at 09:20:48PM +0800, kernel test robot wrote: > Hi, > > Thanks for your patch. > > FYI: kernel test robot notices the stable kernel rule is not satisfied. > > Rule: 'Cc: stable@vger.kernel.org' or 'commit upstream.' > Subject: [PATCH stable 5.15 2/2] kbuild: Add skip_encoding_btf_enum64 option to pahole > Link: https://lore.kernel.org/stable/20220904131901.13025-3-jolsa%40kernel.org > > The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html Nice catch, but this one is ok :)