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 4B5A2C7618E for ; Wed, 26 Apr 2023 15:06:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240792AbjDZPGY (ORCPT ); Wed, 26 Apr 2023 11:06:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240482AbjDZPGW (ORCPT ); Wed, 26 Apr 2023 11:06:22 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 862037AAC; Wed, 26 Apr 2023 08:05:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=dJzI1wHa5Hs77g/e2Ra7+W4pHa6Ls/Aizvrowv5+dEU=; t=1682521556; x=1683731156; b=CrzbqLfJPs1hpI2BJiQsfvPpcDS9JkQHeqT1ET35FZwZjOl tnOnfzKXZhWnJl13PU7D0qs7OFW069rHAuV1yZNS/17y/qJrpgYZTix+leAscUqTW430kYvg3IeKD KDcHK7KLSmkIhB+1wMNGLMHVGAOb72EYhdjS0LySVjtOzUQQKK12bvrft36wwv3rD5ahc4iUXBRSu g2/v+XcFVNogGae1T2yMvKziI3Hs592QZacSJNL9JPasPrOztVrcHSfCuDrNh3Xo00pUpsh5hPzLh AhFCe8ixhvATHIRZOXT8Phz8Kwe3+SwmhyHKyp28g7A6Ju4aiRdhsT7HdWga+UsQ==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1prgiE-009DHv-1e; Wed, 26 Apr 2023 17:05:42 +0200 Message-ID: Subject: Re: [PATCH v4 1/1] wifi: mac80211: fortify the spinlock against deadlock by interrupt From: Johannes Berg To: Mirsad Todorovac , Leon Romanovsky Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Gregory Greenman , Alexander Wetzel Date: Wed, 26 Apr 2023 17:05:41 +0200 In-Reply-To: <074cf5ed-c39d-1c16-12e7-4b14bbe0cac4@alu.unizg.hr> References: <20230425164005.25272-1-mirsad.todorovac@alu.unizg.hr> <20230426064145.GE27649@unreal> <074cf5ed-c39d-1c16-12e7-4b14bbe0cac4@alu.unizg.hr> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 (3.46.4-1.fc37) MIME-Version: 1.0 X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 2023-04-26 at 16:02 +0200, Mirsad Todorovac wrote: >=20 > That's awesome! Just to ask, do I need to send the PATCH v5 with the > Reviewed-by: tag, or it goes automatically? >=20 Patchwork will be pick it up automatically. johannes