Re: [PATCH] sunrpc: kernel BUG at kernel/cred.c:825!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2019-01-09 at 22:08 +0530, Santosh kumar pradhan wrote:
> Init missing debug member magic with CRED_MAGIC.
> 
> Signed-off-by: Santosh kumar pradhan <santoshkumar.pradhan@xxxxxxx>
> Reported-by: Dave Jones <davej@xxxxxxxxxxxxxxxxx>

This patch looks good to me, thanks!

Anna

> ---
>  net/sunrpc/auth.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/net/sunrpc/auth.c b/net/sunrpc/auth.c
> index 1ff9768f5456..f3023bbc0b7f 100644
> --- a/net/sunrpc/auth.c
> +++ b/net/sunrpc/auth.c
> @@ -41,6 +41,9 @@ static unsigned long number_cred_unused;
> 
>  static struct cred machine_cred = {
>         .usage = ATOMIC_INIT(1),
> +#ifdef CONFIG_DEBUG_CREDENTIALS
> +       .magic = CRED_MAGIC,
> +#endif
>  };
> 
>  /*
> --
> 2.20.1
> 




[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux