Re: [PATCH] x86, kaslr: add missed "static" declarations

2014-02-21 Thread Kees Cook
On Sun, Feb 9, 2014 at 1:56 PM, Kees Cook wrote: > This silences build warnings about unexported variables and functions. > > Signed-off-by: Kees Cook > --- > arch/x86/boot/compressed/aslr.c |9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git

Re: [PATCH] x86, kaslr: add missed static declarations

2014-02-21 Thread Kees Cook
On Sun, Feb 9, 2014 at 1:56 PM, Kees Cook keesc...@chromium.org wrote: This silences build warnings about unexported variables and functions. Signed-off-by: Kees Cook keesc...@chromium.org --- arch/x86/boot/compressed/aslr.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-)

[PATCH] x86, kaslr: add missed "static" declarations

2014-02-09 Thread Kees Cook
This silences build warnings about unexported variables and functions. Signed-off-by: Kees Cook --- arch/x86/boot/compressed/aslr.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/x86/boot/compressed/aslr.c b/arch/x86/boot/compressed/aslr.c index

[PATCH] x86, kaslr: add missed static declarations

2014-02-09 Thread Kees Cook
This silences build warnings about unexported variables and functions. Signed-off-by: Kees Cook keesc...@chromium.org --- arch/x86/boot/compressed/aslr.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/x86/boot/compressed/aslr.c