diff --git a/PKGBUILD b/PKGBUILD
index b6877f0cf99965d67464d35feaed43d547b81480..c7e61529d7d10072b1c4d7e9fd4d6a858a2b6941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,22 +13,15 @@ _basekernel=5.6
 _basever=56
 _aufs=20200302
 _sub=0
-_rc=rc7
-_commit=e2cf67f6689a218b4d8e606e90a12491a9cfa366
-_shortcommit=${_rc}.d0325.g${_commit:0:7}
-pkgver=${_basekernel}${_shortcommit}
-#pkgver=${_basekernel}.${_sub}
+pkgver=${_basekernel}.${_sub}
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/"
 license=('GPL2')
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'elfutils' 'git')
 options=('!strip')
-source=(#"https://www.kernel.org/pub/linux/kernel/v5.x/linux-${_basekernel}.tar.xz"
+source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${_basekernel}.tar.xz"
         #"https://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
-        #https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/snapshot/linux-stable-rc-$_commit.tar.gz
-        #"linux-${pkgver}.tar.gz::https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-$_commit.tar.gz"
-        "linux-${pkgver}.zip::https://codeload.github.com/torvalds/linux/zip/$_commit"
         # the main kernel config files
         'config.x86_64' 'config' 'config.aufs'
         # AUFS Patches
@@ -63,11 +56,11 @@ source=(#"https://www.kernel.org/pub/linux/kernel/v5.x/linux-${_basekernel}.tar.
         '0011-bootsplash.patch'
         '0012-bootsplash.patch'
         '0013-bootsplash.patch')
-sha256sums=('e1f754527e2ae865ee19a6154e2154ab2b7643df6a0924d0545046e284f2018e'
+sha256sums=('e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622'
             '1ae080d4b00f6b579919ce52d55b7da50f98e579337af655f909b6a60dcf3c26'
             'bfe52746bfc04114627b6f1e0dd94bc05dd94abe8f6dbee770f78d6116e315e8'
             'b44d81446d8b53d5637287c30ae3eb64cae0078c3fbc45fcf1081dd6699818b5'
-            '0078e5d757f0f675e47f1d1bce493d6e6624aed6e4b3aee1fd50da778fd6e11f'
+            'ef60c4afbae6270748bca1661d054815ea83f84ac3962fa316cd1b6abea506a4'
             '294d00163a5c68fee26f0adb52ccc309b1d1ae69ed7fe65fdabf29d425798ee4'
             '8e3b0a3c7c9b62d29dc711885ef00578a65f1d0315f31e1d9f438aac1ced02d6'
             '562752375ec67ece529eadf3f003193a371a875bdf6ed842ea8afde0e2e5618f'
@@ -96,8 +89,6 @@ sha256sums=('e1f754527e2ae865ee19a6154e2154ab2b7643df6a0924d0545046e284f2018e'
             '60e295601e4fb33d9bf65f198c54c7eb07c0d1e91e2ad1e0dd6cd6e142cb266d'
             '035ea4b2a7621054f4560471f45336b981538a40172d8f17285910d4e0e0b3ef')
 prepare() {
-  #mv "${srcdir}/linux-stable-rc-${_commit}" "${srcdir}/linux-${_basekernel}"
-  mv "${srcdir}/linux-${_commit}" "${srcdir}/linux-${_basekernel}"
   cd "${srcdir}/linux-${_basekernel}"
 
   # add upstream patch
@@ -109,91 +100,40 @@ prepare() {
   #patch -Np1 -i "${srcdir}/prepatch-${_basekernel}.patch"
 
   # disable USER_NS for non-root users by default
-  echo "PATCH: 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER"
   patch -Np1 -i ../0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch
-  echo "-------------------------------------------------------------------------------------------------------"
   # other fixes by Arch
   # add patches for snapd
   # https://gitlab.com/apparmor/apparmor-kernel/tree/5.2-outoftree
-  echo "PATCH: 0001-apparmor-patch-to-provide-compatibility-with-v2-net-rules"
   patch -Np1 -i "${srcdir}/0001-apparmor-patch-to-provide-compatibility-with-v2-net-rules.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0002-apparmor-af_unix-mediation"
   patch -Np1 -i "${srcdir}/0002-apparmor-af_unix-mediation.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0003-apparmor-fix-use-after-free-in-sk_peer_label"
   patch -Np1 -i "${srcdir}/0003-apparmor-fix-use-after-free-in-sk_peer_label.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0004-apparmor-fix-apparmor-mediating-locking-non-fs-unix-sockets"
   patch -Np1 -i "${srcdir}/0004-apparmor-fix-apparmor-mediating-locking-non-fs-unix-sockets.patch"
 
   # Add bootsplash - http://lkml.iu.edu/hypermail/linux/kernel/1710.3/01542.html
-  echo "PATCH: 0001-bootsplash"
   patch -Np1 -i "${srcdir}/0001-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0002-bootsplash"
   patch -Np1 -i "${srcdir}/0002-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0003-bootsplash"
   patch -Np1 -i "${srcdir}/0003-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0004-bootsplash"
   patch -Np1 -i "${srcdir}/0004-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0005-bootsplash"
   patch -Np1 -i "${srcdir}/0005-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0006-bootsplash"
   patch -Np1 -i "${srcdir}/0006-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0007-bootsplash"
   patch -Np1 -i "${srcdir}/0007-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0008-bootsplash"
   patch -Np1 -i "${srcdir}/0008-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0009-bootsplash"
   patch -Np1 -i "${srcdir}/0009-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0010-bootsplash"
   patch -Np1 -i "${srcdir}/0010-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0011-bootsplash"
   patch -Np1 -i "${srcdir}/0011-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: 0012-bootsplash"
   patch -Np1 -i "${srcdir}/0012-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
   # use git-apply to add binary files
-  echo "PATCH: 0013-bootsplash"
   git apply -p1 < "${srcdir}/0013-bootsplash.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
 
   # add aufs5 support
-  echo "PATCH: aufs5.x-rcN-$"
   patch -Np1 -i "${srcdir}/aufs5.x-rcN-${_aufs}.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: aufs5-base"
   patch -Np1 -i "${srcdir}/aufs5-base.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: aufs5-kbuild"
   patch -Np1 -i "${srcdir}/aufs5-kbuild.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: aufs5-loopback"
   patch -Np1 -i "${srcdir}/aufs5-loopback.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: aufs5.x-rcN-$"
   patch -Np1 -i "${srcdir}/aufs5-mmap.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: aufs5-standalone"
   patch -Np1 -i "${srcdir}/aufs5-standalone.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: tmpfs-idr"
   patch -Np1 -i "${srcdir}/tmpfs-idr.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
-  echo "PATCH: vfs-ino"
   patch -Np1 -i "${srcdir}/vfs-ino.patch"
-  echo "-------------------------------------------------------------------------------------------------------"
 
   if [ "${CARCH}" = "x86_64" ]; then
     cat "${srcdir}/config.x86_64" > ./.config
@@ -208,9 +148,6 @@ prepare() {
     sed -i "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" ./.config
   fi
 
-  # set patchlevel to 6
-  sed -ri "s|^(PATCHLEVEL =).*|\1 6|" Makefile
-
   # set extraversion to pkgrel
   sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
 
diff --git a/aufs5.x-rcN-20200302.patch b/aufs5.x-rcN-20200302.patch
index 8b6e00164207e738a4ea2e48b393d36f0202c599..6575d2c273af174b53b532b5facb3b78724e359d 100644
--- a/aufs5.x-rcN-20200302.patch
+++ b/aufs5.x-rcN-20200302.patch
@@ -1,6 +1,6 @@
 diff -Naur null/Documentation/ABI/testing/debugfs-aufs linux-5.x-rcN/Documentation/ABI/testing/debugfs-aufs
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/ABI/testing/debugfs-aufs	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/ABI/testing/debugfs-aufs	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,55 @@
 +What:		/debug/aufs/si_<id>/
 +Date:		March 2009
@@ -59,7 +59,7 @@ diff -Naur null/Documentation/ABI/testing/debugfs-aufs linux-5.x-rcN/Documentati
 +		will be empty. About XINO files, see the aufs manual.
 diff -Naur null/Documentation/ABI/testing/sysfs-aufs linux-5.x-rcN/Documentation/ABI/testing/sysfs-aufs
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/ABI/testing/sysfs-aufs	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/ABI/testing/sysfs-aufs	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,31 @@
 +What:		/sys/fs/aufs/si_<id>/
 +Date:		March 2009
@@ -94,7 +94,7 @@ diff -Naur null/Documentation/ABI/testing/sysfs-aufs linux-5.x-rcN/Documentation
 +		will be empty. About XINO files, see the aufs manual.
 diff -Naur null/Documentation/filesystems/aufs/design/01intro.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/01intro.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/01intro.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/01intro.txt	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,171 @@
 +
 +# Copyright (C) 2005-2020 Junjiro R. Okajima
@@ -269,7 +269,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/01intro.txt linux-5.x-rcN/
 +about it. But currently I have implemented it in kernel space.
 diff -Naur null/Documentation/filesystems/aufs/design/02struct.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/02struct.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/02struct.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/02struct.txt	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,258 @@
 +
 +# Copyright (C) 2005-2020 Junjiro R. Okajima
@@ -531,7 +531,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/02struct.txt linux-5.x-rcN
 +For this purpose, use "aumvdown" command in aufs-util.git.
 diff -Naur null/Documentation/filesystems/aufs/design/03atomic_open.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/03atomic_open.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/03atomic_open.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/03atomic_open.txt	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,85 @@
 +
 +# Copyright (C) 2015-2020 Junjiro R. Okajima
@@ -620,7 +620,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/03atomic_open.txt linux-5.
 +       be implemented in aufs, but not all I am afraid.
 diff -Naur null/Documentation/filesystems/aufs/design/03lookup.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/03lookup.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/03lookup.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/03lookup.txt	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,113 @@
 +
 +# Copyright (C) 2005-2020 Junjiro R. Okajima
@@ -737,7 +737,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/03lookup.txt linux-5.x-rcN
 +   by over-mounting something (or another method).
 diff -Naur null/Documentation/filesystems/aufs/design/04branch.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/04branch.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/04branch.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/04branch.txt	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,74 @@
 +
 +# Copyright (C) 2005-2020 Junjiro R. Okajima
@@ -815,7 +815,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/04branch.txt linux-5.x-rcN
 +    same named entry on the upper branch.
 diff -Naur null/Documentation/filesystems/aufs/design/05wbr_policy.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/05wbr_policy.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/05wbr_policy.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/05wbr_policy.txt	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,64 @@
 +
 +# Copyright (C) 2005-2020 Junjiro R. Okajima
@@ -883,7 +883,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/05wbr_policy.txt linux-5.x
 +  copyup policy.
 diff -Naur null/Documentation/filesystems/aufs/design/06dirren.dot linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.dot
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.dot	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.dot	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,31 @@
 +
 +// to view this graph, run dot(1) command in GRAPHVIZ.
@@ -918,7 +918,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/06dirren.dot linux-5.x-rcN
 +}
 diff -Naur null/Documentation/filesystems/aufs/design/06dirren.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.txt	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,102 @@
 +
 +# Copyright (C) 2017-2020 Junjiro R. Okajima
@@ -1024,7 +1024,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/06dirren.txt linux-5.x-rcN
 +equivalen to udba=reval case.
 diff -Naur null/Documentation/filesystems/aufs/design/06fhsm.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/06fhsm.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06fhsm.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06fhsm.txt	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,120 @@
 +
 +# Copyright (C) 2011-2020 Junjiro R. Okajima
@@ -1148,7 +1148,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/06fhsm.txt linux-5.x-rcN/D
 +should restore the original file state after an error happens.
 diff -Naur null/Documentation/filesystems/aufs/design/06mmap.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/06mmap.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06mmap.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06mmap.txt	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,72 @@
 +
 +# Copyright (C) 2005-2020 Junjiro R. Okajima
@@ -1224,7 +1224,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/06mmap.txt linux-5.x-rcN/D
 +I have to give up this "looks-smater" approach.
 diff -Naur null/Documentation/filesystems/aufs/design/06xattr.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/06xattr.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06xattr.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06xattr.txt	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,96 @@
 +
 +# Copyright (C) 2014-2020 Junjiro R. Okajima
@@ -1324,7 +1324,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/06xattr.txt linux-5.x-rcN/
 +now, aufs implements the branch attributes to ignore the error.
 diff -Naur null/Documentation/filesystems/aufs/design/07export.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/07export.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/07export.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/07export.txt	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,58 @@
 +
 +# Copyright (C) 2005-2020 Junjiro R. Okajima
@@ -1386,7 +1386,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/07export.txt linux-5.x-rcN
 +  lookup_one_len(), vfs_getattr(), encode_fh() and others.
 diff -Naur null/Documentation/filesystems/aufs/design/08shwh.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/08shwh.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/08shwh.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/08shwh.txt	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,52 @@
 +
 +# Copyright (C) 2005-2020 Junjiro R. Okajima
@@ -1442,7 +1442,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/08shwh.txt linux-5.x-rcN/D
 +initramfs will use it to replace the old one at the next boot.
 diff -Naur null/Documentation/filesystems/aufs/design/10dynop.txt linux-5.x-rcN/Documentation/filesystems/aufs/design/10dynop.txt
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/design/10dynop.txt	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/10dynop.txt	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,47 @@
 +
 +# Copyright (C) 2010-2020 Junjiro R. Okajima
@@ -1493,7 +1493,7 @@ diff -Naur null/Documentation/filesystems/aufs/design/10dynop.txt linux-5.x-rcN/
 +regular files only.
 diff -Naur null/Documentation/filesystems/aufs/README linux-5.x-rcN/Documentation/filesystems/aufs/README
 --- /dev/null
-+++ linux-5.x-rcN/Documentation/filesystems/aufs/README	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/README	2020-03-30 11:15:01.121717378 +0200
 @@ -0,0 +1,401 @@
 +
 +Aufs5 -- advanced multi layered unification filesystem version 5.x
@@ -1898,7 +1898,7 @@ diff -Naur null/Documentation/filesystems/aufs/README linux-5.x-rcN/Documentatio
 +# End: ;
 diff -Naur null/fs/aufs/aufs.h linux-5.x-rcN/fs/aufs/aufs.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/aufs.h	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/fs/aufs/aufs.h	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,62 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -1964,7 +1964,7 @@ diff -Naur null/fs/aufs/aufs.h linux-5.x-rcN/fs/aufs/aufs.h
 +#endif /* __AUFS_H__ */
 diff -Naur null/fs/aufs/branch.c linux-5.x-rcN/fs/aufs/branch.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/branch.c	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/fs/aufs/branch.c	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,1428 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -3396,7 +3396,7 @@ diff -Naur null/fs/aufs/branch.c linux-5.x-rcN/fs/aufs/branch.c
 +}
 diff -Naur null/fs/aufs/branch.h linux-5.x-rcN/fs/aufs/branch.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/branch.h	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/fs/aufs/branch.h	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,366 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -3766,7 +3766,7 @@ diff -Naur null/fs/aufs/branch.h linux-5.x-rcN/fs/aufs/branch.h
 +#endif /* __AUFS_BRANCH_H__ */
 diff -Naur null/fs/aufs/conf.mk linux-5.x-rcN/fs/aufs/conf.mk
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/conf.mk	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/fs/aufs/conf.mk	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,40 @@
 +# SPDX-License-Identifier: GPL-2.0
 +
@@ -3810,7 +3810,7 @@ diff -Naur null/fs/aufs/conf.mk linux-5.x-rcN/fs/aufs/conf.mk
 +-include ${srctree}/${src}/conf_priv.mk
 diff -Naur null/fs/aufs/cpup.c linux-5.x-rcN/fs/aufs/cpup.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/cpup.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/cpup.c	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,1458 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -5272,7 +5272,7 @@ diff -Naur null/fs/aufs/cpup.c linux-5.x-rcN/fs/aufs/cpup.c
 +}
 diff -Naur null/fs/aufs/cpup.h linux-5.x-rcN/fs/aufs/cpup.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/cpup.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/cpup.h	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,100 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -5376,7 +5376,7 @@ diff -Naur null/fs/aufs/cpup.h linux-5.x-rcN/fs/aufs/cpup.h
 +#endif /* __AUFS_CPUP_H__ */
 diff -Naur null/fs/aufs/dbgaufs.c linux-5.x-rcN/fs/aufs/dbgaufs.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dbgaufs.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dbgaufs.c	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,526 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -5906,7 +5906,7 @@ diff -Naur null/fs/aufs/dbgaufs.c linux-5.x-rcN/fs/aufs/dbgaufs.c
 +}
 diff -Naur null/fs/aufs/dbgaufs.h linux-5.x-rcN/fs/aufs/dbgaufs.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dbgaufs.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dbgaufs.h	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,53 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -5963,7 +5963,7 @@ diff -Naur null/fs/aufs/dbgaufs.h linux-5.x-rcN/fs/aufs/dbgaufs.h
 +#endif /* __DBGAUFS_H__ */
 diff -Naur null/fs/aufs/dcsub.c linux-5.x-rcN/fs/aufs/dcsub.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dcsub.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dcsub.c	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,225 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -6192,7 +6192,7 @@ diff -Naur null/fs/aufs/dcsub.c linux-5.x-rcN/fs/aufs/dcsub.c
 +}
 diff -Naur null/fs/aufs/dcsub.h linux-5.x-rcN/fs/aufs/dcsub.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dcsub.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dcsub.h	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,137 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -6333,7 +6333,7 @@ diff -Naur null/fs/aufs/dcsub.h linux-5.x-rcN/fs/aufs/dcsub.h
 +#endif /* __AUFS_DCSUB_H__ */
 diff -Naur null/fs/aufs/debug.c linux-5.x-rcN/fs/aufs/debug.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/debug.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/debug.c	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,441 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -6778,7 +6778,7 @@ diff -Naur null/fs/aufs/debug.c linux-5.x-rcN/fs/aufs/debug.c
 +}
 diff -Naur null/fs/aufs/debug.h linux-5.x-rcN/fs/aufs/debug.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/debug.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/debug.h	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,226 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -7008,7 +7008,7 @@ diff -Naur null/fs/aufs/debug.h linux-5.x-rcN/fs/aufs/debug.h
 +#endif /* __AUFS_DEBUG_H__ */
 diff -Naur null/fs/aufs/dentry.c linux-5.x-rcN/fs/aufs/dentry.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dentry.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dentry.c	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,1154 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -8166,7 +8166,7 @@ diff -Naur null/fs/aufs/dentry.c linux-5.x-rcN/fs/aufs/dentry.c
 +};
 diff -Naur null/fs/aufs/dentry.h linux-5.x-rcN/fs/aufs/dentry.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dentry.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dentry.h	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,268 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -8438,7 +8438,7 @@ diff -Naur null/fs/aufs/dentry.h linux-5.x-rcN/fs/aufs/dentry.h
 +#endif /* __AUFS_DENTRY_H__ */
 diff -Naur null/fs/aufs/dinfo.c linux-5.x-rcN/fs/aufs/dinfo.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dinfo.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dinfo.c	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,554 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -8996,7 +8996,7 @@ diff -Naur null/fs/aufs/dinfo.c linux-5.x-rcN/fs/aufs/dinfo.c
 +}
 diff -Naur null/fs/aufs/dir.c linux-5.x-rcN/fs/aufs/dir.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dir.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dir.c	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,763 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -9763,7 +9763,7 @@ diff -Naur null/fs/aufs/dir.c linux-5.x-rcN/fs/aufs/dir.c
 +};
 diff -Naur null/fs/aufs/dir.h linux-5.x-rcN/fs/aufs/dir.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dir.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dir.h	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,134 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -9901,7 +9901,7 @@ diff -Naur null/fs/aufs/dir.h linux-5.x-rcN/fs/aufs/dir.h
 +#endif /* __AUFS_DIR_H__ */
 diff -Naur null/fs/aufs/dirren.c linux-5.x-rcN/fs/aufs/dirren.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dirren.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dirren.c	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,1316 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -11221,7 +11221,7 @@ diff -Naur null/fs/aufs/dirren.c linux-5.x-rcN/fs/aufs/dirren.c
 +}
 diff -Naur null/fs/aufs/dirren.h linux-5.x-rcN/fs/aufs/dirren.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dirren.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dirren.h	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,140 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -11365,7 +11365,7 @@ diff -Naur null/fs/aufs/dirren.h linux-5.x-rcN/fs/aufs/dirren.h
 +#endif /* __AUFS_DIRREN_H__ */
 diff -Naur null/fs/aufs/dynop.c linux-5.x-rcN/fs/aufs/dynop.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dynop.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dynop.c	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,367 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -11736,7 +11736,7 @@ diff -Naur null/fs/aufs/dynop.c linux-5.x-rcN/fs/aufs/dynop.c
 +}
 diff -Naur null/fs/aufs/dynop.h linux-5.x-rcN/fs/aufs/dynop.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/dynop.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/dynop.h	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,77 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -11817,7 +11817,7 @@ diff -Naur null/fs/aufs/dynop.h linux-5.x-rcN/fs/aufs/dynop.h
 +#endif /* __AUFS_DYNOP_H__ */
 diff -Naur null/fs/aufs/export.c linux-5.x-rcN/fs/aufs/export.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/export.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/export.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,838 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -12659,7 +12659,7 @@ diff -Naur null/fs/aufs/export.c linux-5.x-rcN/fs/aufs/export.c
 +}
 diff -Naur null/fs/aufs/fhsm.c linux-5.x-rcN/fs/aufs/fhsm.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/fhsm.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/fhsm.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,427 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -13090,7 +13090,7 @@ diff -Naur null/fs/aufs/fhsm.c linux-5.x-rcN/fs/aufs/fhsm.c
 +}
 diff -Naur null/fs/aufs/file.c linux-5.x-rcN/fs/aufs/file.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/file.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/file.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,863 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -13957,7 +13957,7 @@ diff -Naur null/fs/aufs/file.c linux-5.x-rcN/fs/aufs/file.c
 +};
 diff -Naur null/fs/aufs/file.h linux-5.x-rcN/fs/aufs/file.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/file.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/file.h	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,342 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -14303,7 +14303,7 @@ diff -Naur null/fs/aufs/file.h linux-5.x-rcN/fs/aufs/file.h
 +#endif /* __AUFS_FILE_H__ */
 diff -Naur null/fs/aufs/finfo.c linux-5.x-rcN/fs/aufs/finfo.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/finfo.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/finfo.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,149 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -14456,7 +14456,7 @@ diff -Naur null/fs/aufs/finfo.c linux-5.x-rcN/fs/aufs/finfo.c
 +}
 diff -Naur null/fs/aufs/f_op.c linux-5.x-rcN/fs/aufs/f_op.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/f_op.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/f_op.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,819 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -15279,7 +15279,7 @@ diff -Naur null/fs/aufs/f_op.c linux-5.x-rcN/fs/aufs/f_op.c
 +};
 diff -Naur null/fs/aufs/fstype.h linux-5.x-rcN/fs/aufs/fstype.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/fstype.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/fstype.h	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,401 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -15684,7 +15684,7 @@ diff -Naur null/fs/aufs/fstype.h linux-5.x-rcN/fs/aufs/fstype.h
 +#endif /* __AUFS_FSTYPE_H__ */
 diff -Naur null/fs/aufs/hbl.h linux-5.x-rcN/fs/aufs/hbl.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/hbl.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/hbl.h	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,65 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -15753,7 +15753,7 @@ diff -Naur null/fs/aufs/hbl.h linux-5.x-rcN/fs/aufs/hbl.h
 +#endif /* __AUFS_HBL_H__ */
 diff -Naur null/fs/aufs/hfsnotify.c linux-5.x-rcN/fs/aufs/hfsnotify.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/hfsnotify.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/hfsnotify.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,288 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -16045,7 +16045,7 @@ diff -Naur null/fs/aufs/hfsnotify.c linux-5.x-rcN/fs/aufs/hfsnotify.c
 +};
 diff -Naur null/fs/aufs/hfsplus.c linux-5.x-rcN/fs/aufs/hfsplus.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/hfsplus.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/hfsplus.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,60 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -16109,7 +16109,7 @@ diff -Naur null/fs/aufs/hfsplus.c linux-5.x-rcN/fs/aufs/hfsplus.c
 +}
 diff -Naur null/fs/aufs/hnotify.c linux-5.x-rcN/fs/aufs/hnotify.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/hnotify.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/hnotify.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,715 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -16828,7 +16828,7 @@ diff -Naur null/fs/aufs/hnotify.c linux-5.x-rcN/fs/aufs/hnotify.c
 +}
 diff -Naur null/fs/aufs/iinfo.c linux-5.x-rcN/fs/aufs/iinfo.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/iinfo.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/iinfo.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,286 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -17118,7 +17118,7 @@ diff -Naur null/fs/aufs/iinfo.c linux-5.x-rcN/fs/aufs/iinfo.c
 +}
 diff -Naur null/fs/aufs/inode.c linux-5.x-rcN/fs/aufs/inode.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/inode.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/inode.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,529 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -17651,7 +17651,7 @@ diff -Naur null/fs/aufs/inode.c linux-5.x-rcN/fs/aufs/inode.c
 +}
 diff -Naur null/fs/aufs/inode.h linux-5.x-rcN/fs/aufs/inode.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/inode.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/inode.h	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,698 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -18353,7 +18353,7 @@ diff -Naur null/fs/aufs/inode.h linux-5.x-rcN/fs/aufs/inode.h
 +#endif /* __AUFS_INODE_H__ */
 diff -Naur null/fs/aufs/ioctl.c linux-5.x-rcN/fs/aufs/ioctl.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/ioctl.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/ioctl.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,220 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -18577,7 +18577,7 @@ diff -Naur null/fs/aufs/ioctl.c linux-5.x-rcN/fs/aufs/ioctl.c
 +#endif
 diff -Naur null/fs/aufs/i_op_add.c linux-5.x-rcN/fs/aufs/i_op_add.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/i_op_add.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/i_op_add.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,936 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -19517,7 +19517,7 @@ diff -Naur null/fs/aufs/i_op_add.c linux-5.x-rcN/fs/aufs/i_op_add.c
 +}
 diff -Naur null/fs/aufs/i_op.c linux-5.x-rcN/fs/aufs/i_op.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/i_op.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/i_op.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,1498 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -21019,7 +21019,7 @@ diff -Naur null/fs/aufs/i_op.c linux-5.x-rcN/fs/aufs/i_op.c
 +};
 diff -Naur null/fs/aufs/i_op_del.c linux-5.x-rcN/fs/aufs/i_op_del.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/i_op_del.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/i_op_del.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,513 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -21536,7 +21536,7 @@ diff -Naur null/fs/aufs/i_op_del.c linux-5.x-rcN/fs/aufs/i_op_del.c
 +}
 diff -Naur null/fs/aufs/i_op_ren.c linux-5.x-rcN/fs/aufs/i_op_ren.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/i_op_ren.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/i_op_ren.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,1250 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -22790,7 +22790,7 @@ diff -Naur null/fs/aufs/i_op_ren.c linux-5.x-rcN/fs/aufs/i_op_ren.c
 +}
 diff -Naur null/fs/aufs/Kconfig linux-5.x-rcN/fs/aufs/Kconfig
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/Kconfig	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/fs/aufs/Kconfig	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,199 @@
 +# SPDX-License-Identifier: GPL-2.0
 +config AUFS_FS
