Home
last modified time | relevance | path

Searched hist:cda37124f4e95ad5ccb11394a5802b0972668b32 (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/xen/xenfs/
H A Dsuper.ccda37124f4e95ad5ccb11394a5802b0972668b32 Sun Mar 26 04:15:37 UTC 2017 Eric Biggers <ebiggers@google.com> fs: constify tree_descr arrays passed to simple_fill_super()

simple_fill_super() is passed an array of tree_descr structures which
describe the files to create in the filesystem's root directory. Since
these arrays are never modified intentionally, they should be 'const' so
that they are placed in .rodata and benefit from memory protection.
This patch updates the function signature and all users, and also
constifies tree_descr.name.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/fs/fuse/
H A Dcontrol.ccda37124f4e95ad5ccb11394a5802b0972668b32 Sun Mar 26 04:15:37 UTC 2017 Eric Biggers <ebiggers@google.com> fs: constify tree_descr arrays passed to simple_fill_super()

simple_fill_super() is passed an array of tree_descr structures which
describe the files to create in the filesystem's root directory. Since
these arrays are never modified intentionally, they should be 'const' so
that they are placed in .rodata and benefit from memory protection.
This patch updates the function signature and all users, and also
constifies tree_descr.name.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/fs/
H A Dbinfmt_misc.ccda37124f4e95ad5ccb11394a5802b0972668b32 Sun Mar 26 04:15:37 UTC 2017 Eric Biggers <ebiggers@google.com> fs: constify tree_descr arrays passed to simple_fill_super()

simple_fill_super() is passed an array of tree_descr structures which
describe the files to create in the filesystem's root directory. Since
these arrays are never modified intentionally, they should be 'const' so
that they are placed in .rodata and benefit from memory protection.
This patch updates the function signature and all users, and also
constifies tree_descr.name.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
H A Dlibfs.ccda37124f4e95ad5ccb11394a5802b0972668b32 Sun Mar 26 04:15:37 UTC 2017 Eric Biggers <ebiggers@google.com> fs: constify tree_descr arrays passed to simple_fill_super()

simple_fill_super() is passed an array of tree_descr structures which
describe the files to create in the filesystem's root directory. Since
these arrays are never modified intentionally, they should be 'const' so
that they are placed in .rodata and benefit from memory protection.
This patch updates the function signature and all users, and also
constifies tree_descr.name.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/fs/tracefs/
H A Dinode.ccda37124f4e95ad5ccb11394a5802b0972668b32 Sun Mar 26 04:15:37 UTC 2017 Eric Biggers <ebiggers@google.com> fs: constify tree_descr arrays passed to simple_fill_super()

simple_fill_super() is passed an array of tree_descr structures which
describe the files to create in the filesystem's root directory. Since
these arrays are never modified intentionally, they should be 'const' so
that they are placed in .rodata and benefit from memory protection.
This patch updates the function signature and all users, and also
constifies tree_descr.name.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/kernel/bpf/
H A Dinode.ccda37124f4e95ad5ccb11394a5802b0972668b32 Sun Mar 26 04:15:37 UTC 2017 Eric Biggers <ebiggers@google.com> fs: constify tree_descr arrays passed to simple_fill_super()

simple_fill_super() is passed an array of tree_descr structures which
describe the files to create in the filesystem's root directory. Since
these arrays are never modified intentionally, they should be 'const' so
that they are placed in .rodata and benefit from memory protection.
This patch updates the function signature and all users, and also
constifies tree_descr.name.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/security/selinux/
H A Dselinuxfs.ccda37124f4e95ad5ccb11394a5802b0972668b32 Sun Mar 26 04:15:37 UTC 2017 Eric Biggers <ebiggers@google.com> fs: constify tree_descr arrays passed to simple_fill_super()

simple_fill_super() is passed an array of tree_descr structures which
describe the files to create in the filesystem's root directory. Since
these arrays are never modified intentionally, they should be 'const' so
that they are placed in .rodata and benefit from memory protection.
This patch updates the function signature and all users, and also
constifies tree_descr.name.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/fs/debugfs/
H A Dinode.ccda37124f4e95ad5ccb11394a5802b0972668b32 Sun Mar 26 04:15:37 UTC 2017 Eric Biggers <ebiggers@google.com> fs: constify tree_descr arrays passed to simple_fill_super()

simple_fill_super() is passed an array of tree_descr structures which
describe the files to create in the filesystem's root directory. Since
these arrays are never modified intentionally, they should be 'const' so
that they are placed in .rodata and benefit from memory protection.
This patch updates the function signature and all users, and also
constifies tree_descr.name.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/fs/nfsd/
H A Dnfsctl.ccda37124f4e95ad5ccb11394a5802b0972668b32 Sun Mar 26 04:15:37 UTC 2017 Eric Biggers <ebiggers@google.com> fs: constify tree_descr arrays passed to simple_fill_super()

simple_fill_super() is passed an array of tree_descr structures which
describe the files to create in the filesystem's root directory. Since
these arrays are never modified intentionally, they should be 'const' so
that they are placed in .rodata and benefit from memory protection.
This patch updates the function signature and all users, and also
constifies tree_descr.name.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/linux/include/linux/
H A Dfs.hcda37124f4e95ad5ccb11394a5802b0972668b32 Sun Mar 26 04:15:37 UTC 2017 Eric Biggers <ebiggers@google.com> fs: constify tree_descr arrays passed to simple_fill_super()

simple_fill_super() is passed an array of tree_descr structures which
describe the files to create in the filesystem's root directory. Since
these arrays are never modified intentionally, they should be 'const' so
that they are placed in .rodata and benefit from memory protection.
This patch updates the function signature and all users, and also
constifies tree_descr.name.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>