On Thu, 2021-11-11 at 17:46 -0800, Jakub Kicinski wrote:
On Thu, 11 Nov 2021 23:09:07 +0000 pr-tracker-bot@kernel.org wrote:
quoted
The pull request you sent on Thu, 11 Nov 2021 08:33:01 -0800:
quoted
git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
tags/net-5.16-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f54ca91fe6f25c2028f953ce82f19ca2ea0f07bb
Rafael, Srinivas, we're getting 32 bit build failures after pulling
back
from Linus today.
make[1]: *** [/home/nipa/net/Makefile:1850: drivers] Error 2
make: *** [Makefile:219: __sub-make] Error 2
../drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c: In
function ‘send_mbox_cmd’:
../drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c:79:37
: error: implicit declaration of function ‘readq’; did you mean
‘readl’? [-Werror=implicit-function-declaration]
79 | *cmd_resp = readq((void __iomem *)
(proc_priv->mmio_base + MBOX_OFFSET_DATA));
| ^~~~~
| readl
Is there an ETA on getting this fixed?
There is already a patch submitted titled "thermal/drivers/int340x:
limit Kconfig to 64-bit""
Thanks,
Srinivas