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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 EF2D5C433FB for ; Mon, 27 Jul 2020 17:14:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CDCBA206E7 for ; Mon, 27 Jul 2020 17:14:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595870044; bh=DzMvaEZ2c8PRGNGNoXy8zUYsCmrHhqwpQRTnJDQLDUI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=AxhER1KuVn5koKOBvqyhfROiUUTY5fL7lmHuHinzzocH3cz9KMgqxYzgaf/fX7CSV dcsPAqbOif/BEh4XYC3owC8tzNQBNOfrJEfUvNcFnKhSVNm+t3R9CVXbDo9ofH1qXH 1wJ1xNV0rDU4WT64T+H1YK2PfWclJ/9ESFVP5kmo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730524AbgG0ROA (ORCPT ); Mon, 27 Jul 2020 13:14:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:47206 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729991AbgG0RNq (ORCPT ); Mon, 27 Jul 2020 13:13:46 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4BCC72074F; Mon, 27 Jul 2020 17:13:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595870025; bh=DzMvaEZ2c8PRGNGNoXy8zUYsCmrHhqwpQRTnJDQLDUI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ta4V/TlHAZL7GlZvS59gW5IPtECdtMnZt2+tatrDJyqnWz1O6zwUr/fjbiyRZzCUq jbQwi39X/aeKjmSakvqPkNV8my08NF3uxhR/Zx6p1bH1iAMVpOzamiGemiMOa0FQnw H5LnEhMnt0XB5o29YPiUmoxLPKtR1O7dM4ibE91o= Date: Mon, 27 Jul 2020 16:38:47 +0200 From: Greg Kroah-Hartman To: Kieran Bingham Cc: linux-kernel@vger.kernel.org, Sasha Levin , stable@vger.kernel.org, Stefano Garzarella , Andrew Morton , Jan Kiszka , Linus Torvalds Subject: Re: [PATCH 4.19 42/86] scripts/gdb: fix lx-symbols gdb.error while loading modules Message-ID: <20200727143847.GA189341@kroah.com> References: <20200727134914.312934924@linuxfoundation.org> <20200727134916.556617777@linuxfoundation.org> <7675dec9-7b66-b785-5034-22e8ede0b597@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7675dec9-7b66-b785-5034-22e8ede0b597@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 27, 2020 at 03:26:42PM +0100, Kieran Bingham wrote: > Hi Greg, Sasha, > > On 27/07/2020 15:04, Greg Kroah-Hartman wrote: > > From: Stefano Garzarella > > > > [ Upstream commit 7359608a271ce81803de148befefd309baf88c76 ] > > > > Commit ed66f991bb19 ("module: Refactor section attr into bin attribute") > > removed the 'name' field from 'struct module_sect_attr' triggering the > > following error when invoking lx-symbols: > > > Has ed66f991bb19 ("module: Refactor section attr into bin attribute") > been backported to 4.19? It doesn't /sound/ like something that would > require backporting unless something else depended up on it, but if it > hasn't been ... then *this* patch shouldn't be either... It was released in 4.19.133, 5.4.52, and 5.7.9. > Same for 5.4, and 5.7 that's just come in. > > This patch will 'apply' cleanly, and not hit any compilation errors, as > it only changes python code... so my reason to highlight is in case some > automated system picked it up based on those assumptions. > > If ed66f991bb19 has also been backported, then I'm sorry for the noise ;-) It was, but thanks for the review! greg k-h