linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.15-rc1 freeing a reserved page from uart_shutdown
@ 2005-11-12  6:39 Matthew Wilcox
  2005-11-13 14:06 ` [parisc-linux] " Matthew Wilcox
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Wilcox @ 2005-11-12  6:39 UTC (permalink / raw)
  To: linux-kernel, linux-serial, parisc-linux


I'm having some trouble with 2.6.15-rc1:

VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 640k freed
Bad page state at free_hot_cold_page (in process 'init', page 108a24a0)
flags:0x00000400 mapping:00000000 mapcount:0 count:0
Backtrace:
Backtrace:
 [<101481cc>] bad_page+0x70/0xc4
 [<10148920>] free_hot_cold_page+0x74/0x124
 [<10275e68>] uart_shutdown+0xf0/0xf8
 [<102775f8>] uart_close+0xc8/0x214
 [<1025c710>] release_dev+0x72c/0x734
 [<1025cddc>] tty_release+0x10/0x20
 [<101680f0>] __fput+0x15c/0x170
 [<10166520>] filp_close+0x58/0x94
 [<1010d114>] syscall_exit+0x0/0x14

This is on a parisc system, though a very similar tree boots fine on a
different machine.  The machine which produces this message is a K460
which uses the Mux serial driver.  As far as I can tell, the only call
to free_hot_cold_page() in uart_shutdown() is to free info->xmit.buf
which seems to be always filled by a call to get_zeroed_page().

This problem doesn't show with 2.6.14.  I can give access to this
machine to anyone who wants to do some debugging.  It has remote power
capabilities ;-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [parisc-linux] 2.6.15-rc1 freeing a reserved page from uart_shutdown
  2005-11-12  6:39 2.6.15-rc1 freeing a reserved page from uart_shutdown Matthew Wilcox
@ 2005-11-13 14:06 ` Matthew Wilcox
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Wilcox @ 2005-11-13 14:06 UTC (permalink / raw)
  To: linux-kernel, linux-serial, parisc-linux

On Fri, Nov 11, 2005 at 11:39:14PM -0700, Matthew Wilcox wrote:
> I'm having some trouble with 2.6.15-rc1:
> 
> VFS: Mounted root (ext2 filesystem) readonly.
> Freeing unused kernel memory: 640k freed
> Bad page state at free_hot_cold_page (in process 'init', page 108a24a0)
> flags:0x00000400 mapping:00000000 mapcount:0 count:0

False alarm.  I did a make clean and then rebuilt and the resulting kernel
booted fine.  Not sure what went wrong, but now it's unreproducible.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-13 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-12  6:39 2.6.15-rc1 freeing a reserved page from uart_shutdown Matthew Wilcox
2005-11-13 14:06 ` [parisc-linux] " Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).