@@ -22993,7 +22993,7 @@ diff -Naur null/fs/aufs/Kconfig linux-5.x-rcN/fs/aufs/Kconfig
 +endif
 diff -Naur null/fs/aufs/lcnt.h linux-5.x-rcN/fs/aufs/lcnt.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/lcnt.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/lcnt.h	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,186 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -23183,7 +23183,7 @@ diff -Naur null/fs/aufs/lcnt.h linux-5.x-rcN/fs/aufs/lcnt.h
 +#endif /* __AUFS_LCNT_H__ */
 diff -Naur null/fs/aufs/loop.c linux-5.x-rcN/fs/aufs/loop.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/loop.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/loop.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,148 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -23335,7 +23335,7 @@ diff -Naur null/fs/aufs/loop.c linux-5.x-rcN/fs/aufs/loop.c
 +}
 diff -Naur null/fs/aufs/loop.h linux-5.x-rcN/fs/aufs/loop.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/loop.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/loop.h	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,55 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -23394,7 +23394,7 @@ diff -Naur null/fs/aufs/loop.h linux-5.x-rcN/fs/aufs/loop.h
 +#endif /* __AUFS_LOOP_H__ */
 diff -Naur null/fs/aufs/magic.mk linux-5.x-rcN/fs/aufs/magic.mk
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/magic.mk	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/magic.mk	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,31 @@
 +# SPDX-License-Identifier: GPL-2.0
 +
