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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 9CF9CC433E9 for ; Mon, 18 Jan 2021 11:18:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A08E22226 for ; Mon, 18 Jan 2021 11:18:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390122AbhARLS0 (ORCPT ); Mon, 18 Jan 2021 06:18:26 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:55540 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388841AbhARKq2 (ORCPT ); Mon, 18 Jan 2021 05:46:28 -0500 Date: Mon, 18 Jan 2021 11:45:44 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1610966746; 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: in-reply-to:in-reply-to:references:references; bh=GoNJIEid/fflBhSldAhfI5RCh95JfZzJIiYzBPtsCM8=; b=JF1dB0yr4AZDbDINkXF8HsjdOZbTC7yETeEScBqmXq2jjcIKW9hiJHFgIaXfCGur+K32jO EU7wcM/jm+iojzI4izwbkAm8fVWywax9o6gbv5pdjmVuCU8d0aZpQ7RwsTY3MkgAljrQ8E MzRJUtdN69X5v0ENTwQ+IuaiIfHxg2tVJainMMxQoAdPOMcwTk4ReemhG7b96YhbPAXQX9 dBiLZEXxeVq5KR7WupikoIytieAnzDJjvFmESciOSvQjs4ZiKjbSfAGkaQulbMTkA20QmF FIfI8LHWDa+14yIsXHNs/xog1Dpr2fOPHTna3+qIunVmTfiBo655VgNTCTuaqQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1610966746; 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: in-reply-to:in-reply-to:references:references; bh=GoNJIEid/fflBhSldAhfI5RCh95JfZzJIiYzBPtsCM8=; b=06v9uGcP61ic/HsZAJ+DICguRMMIOXGU3bnQGgY06X9RL2vrcraUmZ636tPNa46AZ3BLxj 6uilUmvKTniQf7Cw== From: "Ahmed S. Darwish" To: Michael Grzeschik , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org Cc: LKML , Thomas Gleixner , "Sebastian A. Siewior" Subject: Re: [RFC PATCH 0/1] net: arcnet: Fix RESET sequence Message-ID: References: <20201222090338.186503-1-a.darwish@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 11, 2021 at 02:54:06PM +0100, Ahmed S. Darwish wrote: > Hi, > > On Tue, Dec 22, 2020 at 10:03:37AM +0100, Ahmed S. Darwish wrote: > ... > > > > Included is an RFC patch to fix the points above: if the RESET flag is > > encountered, a workqueue is scheduled to run the generic reset sequence. > > > ... > > Kind reminder. Ping. Will anyone look at this? Thanks, -- Ahmed S. Darwish