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 1A027C001B0 for ; Wed, 28 Jun 2023 14:38:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231392AbjF1Oig (ORCPT ); Wed, 28 Jun 2023 10:38:36 -0400 Received: from vps0.lunn.ch ([156.67.10.101]:40208 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229832AbjF1Oie (ORCPT ); Wed, 28 Jun 2023 10:38:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=qmTXXrFz0E6R4ltZ86kan94IWacvSfn7Y1jZEOiQyFo=; b=vs2gmnkNvAn9GHzNb9dS764WOe DB1It/rw3/dNF0wR12aINRAE5VH3Xt406ctOWfh1l5GT6vtm5AcmZbgSdQF8qmpo+Efh/4O0T90dP HB4FXssXprb06ZNzlqzzAY1IT02lN/B2p6neqT6ceHbAKSNOJSZHouYFbj3cQofBagHc=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1qEWIh-0007qk-QH; Wed, 28 Jun 2023 16:37:43 +0200 Date: Wed, 28 Jun 2023 16:37:43 +0200 From: Andrew Lunn To: yunchuan Cc: Hao Lan , f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, irusskikh@marvell.com, yisen.zhuang@huawei.com, salil.mehta@huawei.com, jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com, steve.glendinning@shawell.net, iyappan@os.amperecomputing.com, keyur@os.amperecomputing.com, quan@os.amperecomputing.com, hkallweit1@gmail.com, linux@armlinux.org.uk, mostrows@earthlink.net, xeb@mail.ru, qiang.zhao@nxp.com, yangyingliang@huawei.com, linux@rempel-privat.de, ansuelsmth@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, intel-wired-lan@lists.osuosl.org, linuxppc-dev@lists.ozlabs.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH net-next 00/10] Remove unnecessary (void*) conversions Message-ID: References: <1f5652f7-7eb2-11f0-4a07-c87f2992e509@huawei.com> <734b846f-3235-f2e3-db06-6e852803cd7f@nfschina.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <734b846f-3235-f2e3-db06-6e852803cd7f@nfschina.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Hi, Hao Lan, > > Sorry for that, I just compiled these patches in the mainline branch. > I know now, it's also necessary to compile patches in net and net-next > branch. > Thanks for your reply! net-next is also closed at the moment due to the merge window. Please wait two weeks before reposting, by which time net-next will be open again. Andrew