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 7CD18C54EAA for ; Mon, 30 Jan 2023 05:40:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235459AbjA3FkI (ORCPT ); Mon, 30 Jan 2023 00:40:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229744AbjA3FkE (ORCPT ); Mon, 30 Jan 2023 00:40:04 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 490C41DBBF; Sun, 29 Jan 2023 21:40:03 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E257B60C55; Mon, 30 Jan 2023 05:40:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC8B5C433EF; Mon, 30 Jan 2023 05:40:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1675057202; bh=Gj3CoWpxMRs986P27Jmp/+SlgrHYUEsIRBz84LyFW4Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VmmaklQUms+MCNtp/BKJUneaEQIq4p80mYC1xSXL6c32OECg5fpVIeYF9WUwDYI3u VNNmpS5V/JYwhSwEcjI43JzcPuXRVQTApRrPqLwd+6YuZb8PWUYYOhpfTHai7LrPZc 2KN9dQ8V40G3O5fFzgOn9iUh6UsdykZ1LoiBjv/Q= Date: Mon, 30 Jan 2023 06:39:59 +0100 From: Greg KH To: Linux regressions mailing list Cc: Sasha Levin , LKML , "stable@vger.kernel.org" , Vlastimil Babka Subject: Re: Heads-up: one change merged for -rc6 that might be good to have in the next 6.1.y release Message-ID: References: <73f7aba7-1533-ed16-fc76-97a758aaaf1d@leemhuis.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <73f7aba7-1533-ed16-fc76-97a758aaaf1d@leemhuis.info> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 29, 2023 at 10:13:25PM +0100, Linux kernel regression tracking (Thorsten Leemhuis) wrote: > Hi Greg. Just a heads up that likely isn't needed, as the change > mentioned below has a proper Cc: tag, so you scripts will > likely do the right thing automatically. But just to be sure: > > I'm pretty sure Vlastimil would be extremely happy if you include > 95e7a450b819 ("Revert "mm/compaction: fix set skip in > fast_find_migrateblock"") [was merged ~2 hours ago] in the next 6.1.y > release, as he in [1] wrote: Thanks, yeah, it would have automatically gotten added, but I picked it up now just to be sure it's not lost in the deluge :) thanks, greg k-h