]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- updated to 6.0.3
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 23 Oct 2022 07:36:00 +0000 (09:36 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sun, 23 Oct 2022 07:36:00 +0000 (09:36 +0200)
kernel-aufs5.patch
kernel-multiarch.config
kernel.spec

index 2eec84b85e34f7ff68f07a37ea90cc0467266e9f..17bf7e1c74ee2718563a4d1e542ba89f3a67c309 100644 (file)
@@ -466,8 +466,8 @@ index 9d780f415be3..e744ba276454 100644
                if (next->anon_vma)
                        anon_vma_merge(vma, next);
 @@ -1845,7 +1845,7 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
-       return addr;
+       if (vma->vm_ops && vma->vm_ops->close)
+               vma->vm_ops->close(vma);
  unmap_and_free_vma:
 -      fput(vma->vm_file);
 +      vma_fput(vma);
index 71e61dd496206f703a0fea1b6839bbeab2ef3c3e..fb9d8e59323d005dc5d682ac4a64e554ca57d550 100644 (file)
@@ -2510,6 +2510,7 @@ HID_SMARTJOYPLUS all=m
 SMARTJOYPLUS_FF all=y
 HID_TIVO all=m
 HID_TOPSEED all=m
+HID_TOPRE all=m
 HID_THINGM all=m
 HID_THRUSTMASTER all=m
 THRUSTMASTER_FF all=y
index a0b46b50638a74b6d09c2de2a2700b1111b705f4..2cb93f85fdf93b0ac8f14918baa6771c9db664ca 100644 (file)
@@ -67,7 +67,7 @@
 
 %define                rel             1
 %define                basever         6.0
-%define                postver         .2
+%define                postver         .3
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       %{nil}
@@ -121,7 +121,7 @@ Source0:    https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: d681bd1d62d48049a4874646f6774d92
 %if "%{postver}" != ".0"
 Patch0:                https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  30c354f634839f1c94f09872f4d9b76b
+# Patch0-md5:  ad711c00bda19988c7d063851ab80c34
 %endif
 Source1:       kernel.sysconfig
 
This page took 0.822348 seconds and 4 git commands to generate.