Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934459AbdDGSSD (ORCPT ); Fri, 7 Apr 2017 14:18:03 -0400 Received: from mga09.intel.com ([134.134.136.24]:3434 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755901AbdDGSR7 (ORCPT ); Fri, 7 Apr 2017 14:17:59 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,167,1488873600"; d="scan'208";a="1117033373" Date: Fri, 7 Apr 2017 21:17:54 +0300 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Eric Dumazet Cc: "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [regression v4.11] 617f01211baf ("8139too: use napi_complete_done()") Message-ID: <20170407181754.GL30290@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 713 Lines: 19 Hi, My old P3 laptop started to die on me in the middle of larger compile jobs (using distcc) after v4.11-rc. I bisected the problem to 617f01211baf ("8139too: use napi_complete_done()"). Unfortunately I wasn't able to capture a full oops as the machine doesn't have serial and ramoops failed me. I did get one partial oops on vgacon which showed rtl8139_poll() being involved (EIP was around _raw_spin_unlock_irqrestore() supposedly), so seems to agree with my bisect result. So maybe some kind of nasty thing going between the hard irq and softirq? Perhaps UP related? I tried to stare at the locking around rtl8139_poll() for a while but it looked mostly sane to me. -- Ville Syrj?l? Intel OTC