Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752289AbdF3LbK (ORCPT ); Fri, 30 Jun 2017 07:31:10 -0400 Received: from mail-qk0-f177.google.com ([209.85.220.177]:36026 "EHLO mail-qk0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751545AbdF3LbI (ORCPT ); Fri, 30 Jun 2017 07:31:08 -0400 From: "Justin Piszcz" To: "'Cong Wang'" Cc: "'LKML'" References: <000001d2f0a8$f5a10c30$e0e32490$@lucidpixels.com> In-Reply-To: Subject: RE: WARNING: CPU: 3 PID: 0 at kernel/cgroup/cgroup.c:441 cgroup_get+0x4b/0x50 Date: Fri, 30 Jun 2017 07:31:06 -0400 Message-ID: <001c01d2f194$5d5e2330$181a6990$@lucidpixels.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQLTqC6yvx2d/PFl3MgYFZGbOYownAKCZ+I2oCeQfmA= Content-Language: en-us Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v5UBVNBG032041 Content-Length: 1220 Lines: 43 > -----Original Message----- > From: Cong Wang [mailto:xiyou.wangcong@gmail.com] > Sent: Thursday, June 29, 2017 9:44 PM > To: Justin Piszcz > Cc: LKML > Subject: Re: WARNING: CPU: 3 PID: 0 at kernel/cgroup/cgroup.c:441 > cgroup_get+0x4b/0x50 > > On Thu, Jun 29, 2017 at 12:26 AM, Justin Piszcz > > > [22606.516656] ------------[ cut here ]------------ > > [22606.516669] WARNING: CPU: 3 PID: 0 at kernel/cgroup/cgroup.c:441 > > cgroup_get+0x4b/0x50 > > [22606.516672] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 4.11.0 #1 > > [22606.516674] Hardware name: Supermicro X9SRL-F/X9SRL-F, BIOS 3.2 > > 01/16/2015 > > [22606.516676] Call Trace: > > [22606.516678] > > [22606.516681] dump_stack+0x4d/0x66 > > [22606.516684] __warn+0xbc/0xe0 > > [22606.516686] warn_slowpath_null+0x18/0x20 > > [22606.516687] cgroup_get+0x4b/0x50 > > [22606.516689] cgroup_sk_alloc+0x56/0x60 > > This should be fixed by: > > commit a590b90d472f2c176c140576ee3ab44df7f67839 > Author: Tejun Heo > Date: Fri Apr 28 15:14:55 2017 -0400 > > cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc() > Thank you, patch applied and in production! Justin.