[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20171026.174624.903685303942814356.davem@davemloft.net>
Date: Thu, 26 Oct 2017 17:46:24 +0900 (KST)
From: David Miller <davem@...emloft.net>
To: xiyou.wangcong@...il.com
Cc: netdev@...r.kernel.org, stefanha@...hat.com, jhansen@...are.com
Subject: Re: [Patch net-next] vsock: always call vsock_init_tables()
From: Cong Wang <xiyou.wangcong@...il.com>
Date: Tue, 24 Oct 2017 15:30:37 -0700
> Although CONFIG_VSOCKETS_DIAG depends on CONFIG_VSOCKETS,
> vsock_init_tables() is not always called, it is called only
> if other modules call its caller. Therefore if we only
> enable CONFIG_VSOCKETS_DIAG, it would crash kernel on uninitialized
> vsock_bind_table.
>
> This patch fixes it by moving vsock_init_tables() to its own
> module_init().
>
> Fixes: 413a4317aca7 ("VSOCK: add sock_diag interface")
> Reported-by: syzkaller bot
> Cc: Stefan Hajnoczi <stefanha@...hat.com>
> Cc: Jorgen Hansen <jhansen@...are.com>
> Signed-off-by: Cong Wang <xiyou.wangcong@...il.com>
Applied.
Powered by blists - more mailing lists