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 E707BC43334 for ; Wed, 29 Jun 2022 05:39:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231343AbiF2FjA (ORCPT ); Wed, 29 Jun 2022 01:39:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229511AbiF2Fi7 (ORCPT ); Wed, 29 Jun 2022 01:38:59 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3AE324F0D; Tue, 28 Jun 2022 22:38:58 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 32BF167373; Wed, 29 Jun 2022 07:38:55 +0200 (CEST) Date: Wed, 29 Jun 2022 07:38:54 +0200 From: Christoph Hellwig To: Nick Desaulniers Cc: Florian Fainelli , Christoph Hellwig , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Masahiro Yamada , Daniel Vetter , Jessica Yu Subject: Re: [PATCH 5.4 57/60] modpost: fix section mismatch check for exported init/exit sections Message-ID: <20220629053854.GA16297@lst.de> References: <20220627111927.641837068@linuxfoundation.org> <20220627111929.368555413@linuxfoundation.org> <6cd16364-f0cd-b3f3-248f-4b6d585d05ef@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 28, 2022 at 12:11:50PM -0700, Nick Desaulniers wrote: > Maybe let's check with Christoph if it's ok to backport bf22c9ec39da > to stable 5.10 and 5.4? I'd be fine with that, but in the end it is something for the relevant maintainers to decide.