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=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 C79C9C64E7B for ; Tue, 1 Dec 2020 09:56:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5F28520657 for ; Tue, 1 Dec 2020 09:56:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="CaKC+wOG" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728555AbgLAJ4f (ORCPT ); Tue, 1 Dec 2020 04:56:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:59062 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726099AbgLAJ4f (ORCPT ); Tue, 1 Dec 2020 04:56:35 -0500 Received: from linux-8ccs (p57a232c3.dip0.t-ipconnect.de [87.162.50.195]) (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 1DE6820657; Tue, 1 Dec 2020 09:55:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606816554; bh=6kpZqmqH8xua3fMlvH5v7aR2iYhj3V3XHB8sPP9GwtE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CaKC+wOGCkaFDrokRs8vG8T9PyHnxjZewI0Q4wUOl8ZG1bedSsewuxTUWHg1g0Xga g/qOMTN06J1M9yi62pQ/0janvXuvmXgbHFgl+gWFYJlyHsmlnf3/e1Cy2+EE14B3pQ o/gp5LAXkM8m/KaEOGWeTPQwL8vV2/UmbPytjHQ0= Date: Tue, 1 Dec 2020 10:55:47 +0100 From: Jessica Yu To: Johan Hovold Cc: linux-kernel@vger.kernel.org, Linus Torvalds , Rob Herring , Frank Rowand , Greg Kroah-Hartman , Arnd Bergmann , Geert Uytterhoeven , Dmitry Torokhov , David Miller , Jakub Jelinek , Peter Zijlstra , Thomas Gleixner , Steven Rostedt , Daniel Kurtz , linux-arch@vger.kernel.org, linux-m68k@lists.linux-m68k.org Subject: Re: [PATCH 0/8] linker-section array fix and clean ups Message-ID: <20201201095544.GA9394@linux-8ccs> References: <20201103175711.10731-1-johan@kernel.org> <20201106160344.GA12184@linux-8ccs.fritz.box> <20201106164537.GD4085@localhost> <20201111154716.GB5304@linux-8ccs> <20201125145118.GA32446@linux-8ccs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-OS: Linux linux-8ccs 4.12.14-lp150.12.61-default x86_64 User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org +++ Johan Hovold [27/11/20 10:59 +0100]: >On Wed, Nov 25, 2020 at 03:51:20PM +0100, Jessica Yu wrote: > >> I've queued up patches 3, 4, 6, 7, 8 for testing before pushing them >> out to modules-next. > >Thanks, Jessica. > >Perhaps you can consider taking also the one for setup parameters (patch >5/8) through your tree since its related to the module-parameter one. > >Johan Sure, done. Thanks, Jessica