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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8D48AC433ED for ; Tue, 13 Apr 2021 22:20:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5C63A613B1 for ; Tue, 13 Apr 2021 22:20:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347277AbhDMWUb (ORCPT ); Tue, 13 Apr 2021 18:20:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:57934 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231238AbhDMWU3 (ORCPT ); Tue, 13 Apr 2021 18:20:29 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id ED4EC613A9; Tue, 13 Apr 2021 22:20:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618352409; bh=K03txjgFdBwT2uLSI3StVcQEtOgXfxyjDlXbQW+1V1M=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=myrVZFBtilpBtn2UputZ49pKNAukQelEU+Bsoj9BYJ3te3G8w7VKLn3REn+bzXybx M722wRGmrIhTvYY+rmFlQtiltrLU2f+3xASGliaB7Qgn50fi8/8Zn2yW3ZRMaauwR8 nndJbeld6spbZcoFDHbVvzeU8eHwWlFq2WrYGdMyAwjBnwRzp2gOI2OGHA3/qqX2Dc sobTn/f4r5cUGukMSrGwWXjrwyc4EeqWZb/yxUvyc+IiTXa3d+hGxXtqD22M2kmFt5 W1JePE6bZWnBBkY9yVzgjYt/lyiWfcLG7VwI7gefkphfdoqFvQ5xX8mA7cACGhJZ4q fy4FJG6UpTlww== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] gro: ensure frag0 meets IP header alignment From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161835240889.4484.5968793394957880352.git-patchwork-notify@kernel.org> Date: Tue, 13 Apr 2021 22:20:08 +0000 References: <20210413124136.2750358-1-eric.dumazet@gmail.com> In-Reply-To: <20210413124136.2750358-1-eric.dumazet@gmail.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, edumazet@google.com, linux@roeck-us.net, xuanzhuo@linux.alibaba.com, mst@redhat.com, jasowang@redhat.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 13 Apr 2021 05:41:35 -0700 you wrote: > From: Eric Dumazet > > After commit 0f6925b3e8da ("virtio_net: Do not pull payload in skb->head") > Guenter Roeck reported one failure in his tests using sh architecture. > > After much debugging, we have been able to spot silent unaligned accesses > in inet_gro_receive() > > [...] Here is the summary with links: - [net] gro: ensure frag0 meets IP header alignment https://git.kernel.org/netdev/net/c/38ec4944b593 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html