Hello, Bisected a problem that I have with targetcli restore to: 7fe1e79b59ba configfs: implement the .read_iter and .write_iter methods With it reads of /sys/kernel/config/target/dbroot go on infinitely, returning the config value over and over again. e.g. $ modprobe target_core_user $ head -n 2 /sys/kernel/config/target/dbroot /etc/target /etc/target Don't know if that's a problem with the commit or the target code, but could perhaps be affecting other places. - Yanko