From patchwork Sun Feb 14 17:02:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 12087287 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=-19.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 F0DBAC433DB for ; Sun, 14 Feb 2021 17:04:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B01DF61493 for ; Sun, 14 Feb 2021 17:04:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229789AbhBNREL (ORCPT ); Sun, 14 Feb 2021 12:04:11 -0500 Received: from conssluserg-04.nifty.com ([210.131.2.83]:58936 "EHLO conssluserg-04.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229759AbhBNREK (ORCPT ); Sun, 14 Feb 2021 12:04:10 -0500 Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) (authenticated) by conssluserg-04.nifty.com with ESMTP id 11EH2tJ2003874; Mon, 15 Feb 2021 02:02:56 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com 11EH2tJ2003874 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1613322176; bh=9P9gW0FejU9AqllvKh/W7ry9uxtyXcglrhbf/Rv4S5Q=; h=From:Date:Subject:To:Cc:From; b=OIM66JPOP5b+exkFzq2vTRraAs7ZKgvqkUhXoJopfoP86tUCADI95b46AjWdhVlac pVR/POLR7zy0l8RdIvVXlOQpn5SLioQDvu8Ukt+8gLQLH1Z04FgxEPXcr/yL4ocqwn 2j8EkVeLPcZo00gxKNtleT029Ced3BlwMha5IQqfXqpx4cTTsOxRidKQ1KYL//ER95 aeKkwgsv2FZuqAKymHwqdeE6zKlesbVpoR97yxMQJ6AE8TD8lFrKuYcSYheKMdQPsw mvmHjY8mFHfV52eCD9ULI/CCeYn5z1flvwOnCg3tDlHZ4wLFtLMJaHVCE/DCOs2+nI 8jbLhuXinqvTQ== X-Nifty-SrcIP: [209.85.210.178] Received: by mail-pf1-f178.google.com with SMTP id 189so2773858pfy.6; Sun, 14 Feb 2021 09:02:56 -0800 (PST) X-Gm-Message-State: AOAM530lYcpfbwAHNP6vJnG9x50KN2kIZAsUKsU0jFXiq/874LaGB7fN BWjQjCUmMnUKVKqtYdecprkh+QdWqWI9bWc1/dM= X-Google-Smtp-Source: ABdhPJwqaJ68LH7/bMJ/hFQnqSMVHi/zZualzYgDlrC8b0mqF5fvUm8VFhbcmSMfhRiZGOLAWIVJR/sqpIJDaoOuCjk= X-Received: by 2002:a63:1f1d:: with SMTP id f29mr11950956pgf.47.1613322175451; Sun, 14 Feb 2021 09:02:55 -0800 (PST) MIME-Version: 1.0 From: Masahiro Yamada Date: Mon, 15 Feb 2021 02:02:19 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] Kbuild fixes for v5.11 To: Linus Torvalds Cc: Linux Kernel Mailing List , Linux Kbuild mailing list Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Hi Linus, Please pull Kbuild fixes. Thanks. The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3: Linux 5.11-rc7 (2021-02-07 13:57:38 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.11-3 for you to fetch changes up to fe968c41ac4f4ec9ffe3c4cf16b72285f5e9674f: scripts: set proper OpenSSL include dir also for sign-file (2021-02-15 01:54:11 +0900) ---------------------------------------------------------------- Kbuild fixes for v5.11 (3rd) - Fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64 - Use pkg-config for scripts/sign-file.c CFLAGS ---------------------------------------------------------------- Masahiro Yamada (2): kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64 sparc: remove wrong comment from arch/sparc/include/asm/Kbuild Rolf Eike Beer (1): scripts: set proper OpenSSL include dir also for sign-file arch/sparc/include/asm/Kbuild | 2 -- scripts/Makefile | 1 + scripts/gen_autoksyms.sh | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-)