Bug 952
Summary: | seq_file badly handle files larger than 1 page | ||
---|---|---|---|
Product: | File System | Reporter: | Vladimir Kondratiev (vladimir.kondratiev) |
Component: | Other | Assignee: | Zwane Mwaikambo (zwane) |
Status: | REJECTED WILL_NOT_FIX | ||
Severity: | high | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.0-test1 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | patch to allow seq_file to return more than one page |
Description
Vladimir Kondratiev
2003-07-17 14:14:09 UTC
Created attachment 556 [details]
patch to allow seq_file to return more than one page
I do loop while there is data to produce, using the same temporal buffer in the
kernel. I tested it with 2.4.21 kernel. Patch made for 2.4.21, but it applies
to 2.6.0-test1 with offset of 1 line
push the Again label after the kmalloc Could you possibly send this patch to linux-kernel@vger.kernel.org for code review, there have been a few concerns raised regarding a possible DoS, Thanks. Vladimir, Alexander Viro had concerns about the DoS. I don't believe i saw the patch posted on the linux kernel mailling list so perhaps you opted not to persue it. So i shall close this bug as WILL_NOT_FIX. If you have concerns about the resolution please contact me. Thank you. |