From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751576AbcGWXWG (ORCPT ); Sat, 23 Jul 2016 19:22:06 -0400 Received: from mx2.suse.de ([195.135.220.15]:51528 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751432AbcGWXV7 (ORCPT ); Sat, 23 Jul 2016 19:21:59 -0400 Subject: Re: [PATCH 1/3] Add a new field to struct shrinker To: Rik van Riel , Michal Hocko , Janani Ravichandran References: <85a9712f3853db5d9bc14810b287c23776235f01.1468051281.git.janani.rvchndrn@gmail.com> <20160711063730.GA5284@dhcp22.suse.cz> <1468246371.13253.63.camel@surriel.com> <20160711143342.GN1811@dhcp22.suse.cz> <20160720145405.GP11249@dhcp22.suse.cz> <9c67941f-05f0-0d3e-ecc8-dcea60254c8b@suse.de> <8663a3c5-7b9b-c5b5-cddd-224e97171921@suse.de> <1469303017.30053.104.camel@surriel.com> Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, hannes@cmpxchg.org, vdavydov@virtuozzo.com, vbabka@suse.cz, mgorman@techsingularity.net, kirill.shutemov@linux.intel.com, bywxiaobai@163.com From: Tony Jones Message-ID: Date: Sat, 23 Jul 2016 16:21:46 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1469303017.30053.104.camel@surriel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/23/2016 12:43 PM, Rik van Riel wrote: > Janani, > it may make sense to have the code Tony posted be part of > your patch series. Just have both of your Signed-off-by: > lines on that patch. Rik Unfortunately the previous patch doesn't work on my system, which was the point I was trying to make. None of the shrinker symbols appear known so nothing usefully symbolic is displayed either with %ps or in the case of code I attached (calling sprint_symbol so it's visible to perf). Tony