From: Stephen Rothwell <hidden> Date: 2021-08-16 03:52:31
Hi all,
After merging the staging tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/staging/r8188eu/core/rtw_br_ext.c:8:10: fatal error: ../include/net/ipx.h: No such file or directory
8 | #include "../include/net/ipx.h"
| ^~~~~~~~~~~~~~~~~~~~~~
Caused by commit
6c9b40844751 ("net: Remove net/ipx.h and uapi/linux/ipx.h header files")
from the net-next tree.
I have reverted that commit for today.
--
Cheers,
Stephen Rothwell
On Mon, Aug 16, 2021 at 01:52:16PM +1000, Stephen Rothwell wrote:
Hi all,
After merging the staging tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/staging/r8188eu/core/rtw_br_ext.c:8:10: fatal error: ../include/net/ipx.h: No such file or directory
8 | #include "../include/net/ipx.h"
| ^~~~~~~~~~~~~~~~~~~~~~
Caused by commit
6c9b40844751 ("net: Remove net/ipx.h and uapi/linux/ipx.h header files")
from the net-next tree.
I have reverted that commit for today.
That's not fair to the networking developers, I'll work on a patch for
this driver to remove that later today...
thanks,
greg k-h
On Mon, Aug 16, 2021 at 01:52:16PM +1000, Stephen Rothwell wrote:
Hi all,
After merging the staging tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/staging/r8188eu/core/rtw_br_ext.c:8:10: fatal error: ../include/net/ipx.h: No such file or directory
8 | #include "../include/net/ipx.h"
| ^~~~~~~~~~~~~~~~~~~~~~
Caused by commit
6c9b40844751 ("net: Remove net/ipx.h and uapi/linux/ipx.h header files")
from the net-next tree.
I have reverted that commit for today.
Should now be fixed up in my tree so that you do not need to drop that
networking patch anymore.
thanks,
greg k-h
From: Stephen Rothwell <hidden> Date: 2021-08-16 21:46:40
Hi Greg,
On Mon, 16 Aug 2021 17:10:18 +0200 Greg KH [off-list ref] wrote:
On Mon, Aug 16, 2021 at 01:52:16PM +1000, Stephen Rothwell wrote:
quoted
Hi all,
After merging the staging tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/staging/r8188eu/core/rtw_br_ext.c:8:10: fatal error: ../include/net/ipx.h: No such file or directory
8 | #include "../include/net/ipx.h"
| ^~~~~~~~~~~~~~~~~~~~~~
Caused by commit
6c9b40844751 ("net: Remove net/ipx.h and uapi/linux/ipx.h header files")
from the net-next tree.
I have reverted that commit for today.
Should now be fixed up in my tree so that you do not need to drop that
networking patch anymore.