This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH] Add the '-p4' options when exemplifying the module compilation
- From: Josh Stone <jistone at redhat dot com>
- To: Nikolay Borisov <n dot borisov dot lkml at gmail dot com>, systemtap at sourceware dot org
- Cc: fche at redhat dot com
- Date: Mon, 27 Jun 2016 10:14:29 -0700
- Subject: Re: [PATCH] Add the '-p4' options when exemplifying the module compilation
- Authentication-results: sourceware.org; auth=none
- References: <1467045995-7718-1-git-send-email-n dot borisov dot lkml at gmail dot com>
On 06/27/2016 09:46 AM, Nikolay Borisov wrote:
> Currently the example command which supposedly should compile the
> instrumentation module is missing the '-p4' option, meaning that
> upon running it will compile and run the module. In order to make
> the command more in sync with what this particular chapter is about,
> add the -p4 options so that after running the command the user gets
> to copy the resulting module.
It's implicitly limited to -p4 already when the chosen -r kernel doesn't
match the locally running kernel. You'll see:
WARNING: kernel release/architecture mismatch with host forces
last-pass 4.
Making it explicit to avoid the warning is good though. It looks like
fche already pushed your patch.