Chris, Please pull these patches for replacement of the ones currently on sparse-next. It's ones to avoid list corruption that may happen with pseudo-users when deleting one while doing nested ptrlist walking. The code is the one with the typo corrected in the right patch. Thanks, Luc ---------------------------------------------------------------- The following changes since commit 0c4c998690e5e31696404fa518022865fd9232d2: fix crash with sym->bb_target == NULL (2017-07-31 22:21:59 +0200) are available in the git repository at: git://github.com/lucvoo/sparse.git for-chris for you to fetch changes up to faad58bc8499e52ccf71da79a2ba46e2d928e33e: mark pseudo users as deleted instead of removing them (2017-08-08 03:46:26 +0200) ---------------------------------------------------------------- Luc Van Oostenryck (5): ptrlist: add a counter for the number of removed elemnets ptrlist: adjust ptr_list_size for the new ->rm field ptrlist: add MARK_CURRENT_DELETED ptrlist: avoid iteration on NULL entries mark pseudo users as deleted instead of removing them ptrlist.c | 2 +- ptrlist.h | 15 ++++++++++++++- simplify.c | 5 +++-- 3 files changed, 18 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html