Revision 5ca1b0dd016701f67994414a2af50dec6efcf103 authored by Brian Norris on 17 March 2015, 19:30:32 UTC, committed by Rob Herring on 19 March 2015, 13:39:44 UTC
There were regressions seen with commit 106937e8ccdc ("of: fix handling
of '/' in options for of_find_node_by_path()"), where we couldn't handle
extra '/' before the ':'. Let's test for this now.

Confirmed that this test fails without the previous patch and passes
when patched. All other tests pass.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
1 parent d7c1460
History
File Mode Size
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 335 bytes
acl.c -rw-r--r-- 8.9 KB
acl.h -rw-r--r-- 1.7 KB
cache.c -rw-r--r-- 10.3 KB
cache.h -rw-r--r-- 4.4 KB
fid.c -rw-r--r-- 7.2 KB
fid.h -rw-r--r-- 1.0 KB
v9fs.c -rw-r--r-- 14.8 KB
v9fs.h -rw-r--r-- 7.4 KB
v9fs_vfs.h -rw-r--r-- 3.8 KB
vfs_addr.c -rw-r--r-- 8.4 KB
vfs_dentry.c -rw-r--r-- 3.1 KB
vfs_dir.c -rw-r--r-- 5.5 KB
vfs_file.c -rw-r--r-- 21.2 KB
vfs_inode.c -rw-r--r-- 34.4 KB
vfs_inode_dotl.c -rw-r--r-- 25.0 KB
vfs_super.c -rw-r--r-- 8.7 KB
xattr.c -rw-r--r-- 4.5 KB
xattr.h -rw-r--r-- 1.4 KB
xattr_security.c -rw-r--r-- 2.1 KB
xattr_trusted.c -rw-r--r-- 2.1 KB
xattr_user.c -rw-r--r-- 2.0 KB

back to top