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 23776C6FA86 for ; Wed, 7 Sep 2022 15:54:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229874AbiIGPx7 (ORCPT ); Wed, 7 Sep 2022 11:53:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229884AbiIGPxb (ORCPT ); Wed, 7 Sep 2022 11:53:31 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CBDF74E2A; Wed, 7 Sep 2022 08:53:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=vh/HiySd7IixUJQ4SUop9TW+9NLt9KE49HmDRsCBipc=; b=t5FOdjDrVJnsnDIDkDKuH64BLF iDpHA3LR8azPZS3KvdZAi0Y9AWxn6iimlMQiKwKxCYrzFBbpR2+LDR9Lixe0Y+fi8PC1rCW37jYW6 /6PTMIIDlbciXTTFaKyJIWsXeh/01gu0VCV18S0hRDUbgDYNeWhCn8UdUXsExLY7T2Pbzx5O3/9U+ Eu0MI5W6nwLU5rNyELB/bH2SihYP8odXzIU0I1rX07Gmy4jdhpomGPEWuQ/6h53ybw8J3UbdzVzxH XE4WmovuAjlqh9oeCIXCscWtySB9wdaQW/LUnqAwVgEZcmLeMreKC4020cW5T3+g4dkVH1tUaYl26 hLN1+Z3Q==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVxMj-007VRh-8k; Wed, 07 Sep 2022 15:53:25 +0000 Date: Wed, 7 Sep 2022 08:53:25 -0700 From: Luis Chamberlain To: Oleksandr Natalenko Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, Jonathan Corbet , Alexander Viro , Andrew Morton , Huang Ying , "Jason A . Donenfeld" , Will Deacon , "Guilherme G . Piccoli" , Laurent Dufour , Stephen Kitt , Rob Herring , Joel Savitz , "Eric W . Biederman" , Kees Cook , Xiaoming Ni , Renaud =?iso-8859-1?Q?M=E9trich?= , Oleg Nesterov , Grzegorz Halat , Qi Guo Subject: Re: [PATCH] core_pattern: add CPU specifier Message-ID: References: <20220903064330.20772-1-oleksandr@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220903064330.20772-1-oleksandr@redhat.com> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sat, Sep 03, 2022 at 08:43:30AM +0200, Oleksandr Natalenko wrote: > Statistically, in a large deployment regular segfaults may indicate a CPU issue. Can you elaborate on this? How common is this observed to be true? Are there any public findings or bugs where it showed this? Luis