Bug 211217

Summary: sendfile to a pipe fails (breaks cgit)
Product: File System Reporter: NUXI (nuxi)
Component: OtherAssignee: fs_other
Status: NEW ---    
Severity: normal CC: marcin.deranek, mricon
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 5.10.7 Subsystem:
Regression: Yes Bisected commit-id:

Description NUXI 2021-01-15 17:58:37 UTC
This is similar to https://bugzilla.kernel.org/show_bug.cgi?id=211209

After an upgrade from 5.9 to 5.10 the cgit repository viewer no longer works because it uses sendfile() with the output going to a pipe.
Comment 1 Konstantin Ryabitsev 2021-01-16 02:11:29 UTC
(In reply to NUXI from comment #0)
> This is similar to https://bugzilla.kernel.org/show_bug.cgi?id=211209
> 
> After an upgrade from 5.9 to 5.10 the cgit repository viewer no longer works
> because it uses sendfile() with the output going to a pipe.

I looked at where notifications are going for this bug and I think you're better of sending a description of your findings to linux-fsdevel@vger.kernel.org. It's most certainly going to get more attention this way -- especially if you provide all the info you've gathered to this point.

-K
Comment 2 Marcin Deranek 2021-01-28 11:46:03 UTC
This seems to be already addressed in 5.10.11