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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 1D0E2C07E97 for ; Sat, 3 Jul 2021 19:34:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E9E8361627 for ; Sat, 3 Jul 2021 19:34:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229685AbhGCThA (ORCPT ); Sat, 3 Jul 2021 15:37:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229473AbhGCTg7 (ORCPT ); Sat, 3 Jul 2021 15:36:59 -0400 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B708FC061762 for ; Sat, 3 Jul 2021 12:34:24 -0700 (PDT) Received: by mail-lf1-x132.google.com with SMTP id w19so24678643lfk.5 for ; Sat, 03 Jul 2021 12:34:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LteJNCSpTKh9xbMe/59RuQkpJr9zFLx0HiImxwfUUxA=; b=IFW9WhGy7gFSHI4FBwLNIuzV3jUA75+mJyCK+RSA5ZyehBHPnhfC64M3+hb2OezQrK m7MqQccJenLyyKStvWQRZGdBsda0dzcSrb2ZGgtwwhul5AmkAarzV2BaueqXE/xZJGJL 3JoduOJcq621Gck9Eq6b0+R9WviMs6Jp3URHM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LteJNCSpTKh9xbMe/59RuQkpJr9zFLx0HiImxwfUUxA=; b=FWjmJvSZucmckWxlQzBNYMDszy49iqavZYEB9X9YWaW0YK2f2dT8auANaR+tVm0+qS enAsD0/hb1cfZCorsVBVYEHlGyjtWX5TAu9tL1J2HP2UECEi/nkXuDkG6PfnsppgnJTv vTj5nziCM7bUnQCWD1+R14+CBaZIew+4BPbRh0WPgPPfkSl5NU0/jnz9ZbtoDC7AvsXT XR03xun6v+dvBCRB1HXVdXrfzpd7iUA3+8iRl54sBmkgNBg4/4Pn+oUPsaNeEDFEAaXc zV1w1m2V8GmdhPXNKVm5H5F/F3s++iyLH2uHflnm7i0fBNnjYYZtWN3X9MfnZw2lsgxp 8IFg== X-Gm-Message-State: AOAM5332HT/3tbZtWXfbJOni0MIOLYEITV+mqCUMudP+266JTDV9ak6M NG8SSV52nRmZLTvugBk/cONhB7OS60HUrE1S96o= X-Google-Smtp-Source: ABdhPJyG8koovtKAlVtFZ/YOosO07CjmgN7yLXRhwkrd4wKKpKk0rgsicnWYZbywCgbAhQIKC4DD2w== X-Received: by 2002:a05:6512:3765:: with SMTP id z5mr4296603lft.583.1625340862619; Sat, 03 Jul 2021 12:34:22 -0700 (PDT) Received: from mail-lj1-f181.google.com (mail-lj1-f181.google.com. [209.85.208.181]) by smtp.gmail.com with ESMTPSA id v128sm456720lfa.176.2021.07.03.12.34.21 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 03 Jul 2021 12:34:21 -0700 (PDT) Received: by mail-lj1-f181.google.com with SMTP id q4so18470017ljp.13 for ; Sat, 03 Jul 2021 12:34:21 -0700 (PDT) X-Received: by 2002:a2e:a276:: with SMTP id k22mr4368475ljm.465.1625340861140; Sat, 03 Jul 2021 12:34:21 -0700 (PDT) MIME-Version: 1.0 References: <7a9ac752-2c1a-b05f-c5bd-9049c0bdd54e@linaro.org> In-Reply-To: <7a9ac752-2c1a-b05f-c5bd-9049c0bdd54e@linaro.org> From: Linus Torvalds Date: Sat, 3 Jul 2021 12:34:05 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [GIT PULL] thermal for v5.14-rc1 To: Daniel Lezcano Cc: Zhang Rui , Linux PM mailing list , Linux Kernel Mailing List , Chunyan Zhang , Srinivas Pandruvada , Rajeshwari Ravindra Kamble , Yang Yingliang , =?UTF-8?Q?Niklas_S=C3=B6derlund?= , Krzysztof Kozlowski , Dmitry Osipenko , Ezequiel Garcia , Bjorn Andersson , Andy Shevchenko , Yangtao Li , Finley Xiao Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 3, 2021 at 9:17 AM Daniel Lezcano wrote: > > ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git > tags/thermal-v5.14-rc1 This does not build for me. And I suspect it never built in linux-next either. I get ERROR: modpost: "tegra_fuse_readl" [drivers/thermal/tegra/tegra30-tsensor.ko] undefined! ERROR: modpost: "tegra_fuse_readl" [drivers/thermal/tegra/tegra-soctherm.ko] undefined! make[1]: *** [scripts/Makefile.modpost:150: modules-only.symvers] Error 1 make[1]: *** Deleting file 'modules-only.symvers' make: *** [Makefile:1762: modules] Error 2 and I think it's due to that commit 1f9c5936b10c ("thermal/drivers/tegra: Correct compile-testing of drivers") which quite sensibly tries to extend build coverage for the tegra thermal drivers, but that build coverage doesn't actually *work* outside the tegra world. That commit says "All Tegra thermal drivers support compile-testing", but clearly they stumble at the last hurdle. I made the decision to just unpull this, not because I couldn't fix it, but because if it was this untested, I don't want to worry about all the *other* code in there too. Linus