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 B41CDC433FE for ; Wed, 17 Nov 2021 09:56:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A88E61544 for ; Wed, 17 Nov 2021 09:56:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235710AbhKQJ7I (ORCPT ); Wed, 17 Nov 2021 04:59:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235406AbhKQJ7F (ORCPT ); Wed, 17 Nov 2021 04:59:05 -0500 Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F0D5C061746 for ; Wed, 17 Nov 2021 01:56:07 -0800 (PST) Received: by mail-wr1-x429.google.com with SMTP id c4so3461915wrd.9 for ; Wed, 17 Nov 2021 01:56:06 -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=INh6HyOjduNwr+THipvfT2va5n+J9kEUpBwFF2GnRqg=; b=A/rRhcd5gjqQU68+HdSr6CKkWsGCegqpQWYV98rnDTfntYQughZvw+wEa2eqPmBPjT 37ExVdeZ9r3tuR4b/nSlF18BqPlHRNq1eZ0EffIF458sOIx3ADcsmCQKxwGdpB0W2t31 NVNsOssrD8XHlQKanD1398hTaJh+0m2OdQUbd5HO4Kp2ZGK38djSEmr0vi5ba/ohiZ+A 7HrGHit9UjBLI4nNm0NmkNmIUNPQa666ZN0mpXpASekISb9wnY0feHS5kKmLzTaLVf60 5ZediIIq52WgfDmSyk9Klr4eM2kl26+A4HAQ+lxdHg0lv5dANn0JTyenCYPfxBzOoHFi YLdQ== 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=INh6HyOjduNwr+THipvfT2va5n+J9kEUpBwFF2GnRqg=; b=v6xBjUFgQkk24YwQ1i/4i9tE5zbHILsIAuFue5gsvsPYtkOLLuoJ9tj4Mla6YwFa/O 66JnscyjTIMzo6b4zRiUWupIv/b+VykvKAzGcCP+LK+6rAfohgK7tyJtUPnFMP6ZrDIV w6LEAgaz/43o46iyiAaHWMRKn7fcXazAfAQQSCYcrZCtb/SuSowT9JT3L2pHI8MR/lTd bS9SbCi3llEkzK4qQCgnNbG1/0jEFMpbAX7CQgsit/X3mh7RaGXd6iBjYyOwxp4MEjsr EI2MSmLdK8zJ1CUxTPzo/xOnOTyzjKK44bWe0YBEITZmi8iyXc16w79eMs0im7NSw+S2 aldA== X-Gm-Message-State: AOAM532qLxX2fOgKzpgPnC4o/dhBIW0MNmsRt1PQh2hQgcaqTAWNQphc ohAkbEFJyIhVbrMV/uJMcycHe8R7e2C1f/dQQOY5Ng== X-Google-Smtp-Source: ABdhPJyXAI0w3mu3AVyIBmAzrRQTfn6I6HpV5ME6sQ9EHxAQStAJjj+xW4x5vCxV0BsCveao69IgVoibMa1ZNvthSOE= X-Received: by 2002:adf:e387:: with SMTP id e7mr18614017wrm.412.1637142965285; Wed, 17 Nov 2021 01:56:05 -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 01:55:51 -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 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