Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754958AbbLAHCc (ORCPT ); Tue, 1 Dec 2015 02:02:32 -0500 Received: from mail.bmw-carit.de ([62.245.222.98]:58139 "EHLO mail.bmw-carit.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750912AbbLAHCa (ORCPT ); Tue, 1 Dec 2015 02:02:30 -0500 X-CTCH-RefID: str=0001.0A0C0205.565D4601.0102,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 Subject: Re: [PATCH cgroup/for-4.4-fixes 2/3] cgroup: fix handling of multi-destination migration from subtree_control enabling To: Tejun Heo , Li Zefan References: <20151123195541.GA19072@mtj.duckdns.org> <56543C76.2050008@bmw-carit.de> <20151124144418.GB17033@mtj.duckdns.org> <56547B22.2020802@bmw-carit.de> <20151124145945.GF17033@mtj.duckdns.org> <20151130224205.GA9039@mtj.duckdns.org> <20151130224431.GB9039@mtj.duckdns.org> CC: Johannes Weiner , , , Dave Jones , , Aleksa Sarai , Michal Hocko , Ingo Molnar , Peter Zijlstra , Neil Horman From: Daniel Wagner X-Enigmail-Draft-Status: N1110 Message-ID: <565D45FF.1030804@bmw-carit.de> Date: Tue, 1 Dec 2015 08:02:23 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151130224431.GB9039@mtj.duckdns.org> 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 Content-Length: 2238 Lines: 50 Hi Tejun, On 11/30/2015 11:44 PM, Tejun Heo wrote: > WARNING: CPU: 1 PID: 1 at kernel/cgroup_pids.c:97 pids_cancel.constprop.6+0x31/0x40() > Modules linked in: > CPU: 1 PID: 1 Comm: systemd Not tainted 4.4.0-rc1+ #29 > ... > ffffffff81f65382 ffff88007c043b90 ffffffff81551ffc 0000000000000000 > ffff88007c043bc8 ffffffff810de202 ffff88007a752000 ffff88007a29ab00 > ffff88007c043c80 ffff88007a1d8400 0000000000000001 ffff88007c043bd8 > Call Trace: > [] dump_stack+0x4e/0x82 > [] warn_slowpath_common+0x82/0xc0 > [] warn_slowpath_null+0x1a/0x20 > [] pids_cancel.constprop.6+0x31/0x40 > [] pids_can_attach+0x6d/0xf0 > [] cgroup_taskset_migrate+0x6c/0x330 > [] cgroup_migrate+0xf5/0x190 > [] cgroup_attach_task+0x176/0x200 > [] __cgroup_procs_write+0x2ad/0x460 > [] cgroup_procs_write+0x14/0x20 > [] cgroup_file_write+0x35/0x1c0 > [] kernfs_fop_write+0x141/0x190 > [] __vfs_write+0x28/0xe0 > [] vfs_write+0xac/0x1a0 > [] SyS_write+0x49/0xb0 > [] entry_SYSCALL_64_fastpath+0x12/0x76 > > This patch fixes the bug by removing @css parameter from the three > migration methods, ->can_attach, ->cancel_attach() and ->attach() and > updating cgroup_taskset iteration helpers also return the destination > css in addition to the task being migrated. All controllers are > updated accordingly. I was not able to verify if these two patches are fixing it. I don't see the call trace on mainline only when using cgroup/review-xt_cgroup2 review branch. So I ported it to review-xt_croup2 with only a small merge conflict for in netclassid_cgroup.c. No fun though, I still see it. Is there a patch missing? The subject indicates there should be 3 patches. cheers, daniel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/