* [PATCH] cxl: Fix potential build failure - select ANON_INODES
@ 2016-11-16 18:29 Ben Hutchings
2016-11-16 22:30 ` Andrew Donnellan
0 siblings, 1 reply; 3+ messages in thread
From: Ben Hutchings @ 2016-11-16 18:29 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 630 bytes --]
cxl calls anon_inode_get() so must select ANON_INODES.
Fixes: 6f7f0b3df6d4 ("cxl: Add AFU virtual PHB and kernel API")
Signed-off-by: Ben Hutchings <ben@decadent•org.uk>
---
drivers/misc/cxl/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/misc/cxl/Kconfig b/drivers/misc/cxl/Kconfig
index b75cf830d08a..e745f77ac6a6 100644
--- a/drivers/misc/cxl/Kconfig
+++ b/drivers/misc/cxl/Kconfig
@@ -16,6 +16,7 @@ config CXL
depends on PPC_POWERNV && PCI_MSI && EEH
select CXL_BASE
select CXL_AFU_DRIVER_OPS
+ select ANON_INODES
default m
help
Select this option to enable driver support for IBM Coherent
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] cxl: Fix potential build failure - select ANON_INODES
2016-11-16 18:29 [PATCH] cxl: Fix potential build failure - select ANON_INODES Ben Hutchings
@ 2016-11-16 22:30 ` Andrew Donnellan
2016-11-16 22:51 ` Ben Hutchings
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Donnellan @ 2016-11-16 22:30 UTC (permalink / raw)
To: Ben Hutchings, linuxppc-dev; +Cc: Frederic Barrat
On 17/11/16 05:29, Ben Hutchings wrote:
> cxl calls anon_inode_get() so must select ANON_INODES.
>
> Fixes: 6f7f0b3df6d4 ("cxl: Add AFU virtual PHB and kernel API")
> Signed-off-by: Ben Hutchings <ben@decadent•org.uk>
Thanks for catching this.
Is this patch still necessary once
http://patchwork.ozlabs.org/patch/694415/ is applied though?
--
Andrew Donnellan OzLabs, ADL Canberra
andrew.donnellan@au1•ibm.com IBM Australia Limited
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] cxl: Fix potential build failure - select ANON_INODES
2016-11-16 22:30 ` Andrew Donnellan
@ 2016-11-16 22:51 ` Ben Hutchings
0 siblings, 0 replies; 3+ messages in thread
From: Ben Hutchings @ 2016-11-16 22:51 UTC (permalink / raw)
To: Andrew Donnellan, linuxppc-dev; +Cc: Frederic Barrat
[-- Attachment #1: Type: text/plain, Size: 573 bytes --]
On Thu, 2016-11-17 at 09:30 +1100, Andrew Donnellan wrote:
> On 17/11/16 05:29, Ben Hutchings wrote:
> > cxl calls anon_inode_get() so must select ANON_INODES.
> >
> > Fixes: 6f7f0b3df6d4 ("cxl: Add AFU virtual PHB and kernel API")
> > Signed-off-by: Ben Hutchings <ben@decadent•org.uk>
>
> Thanks for catching this.
>
> Is this patch still necessary once
> http://patchwork.ozlabs.org/patch/694415/ is applied though?
It doesn't appear to be.
Ben.
--
Ben Hutchings
Time is nature's way of making sure that everything doesn't happen at
once.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-16 22:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-16 18:29 [PATCH] cxl: Fix potential build failure - select ANON_INODES Ben Hutchings
2016-11-16 22:30 ` Andrew Donnellan
2016-11-16 22:51 ` Ben Hutchings
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox