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 C2073CD80AC for ; Tue, 10 Oct 2023 11:27:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231251AbjJJL1z (ORCPT ); Tue, 10 Oct 2023 07:27:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230223AbjJJL1y (ORCPT ); Tue, 10 Oct 2023 07:27:54 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6DD739E; Tue, 10 Oct 2023 04:27:52 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0B7BC433CB; Tue, 10 Oct 2023 11:27:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696937272; bh=dtIQTDwVuag5MMahnmM7/RPqc9HUv7RP2UIAvmElWJA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PlLsRHRMYGdugdo8mpcaqXpbhLp8hmL86LfnEzRbynQFv2E0hhbfg+54a0iQsWAKj 0sJKpgcOvDhhIZGa0uLNoKHEL9TdGbsGdWIKNiXafi3zsTAtIS6bV0EuF0Y8ZeCF9w NRZGmWomjJE0rP9w8p49Uog6mlDDNjPOKIq09/uTXw0qr8AzIzZmUg+zPg+MIuTyZ0 XkAJ1KaVWHypTOLmKkuS/sXmDSnCBs487QxvDonQMbdp48mBQOnXb2H6pLL2XDlVjL n2yXEZTBvIGSkJP+3Y7U0iwDpBbPeniih1HKLeHVKxnzi7iMTWKzGWRPoINTwzU472 Kyi0vwmWTsRmw== Date: Tue, 10 Oct 2023 13:27:49 +0200 From: Frederic Weisbecker To: zhuangel570 Cc: "Paul E. McKenney" , LKML , Neeraj upadhyay , Joel Fernandes , Boqun Feng , Uladzislau Rezki , RCU Subject: Re: [PATCH 0/5] srcu fixes Message-ID: References: <20231003232903.7109-1-frederic@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 07, 2023 at 06:24:53PM +0800, zhuangel570 wrote: > On Wed, Oct 4, 2023 at 5:25 PM Frederic Weisbecker wrote: > There is currently no way to reproduce this problem in our environment. > The problem has appeared on 2 machines, and each time it occurred, the > test had been running for more than a month. > > BTW, I will run tests with these patches in our environment. Ok, let us know if it ever triggers after this series. Since I added you in the Co-developed-by: tags, I will need to also add your Signed-off-by: tag. Is that ok for you? Thanks.