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 734EAC77B7A for ; Sat, 10 Jun 2023 22:45:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232286AbjFJWos (ORCPT ); Sat, 10 Jun 2023 18:44:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229746AbjFJWop (ORCPT ); Sat, 10 Jun 2023 18:44:45 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FFC135A9; Sat, 10 Jun 2023 15:44:44 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1686437082; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=V3yau0vghxw/AlYR4hWr8BYruFNzgWhFzOkKNumR8JQ=; b=xCKf4rx8SoGlrUPIcCKgO9G01gpf9BncjgTd3o+brtlCNMxjCg95UKoP4j7iCGm+jykn9b XHr2mNagemCsfyleC7cM/CCottB9UNwZBF71bzSfweOZB3B55fdmYDwCitmHPYP88P5wHw kKGZk2iHxqpAHchRnXJ1VwMOJeB37dAyYreWV0tJqdDmjqR3RUCAnCjzpBT/Ekuh41q/H1 ksEoUyIamAdDlCam04n4XqczaKSDnx9iv1KjYZ2lXn1+OqB4C6O8fnq7s2UktF+qwKirJy dWi0a2cnv1GY3vFtLabJhgMYVzGsYxpx26as8ulOCgSPW5SGv3T2kUN4KT2R3w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1686437082; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=V3yau0vghxw/AlYR4hWr8BYruFNzgWhFzOkKNumR8JQ=; b=NpRuBkBrtJqMx0CUz6W4ucvNFlU95T1lHC6Iz01YkRJq6+xAXyDej5i6neoyCPTk5GRlZW MbH4WeepBpMCuTCQ== To: linux-kernel@vger.kernel.org, mm-commits@vger.kernel.org, torvalds@linux-foundation.org, peterz@infradead.org, npiggin@gmail.com, akpm@linux-foundation.org Subject: Re: [merged mm-hotfixes-stable] lazy-tlb-fix-hotplug-exit-race-with-mmu_lazy_tlb_shootdown.patch removed from -mm tree In-Reply-To: <20230607200008.C2154C433D2@smtp.kernel.org> References: <20230607200008.C2154C433D2@smtp.kernel.org> Date: Sun, 11 Jun 2023 00:44:42 +0200 Message-ID: <87zg576ip1.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 07 2023 at 13:00, Andrew Morton wrote: > The quilt patch titled > Subject: lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN > has been removed from the -mm tree. Its filename was > lazy-tlb-fix-hotplug-exit-race-with-mmu_lazy_tlb_shootdown.patch > > This patch was dropped because it was merged into the mm-hotfixes-stable branch > of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Can you please drop that completely as there is no point to merge a bogus "fix'. Thanks, tglx