-
- Downloads
Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
Pull orangefs fixes from Mike Marshall: "Orangefs cleanups and a strncpy vulnerability fix. Cleanups: - remove an unused variable from orangefs_readdir. - clean up printk wrapper used for ofs "gossip" debugging. - clean up truncate ctime and mtime setting in inode.c - remove a useless null check found by coccinelle. - optimize some memcpy/memset boilerplate code. - remove some useless sanity checks from xattr.c Fix: - fix a potential strncpy vulnerability" * tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux: orangefs: remove unused variable orangefs: Add KERN_<LEVEL> to gossip_<level> macros orangefs: strncpy -> strscpy orangefs: clean up truncate ctime and mtime setting Orangefs: fix ifnullfree.cocci warnings Orangefs: optimize boilerplate code. Orangefs: xattr.c cleanup
No related branches found
No related tags found
Showing
- fs/orangefs/dir.c 1 addition, 3 deletionsfs/orangefs/dir.c
- fs/orangefs/inode.c 1 addition, 15 deletionsfs/orangefs/inode.c
- fs/orangefs/orangefs-debugfs.c 1 addition, 2 deletionsfs/orangefs/orangefs-debugfs.c
- fs/orangefs/orangefs-utils.c 5 additions, 1 deletionfs/orangefs/orangefs-utils.c
- fs/orangefs/protocol.h 18 additions, 15 deletionsfs/orangefs/protocol.h
- fs/orangefs/xattr.c 2 additions, 17 deletionsfs/orangefs/xattr.c
Please register or sign in to comment