Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932283AbaLMAov (ORCPT ); Fri, 12 Dec 2014 19:44:51 -0500 Received: from mail-qa0-f50.google.com ([209.85.216.50]:49295 "EHLO mail-qa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932220AbaLMAou (ORCPT ); Fri, 12 Dec 2014 19:44:50 -0500 MIME-Version: 1.0 In-Reply-To: <548B897C.8090803@oracle.com> References: <20141201230339.GA20487@ret.masoncoding.com> <1417529606.3924.26.camel@maggy.simpson.net> <1417540493.21136.3@mail.thefacebook.com> <20141203184111.GA32005@redhat.com> <20141205171501.GA1320@redhat.com> <1417806247.4845.1@mail.thefacebook.com> <20141211145408.GB16800@redhat.com> <548A122C.8000906@oracle.com> <548A2165.9030107@oracle.com> <548B8046.4040808@oracle.com> <548B897C.8090803@oracle.com> Date: Fri, 12 Dec 2014 16:44:49 -0800 X-Google-Sender-Auth: fhPqd0BHSqvnV6sNI5n49_YQE6s Message-ID: Subject: Re: frequent lockups in 3.18rc4 From: Linus Torvalds To: Sasha Levin Cc: Dave Jones , Chris Mason , Mike Galbraith , Ingo Molnar , Peter Zijlstra , =?UTF-8?Q?D=C3=A2niel_Fraga?= , "Paul E. McKenney" , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 12, 2014 at 4:34 PM, Sasha Levin wrote: > > Right, it's virtio-9p. However, virtio-9p acts merely as a proxy to an underlying > tmpfs - so while it's slow, I don't think it's way slower than the average disk > backed ext4. I was thinking more in the sense of "how much of the trouble is about something like tmpfs eating tons of memory when trinity starts doing random system calls on those files". I was also thinking that some of it might be filesystem-specific. We already *did* see one trace where it was in the loop getting virtio channel data. Maybe it's actually possible to overwhelm the 9p filesystem exactly because the backing store is tmpfs, and basically have a CPU 100% busy handling ring events from the virtual filesystem.. But I'm just flailing.. Linus -- 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/