Bug 7650
Summary: | Data corruption with sendfile and SMP kernels | ||
---|---|---|---|
Product: | Networking | Reporter: | Mark Groves (mjgroves) |
Component: | Other | Assignee: | Arnaldo Carvalho de Melo (acme) |
Status: | REJECTED INVALID | ||
Severity: | normal | CC: | nacc, rdunlap |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.19 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | Test case with readme file |
Description
Mark Groves
2006-12-08 12:22:57 UTC
Created attachment 9765 [details]
Test case with readme file
2.6.15 is rather old, can you confirm this happens with 2.6.19? Thanks, Nish I can confirm that the bug appears on the 2.6.17 kernel. Unfortunately, I don't have access to a machine with 2.6.19, and redhat hasn't updated the yum repo yet. I will see if I manually update the kernel. Sorry that took so long, the upgrade was not an easy one. Anyway, I can confirm that the bug is still present in 2.6.19 I believe that this bug may be related to a similar one that was recently fixed, where memory pages were not being properly marked as dirty, due to concurrent access. (http://lkml.org/lkml/2006/12/29/44) I applied the patch and got no change. Is there anywhere else where pages are marked dirty, or not properly protected from multi-threaded access? |