From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754178AbaKXPTb (ORCPT ); Mon, 24 Nov 2014 10:19:31 -0500 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.227]:11069 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753525AbaKXPT0 (ORCPT ); Mon, 24 Nov 2014 10:19:26 -0500 Date: Mon, 24 Nov 2014 10:19:19 -0500 From: Steven Rostedt To: Masami Hiramatsu Cc: Josh Poimboeuf , Ananth N Mavinakayanahalli , Jiri Kosina , Seth Jennings , Linux Kernel Mailing List , Petr Mladek , Vojtech Pavlik , Namhyung Kim , Miroslav Benes , Ingo Molnar , Shuah Khan Subject: Re: [PATCH ftrace/core v6 5/5] kselftest, ftrace: Add ftrace IPMODIFY flag test Message-ID: <20141124101919.3fd6fd01@gandalf.local.home> In-Reply-To: <20141124101831.69f6db23@gandalf.local.home> References: <20141121102502.11844.82696.stgit@localhost.localdomain> <20141121102537.11844.9781.stgit@localhost.localdomain> <20141121160329.575fd043@gandalf.local.home> <54729CDE.5030700@hitachi.com> <20141123232932.1ed70d18@gandalf.local.home> <54733C80.6060509@hitachi.com> <20141124100727.19531a3b@gandalf.local.home> <20141124101831.69f6db23@gandalf.local.home> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 24 Nov 2014 10:18:31 -0500 Steven Rostedt wrote: > On Mon, 24 Nov 2014 10:07:27 -0500 > Steven Rostedt wrote: > > > On Mon, 24 Nov 2014 23:11:12 +0900 > > Masami Hiramatsu wrote: > > > > > So, if your server directory is mounted with noexec, it's an environmental > > > problem. I guess you can not build any kernel drivers on that testbox, can you? > > > > > > > You're right about the noexec, even though my fstab has "exec" in it ?? > > Ha! I hit this bug! > > https://bugzilla.redhat.com/show_bug.cgi?id=769636 > > If I remove "user" from the flags, it mounts exec. > > This test box runs Fedora 18. > Oh, and "make O=/tmp" now works :-) -- Steve