Re: [PATCH v3 09/26] compat_ioctl: move drivers to compat_ptr_ioctl

2019-04-19 Thread Jiri Kosina
On Tue, 16 Apr 2019, Arnd Bergmann wrote:

> Each of these drivers has a copy of the same trivial helper function to
> convert the pointer argument and then call the native ioctl handler.
> 
> We now have a generic implementation of that, so use it.
> 
> Acked-by: Greg Kroah-Hartman 
> Reviewed-by: Jarkko Sakkinen 
> Reviewed-by: Jason Gunthorpe 
> Signed-off-by: Arnd Bergmann 
> ---
>  drivers/char/ppdev.c  | 12 +-
>  drivers/char/tpm/tpm_vtpm_proxy.c | 12 +-
>  drivers/firewire/core-cdev.c  | 12 +-
>  drivers/hid/usbhid/hiddev.c   | 11 +----

For hiddev.c:

Reviewed-by: Jiri Kosina  

-- 
Jiri Kosina
SUSE Labs

___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization


Re: [PATCH] paravirt: noreplace-paravirt is implemented for x86 and ia-64

2010-08-16 Thread Jiri Kosina
On Wed, 11 Aug 2010, Jeremy Fitzhardinge wrote:

>  On 08/11/2010 09:34 AM, Jiri Kosina wrote:
> > kernel-parameters.txt lists 'noreplace-paravirt' parameter as being
> > limited to X86-32, which is incorrect -- it's actually supported by
> > x86-32, x86-64 and ia-64.
> > 
> > Signed-off-by: Jiri Kosina
> Acked-by: Jeremy Fitzhardinge 

Thanks. As I haven't found the patch in linux-next as of today, I'll be 
taking it through trivial queue.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


[PATCH] paravirt: noreplace-paravirt is implemented for x86 and ia-64

2010-08-11 Thread Jiri Kosina
kernel-parameters.txt lists 'noreplace-paravirt' parameter as being
limited to X86-32, which is incorrect -- it's actually supported by
x86-32, x86-64 and ia-64.

Signed-off-by: Jiri Kosina 
---
 Documentation/kernel-parameters.txt |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/kernel-parameters.txt 
b/Documentation/kernel-parameters.txt
index d529b13..8ed3a77 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1777,7 +1777,7 @@ and is between 256 and 4096 characters. It is defined in 
the file
norandmaps  Don't use address space randomization.  Equivalent to
echo 0 > /proc/sys/kernel/randomize_va_space
 
-   noreplace-paravirt  [X86-32,PV_OPS] Don't patch paravirt_ops
+   noreplace-paravirt  [X86,IA-64,PV_OPS] Don't patch paravirt_ops
 
noreplace-smp   [X86-32,SMP] Don't replace SMP instructions
with UP alternatives
-- 
1.7.2.1

___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


Re: [PATCH v2 03/15] NULL noise: arch/x86/xen/smp.c

2009-03-18 Thread Jiri Kosina
On Tue, 17 Mar 2009, Jeremy Fitzhardinge wrote:

> > Noone seems to have picked this so far, so I have applied it to trivial
> > tree. Thanks,
> I've got it queued up, but I'm sure we'll be able to resolve any conflicts if
> it goes via both paths...

No problem, I have dropped it from trivial tree, thanks for letting me 
know.

-- 
Jiri Kosina
SUSE Labs
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


Re: [PATCH v2 03/15] NULL noise: arch/x86/xen/smp.c

2009-03-17 Thread Jiri Kosina
On Thu, 5 Mar 2009, Jeremy Fitzhardinge wrote:

> Hannes Eder wrote:
> > Fix this sparse warnings:
> >   arch/x86/xen/smp.c:316:52: warning: Using plain integer as NULL pointer
> >   arch/x86/xen/smp.c:421:60: warning: Using plain integer as NULL pointer
> > 
> > Signed-off-by: Hannes Eder 
> >   
> Acked-by: Jeremy Fitzhardinge 

Noone seems to have picked this so far, so I have applied it to trivial 
tree. Thanks,

-- 
Jiri Kosina
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization