From: Guenter Roeck <linux@roeck-us.net>
To: David Miller <davem@davemloft.net>, ast@plumgrid.com
Cc: fengguang.wu@intel.com, rostedt@goodmis.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next] lib: move strncpy_from_unsafe() into mm/maccess.c
Date: Mon, 31 Aug 2015 12:43:22 -0700 [thread overview]
Message-ID: <55E4AE5A.7010003@roeck-us.net> (raw)
In-Reply-To: <20150831.123628.1591879942458458246.davem@davemloft.net>
On 08/31/2015 12:36 PM, David Miller wrote:
> From: Alexei Starovoitov <ast@plumgrid.com>
> Date: Mon, 31 Aug 2015 08:57:10 -0700
>
>> To fix build errors:
>> kernel/built-in.o: In function `bpf_trace_printk':
>> bpf_trace.c:(.text+0x11a254): undefined reference to `strncpy_from_unsafe'
>> kernel/built-in.o: In function `fetch_memory_string':
>> trace_kprobe.c:(.text+0x11acf8): undefined reference to `strncpy_from_unsafe'
>>
>> move strncpy_from_unsafe() next to probe_kernel_read/write()
>> which use the same memory access style.
>>
>> Reported-by: Fengguang Wu <fengguang.wu@intel.com>
>> Reported-by: Guenter Roeck <linux@roeck-us.net>
Too late, but:
Tested-by: Guenter Roeck <linux@roeck-us.net>
Guenter
>> Fixes: 1a6877b9c0c2 ("lib: introduce strncpy_from_unsafe()")
>> Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
>> ---
>> For configs without kprobes and bpf the cost of this unused function is
>> ~200 bytes which I think is a better trade off vs creating
>> new Kconfig selector just for this single function.
>> Another alternative is to move it to kernel/trace/trace_kprobe.c,
>> but then it will lose generality and probably should be removed
>> from include/linux/uaccess.h, so mm/maccess.c looks the best.
>
> Ok, applied.
>
prev parent reply other threads:[~2015-08-31 19:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-31 15:57 Alexei Starovoitov
2015-08-31 19:36 ` David Miller
2015-08-31 19:43 ` Guenter Roeck [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55E4AE5A.7010003@roeck-us.net \
--to=linux@roeck-us.net \
--cc=ast@plumgrid.com \
--cc=davem@davemloft.net \
--cc=fengguang.wu@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®