LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* linux-next: build failure after merge of the cxl tree
@ 2021-09-06 4:20 Stephen Rothwell
2021-09-07 17:43 ` Dan Williams
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2021-09-06 4:20 UTC (permalink / raw)
To: Dan Williams
Cc: Linus Torvalds, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1418 bytes --]
Hi all,
After merging the cxl tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
drivers/nvdimm/label.c:750:32: error: 'uuid_to_nvdimm_cclass' defined but not used [-Werror=unused-function]
750 | static enum nvdimm_claim_class uuid_to_nvdimm_cclass(uuid_t *uuid)
| ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Caused by commit
d68bc4b2338b ("libnvdimm/labels: Add address-abstraction uuid definitions")
Exposed by commit
3fe617ccafd6 ("Enable '-Werror' by default for all kernel builds")
I have applied the following patch for today.
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Mon, 6 Sep 2021 14:14:52 +1000
Subject: [PATCH] cxl: mark unused function as such
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
drivers/nvdimm/label.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/nvdimm/label.c b/drivers/nvdimm/label.c
index 7abeb1233404..175db14c7694 100644
--- a/drivers/nvdimm/label.c
+++ b/drivers/nvdimm/label.c
@@ -747,6 +747,7 @@ static enum nvdimm_claim_class guid_to_nvdimm_cclass(guid_t *guid)
}
/* CXL labels store UUIDs instead of GUIDs for the same data */
+__maybe_unused
static enum nvdimm_claim_class uuid_to_nvdimm_cclass(uuid_t *uuid)
{
if (uuid_equal(uuid, &nvdimm_btt_uuid))
--
2.32.0
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: linux-next: build failure after merge of the cxl tree
2021-09-06 4:20 linux-next: build failure after merge of the cxl tree Stephen Rothwell
@ 2021-09-07 17:43 ` Dan Williams
0 siblings, 0 replies; 2+ messages in thread
From: Dan Williams @ 2021-09-07 17:43 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Linus Torvalds, Linux Kernel Mailing List, Linux Next Mailing List
On Sun, Sep 5, 2021 at 9:20 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> After merging the cxl tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> drivers/nvdimm/label.c:750:32: error: 'uuid_to_nvdimm_cclass' defined but not used [-Werror=unused-function]
> 750 | static enum nvdimm_claim_class uuid_to_nvdimm_cclass(uuid_t *uuid)
> | ^~~~~~~~~~~~~~~~~~~~~
> cc1: all warnings being treated as errors
>
> Caused by commit
>
> d68bc4b2338b ("libnvdimm/labels: Add address-abstraction uuid definitions")
>
> Exposed by commit
>
> 3fe617ccafd6 ("Enable '-Werror' by default for all kernel builds")
>
> I have applied the following patch for today.
>
> From: Stephen Rothwell <sfr@canb.auug.org.au>
> Date: Mon, 6 Sep 2021 14:14:52 +1000
> Subject: [PATCH] cxl: mark unused function as such
>
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
> ---
> drivers/nvdimm/label.c | 1 +
> 1 file changed, 1 insertion(+)
>
Thanks for that Stephen. I'll just back this patch out and retry for
v5.16, it's not super critical.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-07 17:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 4:20 linux-next: build failure after merge of the cxl tree Stephen Rothwell
2021-09-07 17:43 ` Dan Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).