From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751515AbdFFOeN (ORCPT ); Tue, 6 Jun 2017 10:34:13 -0400 Received: from gum.cmpxchg.org ([85.214.110.215]:43842 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751432AbdFFOeL (ORCPT ); Tue, 6 Jun 2017 10:34:11 -0400 Date: Tue, 6 Jun 2017 10:33:49 -0400 From: Johannes Weiner To: Michael Ellerman Cc: Yury Norov , Heiko Carstens , Josef Bacik , Michal Hocko , Vladimir Davydov , Andrew Morton , Rik van Riel , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com, linux-s390@vger.kernel.org Subject: Re: [PATCH 2/6] mm: vmstat: move slab statistics from zone to node counters Message-ID: <20170606143349.GB1602@cmpxchg.org> References: <20170530181724.27197-1-hannes@cmpxchg.org> <20170530181724.27197-3-hannes@cmpxchg.org> <20170531091256.GA5914@osiris> <20170531113900.GB5914@osiris> <20170531171151.e4zh7ffzbl4w33gd@yury-thinkpad> <87mv9s2f8f.fsf@concordia.ellerman.id.au> <20170605183511.GA8915@cmpxchg.org> <87k24prb3u.fsf@concordia.ellerman.id.au> <87mv9lpdsr.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mv9lpdsr.fsf@concordia.ellerman.id.au> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 06, 2017 at 09:15:48PM +1000, Michael Ellerman wrote: > But today's linux-next is OK. So I must have missed a fix when testing > this in isolation. > > commit d94b69d9a3f8139e6d5f5d03c197d8004de3905a > Author: Johannes Weiner > AuthorDate: Tue Jun 6 09:19:50 2017 +1000 > Commit: Stephen Rothwell > CommitDate: Tue Jun 6 09:19:50 2017 +1000 > > mm: vmstat: move slab statistics from zone to node counters fix > > Unable to handle kernel paging request at virtual address 2e116007 > pgd = c0004000 > [2e116007] *pgd=00000000 > Internal error: Oops: 5 [#1] SMP ARM > > ... > > Booted to userspace: > > $ uname -a > Linux buildroot 4.12.0-rc4-gcc-5.4.1-00130-gd94b69d9a3f8 #354 SMP Tue Jun 6 20:44:42 AEST 2017 ppc64le GNU/Linux Thanks for verifying!