From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752165AbaJOUIK (ORCPT ); Wed, 15 Oct 2014 16:08:10 -0400 Received: from mta-out1.inet.fi ([62.71.2.226]:34323 "EHLO jenni1.inet.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456AbaJOUII (ORCPT ); Wed, 15 Oct 2014 16:08:08 -0400 Date: Wed, 15 Oct 2014 23:07:45 +0300 From: "Kirill A. Shutemov" To: Yu Zhao Cc: Andrew Morton , "Kirill A. Shutemov" , Mel Gorman , Rik van Riel , Ingo Molnar , Hugh Dickins , Sasha Levin , Bob Liu , Johannes Weiner , David Rientjes , Vlastimil Babka , linux-mm@kvack.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2 2/2] mm: verify compound order when freeing a page Message-ID: <20141015200745.GB17066@node.dhcp.inet.fi> References: <1413400805-15547-1-git-send-email-yuzhao@google.com> <1413400805-15547-2-git-send-email-yuzhao@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413400805-15547-2-git-send-email-yuzhao@google.com> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 15, 2014 at 12:20:05PM -0700, Yu Zhao wrote: > This allows us to catch the bug fixed in the previous patch > (mm: free compound page with correct order). > > Here we also verify whether a page is tail page or not -- tail > pages are supposed to be freed along with their head, not by > themselves. > > Reviewed-by: Kirill A. Shutemov I didn't give this tag. It's okay in this case, but please do not assume that you've got Reviewed-by, unless the person said it explicitly. > Signed-off-by: Yu Zhao Your Singed-off-by should come first. -- Kirill A. Shutemov