On Fri, 9 Dec 2005, Jacek Luczak wrote:
I'm using now 2.6.15-rc5 kernel with latest Alsa 1.0.10 and I received a lot
of 'bad page state at free_hot_cold_page' (see example below) messages. Is
this kernel or alsa error?
System:
Slackware Linux, GCC 3.4.4, Binutils 2.16.1.
CPU: Pentium 4 3Ghz HT
Sound card: CMI9880 (HDA)
Dec 9 16:53:20 slawek kernel: Bad page state at free_hot_cold_page (in
process 'xmms', page c12da9c0)
Dec 9 16:53:20 slawek kernel: flags:0x80000414 mapping:00000000 mapcount:0
count:0
I think that means you have a mismatch: that you're using core/memalloc.c
from alsa-driver-1.0.10/alsa-kernel rather than from 2.6.15-rc5/sound.
Applying the update below should eliminate your "Bad page state"s:
I've no idea whether there are other mismatches, quite possibly not.
Hugh