On Fri, 28 Feb 2025, Ming-Hung Tsai wrote: > This patch series introduces formal support for shrinking the cache > origin and ensures that failed resume attempts, such as those caused > by shrinking failures, do not trigger BUG_ON. > > Ming-Hung Tsai (2): > dm cache: prevent BUG_ON by blocking retries on failed device resumes > dm cache: support shrinking the origin device > > drivers/md/dm-cache-target.c | 94 +++++++++++++++++++++++++++++++++++- > 1 file changed, 92 insertions(+), 2 deletions(-) > > -- > 2.47.0 I applied the patches, thanks. Mikulas