Bug 211217 - sendfile to a pipe fails (breaks cgit)
Summary: sendfile to a pipe fails (breaks cgit)
Status: NEW
Alias: None
Product: File System
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: fs_other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-15 17:58 UTC by NUXI
Modified: 2021-01-28 11:46 UTC (History)
2 users (show)

See Also:
Kernel Version: 5.10.7
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments

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

Note You need to log in before you can comment on or make changes to this bug.