Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753961AbbKXQvn (ORCPT ); Tue, 24 Nov 2015 11:51:43 -0500 Received: from e35.co.us.ibm.com ([32.97.110.153]:49435 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751256AbbKXQvm (ORCPT ); Tue, 24 Nov 2015 11:51:42 -0500 X-IBM-Helo: d03dlp03.boulder.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Tue, 24 Nov 2015 08:52:06 -0800 From: "Paul E. McKenney" To: Juri Lelli Cc: LKML , ALKML Subject: Re: suspicious RCU usage on 4.4-rc2 ARM platform Message-ID: <20151124165206.GQ26643@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20151124162750.GE20439@e106622-lin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151124162750.GE20439@e106622-lin> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15112416-0013-0000-0000-00001A804B30 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 933 Lines: 26 On Tue, Nov 24, 2015 at 04:27:50PM +0000, Juri Lelli wrote: > Hi Paul, > > I'm hitting these splats while running simple hotplug tests on an ARM > TC2 platform. The following seems to cure it, but I don't think it never > made it to mainline: > > https://lkml.org/lkml/2015/5/12/892 > > Any reason why? If I remember correctly, it could result in failures on some ARM processors. The problem was that this patch assumes that the CPU caches remain active throughout, when in fact they can be disabled at an inconvenient time. As I understand it, this can result in other updates to that cache line being lost when the CPU is powered off. RMK would know more. Thanx, Paul -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/