Received: by 2002:a17:90a:9103:0:0:0:0 with SMTP id k3csp11801616pjo; Thu, 2 Jan 2020 14:31:32 -0800 (PST) X-Google-Smtp-Source: APXvYqwd/DlGc1wuub8fkehWuI37OUmdl6oj/iONMPryu7ytYFV4aY/T0SiIMeEFpoEDZzF5nsPP X-Received: by 2002:aca:b183:: with SMTP id a125mr3208545oif.83.1578004292022; Thu, 02 Jan 2020 14:31:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578004292; cv=none; d=google.com; s=arc-20160816; b=MEMgO9BgoU/3ENRFI8Br5FRyGnTQT+4c/spkWI//qCrlYWI8CcxgAnEHYJPtmdFWW7 IaxdaIPv/W6pgr0dMaCY0NlBwpwhFrP3+RQrgQgaAMNHboyGqNixELl6WV8+l+URwX32 aam8W0RKWe8Tp6lycvAUexJ22F2EAddzEPaA5e6n2MiRLbMwDfHWPY6ULa6dTyPTJJ8z FW/qaq0Cgclpc+uGnXB5UYaTYHJR9DafJWN5MxENDpuwVTOv12Nyn1A0Rcdz4ZK5+6Yy SG20BMDl6PZtguYrFX6CzEHRiMywz8qjYsEqGLZR3BS4jJpceVydufnEaTJt8LPIgs/n 4uLw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=8BEioSWcc5kekE0UguEcnWhefnO/lFzGD6SgxPnGL+s=; b=Dt/Mdyu6iEDhgII5PzHmejG9vFnc8Ra6lOobM3nasI++dk9eiEYpoPiQY0l4ProfSW /1F+gP5bzcy7lUxkwgHvpxiucAbdRHfZlGIfulGyWuTCIkvrcJLzr6YsX7N3AK5AwBEm pJHw59xkIWHoDPEjSK0L1/HKFAqwFgP0XpZvDCzxSIglLWQI2T0TnYIk2kpK7dw9Lstl oceyFxdV2/ecJ2dGp+4yY3JMfDlptrKtCjOioWbDkq0rJtFX7nCKPuhNh0K3kgB0Wi2m XmLXGWzzJMGqcIa1rbauwVUjyeDyAZtNWqhBpYn+jrQv1E7JRPUq8z21qIIvQBrKm1A1 6Qng== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="ijqS/+sB"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o128si26690936oih.66.2020.01.02.14.31.20; Thu, 02 Jan 2020 14:31:32 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="ijqS/+sB"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729909AbgABWak (ORCPT + 99 others); Thu, 2 Jan 2020 17:30:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:34548 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727592AbgABWae (ORCPT ); Thu, 2 Jan 2020 17:30:34 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 A1E1420863; Thu, 2 Jan 2020 22:30:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578004234; bh=GfXRBCDfu1vOEhYdNgvQ82YD9QJVVUwKb5OPCzyz5D8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ijqS/+sB7E0RLgG5fEw8biHplsCtoZdZ8pg/5UwM+EABU8SPj3HIaA5kxN6Y/OAK6 e7cfR5EfonEz1dcvJGCNXUP7HBX/8JtAbj1lOJ3w1SVQ4TDmhKaj7rMCvbWPSifvrz eGgWps7iYFZ3dN4v+rnzUfB9ZHLNjqVyvNqtcwdg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Xiao Jiangfeng , Mao Wenan , "David S. Miller" Subject: [PATCH 4.9 093/171] af_packet: set defaule value for tmo Date: Thu, 2 Jan 2020 23:07:04 +0100 Message-Id: <20200102220600.081205580@linuxfoundation.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200102220546.960200039@linuxfoundation.org> References: <20200102220546.960200039@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Mao Wenan [ Upstream commit b43d1f9f7067c6759b1051e8ecb84e82cef569fe ] There is softlockup when using TPACKET_V3: ... NMI watchdog: BUG: soft lockup - CPU#2 stuck for 60010ms! (__irq_svc) from [] (_raw_spin_unlock_irqrestore+0x44/0x54) (_raw_spin_unlock_irqrestore) from [] (mod_timer+0x210/0x25c) (mod_timer) from [] (prb_retire_rx_blk_timer_expired+0x68/0x11c) (prb_retire_rx_blk_timer_expired) from [] (call_timer_fn+0x90/0x17c) (call_timer_fn) from [] (run_timer_softirq+0x2d4/0x2fc) (run_timer_softirq) from [] (__do_softirq+0x218/0x318) (__do_softirq) from [] (irq_exit+0x88/0xac) (irq_exit) from [] (msa_irq_exit+0x11c/0x1d4) (msa_irq_exit) from [] (handle_IPI+0x650/0x7f4) (handle_IPI) from [] (gic_handle_irq+0x108/0x118) (gic_handle_irq) from [] (__irq_usr+0x44/0x5c) ... If __ethtool_get_link_ksettings() is failed in prb_calc_retire_blk_tmo(), msec and tmo will be zero, so tov_in_jiffies is zero and the timer expire for retire_blk_timer is turn to mod_timer(&pkc->retire_blk_timer, jiffies + 0), which will trigger cpu usage of softirq is 100%. Fixes: f6fb8f100b80 ("af-packet: TPACKET_V3 flexible buffer implementation.") Tested-by: Xiao Jiangfeng Signed-off-by: Mao Wenan Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/packet/af_packet.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c @@ -587,7 +587,8 @@ static int prb_calc_retire_blk_tmo(struc msec = 1; div = ecmd.base.speed / 1000; } - } + } else + return DEFAULT_PRB_RETIRE_TOV; mbits = (blk_size_in_bytes * 8) / (1024 * 1024);