--- a/fs/proc/task_mmu.c 2024-01-15 18:57:06.000000000 +0100 +++ b/fs/proc/task_mmu.c 2024-02-25 21:53:39.825517588 +0100 @@ -296,7 +296,7 @@ if (anon_name) seq_printf(m, "[anon_shmem:%s]", anon_name->name); else - seq_file_path(m, file, "\n"); + seq_file_path(m, file, "\n\\"); goto done; } @@ -1967,7 +1967,7 @@ if (file) { seq_puts(m, " file="); - seq_file_path(m, file, "\n\t= "); + seq_file_path(m, file, "\n\t= \\"); } else if (vma_is_initial_heap(vma)) { seq_puts(m, " heap"); } else if (vma_is_initial_stack(vma)) { --- a/drivers/md/md-bitmap.c 2024-01-15 18:57:06.000000000 +0100 +++ b/drivers/md/md-bitmap.c 2024-02-25 21:52:31.974675003 +0100 @@ -2115,7 +2115,7 @@ chunk_kb ? "KB" : "B"); if (bitmap->storage.file) { seq_printf(seq, ", file: "); - seq_file_path(seq, bitmap->storage.file, " \t\n"); + seq_file_path(seq, bitmap->storage.file, " \t\n\\"); } seq_printf(seq, "\n");