From: Michael Krufky <mkrufky@m1k.net>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, Hugh Dickins <hugh@veritas.com>
Subject: Re: 2.6.15-rc1-mm2
Date: Fri, 18 Nov 2005 11:29:26 -0500 [thread overview]
Message-ID: <437E0166.3000208@m1k.net> (raw)
In-Reply-To: <20051117234645.4128c664.akpm@osdl.org>
Andrew Morton wrote:
>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.15-rc1/2.6.15-rc1-mm2/
>
>
>- I'm releasing this so that Hugh's MM rework can get a spin.
>
> Anyone who had post-2.6.14 problems related to the VM_RESERVED changes
> (device drivers malfunctioning, obscure userspace hardware-poking
> applications stopped working, etc) please test.
>
I gave it a quick test before leaving the house this morning... Here is
an exerp from an oops I got after closing mplayer, watching an ATSC (dvb
in USA) stream, using AverTVHD a180 (saa7134 + nxt200x).
[snip]
Bad page state at free_hot_cold_page (in process 'mplayer', page c15c03e0)
flags:0x80000414 mapping:00000000 mapcount:0 count:0
Backtrace:
[<c0103b53>] dump_stack+0x16/0x1a
[<c0134db9>] bad_page+0x5f/0xe9
[<c0135519>] free_hot_cold_page+0x58/0xf7
[<c01355c2>] free_hot_page+0xa/0xc
[<c0138367>] __page_cache_release+0xab/0xb0
[<c0137fe0>] put_page+0x5c/0x5e
[<c01428d7>] free_page_and_swap_cache+0x2c/0x32
[<c013bd02>] zap_pte_range+0x1b1/0x249
[<c013be5f>] unmap_page_range+0xc5/0xd6
[<c013bf10>] unmap_vmas+0xa0/0x171
[<c013f73c>] unmap_region+0x76/0xf2
[<c013f9c8>] do_munmap+0xdd/0x100
[<c013fa25>] sys_munmap+0x3a/0x56
[<c0102d05>] syscall_call+0x7/0xb
---------------------------
| preempt count: 00000002 ]
| 2 level deep critical section nesting:
----------------------------------------
.. [<c013bf92>] .... unmap_vmas+0x122/0x171
.....[<c013f73c>] .. ( <= unmap_region+0x76/0xf2)
.. [<c013bb89>] .... zap_pte_range+0x38/0x249
.....[<c013be5f>] .. ( <= unmap_page_range+0xc5/0xd6)
Hexdump:
000: 04 04 00 80 ff ff ff ff ff ff ff ff 00 00 00 00
010: 00 00 00 00 00 00 00 00 b8 03 5c c1 b8 03 5c c1
020: 04 04 00 80 ff ff ff ff ff ff ff ff 00 00 00 00
030: 00 00 00 00 00 00 00 00 d8 03 5c c1 d8 03 5c c1
040: 14 04 00 80 ff ff ff ff ff ff ff ff 00 00 00 00
050: 00 00 00 00 00 00 00 00 f8 03 5c c1 f8 03 5c c1
060: 00 04 00 80 00 00 00 00 ff ff ff ff 00 00 00 00
070: 00 00 00 00 00 00 00 00 00 01 10 00 00 02 20 00
080: 00 04 00 80 ff ff ff ff ff ff ff ff 00 00 00 00
090: 00 00 00 00 00 00 00 00 38 04 5c c1 38 04 5c c1
0a0: 00 04 00 80 ff ff ff ff ff ff ff ff 00 00 00 00
0b0: 00 00 00 00 00 00 00 00 58 04 5c c1 58 04 5c c1
Trying to fix it up, but a reboot is needed
[snip]
More detailed log at:
http://techsounds.org/v4l/2.6.15-rc1-mm2-error.log
The oops spammed the entire log, so if you need to see what I have
running on my system, here is a working dmesg (only v4l+dvb parts) from
2.6.14 + hybrid (v4l+dvb) merged cvs, almost equivalent code to what we
have in the current kernel:
http://techsounds.orgdotorg.org/v4l/dmesg.txt
I understand that you might need some more info.... Email me if you need
something else... I'll be around for the next 5 hours.... After that, I
will be away for the weekend, and I can do more tests on Monday
evening. This was on an intel p4, 2.53 GHz, 533 FSB, 768 MB ram, using
Intel D845PEBT2 motherboard.
-Michael Krufky
--
Michael Krufky
next prev parent reply other threads:[~2005-11-18 16:29 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-09 13:49 [PATCH 00/16] Adaptive read-ahead V7 Wu Fengguang
2005-11-09 13:49 ` [PATCH 01/16] mm: delayed page activation Wu Fengguang
2005-11-10 0:21 ` Nick Piggin
2005-11-10 3:15 ` Wu Fengguang
2005-11-10 9:17 ` Peter Zijlstra
2005-11-10 10:30 ` Wu Fengguang
2005-11-09 13:49 ` [PATCH 02/16] mm: balance page aging between zones Wu Fengguang
2005-11-09 13:49 ` [PATCH 03/16] radixtree: sync with mainline Wu Fengguang
2005-11-09 13:49 ` [PATCH 04/16] radix-tree: look-aside cache Wu Fengguang
2005-11-09 23:31 ` Nick Piggin
2005-11-10 5:25 ` Wu Fengguang
2005-11-10 6:50 ` Nick Piggin
2005-11-10 8:30 ` Wu Fengguang
2005-11-18 11:25 ` Wu Fengguang
2005-11-18 12:12 ` Wu Fengguang
2005-11-09 13:49 ` [PATCH 05/16] readahead: some preparation Wu Fengguang
2005-11-18 7:46 ` 2.6.15-rc1-mm2 Andrew Morton
2005-11-18 8:56 ` 2.6.15-rc1-mm2 Benoit Boissinot
2005-11-18 9:04 ` 2.6.15-rc1-mm2 Andrew Morton
2005-11-18 9:13 ` 2.6.15-rc1-mm2 Benoit Boissinot
2005-11-18 13:43 ` 2.6.15-rc1-mm2 Rafael J. Wysocki
2005-11-18 10:10 ` 2.6.15-rc1-mm2 Mauro Carvalho Chehab
2005-11-18 10:55 ` 2.6.15-rc1-mm2 Wu Fengguang
2005-11-18 11:29 ` 2.6.15-rc1-mm2 Andy Whitcroft
2005-11-18 16:29 ` Michael Krufky [this message]
2005-11-20 0:23 ` 2.6.15-rc1-mm2 Michal Piotrowski
2005-11-20 8:04 ` 2.6.15-rc1-mm2 Hugh Dickins
2005-11-20 12:53 ` 2.6.15-rc1-mm2 Michal Piotrowski
2005-11-09 13:49 ` [PATCH 06/16] readahead: call scheme Wu Fengguang
2005-11-09 13:49 ` [PATCH 07/16] readahead: tunable parameters Wu Fengguang
2005-11-09 13:49 ` [PATCH 08/16] readahead: state based method Wu Fengguang
2005-11-09 13:49 ` [PATCH 09/16] readahead: context " Wu Fengguang
2005-11-09 13:49 ` [PATCH 10/16] readahead: other methods Wu Fengguang
2005-11-09 13:49 ` [PATCH 11/16] readahead: mandatory thrashing protection Wu Fengguang
2005-11-09 13:49 ` [PATCH 12/16] readahead: events accounting Wu Fengguang
2005-11-09 13:49 ` [PATCH 13/16] readahead: page aging accounting Wu Fengguang
2005-11-09 13:49 ` [PATCH 14/16] readahead: laptop mode support Wu Fengguang
2005-11-09 13:49 ` [PATCH 15/16] readahead: disable look-ahead for loopback file Wu Fengguang
2005-11-09 13:49 ` [PATCH 16/16] io: reduce lantency Wu Fengguang
2005-11-09 20:39 ` [PATCH 00/16] Adaptive read-ahead V7 Christoph Lameter
2005-11-10 10:19 ` Wu Fengguang
-- strict thread matches above, loose matches on Subject: below --
2005-11-18 19:36 2.6.15-rc1-mm2 Steve French
2005-11-19 16:14 2.6.15-rc1-mm2 Stas Sergeev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=437E0166.3000208@m1k.net \
--to=mkrufky@m1k.net \
--cc=akpm@osdl.org \
--cc=hugh@veritas.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox