Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757501AbdLQSsS (ORCPT ); Sun, 17 Dec 2017 13:48:18 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:40893 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752558AbdLQSsR (ORCPT ); Sun, 17 Dec 2017 13:48:17 -0500 X-ME-Sender: Message-Id: <1513536496.3754736.1207944032.00C6D43E@webmail.messagingengine.com> From: Bronek Kozicki To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: cgroups@vger.kernel.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-9dc8bf78 Subject: Re: PROBLEM: NULL pointer dereference in kernel 4.14.6 References: <1513512885.3653140.1207725096.395A9CCC@webmail.messagingengine.com> <08995310-d853-ee77-ed1f-26cc336a4a30@incorrekt.com> <54a16e07-70e6-adda-ebdb-06349b4f8e86@infradead.org> In-Reply-To: <54a16e07-70e6-adda-ebdb-06349b4f8e86@infradead.org> Date: Sun, 17 Dec 2017 18:48:16 +0000 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 986 Lines: 38 FWIW, I can do "cat" . I get a single number seemingly followed by an infinite stream of 0s (I tried wc -l, but did not want to wait very long and killed it). Here is what it looks like, if limited by "head": root@gdansk ~ # cat '/sys/fs/cgroup/unified/machine.slice/machine-qemu\x2d1\x2dkartuzy\x2dspice.scope/cgroup.procs' | head 10649 0 0 0 0 0 0 0 0 0 root@gdansk ~ # PID 10649 is indeed qemu process running the virtual machine in question: root@gdansk ~ # ps lw 10649 F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND 6 0 10649 1 20 0 4815836 60252 - Sl ? 2:56 /usr/bin/qemu-system-x86_64 -name guest=kartuzy-spice,process=qemu:kartuzy-spice,debug-threads=on -S -object se Sorry about taint by ZFS, but there is nothing I can do, it is my root filesystem. Since I am the only user of the package in question I could cheat and replace the license for the build of the ZFS module, but I do not see how that might help. B.