Revision 99313414dda451a8c00b139afc77a803e647f309 authored by Linus Torvalds on 21 July 2017, 23:24:22 UTC, committed by Linus Torvalds on 21 July 2017, 23:24:22 UTC
Pull overlayfs fixes from Miklos Szeredi:
 "This fixes a crash with SELinux and several other old and new bugs"

* 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs:
  ovl: check for bad and whiteout index on lookup
  ovl: do not cleanup directory and whiteout index entries
  ovl: fix xattr get and set with selinux
  ovl: remove unneeded check for IS_ERR()
  ovl: fix origin verification of index dir
  ovl: mark parent impure on ovl_link()
  ovl: fix random return value on mount
2 parent s 0151ef0 + 0e08255
Raw File
blacklist_nohashes.c
#include "blacklist.h"

const char __initdata *const blacklist_hashes[] = {
	NULL
};
back to top