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,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 4B0BFC63777 for ; Fri, 27 Nov 2020 09:59:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E3C3921D91 for ; Fri, 27 Nov 2020 09:59:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728429AbgK0J6x (ORCPT ); Fri, 27 Nov 2020 04:58:53 -0500 Received: from mail-lf1-f66.google.com ([209.85.167.66]:44443 "EHLO mail-lf1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725889AbgK0J6w (ORCPT ); Fri, 27 Nov 2020 04:58:52 -0500 Received: by mail-lf1-f66.google.com with SMTP id d20so6200260lfe.11 for ; Fri, 27 Nov 2020 01:58:51 -0800 (PST) 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=QFxWyGCwEG9dHTknWSJyal1SV6Bt5K2yI0VJthmQFnw=; b=l/xd6H9ZZFAvuo3Spzhltchu319kVMadoz6Z9cpT1Wcito+fHf8o9l3Z9raOwPisxB CaBHlqD7kOWl9ex50oSO6f6yF++zUxNaqW1DayMhu5abMVk9/Xn0RxDILBMMN5mkWbB9 5HXI5aYcOGO1ycZk6V2wcIAQ/yeb0W1lgD0YNNufgF80VT493yU9kIcAhHC1xwXJz/5i POR6fN2fAZBnqb5b8cV5A9ZleyQkpAUj+HKH595tZvnIPtHeXQ3WG+3MczneiOPL2C/L XDmrG1F03lW4+8TGc6j3UFoFhXfRpJ1LiBrUj4f01gEQiTsUePcA4Q8rqM/yg0NH2Q41 z1zQ== X-Gm-Message-State: AOAM533KjQ4njcxbTpZ58cp8YqkDgHJIG9HUJn7+p2Rz6zl6dw/eoXUD +29EqggiIL2LlI2CPX3HCpk= X-Google-Smtp-Source: ABdhPJwgTnVwwoTuZSvkK78CGSk4DXl6rgEsNNpexBOWzrdAyWlW88qOFs7rVjd5q8hT+i5EakbIzQ== X-Received: by 2002:a05:6512:6c3:: with SMTP id u3mr3370330lff.204.1606471130416; Fri, 27 Nov 2020 01:58:50 -0800 (PST) Received: from xi.terra (c-beaee455.07-184-6d6c6d4.bbcust.telenor.se. [85.228.174.190]) by smtp.gmail.com with ESMTPSA id v17sm630932lfp.169.2020.11.27.01.58.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Nov 2020 01:58:49 -0800 (PST) Received: from johan by xi.terra with local (Exim 4.93.0.4) (envelope-from ) id 1kiaWz-0003Cz-Fi; Fri, 27 Nov 2020 10:59:10 +0100 Date: Fri, 27 Nov 2020 10:59:09 +0100 From: Johan Hovold To: Jessica Yu Cc: Johan Hovold , 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: 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 Content-Disposition: inline In-Reply-To: <20201125145118.GA32446@linux-8ccs> Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org 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