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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50937C433EF for ; Fri, 5 Nov 2021 14:30:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 31A9A61245 for ; Fri, 5 Nov 2021 14:30:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233252AbhKEOcu (ORCPT ); Fri, 5 Nov 2021 10:32:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:47766 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232865AbhKEOcr (ORCPT ); Fri, 5 Nov 2021 10:32:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id C8A7961183; Fri, 5 Nov 2021 14:30:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1636122607; bh=dA7OYIX2+nXNF2QTVUlqEI2nIRmUtU7HAXldzr4pEQ8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=K3bB1LwDVlPetK7Z8RDTrUwZvj7/N+gIvckVE1OAhKuaNC9PmilMgOM3SJ40DJ06W xFmr3yp6hwf/z8HS0UVj/GpCcEOuRSFQrMlJ6qrNcW5Dy8YEtbfWjAGsDw1RtRJFY3 9fCTF052xO0gyBgQgQtTacPrd4P+DvWr9E6VkGwBvvNbdDaQRi9X5Cbq1ugiePsfAk FeggFWRzHTKV7GtHI+us1d0mYWVgO2Qpqd3il8k1TsWIkyQIPj/GX6WsdZc4lFcPuu /g80BidKDkf7INKGqlVGfCFiOUCBG+Ffzgz6FcjqdmOgGwtOPXpfKfVFb6aWXYema/ fMV5H6aBSMBUA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 1/2] ax88796c: fix ioctl callback From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163612260776.32748.4456572271474269770.git-patchwork-notify@kernel.org> Date: Fri, 05 Nov 2021 14:30:07 +0000 References: <20211105092954.1771974-1-arnd@kernel.org> In-Reply-To: <20211105092954.1771974-1-arnd@kernel.org> To: Arnd Bergmann Cc: l.stelmach@samsung.com, davem@davemloft.net, kuba@kernel.org, jgg@ziepe.ca, arnd@arndb.de, nathan@kernel.org, alobakin@pm.me, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net.git (master) by David S. Miller : On Fri, 5 Nov 2021 10:29:39 +0100 you wrote: > From: Arnd Bergmann > > The timestamp ioctls are now handled by the ndo_eth_ioctl() callback, > not the old ndo_do_ioctl(), but oax88796 introduced the > function for the old way. > > Move it over to ndo_eth_ioctl() to actually allow calling it from > user space. > > [...] Here is the summary with links: - [1/2] ax88796c: fix ioctl callback https://git.kernel.org/netdev/net/c/9dcc00715a7c - [2/2] octeontx2-nicvf: fix ioctl callback https://git.kernel.org/netdev/net/c/a6785bd7d83c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html