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-- 3.4 KB
Makefile -rw-r--r-- 388 bytes
acl.c -rw-r--r-- 6.1 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 62.0 KB
bitmap.c -rw-r--r-- 426 bytes
dir.c -rw-r--r-- 14.1 KB
ext3.h -rw-r--r-- 44.5 KB
ext3_jbd.c -rw-r--r-- 1.5 KB
file.c -rw-r--r-- 2.1 KB
fsync.c -rw-r--r-- 3.2 KB
hash.c -rw-r--r-- 4.3 KB
ialloc.c -rw-r--r-- 19.1 KB
inode.c -rw-r--r-- 104.4 KB
ioctl.c -rw-r--r-- 7.4 KB
namei.c -rw-r--r-- 69.3 KB
namei.h -rw-r--r-- 570 bytes
resize.c -rw-r--r-- 34.0 KB
super.c -rw-r--r-- 85.3 KB
symlink.c -rw-r--r-- 1.3 KB
xattr.c -rw-r--r-- 34.6 KB
xattr.h -rw-r--r-- 3.7 KB
xattr_security.c -rw-r--r-- 2.0 KB
xattr_trusted.c -rw-r--r-- 1.4 KB
xattr_user.c -rw-r--r-- 1.5 KB

back to top