diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-05 17:03:05 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-05 17:03:05 -0700 |
| commit | 527c0cc61d8400a0002579cdd8c0362c6f44d09d (patch) | |
| tree | 5eadc4509a117b6a0f37e31b14adb1605fc73007 /drivers-uio-un-restrict-sysfs-pointers-for-uio.patch | |
| parent | 93273f5d8ace9bc03f0dc35ea98d229ed40f7860 (diff) | |
| download | patches-527c0cc61d8400a0002579cdd8c0362c6f44d09d.tar.gz | |
signed-off-by
Diffstat (limited to 'drivers-uio-un-restrict-sysfs-pointers-for-uio.patch')
| -rw-r--r-- | drivers-uio-un-restrict-sysfs-pointers-for-uio.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers-uio-un-restrict-sysfs-pointers-for-uio.patch b/drivers-uio-un-restrict-sysfs-pointers-for-uio.patch index 7223ab865eef62..d8d5bc825222e6 100644 --- a/drivers-uio-un-restrict-sysfs-pointers-for-uio.patch +++ b/drivers-uio-un-restrict-sysfs-pointers-for-uio.patch @@ -1,13 +1,11 @@ From: Chris Fries <cfries@google.com> -Date: Thu, 27 Apr 2017 23:30:55 -0500 Subject: drivers: uio: Un-restrict sysfs pointers for UIO The addr and size on the UIO devices are required by userspace to function properly. Let's unrestrict these by adding the 'P' modifier to %p and %pa. Signed-off-by: Chris Fries <cfries@google.com> ---- - +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/uio/uio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) |
