From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756084AbbIUHx7 (ORCPT ); Mon, 21 Sep 2015 03:53:59 -0400 Received: from mx2.parallels.com ([199.115.105.18]:52549 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755839AbbIUHx6 (ORCPT ); Mon, 21 Sep 2015 03:53:58 -0400 Date: Mon, 21 Sep 2015 10:53:46 +0300 From: Vladimir Davydov To: Michal Hocko CC: Andrew Morton , Ebru Akagunduz , Rik van Riel , "Kirill A. Shutemov" , , Subject: Re: [PATCH -mm] mm/khugepaged: fix scan not aborted on SCAN_EXCEED_SWAP_PTE Message-ID: <20150921075346.GA4995@esperanza> References: <1442591003-4880-1-git-send-email-vdavydov@parallels.com> <20150919162622.GC10158@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20150919162622.GC10158@dhcp22.suse.cz> X-ClientProxiedBy: US-EXCH2.sw.swsoft.com (10.255.249.46) To US-EXCH2.sw.swsoft.com (10.255.249.46) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 19, 2015 at 06:26:23PM +0200, Michal Hocko wrote: > On Fri 18-09-15 18:43:23, Vladimir Davydov wrote: > [...] > > Fixes: acc067d59a1f9 ("mm: make optimistic check for swapin readahead") > > This sha will not exist after the patch gets merged to the Linus tree > from the Andrew tree. Either reference it just by the subject or simply > mark it for Andrew to be folded into > mm-make-optimistic-check-for-swapin-readahead.patch AFAICS Andrew has already folded the fix into this patch: mm-make-optimistic-check-for-swapin-readahead-fix-2.patch Thanks, Vladimir