Bug 20352
Summary: | Fwd: Re: UML kernel crash of v2.6.36-rcX kernel | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | UML | Assignee: | Jeff Dike (jdike) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | error27, florian, hch, maciej.rutecki, rjw, toralf.foerster |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.36 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 16444 |
Description
Maciej Rutecki
2010-10-14 18:10:18 UTC
Caused by: commit 365b18189789bfa1acd9939e6312b8a4b4577b28 Author: Christoph Hellwig <hch@lst.de> Date: Wed Jul 7 18:53:25 2010 +0200 add f_flags to struct statfs(64) Add a flags field to help glibc implementing statvfs(3) efficiently. We copy the flag values from glibc, and add a new ST_VALID flag to denote that f_flags is implemented. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> First-Bad-Commit : 365b18189789bfa1acd9939e6312b8a4b4577b28 It was an out of bounds array access. Richard Weinberger has posted a fix and Toralf Förster has tested it and it works. http://marc.info/?l=user-mode-linux-devel&m=128740099820484&w=2 In the mean while a improved patch was send http://article.gmane.org/gmane.linux.kernel/1050737 and AFAIK is included in the the -mm tree : You can close it b/c the patch is already in the main tree now, isn't it ? Indeed, thx for the note. It is in the mainline commit 1b627d5771312c92404b66f0a0b16f66036dd2e1 Author: Richard Weinberger <richard@nod.at> Date: Tue Oct 26 14:21:18 2010 -0700 hostfs: fix UML crash: remove f_spare from hostfs On Monday, December 06, 2010, Toralf Förster wrote:
> Hello,
>
> the issue is solved in the main line with commit 1b627d57 (2.6.37-rc1)
|