Re: [GIT PULL] iomap: new code for 5.13-rc1

From: Linus Torvalds
Date: Tue Apr 27 2021 - 16:05:37 EST


On Tue, Apr 27, 2021 at 12:57 PM Christoph Hellwig <hch@xxxxxx> wrote:
>
> I'm aware of %pD, but 4 components here are not enough. People
> need to distinguish between xfstests runs and something real in
> the system for these somewhat scary sounding messages.

So how many _would_ be enough? IOW, what would make %pD work better
for this case?

Why are the xfstest messages so magically different from real cases
that they'd need to be separately distinguished, and that can't be
done with just the final path component?

If you think the message is somehow unique and the path is something
secure and identifiable, you're very confused. file_path() is in no
way more "secure" than using %pD4 would be, since if there's some
actual bad actor they can put newlines etc in the pathname, they can
do chroot() etc to make the path look anything they like.

So I seriously don't understand the thinking where you claim that "<n>
components are not enough". Please explain why that could ever be a
real issue.

Linus