From patchwork Sat Apr 1 14:42:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 13196995 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 83CB5C6FD1D for ; Sat, 1 Apr 2023 14:43:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229488AbjDAOnM (ORCPT ); Sat, 1 Apr 2023 10:43:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229458AbjDAOnM (ORCPT ); Sat, 1 Apr 2023 10:43:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68C62EC6B; Sat, 1 Apr 2023 07:43:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0289D60DE4; Sat, 1 Apr 2023 14:43:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5BFDCC433EF; Sat, 1 Apr 2023 14:43:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680360190; bh=jJKWkGuu8Pn0PDFmmLGYmuxPtM3djk+j7/04iXmbiRU=; h=From:Date:Subject:To:Cc:From; b=Nbhk/zO5KVdZ3+dhDMlJF5EFuVt/au75mBEqWLVn5xTbV+tMcgmgIMuydGk5h9vM/ wcBeJ3UbDt9VER/bShofy5JU/3wGIlLpnXUnGo9jDEv7a138ucRo5Vm6cgl/D3hr8P m9/jZP255Y+NTz4h3Xl3MqJXsIjYgOrpPrgLMvn6DuZOC1cCP8LeSmw+BjtDsGQAff 6r0HiNuPSWLl2SQWi94PA7twQnwyQM41zvmAFvdH3AwbPS8wwSz2+h/pZmJ5NcaQSj 5/OiaSo6h611y3DUpibg6+dviV4pR+/D/mfKzJorjpZU2ACPxWcipfgy8aNZcjXxnK j0OJAes+Gqhkg== Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-17fcc07d6c4so12145093fac.8; Sat, 01 Apr 2023 07:43:10 -0700 (PDT) X-Gm-Message-State: AO0yUKW8UuMDI7yF9R+pUSBaafRNHBa5qGuy60RiqwPANjuQMPAPRGSY DrpzLH7m5N+JJwDB1GJOKDnObWEPceYY6VqAglQ= X-Google-Smtp-Source: AK7set9Wi1kI/70goKat3FOzYyTvIbpeWlsh2lob/ZfhbqmLL9bkHuWCsRNZwkbHq77CWevmMc2kqCF6NeTWF6IvwVE= X-Received: by 2002:a05:6870:df8d:b0:17a:a5a2:62a6 with SMTP id us13-20020a056870df8d00b0017aa5a262a6mr10165781oab.11.1680360189627; Sat, 01 Apr 2023 07:43:09 -0700 (PDT) MIME-Version: 1.0 From: Masahiro Yamada Date: Sat, 1 Apr 2023 23:42:33 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] Kbuild fixes for v6.3-rc5 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 more Kbuild fixes. Thank you. The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65: Linux 6.3-rc3 (2023-03-19 13:27:55 -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.3-2 for you to fetch changes up to fb27e70f6e408dee5d22b083e7a38a59e6118253: modpost: Fix processing of CRCs on 32-bit build machines (2023-03-23 15:28:41 +0900) ---------------------------------------------------------------- Kbuild fixes for v6.3 (2nd) - Fix linux-headers debian package - Fix a merge_config.sh error due to a misspelled variable - Fix modversion for 32-bit build machines ---------------------------------------------------------------- Ben Hutchings (1): modpost: Fix processing of CRCs on 32-bit build machines Kevin Locke (1): kbuild: deb-pkg: set version for linux-headers paths Mirsad Goran Todorovac (1): scripts: merge_config: Fix typo in variable name. scripts/kconfig/merge_config.sh | 2 +- scripts/mod/modpost.c | 2 +- scripts/package/builddeb | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-)