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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 021FCC433F5 for ; Mon, 25 Oct 2021 14:51:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C144F60C40 for ; Mon, 25 Oct 2021 14:51:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C144F60C40 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=355x/TZPifU5CrkaYYU1n2GpyrzuP6xiqXZyySScl50=; b=IkajgZn5Igr6o8 PwhSnVYTvVirBtUf7zBSnqeC5st6VyAQvlSrvmLD6OBI75dU3uWG14SkliMYTZ8hUBmMzdHjgbOTC wV0dxTqT8qqL6m+zA0iHzmybCUZxugVYfe7/ugdb4H6Kqt6RJlB/junREkKEHIvf7EmDBLWupRz9Q Xo6lXdAoHEUtEex60K4dP2lRG/wqK59B6gOPYk5E+L13SomIcespd5jOlchpredOMwK4gPpbSJ2X+ PyiTFekd0TeBxxv4hEO4LRXN0Cr79jk+8VWp3ffYi715EwVkp4hdMcmZ5DFLpMH/3QXLqaVUKBNW2 9XSmPT+pGoFjjypkKatQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mf1Ik-00Gldn-50; Mon, 25 Oct 2021 14:50:15 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mf1Ie-00GlaX-Av for linux-arm-kernel@lists.infradead.org; Mon, 25 Oct 2021 14:50:09 +0000 Received: by mail.kernel.org (Postfix) with ESMTPS id 5421060F92; Mon, 25 Oct 2021 14:50:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635173407; bh=FdyrY7pVKpVjk3FXw2nS1yqeL3NM5VJTSdtkSXFOuPs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=mt3IgobRoSipR+94uKBkRRzNG4Uyguh1HvKiDMpIM2fD2U0AdLSe9GPCwt7b6QW7l 01sOJCEvsy/B7947mmRB0emy8+vHxGpwWwvAWvu0BseD0hZZIumHBWZFryesTvzSc0 6RNCa7SyVHHpkmcahIYeSARA4wo0lvjh40JhZ4b+vAQ/AW78ttr2v+nQmc0yvraP7f 9m9y5He7baCxZBYzohFaEffmjlUYENheWbh8foEaOS8GYNjuK94UUHrgREaYoO2SeW /P0EroruPS7XBSfLgdEDoJZNT66BdPalFUgb7z3VxMqBt+yacXIDXRKETLudsg8m3q 96jjEkoaKz9uw== MIME-Version: 1.0 Subject: Re: [PATCH] net: nxp: lpc_eth.c: avoid hang when bringing interface down From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163517340724.13749.9806279748005326952.git-patchwork-notify@kernel.org> Date: Mon, 25 Oct 2021 14:50:07 +0000 References: <20211024175003.7879-1-twoerner@gmail.com> In-Reply-To: <20211024175003.7879-1-twoerner@gmail.com> To: Trevor Woerner Cc: linux-kernel@vger.kernel.org, vz@mleia.com, davem@davemloft.net, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211025_075008_432148_EB112B3C X-CRM114-Status: UNSURE ( 9.54 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Sun, 24 Oct 2021 13:50:02 -0400 you wrote: > A hard hang is observed whenever the ethernet interface is brought > down. If the PHY is stopped before the LPC core block is reset, > the SoC will hang. Comparing lpc_eth_close() and lpc_eth_open() I > re-arranged the ordering of the functions calls in lpc_eth_close() to > reset the hardware before stopping the PHY. > > Signed-off-by: Trevor Woerner > > [...] Here is the summary with links: - net: nxp: lpc_eth.c: avoid hang when bringing interface down https://git.kernel.org/netdev/net/c/ace19b992436 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel