From patchwork Sun Aug 13 10:16:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 13352054 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8CF8AC001DB for ; Sun, 13 Aug 2023 10:17:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229612AbjHMKRH (ORCPT ); Sun, 13 Aug 2023 06:17:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229480AbjHMKRG (ORCPT ); Sun, 13 Aug 2023 06:17:06 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F689170A; Sun, 13 Aug 2023 03:17:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A85516227F; Sun, 13 Aug 2023 10:17:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 127BDC433C7; Sun, 13 Aug 2023 10:17:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691921828; bh=8oA71DqvMO3aszAWCCGwfO+pbJIuGxTjTwftxEV1LDo=; h=From:Date:Subject:To:Cc:From; b=lsUZHZOik2WEQDjUtdrdIFYKdzjXBJeHR77FEEDWBsr/27gSw4hzzw89xOvtMo7YK SOn9SY/VJqeyF4eqxAH0hDMbPVkTnFPO7lq+k0EMr7eAfLs6V0i9Oao4AzqjOInZYF 0wj5twDGL2LYLZMfopfugloLBVHOzbYy55HZq5VfqR5I4u9sRDxXY8ncZWShr+Ev5U Q5hdEuhm2q7bSAM7RKpJQtPvzVenl8L59+yKacL7Hfol9MXRVocX8kd8JIjtXQxx9q wHM8P/agDZd+Yi8HarwTP9hwZZ2pXJwpAbUFrJW+9o68dTtbPtZ59mTI99aV+Anau+ ngipLWLgeATMw== Received: by mail-oo1-f54.google.com with SMTP id 006d021491bc7-56ca1eebcd7so2596767eaf.0; Sun, 13 Aug 2023 03:17:08 -0700 (PDT) X-Gm-Message-State: AOJu0Yyiep/xOsU/DNzGiHnkKlp2KgrEYxv0gdUTqbBzxcQRst2Xz2Fy PMwMwMcieCi+ikH3wTUTsUO3RIkPcCQ7eQChv00= X-Google-Smtp-Source: AGHT+IGaojI37y1ku1P6BuJTuqH5LsFBn91KBDwFPBjTISfIIkdhdoiU5ORyJi+fRFLaY1rh8g6KpyguemkxKwq30/E= X-Received: by 2002:a05:6870:9629:b0:1bb:bcc3:c96 with SMTP id d41-20020a056870962900b001bbbcc30c96mr7182130oaq.33.1691921827249; Sun, 13 Aug 2023 03:17:07 -0700 (PDT) MIME-Version: 1.0 From: Masahiro Yamada Date: Sun, 13 Aug 2023 19:16:31 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] Kbuild fixes for v6.5-rc6 To: Linus Torvalds Cc: Linux Kernel Mailing List , Linux Kbuild mailing list Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Hello Linus, Please pull some Kbuild fixes. Thank you. The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef: Linux 6.5-rc3 (2023-07-23 15:24:10 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v6.5-2 for you to fetch changes up to 6ccbd7fd474674654019a20177c943359469103a: alpha: remove __init annotation from exported page_is_ram() (2023-08-10 03:06:14 +0900) ---------------------------------------------------------------- Kbuild fixes for v6.5 (2nd) - Clear errno before calling getline(). - Fix a modpost warning for ARCH=alpha ---------------------------------------------------------------- James Clark (1): scripts/kallsyms: Fix build failure by setting errno before calling getline() Masahiro Yamada (1): alpha: remove __init annotation from exported page_is_ram() arch/alpha/kernel/setup.c | 3 +-- scripts/kallsyms.c | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) --- Best Regards Masahiro Yamada