* [PATCH] arch/s390: Use new return type vm_fault_t
@ 2018-07-22 13:41 Souptick Joarder
2018-07-22 15:22 ` Matthew Wilcox
0 siblings, 1 reply; 3+ messages in thread
From: Souptick Joarder @ 2018-07-22 13:41 UTC (permalink / raw)
To: willy, schwidefsky, heiko.carstens, gregkh, keescook
Cc: linux-s390, linux-kernel, brajeswar.linux, sabyasachi.linux
use new return type vm_fault_t for fault handler vdso_fault.
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
arch/s390/kernel/vdso.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/s390/kernel/vdso.c b/arch/s390/kernel/vdso.c
index 09abae4..3031cc6 100644
--- a/arch/s390/kernel/vdso.c
+++ b/arch/s390/kernel/vdso.c
@@ -47,7 +47,7 @@
*/
unsigned int __read_mostly vdso_enabled = 1;
-static int vdso_fault(const struct vm_special_mapping *sm,
+static vm_fault_t vdso_fault(const struct vm_special_mapping *sm,
struct vm_area_struct *vma, struct vm_fault *vmf)
{
struct page **vdso_pagelist;
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arch/s390: Use new return type vm_fault_t
2018-07-22 13:41 [PATCH] arch/s390: Use new return type vm_fault_t Souptick Joarder
@ 2018-07-22 15:22 ` Matthew Wilcox
2018-07-23 6:07 ` Martin Schwidefsky
0 siblings, 1 reply; 3+ messages in thread
From: Matthew Wilcox @ 2018-07-22 15:22 UTC (permalink / raw)
To: Souptick Joarder
Cc: schwidefsky, heiko.carstens, gregkh, keescook, linux-s390,
linux-kernel, brajeswar.linux, sabyasachi.linux
On Sun, Jul 22, 2018 at 07:11:09PM +0530, Souptick Joarder wrote:
> use new return type vm_fault_t for fault handler vdso_fault.
>
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Matthew Wilcox <willy@infradead.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arch/s390: Use new return type vm_fault_t
2018-07-22 15:22 ` Matthew Wilcox
@ 2018-07-23 6:07 ` Martin Schwidefsky
0 siblings, 0 replies; 3+ messages in thread
From: Martin Schwidefsky @ 2018-07-23 6:07 UTC (permalink / raw)
To: Matthew Wilcox
Cc: Souptick Joarder, heiko.carstens, gregkh, keescook, linux-s390,
linux-kernel, brajeswar.linux, sabyasachi.linux
On Sun, 22 Jul 2018 08:22:48 -0700
Matthew Wilcox <willy@infradead.org> wrote:
> On Sun, Jul 22, 2018 at 07:11:09PM +0530, Souptick Joarder wrote:
> > use new return type vm_fault_t for fault handler vdso_fault.
> >
> > Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
>
> Reviewed-by: Matthew Wilcox <willy@infradead.org>
I modified the patch description a bit and then added the patch
to my tree. Thanks.
--
blue skies,
Martin.
"Reality continues to ruin my life." - Calvin.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-23 6:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-22 13:41 [PATCH] arch/s390: Use new return type vm_fault_t Souptick Joarder
2018-07-22 15:22 ` Matthew Wilcox
2018-07-23 6:07 ` Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox