From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755864AbdJLWOJ (ORCPT ); Thu, 12 Oct 2017 18:14:09 -0400 Received: from mga04.intel.com ([192.55.52.120]:65436 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750990AbdJLWOI (ORCPT ); Thu, 12 Oct 2017 18:14:08 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,368,1503385200"; d="scan'208";a="162547860" Date: Thu, 12 Oct 2017 15:13:51 -0700 From: Andi Kleen To: Borislav Petkov Cc: "Luck, Tony" , Jeremy Cline , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org, Laura Abbott Subject: Re: x86/mce: suspicious RCU usage in 4.13.4 Message-ID: <20171012221351.GN5109@tassilo.jf.intel.com> References: <9840bf0d-6756-75eb-1a2d-d3aace235244@redhat.com> <20171010194426.s7keveirclglx6vh@pd.tnic> <20171010200841.uhniuwc7pulqgmic@intel.com> <871smasqux.fsf@linux.intel.com> <20171011115020.i4gkcy5pjifh2zsm@pd.tnic> <20171011231137.GI5109@tassilo.jf.intel.com> <20171012090252.ck5xhltcm36rldb7@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171012090252.ck5xhltcm36rldb7@pd.tnic> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 12, 2017 at 11:02:52AM +0200, Borislav Petkov wrote: > On Wed, Oct 11, 2017 at 04:11:37PM -0700, Andi Kleen wrote: > > Sorry I take back what I wrote earlier. This RCU is actually still needed, > > otherwise the reader could see partially written entries. > > Why? All the readers and writers take the mutex now. Ok fair enough. -Andi