From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 10FAD8635D for ; Thu, 25 Jun 2026 04:15:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782360947; cv=none; b=i840+6A+tGjZW8ScRF9GfPEzv0oYhJFm+SWiCgmpqjIRMQ+tcn6wxD40Zck+GO7FYKGoCVbu3w0npEno69AlZGEz5xAe573k+jRrPkv7qGcdM17rP0Ugz/a3OyIr/kJmJwD5P/9QFsBCKe0V1JgN9JtPvo1743pcDzInJtCHrqs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782360947; c=relaxed/simple; bh=Nd3hKO7Fbdc7cL3dYrhtOf233AHJID0yHqU6Au/TnqQ=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=VGDLPuM+WgCCSz30rhkodHdF/Sb7KG0q000Tma4iev0R24ZOVcBupAGwpCNHO7jPhsw361gx6BAJUYeI86eea3KDYttzjWQ6jwX910wBuTz/8Qoe5WR1ULAsVX2aa++0dukoGs4w+OppvonTycx7zbkh8W96j1NIwF2rLr9vEDE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=ZLS5dK6g; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="ZLS5dK6g" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63C3D1F000E9; Thu, 25 Jun 2026 04:15:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1782360945; bh=51Vwf7r4R/QJjXahvF3Y5sU3KO5yMhAS+nh75QADU2I=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=ZLS5dK6g37UyrD5KNuS+eXfrfuXP0BCm02JVUEGMjCpTLRRFbGXsMSJ/vOoyxShoR e2TM2vExt4C8ovV90By7keM5BnNr1NF6Cy+jGiotxajy4mk/WJ4cQknVYhL8ekSpnu Id7Q9hPtgdxePh7spy62dThv6kOJ1YH5MLqS8g9M= Date: Wed, 24 Jun 2026 21:15:44 -0700 From: Andrew Morton To: Yichong Chen Cc: vishal.moola@gmail.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Ye Liu , Zhen Ni Subject: Re: [PATCH v4 0/2] tools/mm/page_owner_sort: split filter cleanup and allocation fix Message-Id: <20260624211544.8437baec5054d079e7ea30f0@linux-foundation.org> In-Reply-To: <16E1A77F98E4C49E+20260616055401.1570629-1-chenyichong@uniontech.com> References: <16E1A77F98E4C49E+20260616055401.1570629-1-chenyichong@uniontech.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 16 Jun 2026 13:53:59 +0800 Yichong Chen wrote: > Split the v3 change into two patches as suggested by Vishal. > > Patch 1 renames is_need() to filter_record() and makes the filter path > return explicit results. Patch 2 fixes the per-record allocation leaks. Thanks. We're now at -rc1 (almost), so expect people to start paying more attention. Please plan on resending this series next week. Please try to sort out the message threading - sending these as separate emails seems to have fooled AI review. AI review might have found several issues in here, all of them pre-existing. https://sashiko.dev/#/patchset/1F4441B54A305CC2+20260616055401.1570629-2-chenyichong@uniontech.com https://sashiko.dev/#/patchset/B8742494160D4CAA+20260616055401.1570629-3-chenyichong@uniontech.com Ye Liu and Zhen Ni (both cc'ed) have been working on page_owner recently, so please let's keep them informed - they may be interested in your changes and in the possible issues which Sashiko has identified.