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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 15BF4C43381 for ; Sun, 31 Mar 2019 14:58:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CD8AA2146F for ; Sun, 31 Mar 2019 14:58:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554044283; bh=VJHKiAHgyumWHFO9e+M971vxe65E5jRQL6PJ+hjnZYs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=OoRQCQLwmjQbP8znTnp7cG3oQLi+8onMoyhs3nQ+wgobXWszHl7UwaDdiNLyd2TKp ApgecIG99e16eP5QwZ+ExEtg9PoSGeNIqD/MrdNIATf/jArf6PKUo6r566lgnLJa/E s9IClMh2yA+2ja1AVbQkcpm5zfgZzqQheFnPzw4U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731231AbfCaO6D (ORCPT ); Sun, 31 Mar 2019 10:58:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:37274 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731146AbfCaO6D (ORCPT ); Sun, 31 Mar 2019 10:58:03 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2D26E2086C; Sun, 31 Mar 2019 14:58:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554044282; bh=VJHKiAHgyumWHFO9e+M971vxe65E5jRQL6PJ+hjnZYs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dFLnrT7ws37dXTeF0FpOAoKX3dAMjXC7rusfo2/VRV5KjYF2EDyIlw8eZq6O1pncR FDpxhGbsngWnoX98E/X8yCdpwOiz3FAlE+hoOgWlq+ohHiyNg0I5dDtHNIFgS5/IUm uFGx4nidcttHwx/5DhxFRTLm5J+62s3ap2TpA2TU= Date: Sun, 31 Mar 2019 16:57:55 +0200 From: Greg KH To: Yang Shi Cc: Sasha Levin , chrubis@suse.cz, vbabka@suse.cz, kirill@shutemov.name, stable@vger.kernel.org Subject: Re: [PATCH] mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified Message-ID: <20190331145755.GB675@kroah.com> References: <1553020556-38583-1-git-send-email-yang.shi@linux.alibaba.com> <20190325003838.E43E12171F@mail.kernel.org> <06d1984b-8ff1-57be-63f3-1c03ae60b998@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <06d1984b-8ff1-57be-63f3-1c03ae60b998@linux.alibaba.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 25, 2019 at 09:27:16AM -0700, Yang Shi wrote: > > > On 3/24/19 5:38 PM, Sasha Levin wrote: > > Hi, > > > > [This is an automated email] > > > > This commit has been processed because it contains a "Fixes:" tag, > > fixing commit: 6f4576e3687b mempolicy: apply page table walker on queue_pages_range(). > > > > The bot has tested the following trees: v5.0.3, v4.19.30, v4.14.107, v4.9.164, v4.4.176. > > > > v5.0.3: Build OK! > > v4.19.30: Build OK! > > v4.14.107: Failed to apply! Possible dependencies: > > Unable to calculate > > THP migration is not supported before 4.14, so part of the patch is not > applicable, need fix it manually. I'm not quite familiar with the process of > stable branch. Should I backport to these versions then send to you? Yes, please send backported versions to stable@vger.kernel.org now, as I could not apply this patch to 4.14 or 4.9 or 4.4. thanks, greg k-h