Re: linux-next: build warnings in Linus' tree
From: Linus Torvalds
Date: Mon Nov 13 2017 - 17:03:36 EST
On Mon, Nov 13, 2017 at 1:52 PM, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
> Hi Linus,
>
> Today's linux-next build (x86_64 allmodconfig) produced these warnings:
>
> WARNING: modpost: missing MODULE_LICENSE() in net/9p/9pnet_xen.o
...
Yes. Very much expected. Hopefully the involved modules will get fixed
thanks to the warning.
At worst, we'll just match up the files in the SPDX database and just
add them before rc1. But I'd much rather see the actual maintainers
react to this.
Linus