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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55227C74A5B for ; Sat, 18 Mar 2023 18:57:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229738AbjCRS5n (ORCPT ); Sat, 18 Mar 2023 14:57:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39444 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229568AbjCRS5m (ORCPT ); Sat, 18 Mar 2023 14:57:42 -0400 Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1D752364C for ; Sat, 18 Mar 2023 11:57:36 -0700 (PDT) Received: by mail-ed1-x536.google.com with SMTP id eh3so32345274edb.11 for ; Sat, 18 Mar 2023 11:57:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; t=1679165855; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=aM/qm8tuy+CwBAqdkEhnw/YF3C8EgxLtBG2rYLxmTn8=; b=C2HKbOxszTOLB8zwDKq4Xwkd/0BDSEw4SlkXlsMVJC3C660t8LX1mcpFAurCNZWw5X 6IGYZSk0iHYU+hsQ8mw1KMSbFq6f8bEunsNJoVnjmu5fnVD9O0A2F0K/cky0WPpgz7/5 pJterdgDAjO8JCz0P3cVg95mtqK5lnkC86qS4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679165855; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=aM/qm8tuy+CwBAqdkEhnw/YF3C8EgxLtBG2rYLxmTn8=; b=ciclTjdfGMqmpiNPhlhqU9kUx1ECyp3CzoNS+PKtdGdR7iXgJ6HBKBnuZZFdAcXjtS zG86K/IWAwlbT5GOMdo9lusUZ+bpoAXBbHU4AKNXOPQDG4echz30ETh5x6sbdF6RBNEH BofRDt8OJ06HnRLQiYGg/mHe/KtFmZQBDQpCJd2gYjWRvzXhdBBUDiKr/Msk+MLM/rnT /xnwpvLRlB5FVZPJT13VBdPgE0rgynrbISGt+rjktk/yXXfx9af14oNtkTg2MPB2cwFB MQ2hLWRb0TNTezPfUOBuryhMLYXDJItSiByj/YeGolgpqcEi3WW2XRgO7Acj4hrkLqxt KKUw== X-Gm-Message-State: AO0yUKV/G7PrbRCswLkHcSiKRuOAoyc+TToF7xHvr0VLOd1RPfGEZfi0 wNoHZvYVmrLkoK/Va5XSOJ2xtjdlQjZV/JPJivJsZg== X-Google-Smtp-Source: AK7set/V1J9PosSGD6D8hRwqwSAJP9OPT9K6vNMuLK/t8TK9WbGICbw1aP8Fwmz5b3DpnHEMm2cUvg== X-Received: by 2002:aa7:c0d1:0:b0:4fb:98e2:3df8 with SMTP id j17-20020aa7c0d1000000b004fb98e23df8mr7450561edp.27.1679165854910; Sat, 18 Mar 2023 11:57:34 -0700 (PDT) Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com. [209.85.208.45]) by smtp.gmail.com with ESMTPSA id b44-20020a509f2f000000b004c09527d62dsm2689077edf.30.2023.03.18.11.57.34 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 18 Mar 2023 11:57:34 -0700 (PDT) Received: by mail-ed1-f45.google.com with SMTP id cy23so32317052edb.12 for ; Sat, 18 Mar 2023 11:57:34 -0700 (PDT) X-Received: by 2002:a17:906:cc9a:b0:931:6e39:3d0b with SMTP id oq26-20020a170906cc9a00b009316e393d0bmr1622308ejb.15.1679165853857; Sat, 18 Mar 2023 11:57:33 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Linus Torvalds Date: Sat, 18 Mar 2023 11:57:16 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [GIT PULL] Kbuild fixes for v6.3-rc3 To: Masahiro Yamada Cc: Linux Kbuild mailing list , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org On Sat, Mar 18, 2023 at 8:46=E2=80=AFAM Masahiro Yamada wrote: > > Please pull Kbuild fixes. > This removes scripts/list-gitignored. > I hope you will be happy with it. Woohoo. Looking good. Thanks, Linus