From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752274AbdKFVg6 (ORCPT ); Mon, 6 Nov 2017 16:36:58 -0500 Received: from one.firstfloor.org ([193.170.194.197]:47152 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752212AbdKFVg5 (ORCPT ); Mon, 6 Nov 2017 16:36:57 -0500 Date: Mon, 6 Nov 2017 13:36:55 -0800 From: Andi Kleen To: Andrew Morton Cc: Michael Ellerman , Andi Kleen , linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH] Support resetting WARN_ONCE for all architectures Message-ID: <20171106213654.GW2482@two.firstfloor.org> References: <20171019204642.7404-1-andi@firstfloor.org> <878tfn7ldw.fsf@concordia.ellerman.id.au> <20171103104755.0fa2dba59f48df43d5bffb25@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171103104755.0fa2dba59f48df43d5bffb25@linux-foundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > And this is getting a bit nutty: > > support-resetting-warn_once.patch > support-resetting-warn_once-checkpatch-fixes.patch > support-resetting-warn_once-for-all-architectures.patch > support-resetting-warn_once-for-all-architectures-v2.patch > support-resetting-warn_once-for-all-architectures-v2-fix.patch > support-resetting-warn_once-for-all-architectures-v2-fix-fix.patch > support-resetting-warn_once-for-all-architectures-v2-fix-fix-fix.patch > > I'll push all this at Stephen later today. Someone please tell me > whether this code actually works! Sorry for the trash! Yes this was harder than originally expected. The original x86 patch was tested. I see Michael now tested the PPC version too. So everything should be good and hopefully don't need any more fixes. Thanks, -Andi