Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Aufs5 Standalone
Commits
25f304c2
Commit
25f304c2
authored
Jun 21, 2020
by
J. R. Okajima
Browse files
5.0 20200622
Signed-off-by:
J. R. Okajima
<
hooanon05g@gmail.com
>
parent
a9d56d5d
Changes
7
Hide whitespace changes
Inline
Side-by-side
aufs5-base.patch
View file @
25f304c2
...
...
@@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-2.0
aufs5.0 base patch
diff --git a/MAINTAINERS b/MAINTAINERS
index dce5c099f43c..d10f05c88860 100644
index dce5c099f43c
3
..d10f05c88860
a
100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2635,6 +2635,19 @@
F: include/linux/audit.h
...
...
@@ -26,7 +26,7 @@ index dce5c099f43c..d10f05c88860 100644
M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
S: Maintained
diff --git a/drivers/block/loop.c b/drivers/block/loop.c
index cf5538942834..a271e17e4b10 100644
index cf5538942834
0
..a271e17e4b10
f
100644
--- a/drivers/block/loop.c
+++ b/drivers/block/loop.c
@@ -738,6 +738,24 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
...
...
@@ -55,7 +55,7 @@ index cf5538942834..a271e17e4b10 100644
static ssize_t loop_attr_show(struct device *dev, char *page,
diff --git a/fs/dcache.c b/fs/dcache.c
index aac41adf4743..fc18967c2522 100644
index aac41adf4743
3
..fc18967c2522
7
100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1247,7 +1247,7 @@
enum d_walk_ret {
...
...
@@ -68,7 +68,7 @@ index aac41adf4743..fc18967c2522 100644
{
struct dentry *this_parent;
diff --git a/fs/fcntl.c b/fs/fcntl.c
index 083185174c6d..7828d53148a7 100644
index 083185174c6d
1
..7828d53148a7
9
100644
--- a/fs/fcntl.c
+++ b/fs/fcntl.c
@@ -32,7 +32,7 @@
...
...
@@ -90,7 +90,7 @@ index 083185174c6d..7828d53148a7 100644
return error;
diff --git a/fs/inode.c b/fs/inode.c
index 73432e64f874..4a1756b8b4bd 100644
index 73432e64f874
6
..4a1756b8b4bd
e
100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -1657,7 +1657,7 @@
EXPORT_SYMBOL(generic_update_time);
...
...
@@ -103,7 +103,7 @@ index 73432e64f874..4a1756b8b4bd 100644
int (*update_time)(struct inode *, struct timespec64 *, int);
diff --git a/fs/namespace.c b/fs/namespace.c
index 678ef175d63a..9b6a3d0f87a1 100644
index 678ef175d63a
e
..9b6a3d0f87a1
6
100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -768,6 +768,12 @@
static inline int check_mnt(struct mount *mnt)
...
...
@@ -120,7 +120,7 @@ index 678ef175d63a..9b6a3d0f87a1 100644
* vfsmount lock must be held for write
*/
diff --git a/fs/read_write.c b/fs/read_write.c
index ff3c5e6f87cf..d41e5b992eaa 100644
index ff3c5e6f87cf
a
..d41e5b992eaa
1
100644
--- a/fs/read_write.c
+++ b/fs/read_write.c
@@ -489,6 +489,28 @@
ssize_t __vfs_write(struct file *file, const char __user *p, size_t count,
...
...
@@ -153,7 +153,7 @@ index ff3c5e6f87cf..d41e5b992eaa 100644
{
mm_segment_t old_fs;
diff --git a/fs/splice.c b/fs/splice.c
index de2ede048473..5dcf77b8e1b2 100644
index de2ede048473
c
..5dcf77b8e1b2
7
100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -837,8 +837,8 @@
EXPORT_SYMBOL(generic_splice_sendpage);
...
...
@@ -181,7 +181,7 @@ index de2ede048473..5dcf77b8e1b2 100644
ssize_t (*splice_read)(struct file *, loff_t *,
struct pipe_inode_info *, size_t, unsigned int);
diff --git a/fs/sync.c b/fs/sync.c
index b54e0541ad89..28607828e96f 100644
index b54e0541ad89
9
..28607828e96f
2
100644
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -28,7 +28,7 @@
...
...
@@ -194,7 +194,7 @@ index b54e0541ad89..28607828e96f 100644
if (wait)
sync_inodes_sb(sb);
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 29d8e2cfed0e..526424dc746b 100644
index 29d8e2cfed0e
7
..526424dc746b
f
100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1310,6 +1310,7 @@
extern void fasync_free(struct fasync_struct *);
...
...
@@ -243,7 +243,7 @@ index 29d8e2cfed0e..526424dc746b 100644
extern const struct file_operations def_blk_fops;
extern const struct file_operations def_chr_fops;
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
index c5335df2372f..4e48a5059536 100644
index c5335df2372f
3
..4e48a5059536
0
100644
--- a/include/linux/lockdep.h
+++ b/include/linux/lockdep.h
@@ -306,6 +306,8 @@
static inline int lockdep_match_key(struct lockdep_map *lock,
...
...
@@ -264,7 +264,7 @@ index c5335df2372f..4e48a5059536 100644
#define lockdep_assert_held(l) do { (void)(l); } while (0)
diff --git a/include/linux/mnt_namespace.h b/include/linux/mnt_namespace.h
index 35942084cd40..24f5fd1a789d 100644
index 35942084cd40
d
..24f5fd1a789d
e
100644
--- a/include/linux/mnt_namespace.h
+++ b/include/linux/mnt_namespace.h
@@ -6,11 +6,14 @@
...
...
@@ -283,7 +283,7 @@ index 35942084cd40..24f5fd1a789d 100644
extern const struct file_operations proc_mountinfo_operations;
extern const struct file_operations proc_mountstats_operations;
diff --git a/include/linux/splice.h b/include/linux/splice.h
index 74b4911ac16d..19789fbea567 100644
index 74b4911ac16d
d
..19789fbea567
5
100644
--- a/include/linux/splice.h
+++ b/include/linux/splice.h
@@ -87,4 +87,10 @@
extern void splice_shrink_spd(struct splice_pipe_desc *);
...
...
@@ -298,7 +298,7 @@ index 74b4911ac16d..19789fbea567 100644
+ unsigned int flags);
#endif
diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c
index 95932333a48b..516ab7da26fb 100644
index 95932333a48b
1
..516ab7da26fb
d
100644
--- a/kernel/locking/lockdep.c
+++ b/kernel/locking/lockdep.c
@@ -143,7 +143,7 @@
static
...
...
aufs5-kbuild.patch
View file @
25f304c2
...
...
@@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-2.0
aufs5.0 kbuild patch
diff --git a/fs/Kconfig b/fs/Kconfig
index ac474a61be37..284cee954591 100644
index ac474a61be37
9
..284cee954591
e
100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -255,6 +255,7 @@
source "fs/pstore/Kconfig"
...
...
@@ -14,7 +14,7 @@ index ac474a61be37..284cee954591 100644
endif # MISC_FILESYSTEMS
diff --git a/fs/Makefile b/fs/Makefile
index 293733f61594..12d19d0de07a 100644
index 293733f61594
b
..12d19d0de07a
6
100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -128,3 +128,4 @@
obj-y += exofs/ # Multiple modules
...
...
aufs5-loopback.patch
View file @
25f304c2
...
...
@@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-2.0
aufs5.0 loopback patch
diff --git a/drivers/block/loop.c b/drivers/block/loop.c
index a271e17e4b10..ee17c7577224 100644
index a271e17e4b10
f
..ee17c7577224
4
100644
--- a/drivers/block/loop.c
+++ b/drivers/block/loop.c
@@ -625,6 +625,15 @@
static inline void loop_update_dio(struct loop_device *lo)
...
...
@@ -140,7 +140,7 @@ index a271e17e4b10..ee17c7577224 100644
}
diff --git a/drivers/block/loop.h b/drivers/block/loop.h
index af75a5ee4094..1d847cb194ff 100644
index af75a5ee4094
4
..1d847cb194ff
6
100644
--- a/drivers/block/loop.h
+++ b/drivers/block/loop.h
@@ -46,7 +46,7 @@
struct loop_device {
...
...
@@ -153,7 +153,7 @@ index af75a5ee4094..1d847cb194ff 100644
void *key_data;
diff --git a/fs/aufs/f_op.c b/fs/aufs/f_op.c
index 6fb4a4ed8cc7..ba9a959f2db2 100644
index 6fb4a4ed8cc7
f
..ba9a959f2db2
7
100644
--- a/fs/aufs/f_op.c
+++ b/fs/aufs/f_op.c
@@ -359,7 +359,7 @@
static ssize_t aufs_read_iter(struct kiocb *kio, struct iov_iter *iov_iter)
...
...
@@ -166,7 +166,7 @@ index 6fb4a4ed8cc7..ba9a959f2db2 100644
if (file->f_mapping != h_file->f_mapping) {
file->f_mapping = h_file->f_mapping;
diff --git a/fs/aufs/loop.c b/fs/aufs/loop.c
index 50e80bd1d589..d0f9777267f9 100644
index 50e80bd1d589
d
..d0f9777267f9
9
100644
--- a/fs/aufs/loop.c
+++ b/fs/aufs/loop.c
@@ -133,3 +133,19 @@
void au_loopback_fin(void)
...
...
@@ -190,7 +190,7 @@ index 50e80bd1d589..d0f9777267f9 100644
+ return f;
+}
diff --git a/fs/aufs/loop.h b/fs/aufs/loop.h
index 94f4f80ae33b..ca1194354aff 100644
index 94f4f80ae33b
f
..ca1194354aff
4
100644
--- a/fs/aufs/loop.h
+++ b/fs/aufs/loop.h
@@ -26,6 +26,8 @@
void au_warn_loopback(struct super_block *h_sb);
...
...
@@ -212,7 +212,7 @@ index 94f4f80ae33b..ca1194354aff 100644
#endif /* __KERNEL__ */
diff --git a/fs/aufs/super.c b/fs/aufs/super.c
index e3b81808a78a..eff4f475de06 100644
index e3b81808a78a
7
..eff4f475de06
0
100644
--- a/fs/aufs/super.c
+++ b/fs/aufs/super.c
@@ -846,7 +846,10 @@
static const struct super_operations aufs_sop = {
...
...
@@ -228,7 +228,7 @@ index e3b81808a78a..eff4f475de06 100644
/* ---------------------------------------------------------------------- */
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 526424dc746b..d46a9b0222c4 100644
index 526424dc746b
f
..d46a9b0222c4
c
100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1937,6 +1937,10 @@
struct super_operations {
...
...
aufs5-mmap.patch
View file @
25f304c2
...
...
@@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-2.0
aufs5.0 mmap patch
diff --git a/fs/proc/base.c b/fs/proc/base.c
index f5ed9512d193..e8f8e59d93bb 100644
index f5ed9512d193
a
..e8f8e59d93bb
5
100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -2014,7 +2014,7 @@
static int map_files_get_link(struct dentry *dentry, struct path *path)
...
...
@@ -15,7 +15,7 @@ index f5ed9512d193..e8f8e59d93bb 100644
rc = 0;
}
diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c
index 3b63be64e436..fb9913bf3d10 100644
index 3b63be64e436
4
..fb9913bf3d10
d
100644
--- a/fs/proc/nommu.c
+++ b/fs/proc/nommu.c
@@ -45,7 +45,10 @@
static int nommu_region_show(struct seq_file *m, struct vm_region *region)
...
...
@@ -31,7 +31,7 @@ index 3b63be64e436..fb9913bf3d10 100644
ino = inode->i_ino;
}
diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c
index 85b0ef890b28..0f7fb8138160 100644
index 85b0ef890b28
0
..0f7fb8138160
c
100644
--- a/fs/proc/task_mmu.c
+++ b/fs/proc/task_mmu.c
@@ -305,7 +305,10 @@
show_map_vma(struct seq_file *m, struct vm_area_struct *vma)
...
...
@@ -56,7 +56,7 @@ index 85b0ef890b28..0f7fb8138160 100644
struct mm_walk walk = {
.hugetlb_entry = gather_hugetlb_stats,
diff --git a/fs/proc/task_nommu.c b/fs/proc/task_nommu.c
index 0b63d68dedb2..400d1c594ceb 100644
index 0b63d68dedb2
a
..400d1c594ceb
3
100644
--- a/fs/proc/task_nommu.c
+++ b/fs/proc/task_nommu.c
@@ -155,7 +155,10 @@
static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma)
...
...
@@ -72,7 +72,7 @@ index 0b63d68dedb2..400d1c594ceb 100644
ino = inode->i_ino;
pgoff = (loff_t)vma->vm_pgoff << PAGE_SHIFT;
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 80bb6408fe73..59a1ea611ba7 100644
index 80bb6408fe73
a
..59a1ea611ba7
7
100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -1518,6 +1518,28 @@
static inline void unmap_shared_mapping_range(struct address_space *mapping,
...
...
@@ -105,7 +105,7 @@ index 80bb6408fe73..59a1ea611ba7 100644
void *buf, int len, unsigned int gup_flags);
extern int access_remote_vm(struct mm_struct *mm, unsigned long addr,
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h
index 2c471a2c43fa..c6e7aa6996ff 100644
index 2c471a2c43fa
7
..c6e7aa6996ff
d
100644
--- a/include/linux/mm_types.h
+++ b/include/linux/mm_types.h
@@ -244,6 +244,7 @@
struct vm_region {
...
...
@@ -125,7 +125,7 @@ index 2c471a2c43fa..c6e7aa6996ff 100644
atomic_long_t swap_readahead_info;
diff --git a/kernel/fork.c b/kernel/fork.c
index b69248e6f0e0..099b89978dd3 100644
index b69248e6f0e0
2
..099b89978dd3
5
100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -547,7 +547,7 @@
static __latent_entropy int dup_mmap(struct mm_struct *mm,
...
...
@@ -138,7 +138,7 @@ index b69248e6f0e0..099b89978dd3 100644
atomic_dec(&inode->i_writecount);
i_mmap_lock_write(mapping);
diff --git a/mm/Makefile b/mm/Makefile
index d210cc9d6f80..e77e80ce7298 100644
index d210cc9d6f80
0
..e77e80ce7298
b
100644
--- a/mm/Makefile
+++ b/mm/Makefile
@@ -39,7 +39,7 @@
obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
...
...
@@ -151,7 +151,7 @@ index d210cc9d6f80..e77e80ce7298 100644
obj-y += init-mm.o
obj-y += memblock.o
diff --git a/mm/filemap.c b/mm/filemap.c
index 9f5e323e883e..90db684a7cf4 100644
index 9f5e323e883e
6
..90db684a7cf4
c
100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -2677,7 +2677,7 @@
vm_fault_t filemap_page_mkwrite(struct vm_fault *vmf)
...
...
@@ -164,7 +164,7 @@ index 9f5e323e883e..90db684a7cf4 100644
if (page->mapping != inode->i_mapping) {
unlock_page(page);
diff --git a/mm/mmap.c b/mm/mmap.c
index fc1809b1bed6..8f62e47a60ea 100644
index fc1809b1bed6
7
..8f62e47a60ea
d
100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -180,7 +180,7 @@
static struct vm_area_struct *remove_vma(struct vm_area_struct *vma)
...
...
@@ -261,7 +261,7 @@ index fc1809b1bed6..8f62e47a60ea 100644
new_vma->vm_ops->open(new_vma);
vma_link(mm, new_vma, prev, rb_link, rb_parent);
diff --git a/mm/nommu.c b/mm/nommu.c
index 749276beb109..c7957f06fbc4 100644
index 749276beb109
4
..c7957f06fbc4
6
100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -625,7 +625,7 @@
static void __put_nommu_region(struct vm_region *region)
...
...
@@ -306,7 +306,7 @@ index 749276beb109..c7957f06fbc4 100644
diff --git a/mm/prfile.c b/mm/prfile.c
new file mode 100644
index 000000000000..00d51187c325
index 000000000000
0
..00d51187c325
0
--- /dev/null
+++ b/mm/prfile.c
@@ -0,0 +1,86 @@
...
...
aufs5-standalone.patch
View file @
25f304c2
...
...
@@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-2.0
aufs5.0 standalone patch
diff --git a/fs/dcache.c b/fs/dcache.c
index fc18967c2522..50eb587c1253 100644
index fc18967c2522
7
..50eb587c1253
8
100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1352,6 +1352,7 @@
void d_walk(struct dentry *parent, void *data,
...
...
@@ -22,7 +22,7 @@ index fc18967c2522..50eb587c1253 100644
/**
* d_ancestor - search for an ancestor
diff --git a/fs/exec.c b/fs/exec.c
index fb72d36f7823..7ce68004cbf8 100644
index fb72d36f7823
e
..7ce68004cbf8
c
100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -109,6 +109,7 @@
bool path_noexec(const struct path *path)
...
...
@@ -34,7 +34,7 @@ index fb72d36f7823..7ce68004cbf8 100644
#ifdef CONFIG_USELIB
/*
diff --git a/fs/fcntl.c b/fs/fcntl.c
index 7828d53148a7..efd8e2e9c0fa 100644
index 7828d53148a7
9
..efd8e2e9c0fa
7
100644
--- a/fs/fcntl.c
+++ b/fs/fcntl.c
@@ -85,6 +85,7 @@
int setfl(int fd, struct file *filp, unsigned long arg)
...
...
@@ -46,7 +46,7 @@ index 7828d53148a7..efd8e2e9c0fa 100644
static void f_modown(struct file *filp, struct pid *pid, enum pid_type type,
int force)
diff --git a/fs/file_table.c b/fs/file_table.c
index 5679e7fcb6b0..961eec3df1eb 100644
index 5679e7fcb6b0
a
..961eec3df1eb
3
100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -161,6 +161,7 @@
struct file *alloc_empty_file(int flags, const struct cred *cred)
...
...
@@ -74,7 +74,7 @@ index 5679e7fcb6b0..961eec3df1eb 100644
void __init files_init(void)
{
diff --git a/fs/inode.c b/fs/inode.c
index 4a1756b8b4bd..6e51d5f9b9f3 100644
index 4a1756b8b4bd
e
..6e51d5f9b9f3
e
100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -1666,6 +1666,7 @@
int update_time(struct inode *inode, struct timespec64 *time, int flags)
...
...
@@ -86,7 +86,7 @@ index 4a1756b8b4bd..6e51d5f9b9f3 100644
/**
* touch_atime - update the access time
diff --git a/fs/namespace.c b/fs/namespace.c
index 9b6a3d0f87a1..8c4d3d56f2df 100644
index 9b6a3d0f87a1
6
..8c4d3d56f2df
f
100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -434,6 +434,7 @@
void __mnt_drop_write(struct vfsmount *mnt)
...
...
@@ -114,7 +114,7 @@ index 9b6a3d0f87a1..8c4d3d56f2df 100644
static void cleanup_group_ids(struct mount *mnt, struct mount *end)
{
diff --git a/fs/notify/group.c b/fs/notify/group.c
index c03b83662876..94d210ca384a 100644
index c03b83662876
9
..94d210ca384a
6
100644
--- a/fs/notify/group.c
+++ b/fs/notify/group.c
@@ -112,6 +112,7 @@
void fsnotify_get_group(struct fsnotify_group *group)
...
...
@@ -142,7 +142,7 @@ index c03b83662876..94d210ca384a 100644
int fsnotify_fasync(int fd, struct file *file, int on)
{
diff --git a/fs/notify/mark.c b/fs/notify/mark.c
index d2dd16cb5989..cf709b7d611a 100644
index d2dd16cb5989
1
..cf709b7d611a
c
100644
--- a/fs/notify/mark.c
+++ b/fs/notify/mark.c
@@ -289,6 +289,7 @@
void fsnotify_put_mark(struct fsnotify_mark *mark)
...
...
@@ -178,7 +178,7 @@ index d2dd16cb5989..cf709b7d611a 100644
/*
* Destroy all marks in destroy_list, waits for SRCU period to finish before
diff --git a/fs/open.c b/fs/open.c
index 0285ce7dbd51..cb81623a8b09 100644
index 0285ce7dbd51
5
..cb81623a8b09
e
100644
--- a/fs/open.c
+++ b/fs/open.c
@@ -64,6 +64,7 @@
int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs,
...
...
@@ -190,7 +190,7 @@ index 0285ce7dbd51..cb81623a8b09 100644
long vfs_truncate(const struct path *path, loff_t length)
{
diff --git a/fs/read_write.c b/fs/read_write.c
index d41e5b992eaa..bf0538e67b41 100644
index d41e5b992eaa
1
..bf0538e67b41
1
100644
--- a/fs/read_write.c
+++ b/fs/read_write.c
@@ -459,6 +459,7 @@
ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos)
...
...
@@ -226,7 +226,7 @@ index d41e5b992eaa..bf0538e67b41 100644
static inline loff_t file_pos_read(struct file *file)
{
diff --git a/fs/splice.c b/fs/splice.c
index 5dcf77b8e1b2..63fe2652c67d 100644
index 5dcf77b8e1b2
7
..63fe2652c67d
6
100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -850,6 +850,7 @@
long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
...
...
@@ -246,7 +246,7 @@ index 5dcf77b8e1b2..63fe2652c67d 100644
/**
* splice_direct_to_actor - splices data directly between two non-pipes
diff --git a/fs/sync.c b/fs/sync.c
index 28607828e96f..ffd7ea43831e 100644
index 28607828e96f
2
..ffd7ea43831e
a
100644
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -39,6 +39,7 @@
int __sync_filesystem(struct super_block *sb, int wait)
...
...
@@ -258,7 +258,7 @@ index 28607828e96f..ffd7ea43831e 100644
/*
* Write out and wait upon all dirty data associated with this
diff --git a/fs/xattr.c b/fs/xattr.c
index 0d6a6a4af861..7ce4701b7289 100644
index 0d6a6a4af861
6
..7ce4701b7289
d
100644
--- a/fs/xattr.c
+++ b/fs/xattr.c
@@ -295,6 +295,7 @@
vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value,
...
...
@@ -270,7 +270,7 @@ index 0d6a6a4af861..7ce4701b7289 100644
ssize_t
__vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name,
diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c
index 516ab7da26fb..c4f72e461d28 100644
index 516ab7da26fb
d
..c4f72e461d28
d
100644
--- a/kernel/locking/lockdep.c
+++ b/kernel/locking/lockdep.c
@@ -154,6 +154,7 @@
inline struct lock_class *lockdep_hlock_class(struct held_lock *hlock)
...
...
@@ -282,7 +282,7 @@ index 516ab7da26fb..c4f72e461d28 100644
#ifdef CONFIG_LOCK_STAT
diff --git a/kernel/task_work.c b/kernel/task_work.c
index 0fef395662a6..83fb1ecfc33d 100644
index 0fef395662a6
e
..83fb1ecfc33d
e
100644
--- a/kernel/task_work.c
+++ b/kernel/task_work.c
@@ -116,3 +116,4 @@
void task_work_run(void)
...
...
@@ -291,7 +291,7 @@ index 0fef395662a6..83fb1ecfc33d 100644
}
+EXPORT_SYMBOL_GPL(task_work_run);
diff --git a/security/device_cgroup.c b/security/device_cgroup.c
index cd97929fac66..20c59b2e3b26 100644
index cd97929fac66
3
..20c59b2e3b26
1
100644
--- a/security/device_cgroup.c
+++ b/security/device_cgroup.c
@@ -824,3 +824,4 @@
int __devcgroup_check_permission(short type, u32 major, u32 minor,
...
...
@@ -300,7 +300,7 @@ index cd97929fac66..20c59b2e3b26 100644
}
+EXPORT_SYMBOL_GPL(__devcgroup_check_permission);
diff --git a/security/security.c b/security/security.c
index 55bc49027ba9..463d09840532 100644
index 55bc49027ba9
7
..463d09840532
0
100644
--- a/security/security.c
+++ b/security/security.c
@@ -566,6 +566,7 @@
int security_path_rmdir(const struct path *dir, struct dentry *dentry)
...
...
include/uapi/linux/aufs_type.h
View file @
25f304c2
...
...
@@ -40,7 +40,7 @@
#include <limits.h>
#endif
/* __KERNEL__ */
#define AUFS_VERSION "5.0-20200
518
"
#define AUFS_VERSION "5.0-20200
622
"
/* todo? move this to linux-2.6.19/include/magic.h */
#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's')
...
...
lockdep-debug.patch
View file @
25f304c2
...
...
@@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-2.0
aufs5.0 lockdep patch
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
index 4e48a5059536..a49002622451 100644
index 4e48a5059536
0
..a49002622451
6
100644
--- a/include/linux/lockdep.h
+++ b/include/linux/lockdep.h
@@ -17,7 +17,7 @@
struct lockdep_map;
...
...
@@ -15,7 +15,7 @@ index 4e48a5059536..a49002622451 100644
#include <linux/types.h>
diff --git a/include/linux/rculist.h b/include/linux/rculist.h
index e91ec9ddcd30..7c63916d235d 100644
index e91ec9ddcd30
a
..7c63916d235d
7
100644
--- a/include/linux/rculist.h
+++ b/include/linux/rculist.h
@@ -131,6 +131,16 @@
static inline void list_del_rcu(struct list_head *entry)
...
...
@@ -36,7 +36,7 @@ index e91ec9ddcd30..7c63916d235d 100644
* hlist_del_init_rcu - deletes entry from hash list with re-initialization
* @n: the element to delete from the hash list.
diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c
index c4f72e461d28..b4f4ba8ac9b2 100644
index c4f72e461d28
d
..b4f4ba8ac9b2
4
100644
--- a/kernel/locking/lockdep.c
+++ b/kernel/locking/lockdep.c
@@ -737,6 +739,58 @@
static bool assign_lock_key(struct lockdep_map *lock)
...
...
@@ -163,7 +163,7 @@ index c4f72e461d28..b4f4ba8ac9b2 100644
RCU_INIT_POINTER(class->key, NULL);
RCU_INIT_POINTER(class->name, NULL);
diff --git a/kernel/locking/lockdep_internals.h b/kernel/locking/lockdep_internals.h
index 88c847a41c8a..c671d55b71bf 100644
index 88c847a41c8a
e
..c671d55b71bf
9
100644
--- a/kernel/locking/lockdep_internals.h
+++ b/kernel/locking/lockdep_internals.h
@@ -67,15 +67,15 @@
enum {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment