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=unavailable 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 33773C433E0 for ; Thu, 25 Feb 2021 00:11:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D874F64F10 for ; Thu, 25 Feb 2021 00:11:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235224AbhBYAK5 (ORCPT ); Wed, 24 Feb 2021 19:10:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:39464 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234547AbhBYAKw (ORCPT ); Wed, 24 Feb 2021 19:10:52 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id BE4CF64F11; Thu, 25 Feb 2021 00:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614211811; bh=13ZrnrWbJURGI9V3ZmlgrooZjGdus8OLxqZvp6eCfg8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=FGp8EVAf64yhpIejxvRwefw37McgJ84q6PJckOemOWgsoJ1CtOhpzxM1CbwqPF/IP 8bZdU8ZYlCJMJly7/1YLIR0BWXYD+xAIO9MGPZbIF2o1trHaJ1y8v9ALF/YFRJ2Xrf 7zuh6lKorzhxAlS9M8CYN6s0VhmhK9PYAqyXvQr4iK4LPjnh+uLGLT+fVId7v2m3Xg /imwv3L6RkiZ+uq+obVZNp/BMzu6uzlWDyakKubfqDO+SyKkDgcLfPR7wI30E+POD9 P/8nWFHAFcCh4nFOf1CB41ccPcfvHvNmmwKqGKjDr9f87UwVErsfJa7O38jyCqy6fz Bn/hYsAZl1HQw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v4 1/1] net: introduce CAN specific pointer in the struct net_device From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161421181172.15909.1583905121942567968.git-patchwork-notify@kernel.org> Date: Thu, 25 Feb 2021 00:10:11 +0000 References: <20210223070127.4538-1-o.rempel@pengutronix.de> In-Reply-To: <20210223070127.4538-1-o.rempel@pengutronix.de> To: Oleksij Rempel Cc: mkl@pengutronix.de, davem@davemloft.net, kuba@kernel.org, socketcan@hartkopp.net, robin@protonic.nl, syzbot+5138c4dd15a0401bec7b@syzkaller.appspotmail.com, kernel@pengutronix.de, linux-can@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 23 Feb 2021 08:01:26 +0100 you wrote: > Since 20dd3850bcf8 ("can: Speed up CAN frame receiption by using > ml_priv") the CAN framework uses per device specific data in the AF_CAN > protocol. For this purpose the struct net_device->ml_priv is used. Later > the ml_priv usage in CAN was extended for other users, one of them being > CAN_J1939. > > Later in the kernel ml_priv was converted to an union, used by other > drivers. E.g. the tun driver started storing it's stats pointer. > > [...] Here is the summary with links: - [net,v4,1/1] net: introduce CAN specific pointer in the struct net_device https://git.kernel.org/netdev/net/c/4e096a18867a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html