From ae595b24bf3043013ce0c4001929be90d5d1abae Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 23 Aug 2006 00:35:06 +0200 Subject: Fix hyphen-used-as-minus-sign warning spit out by lintian --- inotail.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotail.1 b/inotail.1 index 27d17d6..f1516e8 100644 --- a/inotail.1 +++ b/inotail.1 @@ -20,7 +20,7 @@ inotail \- A fast and light version of tail using inotify is a drop-in replacement for the 'tail' program found in the base installation of every Linux/UNIX system. It makes use of the inotify infrastructure in recent versions of the Linux kernel to speed up tailing files -in the follow mode (the '-f' option). Currently inotail is not fully compatible +in the follow mode (the '\-f' option). Currently inotail is not fully compatible to neither POSIX or GNU tail but might be in the future. \fINote:\fR inotail will not work on systems running kernels without Inotify. To enable Inotify , please set CONFIG_INOTIFY=y in your kernel configuration and recompile it. -- cgit v1.2.3-54-g00ecf onchange='this.form.submit();'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/kernel/livepatch
diff options
context:
space:
mode:
authorZhou Chengming <zhouchengming1@huawei.com>2015-11-06 14:25:00 +0800
committerJiri Kosina <jkosina@suse.cz>2015-11-11 17:36:04 +0100
commite41b104c7dba92443e594e6bc86e4b0bf1cdf573 (patch)
tree1793ed3dbe6268a7e153afb60812e1d85b84c18f /kernel/livepatch
parent99aaa9c64be5fe728975109c96ef297f5650883d (diff)
livepatch: x86: fix relocation computation with kASLR
With kASLR enabled, old_addr provided by patch module is being shifted accrodingly so that the symbol lookups work. To have module relocations handled properly as well, the same transformation needs to be perfomed on relocation address information. [jkosina@suse.cz: extended / reworded changelog a bit] Reported-by: Cyril B. <cbay@alwaysdata.com> Signed-off-by: Zhou Chengming <zhouchengming1@huawei.com> Acked-by: Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/livepatch')