> The attached patch prevents that by doing RTX unsharing for all > subsequent changes after finding a single change where unsharing has > been explicitly requested.
This looks like a big hammer. Why not doing it in canonicalize_change_group, i.e. calling validate_unshare_change instead of validate_change there? -- Eric Botcazou