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 B1B7DC43334 for ; Sat, 25 Jun 2022 05:30:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231865AbiFYFaS (ORCPT ); Sat, 25 Jun 2022 01:30:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231672AbiFYFaP (ORCPT ); Sat, 25 Jun 2022 01:30:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E29C250B04; Fri, 24 Jun 2022 22:30:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 63B226136A; Sat, 25 Jun 2022 05:30:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 793F8C341C7; Sat, 25 Jun 2022 05:30:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656135013; bh=z0cluZQlh0hiD7cXsYiqKYRRvibJSMQQGBh5L3ooxlw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=rBWoD7etR3r1q6AtWKByDYKK03v38c4BrQHaifSefIUU0V+fJ3o/U06zWCZVjzG8h PjpdXCByDmeFHDz5HxiDTIlo1LWuC9BdX1Z+RsNn/MNZZJyioMUaX3jFa0Xp8X/OLJ 0Ue3IxLL7n08hnfi1QqdC2mGhXmFvHn9CCUytpPrupMwZaYHLOC/unzeug+frqxWAj hMEGfDsx+1FqcFNOO9ZxjFWolM8BuEcRKWNbqSaz+v18Xza2a4EpZlRaXQpIMbtPgt JKXYUU06wur/9DPUvkAJD7PlvBxpb4Ey5O6BKnTpCUG4pX6uJi/IAfIa6pTYcLoFkf fIZ2QdJUznU3Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 62821E85C6D; Sat, 25 Jun 2022 05:30:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: fix IFF_TX_SKB_NO_LINEAR definition From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165613501339.30344.5019258234819055049.git-patchwork-notify@kernel.org> Date: Sat, 25 Jun 2022 05:30:13 +0000 References: In-Reply-To: To: Dan Carpenter Cc: davem@davemloft.net, xuanzhuo@linux.alibaba.com, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, daniel@iogearbox.net, john.fastabend@gmail.com, alobakin@pm.me, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Thu, 23 Jun 2022 16:32:32 +0300 you wrote: > The "1<<31" shift has a sign extension bug so IFF_TX_SKB_NO_LINEAR is > 0xffffffff80000000 instead of 0x0000000080000000. > > Fixes: c2ff53d8049f ("net: Add priv_flags for allow tx skb without linear") > Signed-off-by: Dan Carpenter > --- > Before IFF_CHANGE_PROTO_DOWN was added then this issue was not so bad. > > [...] Here is the summary with links: - [net] net: fix IFF_TX_SKB_NO_LINEAR definition https://git.kernel.org/netdev/net/c/3b89b511ea0c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html