Re: linux-next: build failures after merge of the vfs tree
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2020-06-30 02:14:21
Also in:
linux-next, lkml
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2020-06-30 02:14:21
Also in:
linux-next, lkml
On Tue, Jun 30, 2020 at 11:58:57AM +1000, Stephen Rothwell wrote:
quoted
quoted
OK, here's a patch for both of these together:diff --git a/arch/s390/lib/test_unwind.c b/arch/s390/lib/test_unwind.c index 32b7a30b2485..eb382ceaa116 100644 --- a/arch/s390/lib/test_unwind.c +++ b/arch/s390/lib/test_unwind.c@@ -9,6 +9,7 @@ #include <linux/kallsyms.h> #include <linux/kthread.h> #include <linux/module.h> +#include <linux/slab.h> #include <linux/string.h> #include <linux/kprobes.h> #include <linux/wait.h>diff --git a/drivers/remoteproc/qcom_q6v5_mss.c b/drivers/remoteproc/qcom_q6v5_mss.c index feb70283b6a2..903b2bb97e12 100644 --- a/drivers/remoteproc/qcom_q6v5_mss.c +++ b/drivers/remoteproc/qcom_q6v5_mss.c@@ -26,6 +26,7 @@ #include <linux/reset.h> #include <linux/soc/qcom/mdt_loader.h> #include <linux/iopoll.h> +#include <linux/slab.h> #include "remoteproc_internal.h" #include "qcom_common.h"I have applied those 2 by hand for today.I am still applying the above patch.
Hi Al: Could you please fold these changes into your tree? Thanks, -- Email: Herbert Xu [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt