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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 A9627C282D7 for ; Wed, 30 Jan 2019 16:17:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6FFEC20870 for ; Wed, 30 Jan 2019 16:17:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548865043; bh=Ve937NfyvGOnmMWhUPSXslNUJbQX+Hy2sgucUUnRCrY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=juoVKmBHSt2qry9T6cMZ/CGmeaJCZFQ248l9GomRBGNsjqeEdUNMIGqGzoWLPCVPt fqwnE65AX2K4HKFHC5I2Jq/v7NrVIB7z/olNZv5lSpNXPB+Q4XwrVWxVeW5XorKB8k sjPYMEm0WxMR1hnSfILmy1qyBneThZIBSRTshxMI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731742AbfA3QRX (ORCPT ); Wed, 30 Jan 2019 11:17:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:53822 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727546AbfA3QRW (ORCPT ); Wed, 30 Jan 2019 11:17:22 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 D6BE120989; Wed, 30 Jan 2019 16:17:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548865042; bh=Ve937NfyvGOnmMWhUPSXslNUJbQX+Hy2sgucUUnRCrY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZbWdYvOJRaD8I1A+YTUkncoh+Jxqcl1tD4YbnRbFdt/58+xD2B+K/PIqq8qfzvKo/ eTFr5TFjlcsesSvf5knefs4Ia8FMEeJ/ktXlI3KF1nFDZxBsZeFRLXicwKu5MRJu2y lYeu1kKte1alTIgfGCR4IFaxvDKb2zvZbHfgYXUE= Date: Wed, 30 Jan 2019 11:17:20 -0500 From: Sasha Levin To: Cyrill Gorcunov Cc: David Rientjes , mm-commits@vger.kernel.org, xemul@virtuozzo.com, vbabka@suse.cz, Michal Hocko , Alexey Dobriyan , "Kirill A. Shutemov" , Mike Rapoport , Andrei Vagin , stable@vger.kernel.org Subject: Re: [nacked] mm-thp-always-specify-disabled-vmas-as-nh-in-smaps.patch removed from -mm tree Message-ID: <20190130161720.GR3973@sasha-vm> References: <20190129220937.z-sKp%akpm@linux-foundation.org> <20190130144649.A532E218A3@mail.kernel.org> <20190130150730.GI2332@uranus.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190130150730.GI2332@uranus.lan> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jan 30, 2019 at 06:07:30PM +0300, Cyrill Gorcunov wrote: >On Wed, Jan 30, 2019 at 02:46:48PM +0000, Sasha Levin wrote: >> Hi, >> >> [This is an automated email] >> >> This commit has been processed because it contains a "Fixes:" tag, >> fixing commit: 1860033237d4 mm: make PR_SET_THP_DISABLE immediately active. >> >> The bot has tested the following trees: v4.20.5, v4.19.18, v4.14.96. >> >> v4.20.5: Build OK! >> v4.19.18: Build OK! >> v4.14.96: Failed to apply! Possible dependencies: >> f66406638fff ("proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps") >> >> >> How should we proceed with this patch? > >We shouldn't. It is a false positive due to Fixes flag. I need a better filter for Andrew's mails :) -- Thanks, Sasha