From patchwork Sun Apr 23 12:41:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 13221315 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 8B52DC77B73 for ; Sun, 23 Apr 2023 12:42:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229996AbjDWMmB (ORCPT ); Sun, 23 Apr 2023 08:42:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229977AbjDWMmA (ORCPT ); Sun, 23 Apr 2023 08:42:00 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2051A1FDF; Sun, 23 Apr 2023 05:41:53 -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 ADD3F611D1; Sun, 23 Apr 2023 12:41:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20ACDC4339B; Sun, 23 Apr 2023 12:41:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682253712; bh=YnBrIbmb5UAV+e+e3Hlm9AwckTbkzxsLFA2JOnShUwE=; h=From:Date:Subject:To:Cc:From; b=oEojJ7fmHncgZL27QlTgIfa3JTeslpH08azlxzWgdkAifGIbGZxN0BM+B6H+PHA20 lnmqpdad+jT31fyKG7HQYTamjKdQY+/HvbyU28wgNHgOlOmAZHi9T8sMyljf0p4u55 2nZ6mIQi+EpMETNnTUhDxsU0V4CfJSX2YtHxdx34KL04xBPeETVOGFhF+u77qXLOhy y1n0VKzl407w65sEKtoVs0rDkTXIJSbQAatObQAO1X12/qGhM9/i0bSsJYSYFHHU4R sBC62UnsNYUFQkrYX5uyNo3FXNFYWl90yn5ZjDDE3rV2sSDi6ccS7+bpEmS4gKCS3C wZgW+gthqfWNA== Received: by mail-oa1-f42.google.com with SMTP id 586e51a60fabf-187c78c6657so2416277fac.2; Sun, 23 Apr 2023 05:41:52 -0700 (PDT) X-Gm-Message-State: AAQBX9cCo1ZBrFKZdMuhLp4DvWIrWO4N+IhtRk3WayPgZmAydW244dD7 nTxtewK3HwijZQxbzXTIWfobSrGYZ0+8FvfXyJ8= X-Google-Smtp-Source: AKy350ZOPr+vhVnt1HJRudMJBNy3fHh4/WsxEA9IPdL4IYrpX43bebFCE8g2R/R+ZgTS/qN74UMFulGei05hCxoRvHM= X-Received: by 2002:aca:1319:0:b0:38e:8d7f:c07e with SMTP id e25-20020aca1319000000b0038e8d7fc07emr3346503oii.52.1682253711392; Sun, 23 Apr 2023 05:41:51 -0700 (PDT) MIME-Version: 1.0 From: Masahiro Yamada Date: Sun, 23 Apr 2023 21:41:15 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] Kbuild fixes for v6.3(-rc8) 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 Kbuild fixes. Thank you. The following changes since commit 6a8f57ae2eb07ab39a6f0ccad60c760743051026: Linux 6.3-rc7 (2023-04-16 15:23:53 -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-4 for you to fetch changes up to 9cedc5e89a59da72bfecdb76bfaa5a28a273029d: kbuild: use proper prefix for tarballs to fix rpm-pkg build error (2023-04-23 21:23:10 +0900) ---------------------------------------------------------------- Kbuild fixes for v6.3 (4th) - Fix the prefix in the kernel source tarball - Fix a typo in the copyright file in Debian package ---------------------------------------------------------------- Masahiro Yamada (1): kbuild: use proper prefix for tarballs to fix rpm-pkg build error Woody Suwalski (1): kbuild: deb-pkg: Fix a spell typo in mkdebian script scripts/Makefile.package | 6 +++--- scripts/package/mkdebian | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)