From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: mmotm 2018-03-07-16-19 uploaded (UML & memcg) From: Randy Dunlap To: akpm@linux-foundation.org, broonie@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-next@vger.kernel.org, mhocko@suse.cz, mm-commits@vger.kernel.org, sfr@canb.auug.org.au, Shakeel Butt References: <20180308002016.L3JwBaNZ9%akpm@linux-foundation.org> <41ec9eeb-f0bf-e26d-e3ae-4a684c314360@infradead.org> Message-ID: Date: Wed, 7 Mar 2018 18:23:01 -0800 MIME-Version: 1.0 In-Reply-To: <41ec9eeb-f0bf-e26d-e3ae-4a684c314360@infradead.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: On 03/07/2018 06:20 PM, Randy Dunlap wrote: > On 03/07/2018 04:20 PM, akpm@linux-foundation.org wrote: >> The mm-of-the-moment snapshot 2018-03-07-16-19 has been uploaded to >> >> http://www.ozlabs.org/~akpm/mmotm/ >> >> mmotm-readme.txt says >> >> README for mm-of-the-moment: >> >> http://www.ozlabs.org/~akpm/mmotm/ >> >> This is a snapshot of my -mm patch queue. Uploaded at random hopefully >> more than once a week. > > UML on i386 and/or x86_64: > > defconfig, CONFIG_MEMCG is not set: > > ../fs/notify/group.c: In function 'fsnotify_final_destroy_group': > ../fs/notify/group.c:41:24: error: dereferencing pointer to incomplete type > css_put(&group->memcg->css); > ^ > > From: Shakeel Butt > Subject: fs: fsnotify: account fsnotify metadata to kmemcg or x86 any time that CONFIG_MEMCG is not enabled. -- ~Randy