Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1612147

Re: [PATCH] arch:x86/boot/compressed/error: Add declaration for necessary head file

From Kees Cook <keescook@chromium.org>
Newsgroups linux.kernel
Subject Re: [PATCH] arch:x86/boot/compressed/error: Add declaration for necessary head file
Date 2017-03-29 18:50 +0200
Message-ID <tqoXf-188-9@gated-at.bofh.it> (permalink)
References <tqfTX-3sX-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Mar 29, 2017 at 12:00 AM, Zhengyi Shen <shenzhengyi@gmail.com> wrote:
> Add declaration for the error.h file to correct the sparse warnings.
>
> Sparse warnings:
> arch/x86/boot/compressed/error.c:8:6:
>         warning: symbol 'warn' was not declared. Should it be static?
> arch/x86/boot/compressed/error.c:15:6:
>         warning: symbol 'error' was not declared. Should it be static?
>
> Signed-off-by: Zhengyi Shen <shenzhengyi@gmail.com>

Thanks!

Acked-by: Kees Cook <keescook@chromium.org>

-Kees

> ---
>  arch/x86/boot/compressed/error.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/x86/boot/compressed/error.c b/arch/x86/boot/compressed/error.c
> index 6248740..3192202 100644
> --- a/arch/x86/boot/compressed/error.c
> +++ b/arch/x86/boot/compressed/error.c
> @@ -4,6 +4,7 @@
>   * memcpy() and memmove() are defined for the compressed boot environment.
>   */
>  #include "misc.h"
> +#include "error.h"
>
>  void warn(char *m)
>  {
> --
> 2.7.4
>



-- 
Kees Cook
Pixel Security

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] arch:x86/boot/compressed/error: Add declaration for necessary head file Zhengyi Shen <shenzhengyi@gmail.com> - 2017-03-29 09:10 +0200
  Re: [PATCH] arch:x86/boot/compressed/error: Add declaration for  necessary head file Kees Cook <keescook@chromium.org> - 2017-03-29 18:50 +0200
  [tip:x86/urgent] x86/boot: Include missing header file tip-bot for Zhengyi Shen <tipbot@zytor.com> - 2017-03-31 11:00 +0200
  [tip:x86/boot] x86/boot: Fix Sparse warning by including required  header file tip-bot for Zhengyi Shen <tipbot@zytor.com> - 2017-03-31 12:20 +0200

csiph-web