Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1216407
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next] lib: move strncpy_from_unsafe() into mm/maccess.c |
| Date | 2015-08-31 21:50 +0200 |
| Message-ID | <q3DfA-Bf-13@gated-at.bofh.it> (permalink) |
| References | <q3zEZ-3Q6-15@gated-at.bofh.it> <q3D5V-pQ-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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.
>
--
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/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH net-next] lib: move strncpy_from_unsafe() into mm/maccess.c Alexei Starovoitov <ast@plumgrid.com> - 2015-08-31 18:00 +0200
Re: [PATCH net-next] lib: move strncpy_from_unsafe() into mm/maccess.c David Miller <davem@davemloft.net> - 2015-08-31 21:40 +0200
Re: [PATCH net-next] lib: move strncpy_from_unsafe() into mm/maccess.c Guenter Roeck <linux@roeck-us.net> - 2015-08-31 21:50 +0200
csiph-web