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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 B3694C433E7 for ; Fri, 9 Oct 2020 15:44:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D65322261 for ; Fri, 9 Oct 2020 15:44:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602258265; bh=Q3DjcFi9LMb3yF8Yma33wRbWfhQokYReKSSBcGWnnKI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=0/WG407A+nqApqtt3JcqEyYUbAQ/6jOHfG3kwgjzazWIRpclLnMcLkwuKU8dkh5ek 7vDXaPu+CeW2QFKFyy5qrVL4HM7qTmpd0pmefH/2VXVDxRzNymr7LKOM7F7hHE40G5 /pKcRy89IBkPGtLh0BIWyx19HTe+S2i0KlnnDpXk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389325AbgJIPoY (ORCPT ); Fri, 9 Oct 2020 11:44:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:47846 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388696AbgJIPoY (ORCPT ); Fri, 9 Oct 2020 11:44:24 -0400 Received: from kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com (unknown [163.114.132.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 43A202225D; Fri, 9 Oct 2020 15:44:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602258263; bh=Q3DjcFi9LMb3yF8Yma33wRbWfhQokYReKSSBcGWnnKI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Kxk03/ZrAvdRv8hon9zMUltgro7feAhJasDvinmxcXkQaUrqAwKLOwD+/axQBhFI2 T7AKd54yhH3ZbKNaJr/0pa0O8NsLAa/7G3AikgrfDF0Qkt2fqXhXyE44pAdD6MrCuO hYQ4hUi5qnfimFZ7yXnHpoU2BGply++1hWkJ3s+0= Date: Fri, 9 Oct 2020 08:44:21 -0700 From: Jakub Kicinski To: Allen Pais Cc: davem@davemloft.net, gerrit@erg.abdn.ac.uk, edumazet@google.com, kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, johannes@sipsolutions.net, alex.aring@gmail.com, stefan@datenfreihafen.org, santosh.shilimkar@oracle.com, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, steffen.klassert@secunet.com, herbert@gondor.apana.org.au, netdev@vger.kernel.org, Allen Pais Subject: Re: [net-next v2 0/8] net: convert tasklets to use new Message-ID: <20201009084421.651689e8@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20201007101219.356499-1-allen.lkml@gmail.com> References: <20201007101219.356499-1-allen.lkml@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 7 Oct 2020 15:42:11 +0530 Allen Pais wrote: > From: Allen Pais > > Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' > introduced a new tasklet initialization API. This series converts > all the net/* drivers to use the new tasklet_setup() API > > The following series is based on net-next (9faebeb2d) > > v1: > fix kerneldoc Please respin, Eric's patch is in net-next now. FWIW looks like both of your series for net-next had the subject of the cover letter cut off.