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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5AB5C433EF for ; Wed, 17 Nov 2021 10:05:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B4CC761544 for ; Wed, 17 Nov 2021 10:05:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236083AbhKQKI3 (ORCPT ); Wed, 17 Nov 2021 05:08:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236152AbhKQKIW (ORCPT ); Wed, 17 Nov 2021 05:08:22 -0500 Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4439C061746 for ; Wed, 17 Nov 2021 02:05:23 -0800 (PST) Received: by mail-wm1-x333.google.com with SMTP id r9-20020a7bc089000000b00332f4abf43fso3447782wmh.0 for ; Wed, 17 Nov 2021 02:05:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VQSmnrBQRiI16GECdp3OMat4LBaKuciGyFg9M/kRhI0=; b=YRKMawAlDAdbPct1axOr+wCi5Y1IoNDjuSIbznBUciYscqJxnjSw85+cR2DV4Dx32h TNrDd89YPteJcS3oehgIh2TH9wuev38tG46LDIw4TG/p2tJZQh9WDZuMYcMON2ILTXlW rmTY+YZN0VCJiKGscFRYsHrHE6jEg7DcznVrofAPSpxTbf3VAkcSVRKE+Ha7GkENOtmp g3UPY1mqqixImzDnT+r5vcPqGqSMTN15vKN7c19uIugIQj9gEYrICmZvlyoUmF1rQXI1 V7an0BFNZh6UmTjGUY4D2OpIi13Hu29jxu5V08Cs1+IiZPa6l+GP+gwxZsVrOLRNWYHZ aHgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VQSmnrBQRiI16GECdp3OMat4LBaKuciGyFg9M/kRhI0=; b=UIar+Nv78gjpTlkou5QU0OyDX7tMTd4ZM/clc9InPYrSlsW0t1Yk8fMcM+A7aqWrHt td51HtHKShg3R793FKFiPcOGLA7a/i0kIBY6f4b9Y3532mrLG5RSl5FmH+FN9AiCd3gP aNCOvuInRA5vtA88DD5d4xxyCdTW+Xc65RtI6M3sS59y6nnuT05FD6SlEty74T0z0Bsw A2h2SW5fg6kBeBfmuYsFnOHchBUIi7okOUOkBafsuQMspZT4GMidDhSu/8XlldHMhDBW Uv/IuVRZ76rg+JVQy0/oSvMkAXzFMknhLRvCGJPG+llhmD6U0CE6Zofex2I/41uCl0Or MeRQ== X-Gm-Message-State: AOAM5309O5Mi2g/wO1+gh7l2o6ewROz9wGSettUjcUkGzlCccFl/tFEX KW+Ej5nVoVQ6HsOqRMSjGKslO8M/9DB+Idu9d+NouQ== X-Google-Smtp-Source: ABdhPJzbweNJ6QacPF52EsYUUxHPjTj3yJ14xpN256fN9457zzgorL/EKsqp5E88oUZl3szfCJdm8hFjfoSg7Wpvc8A= X-Received: by 2002:a05:600c:3ba3:: with SMTP id n35mr16775637wms.88.1637143521923; Wed, 17 Nov 2021 02:05:21 -0800 (PST) MIME-Version: 1.0 References: <20211117135800.0b7072cd@canb.auug.org.au> <268ae204-efae-3081-a5dd-44fc07d048ba@infradead.org> In-Reply-To: From: Eric Dumazet Date: Wed, 17 Nov 2021 02:05:09 -0800 Message-ID: Subject: Re: linux-next: Tree for Nov 17 (uml, no IPV6) To: Geert Uytterhoeven Cc: Randy Dunlap , Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Netdev , Masahiro Yamada , David Miller , Jakub Kicinski Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 17, 2021 at 2:04 AM Geert Uytterhoeven wrote: > > Hi Eric, > > On Wed, Nov 17, 2021 at 10:56 AM Eric Dumazet wrote: > > On Wed, Nov 17, 2021 at 1:50 AM Eric Dumazet wrote: > > > I don't know, apparently on UM, csum_ipv6_magic() is only found in > > > arch/x86/um/asm/checksum_32.h, > > > no idea why... > > > > > > > Oh, maybe this is the missing part : > > > > diff --git a/include/net/gro.h b/include/net/gro.h > > index d0e7df691a807410049508355230a4523af590a1..9c22a010369cb89f9511d78cc322be56170d7b20 > > 100644 > > --- a/include/net/gro.h > > +++ b/include/net/gro.h > > @@ -6,6 +6,7 @@ > > #include > > #include > > #include > > +#include > > #include > > #include > > Thanks, that fixes the ARCH=m68k m5272c3_defconfig issue for me. > > Tested-by: Geert Uytterhoeven Great, can you carry your Tested-by: on the submission itself ? Thanks ! https://patchwork.kernel.org/project/netdevbpf/patch/20211117100130.2368319-1-eric.dumazet@gmail.com/ > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds