From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757850AbbDWUGM (ORCPT ); Thu, 23 Apr 2015 16:06:12 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:39100 "EHLO e39.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751621AbbDWUGI (ORCPT ); Thu, 23 Apr 2015 16:06:08 -0400 Date: Thu, 23 Apr 2015 13:06:03 -0700 From: "Paul E. McKenney" To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: mingo@kernel.org, linux@arm.linux.org.uk, catalin.marinas@arm.com, will.deacon@arm.com Subject: [PATCH arm 0/2] Fixes for ARM use of scheduler when offline Message-ID: <20150423200603.GA9473@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15042320-0033-0000-0000-00000454D81C Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello! This series is strictly FYI. I am simply sending it as a heads-up. The diagnostics surrounding using RCU from an offline CPU will be tightening up, which might cause splats to come my way. If such splats do come my way, I will reply with the patches in this series. I know you guys have been working to put something better together, which is great -- just letting you know of fallback patches, when and if. If you would like to push these up your tree or ack them and have me push them, that is of course fine as well. The first patch in the series does arm64, and the second does arm. Thanx, Paul ------------------------------------------------------------------------ b/arch/arm/kernel/smp.c | 6 ++---- b/arch/arm64/kernel/smp.c | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-)