diff --git a/PKGBUILD b/PKGBUILD
index 9395c982e649a698cffb0793b919b91406721d00..c9136414b11b3bf63d8cc214864b8c1a442d551e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@ pkgname=('linux56' 'linux56-headers')
 _kernelname=-MANJARO
 _basekernel=5.6
 _basever=56
-_aufs=20200224
+_aufs=20200302
 _sub=0
-_rc=rc5
-_commit=2c523b344dfa65a3738e7039832044aa133c75fb
+_rc=rc6
+_commit=fb33c6510d5595144d585aa194d377cf74d31911
 _shortcommit=${_rc}.d0309.g${_commit:0:7}
 pkgver=${_basekernel}${_shortcommit}
 #pkgver=${_basekernel}.${_sub}
@@ -63,15 +63,15 @@ source=(#"https://www.kernel.org/pub/linux/kernel/v5.x/linux-${_basekernel}.tar.
         '0011-bootsplash.patch'
         '0012-bootsplash.patch'
         '0013-bootsplash.patch')
-sha256sums=('d2148b131affd30b2a30071acf467d0bd990042d37be017a7110d8587afe3b1f'
-            '2f7a1d11c2f257ddbc7d79c8b5479b8e391f8cce2192ea3b30cc54d87bc0f648'
+sha256sums=('2d313b87cc434eb7b7e593810afb28351e55f8a728585eec9cbc1ea5587f7ea3'
+            '97854671bf856b709628e62ac6c68398ebd75a5b20d3fd436fad32e30eaea5a0'
             'bfe52746bfc04114627b6f1e0dd94bc05dd94abe8f6dbee770f78d6116e315e8'
             'b44d81446d8b53d5637287c30ae3eb64cae0078c3fbc45fcf1081dd6699818b5'
-            'ebf56e0d1f754bcd941285dd29a14c38200f6cf65507cd4a7b7c5f529a9b85a3'
-            'b0a703e6ae80a6e82e7c76a9bd938ac4e77048165850170eae6bc484274e9496'
+            '6821e2ef7d4093fe64f317eff4e3b440c9c0ec045e5a058e77ca3d25df3b2979'
+            '294d00163a5c68fee26f0adb52ccc309b1d1ae69ed7fe65fdabf29d425798ee4'
             '8e3b0a3c7c9b62d29dc711885ef00578a65f1d0315f31e1d9f438aac1ced02d6'
             '562752375ec67ece529eadf3f003193a371a875bdf6ed842ea8afde0e2e5618f'
-            '08c32bd8d8ee8f0e22264f61c8ab8e84b71e6a2f9c4994439540758c0bf61d83'
+            '023a61cdf160ca98dc9a0222c1e82c98a1cc09ddfe2c04020a3c30a9b568107e'
             'eb1aaa49b9d5cdf35985a0803129b39145f81a4f1499f6e7f2afd8d31017b694'
             '1c69ed79eeef0c0dcf68ce3086a0e372260d2fed94c93c7711e0682b2bcaae39'
             '29adcb9fac02b77f93ec36c2003ae930cc0a6ee1884d002c280480b5e8f22261'
diff --git a/aufs5-base.patch b/aufs5-base.patch
index 031283c2eef9b08cd38865ba2a36c119b2bf1d07..94e3b345e0b97203d72245374fe6c28fa64f9415 100644
--- a/aufs5-base.patch
+++ b/aufs5-base.patch
@@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-2.0
 aufs5.x-rcN base patch
 
 diff --git a/MAINTAINERS b/MAINTAINERS
-index a0d86490c2c6..c2f67b975ce3 100644
+index fcd79fc38928..9751b7b48696 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
 @@ -2919,6 +2919,19 @@ F:	include/linux/audit.h
diff --git a/aufs5-mmap.patch b/aufs5-mmap.patch
index a3a25bda9959a8c7dced5cd5aa5c4b7c76a29205..af585fc1dc44c308935eebaef525a4d7f0419b29 100644
--- a/aufs5-mmap.patch
+++ b/aufs5-mmap.patch
@@ -164,7 +164,7 @@ index 1784478270e1..fb03735cd00e 100644
  	if (page->mapping != inode->i_mapping) {
  		unlock_page(page);
 diff --git a/mm/mmap.c b/mm/mmap.c
-index 6756b8bb0033..aaf773f405ff 100644
+index d681a20eb4ea..36c80ae89cee 100644
 --- a/mm/mmap.c
 +++ b/mm/mmap.c
 @@ -176,7 +176,7 @@ static struct vm_area_struct *remove_vma(struct vm_area_struct *vma)
@@ -176,7 +176,7 @@ index 6756b8bb0033..aaf773f405ff 100644
  	mpol_put(vma_policy(vma));
  	vm_area_free(vma);
  	return next;
-@@ -909,7 +909,7 @@ int __vma_adjust(struct vm_area_struct *vma, unsigned long start,
+@@ -907,7 +907,7 @@ int __vma_adjust(struct vm_area_struct *vma, unsigned long start,
  	if (remove_next) {
  		if (file) {
  			uprobe_munmap(next, next->vm_start, next->vm_end);
@@ -185,7 +185,7 @@ index 6756b8bb0033..aaf773f405ff 100644
  		}
  		if (next->anon_vma)
  			anon_vma_merge(vma, next);
-@@ -1833,8 +1833,8 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
+@@ -1829,8 +1829,8 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
  	return addr;
  
  unmap_and_free_vma:
@@ -195,7 +195,7 @@ index 6756b8bb0033..aaf773f405ff 100644
  
  	/* Undo any partial mapping done by a device driver. */
  	unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end);
-@@ -2663,7 +2663,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2659,7 +2659,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
  		goto out_free_mpol;
  
  	if (new->vm_file)
@@ -204,7 +204,7 @@ index 6756b8bb0033..aaf773f405ff 100644
  
  	if (new->vm_ops && new->vm_ops->open)
  		new->vm_ops->open(new);
-@@ -2682,7 +2682,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2678,7 +2678,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
  	if (new->vm_ops && new->vm_ops->close)
  		new->vm_ops->close(new);
  	if (new->vm_file)
@@ -213,7 +213,7 @@ index 6756b8bb0033..aaf773f405ff 100644
  	unlink_anon_vmas(new);
   out_free_mpol:
  	mpol_put(vma_policy(new));
-@@ -2874,7 +2874,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
+@@ -2870,7 +2870,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
  	struct vm_area_struct *vma;
  	unsigned long populate = 0;
  	unsigned long ret = -EINVAL;
@@ -222,7 +222,7 @@ index 6756b8bb0033..aaf773f405ff 100644
  
  	pr_warn_once("%s (%d) uses deprecated remap_file_pages() syscall. See Documentation/vm/remap_file_pages.rst.\n",
  		     current->comm, current->pid);
-@@ -2949,10 +2949,27 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
+@@ -2945,10 +2945,27 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size,
  		}
  	}
  
@@ -251,7 +251,7 @@ index 6756b8bb0033..aaf773f405ff 100644
  out:
  	up_write(&mm->mmap_sem);
  	if (populate)
-@@ -3243,7 +3260,7 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
+@@ -3239,7 +3256,7 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
  		if (anon_vma_clone(new_vma, vma))
  			goto out_free_mempol;
  		if (new_vma->vm_file)
diff --git a/aufs5.x-rcN-20200224.patch b/aufs5.x-rcN-20200302.patch
similarity index 99%
rename from aufs5.x-rcN-20200224.patch
rename to aufs5.x-rcN-20200302.patch
index 22d88fc99830c7229817dd32f0c67725f817b7e9..4e4d8c4df935a8842cf1fea13fe2fe8e0c58ddfd 100644
--- a/aufs5.x-rcN-20200224.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-02-24 08:58:25.745538508 +0100
++++ linux-5.x-rcN/Documentation/ABI/testing/debugfs-aufs	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.745538508 +0100
++++ linux-5.x-rcN/Documentation/ABI/testing/sysfs-aufs	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.745538508 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/01intro.txt	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.745538508 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/02struct.txt	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.745538508 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/03atomic_open.txt	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/03lookup.txt	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/04branch.txt	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/05wbr_policy.txt	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.dot	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06dirren.txt	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06fhsm.txt	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06mmap.txt	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/06xattr.txt	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/07export.txt	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/08shwh.txt	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/design/10dynop.txt	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.745538508 +0100
++++ linux-5.x-rcN/Documentation/filesystems/aufs/README	2020-03-16 09:23:25.494112381 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/aufs.h	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/branch.c	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/branch.h	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/conf.mk	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/cpup.c	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/cpup.h	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dbgaufs.c	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dbgaufs.h	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dcsub.c	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dcsub.h	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/debug.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/debug.h	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dentry.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dentry.h	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dinfo.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dir.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dir.h	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dirren.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dirren.h	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dynop.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/dynop.h	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/export.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/fhsm.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/file.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/file.h	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/finfo.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/f_op.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/fstype.h	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/hbl.h	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/hfsnotify.c	2020-03-16 09:23:25.500779291 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/hfsplus.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/hnotify.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/iinfo.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/inode.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/inode.h	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/ioctl.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/i_op_add.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/i_op.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/i_op_del.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/i_op_ren.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/Kconfig	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/lcnt.h	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/loop.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/loop.h	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/magic.mk	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.748871772 +0100
++++ linux-5.x-rcN/fs/aufs/Makefile	2020-03-16 09:23:25.497445836 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/module.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/module.h	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/mvdown.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/opts.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/opts.h	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/plink.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/poll.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/posix_acl.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/procfs.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/rdu.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/rwsem.h	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/sbinfo.c	2020-03-16 09:23:25.504112745 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/super.c	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/super.h	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/sysaufs.c	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/sysaufs.h	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.752205035 +0100
++++ linux-5.x-rcN/fs/aufs/sysfs.c	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/fs/aufs/sysrq.c	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/fs/aufs/vdir.c	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/fs/aufs/vfsub.c	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/fs/aufs/vfsub.h	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/fs/aufs/wbr_policy.c	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/fs/aufs/whout.c	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/fs/aufs/whout.h	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/fs/aufs/wkq.c	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/fs/aufs/wkq.h	2020-03-16 09:23:25.507446200 +0100
 @@ -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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/fs/aufs/xattr.c	2020-03-16 09:23:25.507446200 +0100
 @@ -0,0 +1,356 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
@@ -35751,8 +35751,8 @@ 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-02-24 08:58:25.755538298 +0100
-@@ -0,0 +1,1965 @@
++++ linux-5.x-rcN/fs/aufs/xino.c	2020-03-16 09:23:25.507446200 +0100
+@@ -0,0 +1,1966 @@
 +// SPDX-License-Identifier: GPL-2.0
 +/*
 + * Copyright (C) 2005-2020 Junjiro R. Okajima
@@ -37112,7 +37112,8 @@ diff -Naur null/fs/aufs/xino.c linux-5.x-rcN/fs/aufs/xino.c
 +		hlist_bl_lock(hbl);
 +		hlist_bl_for_each_entry_safe(p, pos, n, hbl, node) {
 +			hlist_bl_del(&p->node);
-+			au_kfree_rcu(p);
++			/* kmemleak reported au_kfree_rcu() doesn't free it */
++			kfree(p);
 +		}
 +		hlist_bl_unlock(hbl);
 +	}
@@ -37720,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-02-24 08:58:25.755538298 +0100
++++ linux-5.x-rcN/include/uapi/linux/aufs_type.h	2020-03-16 09:23:25.507446200 +0100
 @@ -0,0 +1,452 @@
 +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 +/*
@@ -37764,7 +37765,7 @@ diff -Naur null/include/uapi/linux/aufs_type.h linux-5.x-rcN/include/uapi/linux/
 +#include <limits.h>
 +#endif /* __KERNEL__ */
 +
-+#define AUFS_VERSION	"5.x-rcN-20200224"
++#define AUFS_VERSION	"5.x-rcN-20200302"
 +
 +/* todo? move this to linux-2.6.19/include/magic.h */
 +#define AUFS_SUPER_MAGIC	('a' << 24 | 'u' << 16 | 'f' << 8 | 's')