Re: [PATCH v7 03/22] axonram: Fix bug in direct_access

2014-04-02 Thread Matthew Wilcox
On Sat, Mar 29, 2014 at 05:22:16PM +0100, Jan Kara wrote: > On Sun 23-03-14 15:08:29, Matthew Wilcox wrote: > > The 'pfn' returned by axonram was completely bogus, and has been since > > 2008. > Maybe time to drop the driver instead? When noone noticed for 6 years, it > seems pretty much dead...

Re: [PATCH v7 03/22] axonram: Fix bug in direct_access

2014-03-31 Thread Jan Kara
On Sun 23-03-14 15:08:29, Matthew Wilcox wrote: > The 'pfn' returned by axonram was completely bogus, and has been since > 2008. Maybe time to drop the driver instead? When noone noticed for 6 years, it seems pretty much dead... Or is there some possibility the driver can get reused for new HW?

[PATCH v7 03/22] axonram: Fix bug in direct_access

2014-03-23 Thread Matthew Wilcox
The 'pfn' returned by axonram was completely bogus, and has been since 2008. Signed-off-by: Matthew Wilcox --- arch/powerpc/sysdev/axonram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/sysdev/axonram.c b/arch/powerpc/sysdev/axonram.c index 47b6b9f..830edc8 10