@@ -23429,7 +23429,7 @@ diff -Naur null/fs/aufs/magic.mk linux-5.x-rcN/fs/aufs/magic.mk
 +endif
 diff -Naur null/fs/aufs/Makefile linux-5.x-rcN/fs/aufs/Makefile
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/Makefile	2020-03-23 03:13:18.465904174 +0100
++++ linux-5.x-rcN/fs/aufs/Makefile	2020-03-30 11:15:01.125050686 +0200
 @@ -0,0 +1,46 @@
 +# SPDX-License-Identifier: GPL-2.0
 +
@@ -23479,7 +23479,7 @@ diff -Naur null/fs/aufs/Makefile linux-5.x-rcN/fs/aufs/Makefile
 +aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o
 diff -Naur null/fs/aufs/module.c linux-5.x-rcN/fs/aufs/module.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/module.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/module.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,273 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -23756,7 +23756,7 @@ diff -Naur null/fs/aufs/module.c linux-5.x-rcN/fs/aufs/module.c
 +module_exit(aufs_exit);
 diff -Naur null/fs/aufs/module.h linux-5.x-rcN/fs/aufs/module.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/module.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/module.h	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,166 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -23926,7 +23926,7 @@ diff -Naur null/fs/aufs/module.h linux-5.x-rcN/fs/aufs/module.h
 +#endif /* __AUFS_MODULE_H__ */
 diff -Naur null/fs/aufs/mvdown.c linux-5.x-rcN/fs/aufs/mvdown.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/mvdown.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/mvdown.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,706 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -24636,7 +24636,7 @@ diff -Naur null/fs/aufs/mvdown.c linux-5.x-rcN/fs/aufs/mvdown.c
 +}
 diff -Naur null/fs/aufs/opts.c linux-5.x-rcN/fs/aufs/opts.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/opts.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/opts.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,1880 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -26520,7 +26520,7 @@ diff -Naur null/fs/aufs/opts.c linux-5.x-rcN/fs/aufs/opts.c
 +}
 diff -Naur null/fs/aufs/opts.h linux-5.x-rcN/fs/aufs/opts.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/opts.h	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/opts.h	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,225 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -26749,7 +26749,7 @@ diff -Naur null/fs/aufs/opts.h linux-5.x-rcN/fs/aufs/opts.h
 +#endif /* __AUFS_OPTS_H__ */
 diff -Naur null/fs/aufs/plink.c linux-5.x-rcN/fs/aufs/plink.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/plink.c	2020-03-23 03:13:18.469237429 +0100
