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 08B50EB64D7 for ; Mon, 26 Jun 2023 12:48:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231439AbjFZMs0 (ORCPT ); Mon, 26 Jun 2023 08:48:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231366AbjFZMry (ORCPT ); Mon, 26 Jun 2023 08:47:54 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C5C3295B for ; Mon, 26 Jun 2023 05:47:02 -0700 (PDT) Date: Mon, 26 Jun 2023 14:46:29 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1687783591; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=VmINLe5aE6bvM7zI6mza4ChXb7pzWJvnvszQrFwxRDQ=; b=OqPiNHbVqow5azO7zVRY9vihAbZtmZBg3D7YNXXbb7HCdksak0UhztW5EDVoz23vVTJDqo 7/RPGZ72QeXDaI3a/CD0+UheqvsE7hz589JRB0DeQ8yX/Nu3lIF3Av8mLZkGrvFEZAogqm htCzTDDHqtKZYQorYU9xhh+faqUwBidCFZqLLUCIcuB0Oga/cPUXTmPUZPcb2zYHevc4Yh m7VmqnW++CoT0iTN/02DKsJ1woFt2jARa6cULFXfeIVNRLltGUJSJbvmePiXyGStE6lM4s puOCg6Ez/4wPjJJO4HswdnLEylhYO8x8FHFqjV/votlfoXF9Rb8pkBN6YZlBAQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1687783591; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=VmINLe5aE6bvM7zI6mza4ChXb7pzWJvnvszQrFwxRDQ=; b=Bp/2A1C/ULc/ER9a16XwV37SHxAPLTufYUZ+R/9E1X6QwMIfFbaaPhO8yCC/Ct1GkIx/0U CcyoOaGseNEa6JBA== From: Sebastian Andrzej Siewior To: Michal Hocko Cc: Tetsuo Handa , Peter Zijlstra , linux-mm@kvack.org, linux-kernel@vger.kernel.org, "Luis Claudio R. Goncalves" , Andrew Morton , Boqun Feng , Ingo Molnar , John Ogness , Mel Gorman , Petr Mladek , Thomas Gleixner , Waiman Long , Will Deacon Subject: Re: [PATCH v2 1/2] seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested() Message-ID: <20230626124629.UDvM0W3m@linutronix.de> References: <20230623171232.892937-1-bigeasy@linutronix.de> <20230623171232.892937-2-bigeasy@linutronix.de> <20230626081254.XmorFrhs@linutronix.de> <0a0c768c-227d-c0cd-1b91-5a884d161c1b@I-love.SAKURA.ne.jp> <20230626104831.GT4253@hirez.programming.kicks-ass.net> <3a4ad958-a9a5-c367-a16d-bd89a173a628@I-love.SAKURA.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-06-26 13:35:39 [+0200], Michal Hocko wrote: > Is there any reason to backport RT specific fixup to stable trees? I > mean seriously, is there any actual memory hotplug user using > PREEMPT_RT? I would be more than curious to hear the usecase. There is no need for stable backports for RT-only fixes. We have RT-stable trees for that. The reason why we fix it in the RT-stable tree is not have something broken that was known to work. Sebastian