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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 623CFC433EF for ; Wed, 15 Sep 2021 06:41:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 40A8960235 for ; Wed, 15 Sep 2021 06:41:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236445AbhIOGmv (ORCPT ); Wed, 15 Sep 2021 02:42:51 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:49400 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229484AbhIOGmu (ORCPT ); Wed, 15 Sep 2021 02:42:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631688092; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nXoAex5h5K9hGtyrBd5LTSnixWgehD/sSo1nO1W/QHY=; b=f4uTmqmAGpY5qXSyNdXU0VoiPjrft3AfnA+CEUSg5U4oFrhctx9uOQ51CiMyf3ibmL6gtQ qSPBbobJicYi61/vh3mTmAoJiwb+Y0E7Qt7SsSvOm3wuXu5pvtxgrIxF1V71b8sYROzgGo oNRwV92qu5+bBzA0rTwft9UgjhcHHvk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-560-9vKSrezqN2WGm3b7DLq0ag-1; Wed, 15 Sep 2021 02:41:30 -0400 X-MC-Unique: 9vKSrezqN2WGm3b7DLq0ag-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AE416800FF4; Wed, 15 Sep 2021 06:41:29 +0000 (UTC) Received: from localhost (unknown [10.40.193.162]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7036E1001281; Wed, 15 Sep 2021 06:41:28 +0000 (UTC) Date: Wed, 15 Sep 2021 08:40:22 +0200 From: Jiri Benc To: Jesse Brandeburg Cc: , Tony Nguyen , "intel-wired-lan@lists.osuosl.org" Subject: Re: [PATCH net] i40e: fix endless loop under rtnl Message-ID: <20210915084009.4260d7ae@redhat.com> In-Reply-To: References: <4d94f7fbd9dd6476c5adc8967f3db84bc9204f47.1630319620.git.jbenc@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 14 Sep 2021 16:37:55 -0700, Jesse Brandeburg wrote: > The fix seems fine to me on initial review. > you can add my > Reviewed-by: Jesse Brandeburg Thanks! > but... > Missing Fixes: tag? I should have added that, yes. I sent a v2 yesterday with the tag included, https://patchwork.kernel.org/project/netdevbpf/patch/452ff4ddfef7fc8f558a8c8eb7a8050688760e11.1631609537.git.jbenc@redhat.com/ Could you reply with your Reviewed-by to that one? Alternatively, I can send a v3. Thanks, Jiri From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Benc Date: Wed, 15 Sep 2021 08:40:22 +0200 Subject: [Intel-wired-lan] [PATCH net] i40e: fix endless loop under rtnl In-Reply-To: References: <4d94f7fbd9dd6476c5adc8967f3db84bc9204f47.1630319620.git.jbenc@redhat.com> Message-ID: <20210915084009.4260d7ae@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On Tue, 14 Sep 2021 16:37:55 -0700, Jesse Brandeburg wrote: > The fix seems fine to me on initial review. > you can add my > Reviewed-by: Jesse Brandeburg Thanks! > but... > Missing Fixes: tag? I should have added that, yes. I sent a v2 yesterday with the tag included, https://patchwork.kernel.org/project/netdevbpf/patch/452ff4ddfef7fc8f558a8c8eb7a8050688760e11.1631609537.git.jbenc at redhat.com/ Could you reply with your Reviewed-by to that one? Alternatively, I can send a v3. Thanks, Jiri