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
ccc52023
Commit
ccc52023
authored
Jan 09, 2021
by
J. R. Okajima
Browse files
5.x-rcN 20210111
Signed-off-by:
J. R. Okajima
<
hooanon05g@gmail.com
>
parent
b61ab560
Changes
8
Hide whitespace changes
Inline
Side-by-side
aufs5-base.patch
View file @
ccc52023
...
...
@@ -2,10 +2,10 @@ SPDX-License-Identifier: GPL-2.0
aufs5.x-rcN base patch
diff --git a/MAINTAINERS b/MAINTAINERS
index
281de213ef478..ffc3c1c539ea2
100644
index
6eff4f720c721..7565ff817bef8
100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -30
0
9,6 +30
0
9,19 @@
F: include/linux/audit.h
@@ -30
1
9,6 +30
1
9,19 @@
F: include/linux/audit.h
F: include/uapi/linux/audit.h
F: kernel/audit*
...
...
@@ -26,10 +26,10 @@ index 281de213ef478..ffc3c1c539ea2 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
a58084c2ed7ce..7be7ca3f54547
100644
index
e5ff328f09175..39d539df0349d
100644
--- a/drivers/block/loop.c
+++ b/drivers/block/loop.c
@@ -76
5
,6 +76
5
,24 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
@@ -76
1
,6 +76
1
,24 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
return error;
}
...
...
@@ -55,10 +55,10 @@ index a58084c2ed7ce..7be7ca3f54547 100644
static ssize_t loop_attr_show(struct device *dev, char *page,
diff --git a/fs/dcache.c b/fs/dcache.c
index
ea0485861d937..ddca6240e0db4
100644
index
97e81a844a966..a7522ebbca659
100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -12
85
,7 +12
85
,7 @@
enum d_walk_ret {
@@ -12
92
,7 +12
92
,7 @@
enum d_walk_ret {
*
* The @enter() callbacks are called with d_lock held.
*/
...
...
@@ -68,7 +68,7 @@ index ea0485861d937..ddca6240e0db4 100644
{
struct dentry *this_parent;
diff --git a/fs/fcntl.c b/fs/fcntl.c
index
19ac5baad50fd..073ca6af500f3
100644
index
05b36b28f2e87..e747a47a97da4
100644
--- a/fs/fcntl.c
+++ b/fs/fcntl.c
@@ -32,7 +32,7 @@
...
...
@@ -90,10 +90,10 @@ index 19ac5baad50fd..073ca6af500f3 100644
return error;
diff --git a/fs/inode.c b/fs/inode.c
index
9d78c37b00b81..e7f0c614a58f3
100644
index
6442d97d9a4ab..e4a25c3fa9e55
100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -17
70
,7 +17
70
,7 @@
EXPORT_SYMBOL(generic_update_time);
@@ -17
69
,7 +17
69
,7 @@
EXPORT_SYMBOL(generic_update_time);
* This does the actual work of updating an inodes time or version. Must have
* had called mnt_want_write() before calling this.
*/
...
...
@@ -103,7 +103,7 @@ index 9d78c37b00b81..e7f0c614a58f3 100644
if (inode->i_op->update_time)
return inode->i_op->update_time(inode, time, flags);
diff --git a/fs/namespace.c b/fs/namespace.c
index
cebaa3e817940..451dee24a546a
100644
index
d2db7dfe232b3..6c617ee06d723
100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -792,6 +792,12 @@
static inline int check_mnt(struct mount *mnt)
...
...
@@ -161,10 +161,10 @@ index 1373a610dc784..b7b5a0a0df6ff 100644
if (wait)
sync_inodes_sb(sb);
diff --git a/include/linux/fs.h b/include/linux/fs.h
index
8667d0cdc71e7..837dd6e727e45
100644
index
fd47deea7c176..91f3fbe5b57ff
100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -133
2
,6 +133
2
,7 @@
extern void fasync_free(struct fasync_struct *);
@@ -133
0
,6 +133
0
,7 @@
extern void fasync_free(struct fasync_struct *);
/* can be called from interrupts */
extern void kill_fasync(struct fasync_struct **, int, int);
...
...
@@ -172,7 +172,7 @@ index 8667d0cdc71e7..837dd6e727e45 100644
extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
extern int f_setown(struct file *filp, unsigned long arg, int force);
extern void f_delown(struct file *filp);
@@ -184
3
,6 +184
4
,7 @@
struct file_operations {
@@ -184
1
,6 +184
2
,7 @@
struct file_operations {
ssize_t (*sendpage) (struct file *, struct page *, int, size_t, loff_t *, int);
unsigned long (*get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long);
int (*check_flags)(int);
...
...
@@ -180,7 +180,7 @@ index 8667d0cdc71e7..837dd6e727e45 100644
int (*flock) (struct file *, int, struct file_lock *);
ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int);
ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, size_t, unsigned int);
@@ -232
8
,6 +23
30
,7 @@
extern int current_umask(void);
@@ -232
6
,6 +23
28
,7 @@
extern int current_umask(void);
extern void ihold(struct inode * inode);
extern void iput(struct inode *);
extern int generic_update_time(struct inode *, struct timespec64 *, int);
...
...
@@ -188,7 +188,7 @@ index 8667d0cdc71e7..837dd6e727e45 100644
/* /sys/fs */
extern struct kobject *fs_kobj;
@@ -256
4
,6 +256
7
,7 @@
static inline bool sb_is_blkdev_sb(struct super_block *sb)
@@ -256
2
,6 +256
5
,7 @@
static inline bool sb_is_blkdev_sb(struct super_block *sb)
}
void emergency_thaw_all(void);
...
...
@@ -197,7 +197,7 @@ index 8667d0cdc71e7..837dd6e727e45 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
f5594879175a6..93bb861981675
100644
index
b9e9adec73e8b..e152c49cc3163
100644
--- a/include/linux/lockdep.h
+++ b/include/linux/lockdep.h
@@ -241,6 +241,8 @@
static inline int lockdep_match_key(struct lockdep_map *lock,
...
...
@@ -209,14 +209,6 @@ index f5594879175a6..93bb861981675 100644
/*
* Acquire a lock.
*
@@ -375,6 +377,7 @@
static inline void lockdep_unregister_key(struct lock_class_key *key)
#define lockdep_depth(tsk) (0)
+#define lockdep_is_held(lock) (1)
#define lockdep_is_held_type(l, r) (1)
#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 8f882f5881e87..6b9808f098435 100644
--- a/include/linux/mnt_namespace.h
...
...
aufs5-loopback.patch
View file @
ccc52023
...
...
@@ -2,10 +2,10 @@ SPDX-License-Identifier: GPL-2.0
aufs5.x-rcN loopback patch
diff --git a/drivers/block/loop.c b/drivers/block/loop.c
index
7be7ca3f54547..a163aeade6148
100644
index
39d539df0349d..4109efe2f6a3a
100644
--- a/drivers/block/loop.c
+++ b/drivers/block/loop.c
@@ -6
50
,6 +6
50
,15 @@
static inline void loop_update_dio(struct loop_device *lo)
@@ -6
46
,6 +6
46
,15 @@
static inline void loop_update_dio(struct loop_device *lo)
lo->use_dio);
}
...
...
@@ -21,7 +21,7 @@ index 7be7ca3f54547..a163aeade6148 100644
static void loop_reread_partitions(struct loop_device *lo,
struct block_device *bdev)
{
@@ -70
5
,6 +71
4
,7 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
@@ -70
1
,6 +71
0
,7 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
unsigned int arg)
{
struct file *file = NULL, *old_file;
...
...
@@ -29,7 +29,7 @@ index 7be7ca3f54547..a163aeade6148 100644
int error;
bool partscan;
@@ -72
4
,12 +73
4
,19 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
@@ -72
0
,12 +73
0
,19 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
file = fget(arg);
if (!file)
goto out_err;
...
...
@@ -49,7 +49,7 @@ index 7be7ca3f54547..a163aeade6148 100644
error = -EINVAL;
@@ -7
41
,6 +75
8
,7 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
@@ -7
37
,6 +75
4
,7 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
blk_mq_freeze_queue(lo->lo_queue);
mapping_set_gfp_mask(old_file->f_mapping, lo->old_gfp_mask);
lo->lo_backing_file = file;
...
...
@@ -57,7 +57,7 @@ index 7be7ca3f54547..a163aeade6148 100644
lo->old_gfp_mask = mapping_gfp_mask(file->f_mapping);
mapping_set_gfp_mask(file->f_mapping,
lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS));
@@ -75
4
,6 +7
72
,8 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
@@ -75
0
,6 +7
68
,8 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
* dependency.
*/
fput(old_file);
...
...
@@ -66,7 +66,7 @@ index 7be7ca3f54547..a163aeade6148 100644
if (partscan)
loop_reread_partitions(lo, bdev);
return 0;
@@ -7
62
,6 +78
2
,8 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
@@ -7
58
,6 +7
7
8,8 @@
static int loop_change_fd(struct loop_device *lo, struct block_device *bdev,
mutex_unlock(&loop_ctl_mutex);
if (file)
fput(file);
...
...
@@ -75,7 +75,7 @@ index 7be7ca3f54547..a163aeade6148 100644
return error;
}
@@ -10
90
,7 +11
12
,7 @@
static int loop_configure(struct loop_device *lo, fmode_t mode,
@@ -10
84
,7 +11
06
,7 @@
static int loop_configure(struct loop_device *lo, fmode_t mode,
struct block_device *bdev,
const struct loop_config *config)
{
...
...
@@ -83,8 +83,8 @@ index 7be7ca3f54547..a163aeade6148 100644
+ struct file *file, *f, *virt_file = NULL;
struct inode *inode;
struct address_space *mapping;
struct block_device *claimed_bdev = NULL
;
@@ -1
106
,6 +112
8
,12 @@
static int loop_configure(struct loop_device *lo, fmode_t mode,
int error
;
@@ -1
099
,6 +112
1
,12 @@
static int loop_configure(struct loop_device *lo, fmode_t mode,
file = fget(config->fd);
if (!file)
goto out;
...
...
@@ -97,7 +97,7 @@ index 7be7ca3f54547..a163aeade6148 100644
/*
* If we don't hold exclusive handle for the device, upgrade to it
@@ -11
61
,6 +118
9
,7 @@
static int loop_configure(struct loop_device *lo, fmode_t mode,
@@ -11
53
,6 +118
1
,7 @@
static int loop_configure(struct loop_device *lo, fmode_t mode,
lo->use_dio = lo->lo_flags & LO_FLAGS_DIRECT_IO;
lo->lo_device = bdev;
lo->lo_backing_file = file;
...
...
@@ -105,8 +105,8 @@ index 7be7ca3f54547..a163aeade6148 100644
lo->old_gfp_mask = mapping_gfp_mask(mapping);
mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS));
@@ -12
14
,6 +12
4
3,8 @@
static int loop_configure(struct loop_device *lo, fmode_t mode,
bd_abort_claiming(bdev,
claimed_bdev,
loop_configure);
@@ -12
03
,6 +123
2
,8 @@
static int loop_configure(struct loop_device *lo, fmode_t mode,
bd_abort_claiming(bdev, loop_configure);
out_putf:
fput(file);
+ if (virt_file)
...
...
@@ -114,7 +114,7 @@ index 7be7ca3f54547..a163aeade6148 100644
out:
/* This is safe: open() is still holding a reference. */
module_put(THIS_MODULE);
@@ -122
3
,6 +12
5
4,7 @@
static int loop_configure(struct loop_device *lo, fmode_t mode,
@@ -12
1
2,6 +124
3
,7 @@
static int loop_configure(struct loop_device *lo, fmode_t mode,
static int __loop_clr_fd(struct loop_device *lo, bool release)
{
struct file *filp = NULL;
...
...
@@ -122,7 +122,7 @@ index 7be7ca3f54547..a163aeade6148 100644
gfp_t gfp = lo->old_gfp_mask;
struct block_device *bdev = lo->lo_device;
int err = 0;
@@ -12
46
,6 +127
8
,7 @@
static int __loop_clr_fd(struct loop_device *lo, bool release)
@@ -12
35
,6 +12
6
7,7 @@
static int __loop_clr_fd(struct loop_device *lo, bool release)
spin_lock_irq(&lo->lo_lock);
lo->lo_backing_file = NULL;
...
...
@@ -130,7 +130,7 @@ index 7be7ca3f54547..a163aeade6148 100644
spin_unlock_irq(&lo->lo_lock);
loop_release_xfer(lo);
@@ -13
29
,6 +13
62
,8 @@
static int __loop_clr_fd(struct loop_device *lo, bool release)
@@ -13
17
,6 +13
50
,8 @@
static int __loop_clr_fd(struct loop_device *lo, bool release)
*/
if (filp)
fput(filp);
...
...
@@ -228,10 +228,10 @@ index 589dd01220201..801e0a7faec59 100644
/* ---------------------------------------------------------------------- */
diff --git a/include/linux/fs.h b/include/linux/fs.h
index
837dd6e727e45..0a05534f8582f
100644
index
91f3fbe5b57ff..ad1b2e44d538b
100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -196
7
,6 +196
7
,10 @@
struct super_operations {
@@ -196
5
,6 +196
5
,10 @@
struct super_operations {
struct shrink_control *);
long (*free_cached_objects)(struct super_block *,
struct shrink_control *);
...
...
aufs5-mmap.patch
View file @
ccc52023
...
...
@@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-2.0
aufs5.x-rcN mmap patch
diff --git a/fs/proc/base.c b/fs/proc/base.c
index b3
62523a9829a..669448bb8a73
8 100644
index b3
422cda2a91e..bda8e8ece720
8 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -2184,7 +2184,7 @@
static int map_files_get_link(struct dentry *dentry, struct path *path)
...
...
@@ -72,10 +72,10 @@ index a6d21fc0033c6..02c2de31196e0 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
db6ae4d3fb4ed..1a632192d9d9
f 100644
index
ecdf8a8cd6aeb..d9b3ec02ecbe
f 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -171
2
,6 +171
2
,28 @@
static inline void unmap_shared_mapping_range(struct address_space *mapping,
@@ -171
5
,6 +171
5
,28 @@
static inline void unmap_shared_mapping_range(struct address_space *mapping,
unmap_mapping_range(mapping, holebegin, holelen, 0);
}
...
...
@@ -105,10 +105,10 @@ index db6ae4d3fb4ed..1a632192d9d9f 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
5a9238f6caad9..ad387c3cb14fc
100644
index
07d9acb5b19c4..2f395ab624f38
100644
--- a/include/linux/mm_types.h
+++ b/include/linux/mm_types.h
@@ -28
0
,6 +28
0
,7 @@
struct vm_region {
@@ -2
7
8,6 +2
7
8,7 @@
struct vm_region {
unsigned long vm_top; /* region allocated to here */
unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */
struct file *vm_file; /* the backing file or NULL */
...
...
@@ -116,7 +116,7 @@ index 5a9238f6caad9..ad387c3cb14fc 100644
int vm_usage; /* region usage count (access under nommu_region_sem) */
bool vm_icache_flushed : 1; /* true if the icache has been flushed for
@@ -35
9
,6 +3
60
,7 @@
struct vm_area_struct {
@@ -35
7
,6 +3
58
,7 @@
struct vm_area_struct {
unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
units */
struct file * vm_file; /* File we map to (can be NULL). */
...
...
@@ -125,10 +125,10 @@ index 5a9238f6caad9..ad387c3cb14fc 100644
#ifdef CONFIG_SWAP
diff --git a/kernel/fork.c b/kernel/fork.c
index
6d266388d3804..dd7f13c3bee7d
100644
index
37720a6d04eaa..982a6863ecfc6
100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -55
4
,7 +55
4
,7 @@
static __latent_entropy int dup_mmap(struct mm_struct *mm,
@@ -55
5
,7 +55
5
,7 @@
static __latent_entropy int dup_mmap(struct mm_struct *mm,
struct inode *inode = file_inode(file);
struct address_space *mapping = file->f_mapping;
...
...
@@ -138,33 +138,33 @@ index 6d266388d3804..dd7f13c3bee7d 100644
put_write_access(inode);
i_mmap_lock_write(mapping);
diff --git a/mm/Makefile b/mm/Makefile
index
d73aed0fc99c1..93076a66ad6a5
100644
index
b6cd2fffa4922..784e2cebe1eac
100644
--- a/mm/Makefile
+++ b/mm/Makefile
@@ -52,7 +52,7 @@
obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
mm_init.o percpu.o slab_common.o \
compaction.o vmacache.o \
interval_tree.o list_lru.o workingset.o \
- debug.o gup.o $(mmu-y)
+ prfile.o debug.o gup.o $(mmu-y)
- debug.o gup.o
mmap_lock.o
$(mmu-y)
+ prfile.o debug.o gup.o
mmap_lock.o
$(mmu-y)
# Give 'page_alloc' its own module-parameter namespace
page-alloc-y := page_alloc.o
diff --git a/mm/filemap.c b/mm/filemap.c
index
0b2067b3c3283..3334207431c79
100644
index
5c9d564317a5c..40c4c2587e242
100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -29
0
9,7 +29
0
9,7 @@
vm_fault_t filemap_page_mkwrite(struct vm_fault *vmf)
@@ -29
8
9,7 +29
8
9,7 @@
vm_fault_t filemap_page_mkwrite(struct vm_fault *vmf)
vm_fault_t ret = VM_FAULT_LOCKED;
sb_start_pagefault(
inode
->i_sb);
sb_start_pagefault(
mapping->host
->i_sb);
- file_update_time(vmf->vma->vm_file);
+ vma_file_update_time(vmf->vma);
lock_page(page);
if (page->mapping !=
inode->i_
mapping) {
if (page->mapping != mapping) {
unlock_page(page);
diff --git a/mm/mmap.c b/mm/mmap.c
index
5c8b4485860de..59f2f758d77e5
100644
index
dc7206032387c..09b10e20c097c
100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -179,7 +179,7 @@
static struct vm_area_struct *remove_vma(struct vm_area_struct *vma)
...
...
@@ -185,16 +185,15 @@ index 5c8b4485860de..59f2f758d77e5 100644
}
if (next->anon_vma)
anon_vma_merge(vma, next);
@@ -1897,
8
+1897,
8
@@
unsigned long mmap_region(struct file *file, unsigned long addr,
@@ -1897,
7
+1897,
7
@@
unsigned long mmap_region(struct file *file, unsigned long addr,
return addr;
unmap_and_free_vma:
- fput(vma->vm_file);
+ vma_fput(vma);
vma->vm_file = NULL;
- fput(file);
/* Undo any partial mapping done by a device driver. */
unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end);
@@ -2757,7 +2757,7 @@
int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
goto out_free_mpol;
...
...
@@ -261,7 +260,7 @@ index 5c8b4485860de..59f2f758d77e5 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
0faf39b32cdb9..78ecad7204c86
100644
index
870fea12823e6..edbc99eee5b6b
100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -533,7 +533,7 @@
static void __put_nommu_region(struct vm_region *region)
...
...
aufs5-standalone.patch
View file @
ccc52023
...
...
@@ -2,10 +2,10 @@ SPDX-License-Identifier: GPL-2.0
aufs5.x-rcN standalone patch
diff --git a/fs/dcache.c b/fs/dcache.c
index
ddca6240e0db4..30dec552278dc
100644
index
a7522ebbca659..d429c984133ca
100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -139
0
,6 +139
0
,7 @@
void d_walk(struct dentry *parent, void *data,
@@ -139
7
,6 +139
7
,7 @@
void d_walk(struct dentry *parent, void *data,
seq = 1;
goto again;
}
...
...
@@ -13,7 +13,7 @@ index ddca6240e0db4..30dec552278dc 100644
struct check_mount {
struct vfsmount *mnt;
@@ -29
35
,6 +293
6
,7 @@
void d_exchange(struct dentry *dentry1, struct dentry *dentry2)
@@ -29
42
,6 +29
4
3,7 @@
void d_exchange(struct dentry *dentry1, struct dentry *dentry2)
write_sequnlock(&rename_lock);
}
...
...
@@ -22,10 +22,10 @@ index ddca6240e0db4..30dec552278dc 100644
/**
* d_ancestor - search for an ancestor
diff --git a/fs/exec.c b/fs/exec.c
index 5
47a2390baf54..18d51d0face68
100644
index 5
d4d52039105c..adc75877cdee7
100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -11
3
,6 +11
3
,7 @@
bool path_noexec(const struct path *path)
@@ -11
4
,6 +11
4
,7 @@
bool path_noexec(const struct path *path)
return (path->mnt->mnt_flags & MNT_NOEXEC) ||
(path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC);
}
...
...
@@ -34,7 +34,7 @@ index 547a2390baf54..18d51d0face68 100644
#ifdef CONFIG_USELIB
/*
diff --git a/fs/fcntl.c b/fs/fcntl.c
index
073ca6af500f3..b18afdf81e762
100644
index
e747a47a97da4..d6211ff25c9a4
100644
--- a/fs/fcntl.c
+++ b/fs/fcntl.c
@@ -85,6 +85,7 @@
int setfl(int fd, struct file *filp, unsigned long arg)
...
...
@@ -46,10 +46,10 @@ index 073ca6af500f3..b18afdf81e762 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
709ada3151da5..27a3e3c9f2a82
100644
index
45437f8e1003e..786af52904fcf
100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -16
2
,6 +16
2
,7 @@
struct file *alloc_empty_file(int flags, const struct cred *cred)
@@ -16
1
,6 +16
1
,7 @@
struct file *alloc_empty_file(int flags, const struct cred *cred)
}
return ERR_PTR(-ENFILE);
}
...
...
@@ -57,7 +57,7 @@ index 709ada3151da5..27a3e3c9f2a82 100644
/*
* Variant of alloc_empty_file() that doesn't check and modify nr_files.
@@ -37
6
,6 +37
7
,7 @@
void __fput_sync(struct file *file)
@@ -37
5
,6 +37
6
,7 @@
void __fput_sync(struct file *file)
}
EXPORT_SYMBOL(fput);
...
...
@@ -66,10 +66,10 @@ index 709ada3151da5..27a3e3c9f2a82 100644
void __init files_init(void)
{
diff --git a/fs/inode.c b/fs/inode.c
index e
7f0c614a58f3..6fe0a92a4c93c
100644
index e
4a25c3fa9e55..497326faa1247
100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -177
6
,6 +177
6
,7 @@
int update_time(struct inode *inode, struct timespec64 *time, int flags)
@@ -177
5
,6 +177
5
,7 @@
int update_time(struct inode *inode, struct timespec64 *time, int flags)
return inode->i_op->update_time(inode, time, flags);
return generic_update_time(inode, time, flags);
}
...
...
@@ -78,7 +78,7 @@ index e7f0c614a58f3..6fe0a92a4c93c 100644
/**
* touch_atime - update the access time
diff --git a/fs/namespace.c b/fs/namespace.c
index
451dee24a546a..38078cbede431
100644
index
6c617ee06d723..858efa314f61d
100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -431,6 +431,7 @@
void __mnt_drop_write(struct vfsmount *mnt)
...
...
@@ -97,7 +97,7 @@ index 451dee24a546a..38078cbede431 100644
/*
* vfsmount lock must be held for write
@@ -196
1
,6 +196
3
,7 @@
int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg,
@@ -196
4
,6 +196
6
,7 @@
int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg,
}
return 0;
}
...
...
@@ -118,7 +118,7 @@ index a4a4b1c64d32a..86dc2efb1850c 100644
/*
* Drop a reference to a group. Free it if it's through.
diff --git a/fs/open.c b/fs/open.c
index
9af548fb841b0..2ff09b709f7bf
100644
index
1e06e443a5651..c3bbb8aafcd1a
100644
--- a/fs/open.c
+++ b/fs/open.c
@@ -65,6 +65,7 @@
int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs,
...
...
@@ -182,10 +182,10 @@ index b7b5a0a0df6ff..fa5c7fba7f1ba 100644
/*
* Write out and wait upon all dirty data associated with this
diff --git a/fs/xattr.c b/fs/xattr.c
index
cd7a563e8bcd4..7d989d57b0f0d
100644
index
fd57153b1f617..d8e9d0d6853ef
100644
--- a/fs/xattr.c
+++ b/fs/xattr.c
@@ -3
60
,6 +3
60
,7 @@
vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value,
@@ -3
71
,6 +3
71
,7 @@
vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value,
*xattr_value = value;
return error;
}
...
...
@@ -206,19 +206,19 @@ index 7f006a47790cf..be002c3a30833 100644
#ifdef CONFIG_LOCK_STAT
diff --git a/kernel/task_work.c b/kernel/task_work.c
index
8d6e1217c451c..0e73637adda86
100644
index
9cde961875c0a..ac8c79dc81813
100644
--- a/kernel/task_work.c
+++ b/kernel/task_work.c
@@ -1
5
4,3 +1
5
4,4 @@
void task_work_run(void)
@@ -14
3
,3 +14
3
,4 @@
void task_work_run(void)
} while (work);
}
}
+EXPORT_SYMBOL_GPL(task_work_run);
diff --git a/security/security.c b/security/security.c
index
a28045dc9e7f6..310cf38efeec7
100644
index
7b09cfbae94f7..3e060cc948262
100644
--- a/security/security.c
+++ b/security/security.c
@@ -109
3
,6 +109
3
,7 @@
int security_path_rmdir(const struct path *dir, struct dentry *dentry)
@@ -109
4
,6 +109
4
,7 @@
int security_path_rmdir(const struct path *dir, struct dentry *dentry)
return 0;
return call_int_hook(path_rmdir, 0, dir, dentry);
}
...
...
@@ -226,7 +226,7 @@ index a28045dc9e7f6..310cf38efeec7 100644
int security_path_unlink(const struct path *dir, struct dentry *dentry)
{
@@ -110
9
,6 +111
0
,7 @@
int security_path_symlink(const struct path *dir, struct dentry *dentry,
@@ -11
1
0,6 +111
1
,7 @@
int security_path_symlink(const struct path *dir, struct dentry *dentry,
return 0;
return call_int_hook(path_symlink, 0, dir, dentry, old_name);
}
...
...
@@ -234,7 +234,7 @@ index a28045dc9e7f6..310cf38efeec7 100644
int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
struct dentry *new_dentry)
@@ -111
7
,6 +11
19
,7 @@
int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
@@ -111
8
,6 +11
20
,7 @@
int security_path_link(struct dentry *old_dentry, const struct path *new_dir,
return 0;
return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry);
}
...
...
@@ -242,7 +242,7 @@ index a28045dc9e7f6..310cf38efeec7 100644
int security_path_rename(const struct path *old_dir, struct dentry *old_dentry,
const struct path *new_dir, struct dentry *new_dentry,
@@ -114
4
,6 +114
7
,7 @@
int security_path_truncate(const struct path *path)
@@ -114
5
,6 +114
8
,7 @@
int security_path_truncate(const struct path *path)
return 0;
return call_int_hook(path_truncate, 0, path);
}
...
...
@@ -250,7 +250,7 @@ index a28045dc9e7f6..310cf38efeec7 100644
int security_path_chmod(const struct path *path, umode_t mode)
{
@@ -115
1
,6 +115
5
,7 @@
int security_path_chmod(const struct path *path, umode_t mode)
@@ -115
2
,6 +115
6
,7 @@
int security_path_chmod(const struct path *path, umode_t mode)
return 0;
return call_int_hook(path_chmod, 0, path, mode);
}
...
...
@@ -258,7 +258,7 @@ index a28045dc9e7f6..310cf38efeec7 100644
int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid)
{
@@ -115
8
,6 +116
3
,7 @@
int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid)
@@ -115
9
,6 +116
4
,7 @@
int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid)
return 0;
return call_int_hook(path_chown, 0, path, uid, gid);
}
...
...
@@ -266,7 +266,7 @@ index a28045dc9e7f6..310cf38efeec7 100644
int security_path_chroot(const struct path *path)
{
@@ -125
8
,6 +126
4
,7 @@
int security_inode_permission(struct inode *inode, int mask)
@@ -125
9
,6 +126
5
,7 @@
int security_inode_permission(struct inode *inode, int mask)
return 0;
return call_int_hook(inode_permission, 0, inode, mask);
}
...
...
@@ -274,7 +274,7 @@ index a28045dc9e7f6..310cf38efeec7 100644
int security_inode_setattr(struct dentry *dentry, struct iattr *attr)
{
@@ -145
0
,6 +145
7
,7 @@
int security_file_permission(struct file *file, int mask)
@@ -145
1
,6 +145
8
,7 @@
int security_file_permission(struct file *file, int mask)
return fsnotify_perm(file, mask);
}
...
...
include/uapi/linux/aufs_type.h
View file @
ccc52023
...
...
@@ -40,7 +40,7 @@
#include <limits.h>
#endif
/* __KERNEL__ */
#define AUFS_VERSION "5.x-rcN-202101
04
"
#define AUFS_VERSION "5.x-rcN-202101
11
"
/* 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 @
ccc52023
...
...
@@ -2,7 +2,7 @@ SPDX-License-Identifier: GPL-2.0
aufs5.x-rcN lockdep patch
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
index
93bb861981675..acde7be2848cf
100644
index
e152c49cc3163..78d8963ba9a31
100644
--- a/include/linux/lockdep.h
+++ b/include/linux/lockdep.h
diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c
...
...
tmpfs-idr.patch
View file @
ccc52023
SPDX-License-Identifier: GPL-2.0
diff --git a/include/linux/shmem_fs.h b/include/linux/shmem_fs.h
index
a5a5d1d4d7b1..390c6fc194a9
100644
index
d82b6f396588..ff9c7acfedc8
100644
--- a/include/linux/shmem_fs.h
+++ b/include/linux/shmem_fs.h
@@ -27,10 +27,13 @@
struct shmem_inode_info {
...
...
@@ -21,7 +21,7 @@ index a5a5d1d4d7b1..390c6fc194a9 100644
umode_t mode; /* Mount mode for root directory */
unsigned char huge; /* Whether to try for hugepages */
diff --git a/mm/shmem.c b/mm/shmem.c
index
537c137698f8..705b3029a000
100644
index
7c6b6d8f6c39..2990e627cf6c
100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -109,7 +109,7 @@
struct shmem_falloc {
...
...
@@ -96,7 +96,7 @@ index 537c137698f8..705b3029a000 100644
lockdep_annotate_inode_mutex_key(inode);
} else
shmem_free_inode(sb);
@@ -333
9
,8 +336
5
,7 @@
static struct dentry *shmem_get_parent(struct dentry *child)
@@ -333
4
,8 +336
0
,7 @@
static struct dentry *shmem_get_parent(struct dentry *child)
static int shmem_match(struct inode *ino, void *vfh)
{
__u32 *fh = vfh;
...
...
@@ -106,7 +106,7 @@ index 537c137698f8..705b3029a000 100644
return ino->i_ino == inum && fh[0] == ino->i_generation;
}
@@ -33
60
,14 +338
5
,11 @@
static struct dentry *shmem_fh_to_dentry(struct super_block *sb,
@@ -33
55
,14 +338
0
,11 @@
static struct dentry *shmem_fh_to_dentry(struct super_block *sb,
struct dentry *dentry = NULL;
u64 inum;
...
...
@@ -124,7 +124,7 @@ index 537c137698f8..705b3029a000 100644
if (inode) {
dentry = shmem_find_alias(inode);
iput(inode);
@@ -337
9
,30 +3
401
,15 @@
static struct dentry *shmem_fh_to_dentry(struct super_block *sb,
@@ -337
4
,30 +3
396
,15 @@
static struct dentry *shmem_fh_to_dentry(struct super_block *sb,
static int shmem_encode_fh(struct inode *inode, __u32 *fh, int *len,
struct inode *parent)
{
...
...
@@ -158,7 +158,7 @@ index 537c137698f8..705b3029a000 100644
return 1;
}
@@ -34
81
,7 +348
8
,7 @@
static int shmem_parse_one(struct fs_context *fc, struct fs_parameter *param)
@@ -34
76
,7 +348
3
,7 @@
static int shmem_parse_one(struct fs_context *fc, struct fs_parameter *param)
break;
case Opt_nr_inodes:
ctx->inodes = memparse(param->string, &rest);
...
...
@@ -167,7 +167,7 @@ index 537c137698f8..705b3029a000 100644
goto bad_value;
ctx->seen |= SHMEM_SEEN_INODES;
break;
@@ -35
91
,7 +359
8
,7 @@
static int shmem_reconfigure(struct fs_context *fc)
@@ -35
86
,7 +359
3
,7 @@
static int shmem_reconfigure(struct fs_context *fc)
{
struct shmem_options *ctx = fc->fs_private;
struct shmem_sb_info *sbinfo = SHMEM_SB(fc->root->d_sb);
...
...
@@ -176,7 +176,7 @@ index 537c137698f8..705b3029a000 100644
const char *err;
spin_lock(&sbinfo->stat_lock);
@@ -365
8
,7 +366
5
,7 @@
static int shmem_show_options(struct seq_file *seq, struct dentry *root)
@@ -365
3
,7 +366
0
,7 @@
static int shmem_show_options(struct seq_file *seq, struct dentry *root)
seq_printf(seq, ",size=%luk",
sbinfo->max_blocks << (PAGE_SHIFT - 10));
if (sbinfo->max_inodes != shmem_default_max_inodes())
...
...
@@ -185,7 +185,7 @@ index 537c137698f8..705b3029a000 100644
if (sbinfo->mode != (0777 | S_ISVTX))
seq_printf(seq, ",mode=%03ho", sbinfo->mode);
if (!uid_eq(sbinfo->uid, GLOBAL_ROOT_UID))
@@ -370
5
,6 +37
12
,8 @@
static void shmem_put_super(struct super_block *sb)
@@ -370
0
,6 +37
07
,8 @@
static void shmem_put_super(struct super_block *sb)
{
struct shmem_sb_info *sbinfo = SHMEM_SB(sb);
...
...
@@ -194,7 +194,7 @@ index 537c137698f8..705b3029a000 100644
free_percpu(sbinfo->ino_batch);
percpu_counter_destroy(&sbinfo->used_blocks);
mpol_put(sbinfo->mpol);
@@ -374
8
,6 +375
7
,8 @@
static int shmem_fill_super(struct super_block *sb, struct fs_context *fc)
@@ -374
3
,6 +375
2
,8 @@
static int shmem_fill_super(struct super_block *sb, struct fs_context *fc)
#else
sb->s_flags |= SB_NOUSER;
#endif
...
...
@@ -203,7 +203,7 @@ index 537c137698f8..705b3029a000 100644
sbinfo->max_blocks = ctx->blocks;
sbinfo->free_inodes = sbinfo->max_inodes = ctx->inodes;
if (sb->s_flags & SB_KERNMOUNT) {
@@ -386
5
,6 +387
6
,15 @@
static void shmem_destroy_inodecache(void)
@@ -386
0
,6 +387
1
,15 @@
static void shmem_destroy_inodecache(void)
kmem_cache_destroy(shmem_inode_cachep);
}
...
...
@@ -216,10 +216,10 @@ index 537c137698f8..705b3029a000 100644
+ idr_destroy(&sbinfo->idr);
+}
+
static
const struct address_space_operations shmem_aops = {
const struct address_space_operations shmem_aops = {
.writepage = shmem_writepage,
.set_page_dirty = __set_page_dirty_no_writeback,
@@ -400
5
,6 +402
5
,7 @@
int __init shmem_init(void)
@@ -400
1
,6 +402
1
,7 @@
int __init shmem_init(void)
pr_err("Could not kern_mount tmpfs\n");
goto out1;
}
...
...
vfs-ino.patch
View file @
ccc52023
SPDX-License-Identifier: GPL-2.0
diff --git a/fs/inode.c b/fs/inode.c
index
9d78c37b00b8..8e81cd8ab4aa
100644
index
6442d97d9a4a..6fc78882550e
100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -89
6
,6 +89
6
,8 @@
unsigned int get_next_ino(void)
@@ -89
3
,6 +89
3
,8 @@
unsigned int get_next_ino(void)
unsigned int *p = &get_cpu_var(last_ino);
unsigned int res = *p;
...
...
@@ -13,7 +13,7 @@ index 9d78c37b00b8..8e81cd8ab4aa 100644
#ifdef CONFIG_SMP
if (unlikely((res & (LAST_INO_BATCH-1)) == 0)) {
static atomic_t shared_last_ino;
@@ -90
8
,7 +9
1
0,7 @@
unsigned int get_next_ino(void)
@@ -90
5
,7 +90
7
,7 @@
unsigned int get_next_ino(void)
res++;
/* get_next_ino should not provide a 0 inode number */
if (unlikely(!res))
...
...
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