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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8AD8C433F5 for ; Fri, 1 Oct 2021 11:38:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BD9DD61A63 for ; Fri, 1 Oct 2021 11:38:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354083AbhJALkK (ORCPT ); Fri, 1 Oct 2021 07:40:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353988AbhJALkJ (ORCPT ); Fri, 1 Oct 2021 07:40:09 -0400 Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42522C06177D for ; Fri, 1 Oct 2021 04:38:25 -0700 (PDT) Received: by mail-lf1-x12b.google.com with SMTP id y23so3005521lfj.7 for ; Fri, 01 Oct 2021 04:38:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=PgQJwBmVLBdUeAFbcJpLOUvKI5KGsOalaorIVrJziYU=; b=ulGdV921YPSj31Yv4v5aF/syTvWDzr0emxFqFfTXLGaac8eOgGmUwTS2oQqs9+4MaT ycJJ4EGMFd1wiR/zE0HlRhLZMtUDrYcG8Cr0hZxQmBlm3f6VfnGmWUYOyEGuccqje6Kd f4GITEqFG47ZwzLDHw9uq53A5+pAdnhsw17ahJv5ZuVf4U9IJ2d3AwJBGWDMAfF5AhZm MrXvj+pMDYf7U5gRFhMMsvAqNMb/OCUK9FxDr6neZzgERJ4g+QgUNRGh/nG+POoPyV28 vf9j6BK1UWjNCQXLmoyAqCerQFmcdJzzsxVO48fBV8Tiiwq75Yk8tA868/lhicBoEji6 WTSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=PgQJwBmVLBdUeAFbcJpLOUvKI5KGsOalaorIVrJziYU=; b=2tvNSQ01ODXRGcJkXY4tZelduT35n32dg55fno7fq63H7Nm9UAZPZ7CLsIkDa4d3tv czoCIpDechEkr3E1EIAhtYvYtHGJBqLrzacjrQpT4AUgaxepVcwHaaNVskokUXKniutH 45NMDmN/VNedQ/+IkyHahHk5PskklAznduuQySoNiFrEkZjNy4ire8PKmLNywJWfz96H JgVhcBgF9IwWF8Ygt8IQG6b7O8YKmtbA1ahSieRdBHUOfiokKQ+EVd2DW/SNof3EtabL ROaW9vquchJMfYv4NEN7TWJ1qRBHtT79wdJTwyR4pxneQDTeiMGACRqQWZEAQxEG6Vj9 zQ2A== X-Gm-Message-State: AOAM531xJmr2sKc9ixKAQwR2M4li45RDcO8HhqPXqPW2n5wbKv9OfNtj n0gni1a3hr8j5DMbE2Tn2XTajvv/0enjP64xF5engw== X-Google-Smtp-Source: ABdhPJxco3cL637mdMjAYhbk4AYPbPN/02smOY4EnT08ERaI7xmLVT0QYUwcEKNdpq2dlrNPhyl+AzDtpyyabfLalGs= X-Received: by 2002:a2e:8011:: with SMTP id j17mr10931191ljg.145.1633088303563; Fri, 01 Oct 2021 04:38:23 -0700 (PDT) MIME-Version: 1.0 References: <20210928235635.1348330-1-willmcvicker@google.com> <7766faf8-2dd1-6525-3b9a-8ba790c29cff@canonical.com> In-Reply-To: From: Linus Walleij Date: Fri, 1 Oct 2021 13:38:11 +0200 Message-ID: Subject: Re: [PATCH v2 00/12] arm64: Kconfig: Update ARCH_EXYNOS select configs To: Olof Johansson Cc: Saravana Kannan , Will McVicker , Krzysztof Kozlowski , Russell King , Catalin Marinas , Will Deacon , Michael Turquette , Stephen Boyd , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Alessandro Zummo , Alexandre Belloni , John Stultz , Thomas Gleixner , Lee Jones , Geert Uytterhoeven , "Cc: Android Kernel" , Linux ARM , Linux Kernel Mailing List , linux-samsung-soc , linux-clk , "open list:GPIO SUBSYSTEM" , linux-rtc , Arnd Bergmann Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On Fri, Oct 1, 2021 at 7:36 AM Olof Johansson wrote: > A much more valuable approach would be to work towards being able to > free up memory by un-probed drivers at the end of boot. That would > possibly benefit all platforms on all architectures. This would be really neat. Also the ages-old problem of discarding unreferenced strings which apparently still isn't possible would be great to have solved. E.g. to couple strings to the file/module it belongs with and discard them if the code is not probed. Yours, Linus Walleij