From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751550AbaFBSal (ORCPT ); Mon, 2 Jun 2014 14:30:41 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:35939 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750878AbaFBSak (ORCPT ); Mon, 2 Jun 2014 14:30:40 -0400 Date: Mon, 2 Jun 2014 11:30:28 -0700 From: Christoph Hellwig To: Oleg Nesterov Cc: Ingo Molnar , Denys Vlasenko , Hugh Dickins , Jim Keniston , Masami Hiramatsu , Srikar Dronamraju , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] uprobes: tmpfs support Message-ID: <20140602183028.GA9372@infradead.org> References: <20140602141406.GA17863@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140602141406.GA17863@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 02, 2014 at 04:14:06PM +0200, Oleg Nesterov wrote: > Ingo, please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc uprobes/core > > Based on tip:perf/uprobes Eww, adding tmpfs-specific code to uprobes screams layering violation. Hugh, what is the problem with implementing ->readpage for tmpfs again?