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 X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DFD6FC2B9F4 for ; Thu, 17 Jun 2021 04:51:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C71D66023D for ; Thu, 17 Jun 2021 04:51:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229834AbhFQEx4 (ORCPT ); Thu, 17 Jun 2021 00:53:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:34606 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229551AbhFQExy (ORCPT ); Thu, 17 Jun 2021 00:53:54 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 019E960FDA; Thu, 17 Jun 2021 04:51:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623905507; bh=gJkdHgXlWO1nYiuPpo9h2ggnZEVxt0mApfBGYbrfCTo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EYQhSK9ODyOs4zHo5WE9GHHV9YNMXgWyoWNOI6Pkua70U54Ep3D343XQGWIl4r+8/ 41gnG3VRphZukKivmKfMahbJcQn4bUJhQwG+2duBEuLINk5mSAAno0Ml7r+sOtNIr8 uBrtRh9v2F9T8gmIwyOi4/8CgtAIWbk5Eei+V1QA= Date: Thu, 17 Jun 2021 06:51:44 +0200 From: Greg Kroah-Hartman To: Hugh Dickins Cc: Andrew Morton , "Kirill A. Shutemov" , Yang Shi , Wang Yugui , Xu Yu , Jue Wang , Matthew Wilcox , Sasha Levin , stable@vger.kernel.org Subject: Re: mm/thp commits: please wait a few days Message-ID: References: <88937026-b998-8d9b-7a23-ff24576491f4@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <88937026-b998-8d9b-7a23-ff24576491f4@google.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jun 16, 2021 at 04:02:32PM -0700, Hugh Dickins wrote: > Hi Greg, > > Linus has taken in a group of mm/thp commits Cc stable today: > > 504e070dc08f mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split > 22061a1ffabd mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() > 31657170deaf mm/thp: fix page_address_in_vma() on file THP tails > 494334e43c16 mm/thp: fix vma_address() if virtual address below file offset > 732ed55823fc mm/thp: try_to_unmap() use TTU_SYNC for safe splitting > 3b77e8c8cde5 mm/thp: make is_huge_zero_pmd() safe and quicker > 99fa8a48203d mm/thp: fix __split_huge_pmd_locked() on shmem migration entry > ffc90cbb2970 mm, thp: use head page in __migration_entry_wait() > > and I expect some more to follow in a few days time (thanks Andrew). > > No problem with the commits themselves, but I'm aware that some of them > have dependencies on other commits not yet in stable, which I have to > sort out for you now. > > I'd prefer to avoid a deluge of "does not apply" messages, so ask you > please to hold off trying to merge these into stable trees for a few days: > I'll get back to you with what's needed for them to apply. Not a problem, thanks for the heads up, I'll restrain from running my scripts on the above patches until you say it's safe to :) greg k-h