Re: [PATCH v1 2/3] Treewide: Stop corrupting socket's task_frag

From: Benjamin Coddington
Date: Tue Nov 29 2022 - 11:54:23 EST


On 29 Nov 2022, at 9:02, Christoph Hellwig wrote:

> Hmm. Having to set a flag to not accidentally corrupt per-task
> state seems a bit fragile. Wouldn't it make sense to find a way to opt
> into the feature only for sockets created from the syscall layer?

It's totally fragile, and that's why it's currently broken in production.
The fragile ship sailed when networking decided to depend on users setting
the socket's GFP_ flags correctly to avoid corruption.

Meantime, this problem needs fixing in a way that makes everyone happy.
This fix doesn't make it less fragile, but it may (hopefully) address the
previous criticisms enough that something gets done to fix it.

Ben