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 445D0C32771 for ; Wed, 28 Sep 2022 17:17:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234413AbiI1RRZ (ORCPT ); Wed, 28 Sep 2022 13:17:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234559AbiI1RRC (ORCPT ); Wed, 28 Sep 2022 13:17:02 -0400 Received: from mail-io1-xd2a.google.com (mail-io1-xd2a.google.com [IPv6:2607:f8b0:4864:20::d2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4582718E22; Wed, 28 Sep 2022 10:16:46 -0700 (PDT) Received: by mail-io1-xd2a.google.com with SMTP id n192so9500953iod.3; Wed, 28 Sep 2022 10:16:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=nWT0dY8CH6ZDhZEwG3/zxXxVza72yOSFN78+9HivIx8=; b=o5lP24+OoGt0u1JvVmbs6pVe+VTt3V3io+TCieNxR4yRFDHB+h3mp762sRAFzfm8P2 Zdi4+vfp0a4BKzFsNjQ9wy1FGmveqFoq4pRuSX/65InDVeGf8HNznCJ2eG7dGmT3uGKB Oc4UpQxSjJpNiFvsoYbbX2odnW9ctbHt0bZLFzgritGRvDaPF2kC76VJNVnj/y8s+m2/ JurPbn1fL84T7lk+31WK1HGYzXg2vM0dhfJV2aTOy0wj/0zhtiptP/rfFYcZKuUIrXO6 DvW4Z9I24dKz3DrOyy1tgNl1C3RS5dAIL3T+iFOuoEOt3M4sLzs/nZA/VWpSjJmFpLlU mTcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=nWT0dY8CH6ZDhZEwG3/zxXxVza72yOSFN78+9HivIx8=; b=POHFQW5Y9B7zarEvDPx2KNtJldA+mH5yj7pWNlTXBYI8/20Kj0RfMgg/ar9OffXs+O PvPg9qtMGPFu8LndyC3SJeXjeagDmBzDVcfWWKvhUaFPLsDN8LQnHkw5vo1MrM/yIdCq lv0z2zSth6fUfxor6BjoYr8NFbSOwuHHmc/2kCl++Lw2y8KiFGXsds2hOrnZiiihLcXM azn9L4h9lvcU/l9Yr6TwJtlOeuR8YS4hvo4t3wnHSTn7Y/f8G1h8s3OyHbdTud6lWZB6 FbwfEoBPS12x8HqAN9lcW7jRp4NGMkhNP9wJuQzW5KzYbS0Ji4VXnFLm0APOJsKXXgLB XHIg== X-Gm-Message-State: ACrzQf1SFZwpTooEIvMCooAC6niRbmEQ/xzfVNdi1hHnIi1P4pYGzlTm bhb/u8jKk+6gCAC4hQ8GVSTIp3tGMVonBweag7o= X-Google-Smtp-Source: AMsMyM6a0LBYPMwSJMlznDm4+VAzXSEs+W4lpjj2ThGM0Q7tUeTU2/4r7NH0n+RWsv6q2iWYuipZAV7l8w4/Dd+64fk= X-Received: by 2002:a05:6638:218f:b0:35a:7f20:6a57 with SMTP id s15-20020a056638218f00b0035a7f206a57mr17584932jaj.186.1664385405399; Wed, 28 Sep 2022 10:16:45 -0700 (PDT) MIME-Version: 1.0 References: <20220927181647.487727-1-broonie@kernel.org> In-Reply-To: <20220927181647.487727-1-broonie@kernel.org> From: Miguel Ojeda Date: Wed, 28 Sep 2022 19:16:34 +0200 Message-ID: Subject: Re: linux-next: manual merge of the rust tree with the kbuild tree To: broonie@kernel.org Cc: Adam Bratschi-Kaye , Alex Gaynor , Antonio Terceiro , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Boqun Feng , Boris-Chengbiao Zhou , Daniel Xu , Dariusz Sosnowski , Douglas Su , Finn Behrens , Gary Guo , Linux Kernel Mailing List , Linux Next Mailing List , Martin Rodriguez Reboredo , Masahiro Yamada , Michael Ellerman , Miguel Ojeda , Sven Van Asbroeck , Wedson Almeida Filho Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 27, 2022 at 8:16 PM wrote: > > I fixed it up (see below) and can carry the fix as necessary. This Build-tested it -- works, thanks! Cheers, Miguel