++++ linux-5.x-rcN/fs/aufs/plink.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,516 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -27269,7 +27269,7 @@ diff -Naur null/fs/aufs/plink.c linux-5.x-rcN/fs/aufs/plink.c
 +}
 diff -Naur null/fs/aufs/poll.c linux-5.x-rcN/fs/aufs/poll.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/poll.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/poll.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,51 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -27324,7 +27324,7 @@ diff -Naur null/fs/aufs/poll.c linux-5.x-rcN/fs/aufs/poll.c
 +}
 diff -Naur null/fs/aufs/posix_acl.c linux-5.x-rcN/fs/aufs/posix_acl.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/posix_acl.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/posix_acl.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,105 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -27433,7 +27433,7 @@ diff -Naur null/fs/aufs/posix_acl.c linux-5.x-rcN/fs/aufs/posix_acl.c
 +}
 diff -Naur null/fs/aufs/procfs.c linux-5.x-rcN/fs/aufs/procfs.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/procfs.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/procfs.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,170 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -27607,7 +27607,7 @@ diff -Naur null/fs/aufs/procfs.c linux-5.x-rcN/fs/aufs/procfs.c
 +}
 diff -Naur null/fs/aufs/rdu.c linux-5.x-rcN/fs/aufs/rdu.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/rdu.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/rdu.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,384 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -27995,7 +27995,7 @@ diff -Naur null/fs/aufs/rdu.c linux-5.x-rcN/fs/aufs/rdu.c
 +#endif
 diff -Naur null/fs/aufs/rwsem.h linux-5.x-rcN/fs/aufs/rwsem.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/rwsem.h	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/rwsem.h	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,73 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -28072,7 +28072,7 @@ diff -Naur null/fs/aufs/rwsem.h linux-5.x-rcN/fs/aufs/rwsem.h
 +#endif /* __AUFS_RWSEM_H__ */
 diff -Naur null/fs/aufs/sbinfo.c linux-5.x-rcN/fs/aufs/sbinfo.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/sbinfo.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/sbinfo.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,314 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -28390,7 +28390,7 @@ diff -Naur null/fs/aufs/sbinfo.c linux-5.x-rcN/fs/aufs/sbinfo.c
 +}
 diff -Naur null/fs/aufs/super.c linux-5.x-rcN/fs/aufs/super.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/super.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/super.c	2020-03-30 11:15:01.128383994 +0200
 @@ -0,0 +1,1047 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -29441,7 +29441,7 @@ diff -Naur null/fs/aufs/super.c linux-5.x-rcN/fs/aufs/super.c
 +};
 diff -Naur null/fs/aufs/super.h linux-5.x-rcN/fs/aufs/super.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/super.h	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/super.h	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,589 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -30034,7 +30034,7 @@ diff -Naur null/fs/aufs/super.h linux-5.x-rcN/fs/aufs/super.h
 +#endif /* __AUFS_SUPER_H__ */
 diff -Naur null/fs/aufs/sysaufs.c linux-5.x-rcN/fs/aufs/sysaufs.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/sysaufs.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/sysaufs.c	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,93 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -30131,7 +30131,7 @@ diff -Naur null/fs/aufs/sysaufs.c linux-5.x-rcN/fs/aufs/sysaufs.c
 +}
 diff -Naur null/fs/aufs/sysaufs.h linux-5.x-rcN/fs/aufs/sysaufs.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/sysaufs.h	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/sysaufs.h	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,102 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -30237,7 +30237,7 @@ diff -Naur null/fs/aufs/sysaufs.h linux-5.x-rcN/fs/aufs/sysaufs.h
 +#endif /* __SYSAUFS_H__ */
 diff -Naur null/fs/aufs/sysfs.c linux-5.x-rcN/fs/aufs/sysfs.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/sysfs.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/sysfs.c	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,374 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -30615,7 +30615,7 @@ diff -Naur null/fs/aufs/sysfs.c linux-5.x-rcN/fs/aufs/sysfs.c
 +}
 diff -Naur null/fs/aufs/sysrq.c linux-5.x-rcN/fs/aufs/sysrq.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/sysrq.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/sysrq.c	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,149 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -30768,7 +30768,7 @@ diff -Naur null/fs/aufs/sysrq.c linux-5.x-rcN/fs/aufs/sysrq.c
 +}
 diff -Naur null/fs/aufs/vdir.c linux-5.x-rcN/fs/aufs/vdir.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/vdir.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/vdir.c	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,896 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -31668,7 +31668,7 @@ diff -Naur null/fs/aufs/vdir.c linux-5.x-rcN/fs/aufs/vdir.c
 +}
 diff -Naur null/fs/aufs/vfsub.c linux-5.x-rcN/fs/aufs/vfsub.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/vfsub.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/vfsub.c	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,902 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -32574,7 +32574,7 @@ diff -Naur null/fs/aufs/vfsub.c linux-5.x-rcN/fs/aufs/vfsub.c
 +}
 diff -Naur null/fs/aufs/vfsub.h linux-5.x-rcN/fs/aufs/vfsub.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/vfsub.h	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/vfsub.h	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,354 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -32932,7 +32932,7 @@ diff -Naur null/fs/aufs/vfsub.h linux-5.x-rcN/fs/aufs/vfsub.h
 +#endif /* __AUFS_VFSUB_H__ */
 diff -Naur null/fs/aufs/wbr_policy.c linux-5.x-rcN/fs/aufs/wbr_policy.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/wbr_policy.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/wbr_policy.c	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,830 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -33766,7 +33766,7 @@ diff -Naur null/fs/aufs/wbr_policy.c linux-5.x-rcN/fs/aufs/wbr_policy.c
 +};
 diff -Naur null/fs/aufs/whout.c linux-5.x-rcN/fs/aufs/whout.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/whout.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/whout.c	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,1062 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -34832,7 +34832,7 @@ diff -Naur null/fs/aufs/whout.c linux-5.x-rcN/fs/aufs/whout.c
 +}
 diff -Naur null/fs/aufs/whout.h linux-5.x-rcN/fs/aufs/whout.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/whout.h	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/whout.h	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,86 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -34922,7 +34922,7 @@ diff -Naur null/fs/aufs/whout.h linux-5.x-rcN/fs/aufs/whout.h
 +#endif /* __AUFS_WHOUT_H__ */
 diff -Naur null/fs/aufs/wkq.c linux-5.x-rcN/fs/aufs/wkq.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/wkq.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/wkq.c	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,372 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -35298,7 +35298,7 @@ diff -Naur null/fs/aufs/wkq.c linux-5.x-rcN/fs/aufs/wkq.c
 +}
 diff -Naur null/fs/aufs/wkq.h linux-5.x-rcN/fs/aufs/wkq.h
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/wkq.h	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/wkq.h	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,89 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
@@ -35391,7 +35391,7 @@ diff -Naur null/fs/aufs/wkq.h linux-5.x-rcN/fs/aufs/wkq.h
 +#endif /* __AUFS_WKQ_H__ */
 diff -Naur null/fs/aufs/xattr.c linux-5.x-rcN/fs/aufs/xattr.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/xattr.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/xattr.c	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,356 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -35751,7 +35751,7 @@ diff -Naur null/fs/aufs/xattr.c linux-5.x-rcN/fs/aufs/xattr.c
 +}
 diff -Naur null/fs/aufs/xino.c linux-5.x-rcN/fs/aufs/xino.c
 --- /dev/null
-+++ linux-5.x-rcN/fs/aufs/xino.c	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/fs/aufs/xino.c	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,1966 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -37721,7 +37721,7 @@ diff -Naur null/fs/aufs/xino.c linux-5.x-rcN/fs/aufs/xino.c
 +}
 diff -Naur null/include/uapi/linux/aufs_type.h linux-5.x-rcN/include/uapi/linux/aufs_type.h
 --- /dev/null
-+++ linux-5.x-rcN/include/uapi/linux/aufs_type.h	2020-03-23 03:13:18.472570686 +0100
++++ linux-5.x-rcN/include/uapi/linux/aufs_type.h	2020-03-30 11:15:01.131717302 +0200
 @@ -0,0 +1,452 @@
 +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 +/*