From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7011C7EE23 for ; Mon, 5 Jun 2023 21:01:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230282AbjFEVB2 (ORCPT ); Mon, 5 Jun 2023 17:01:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233542AbjFEVB1 (ORCPT ); Mon, 5 Jun 2023 17:01:27 -0400 Received: from lobo.ruivo.org (lobo.ruivo.org [173.14.175.98]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC59CF2 for ; Mon, 5 Jun 2023 14:01:26 -0700 (PDT) Received: by lobo.ruivo.org (Postfix, from userid 1011) id 60B2B528DB; Mon, 5 Jun 2023 17:01:25 -0400 (EDT) Received: from jake.ruivo.org (bob.qemu.ruivo [192.168.72.19]) by lobo.ruivo.org (Postfix) with ESMTPA id 8F5BF5280B; Mon, 5 Jun 2023 17:01:08 -0400 (EDT) Received: by jake.ruivo.org (Postfix, from userid 1000) id 8046B22009F; Mon, 5 Jun 2023 17:01:08 -0400 (EDT) Date: Mon, 5 Jun 2023 17:01:08 -0400 From: Aristeu Rozanski To: Borislav Petkov Cc: "Luck, Tony" , "linux-edac@vger.kernel.org" , Aristeu Rozanski Subject: Re: [PATCH] mce: prevent concurrent polling of MCE events Message-ID: <20230605210108.GS4090740@cathedrallabs.org> References: <20230515194423.GKZGKLl+8mJiLoJAp1@fat_crate.local> <20230523141523.GL4090740@cathedrallabs.org> <20230604160442.GN4090740@cathedrallabs.org> <20230605174104.GBZH4eMLx1cp+nQJH2@fat_crate.local> <20230605193000.GDZH43uFhBmQfSO+9D@fat_crate.local> <20230605203315.GR4090740@cathedrallabs.org> <20230605205658.GFZH5MGg2QizffZRte@fat_crate.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230605205658.GFZH5MGg2QizffZRte@fat_crate.local> User-Agent: Mutt/2.2.9 (2022-11-12) Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org On Mon, Jun 05, 2023 at 10:56:58PM +0200, Borislav Petkov wrote: > On Mon, Jun 05, 2023 at 04:33:15PM -0400, Aristeu Rozanski wrote: > > Problem with throwing this userspace is that it won't get rid of the > > duplication on the kernel log. > > The kernel log never was and is a source to be scraped for hw errors. > The right thing is called tracepoints and rasdaemon uses them already. Yes, but I'm talking about flooding the log with duplicates. -- Aristeu