public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.21-rc3-mm2
@ 2007-03-08  4:19 Andrew Morton
  2007-03-08  7:39 ` [PATCH] fix BUG_ON check at move_freepages() (Re: 2.6.21-rc3-mm2) Yasunori Goto
                   ` (7 more replies)
  0 siblings, 8 replies; 38+ messages in thread
From: Andrew Morton @ 2007-03-08  4:19 UTC (permalink / raw)
  To: linux-kernel


ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc3/2.6.21-rc3-mm2/

- This is the same as 2.6.21-rc3-mm1, except Con's CPU scheduler changes
  were dropped.

  This is for A/B comparison purposes, and because those changes crashed on
  one test setup.



Changes since 2.6.21-rc3-mm1:

-lists-add-list-splice-tail.patch
-sched-remove-sleepavg-from-proc.patch
-sched-remove-noninteractive-flag.patch
-sched-implement-180-bit-sched-bitmap.patch
-sched-implement-rsdl-cpu-scheduler.patch
-sched-document-rsdl-cpu-scheduler.patch

 Removed.



^ permalink raw reply	[flat|nested] 38+ messages in thread
* Re: 2.6.21-rc3-mm2
@ 2007-03-09  4:36 Michael
  0 siblings, 0 replies; 38+ messages in thread
From: Michael @ 2007-03-09  4:36 UTC (permalink / raw)
  To: linux-kernel

Hello Andrew,

I found a little "hickup" in the mm kernel series since 2.6.21-rc2-mm1/mm2.
1.) appeared while boot (no VFS mounted at time)

BUG: at arch/i386/mm/highmem.c:61 kmap_atomic()
 [<c011583b>]  [<c03340b5>]  [<c033455c>]  [<c0297d57>]  [<c032e10f>]
[<c0332728>]  [<c033be08>]  [<c032500b>]  [<c0319d59>]  [<c01425c5>]
[<c014395d>]  [<c01056fb>]  [<c0516540>]  [<c01035a7>]  [<c0516540>]
[<c0100be6>]  [<c0100ddd>]  [<c0516d95>]  [<c0516540>]
=======================
BUG: at arch/i386/mm/highmem.c:61 kmap_atomic()
 [<c011583b>]  [<c03340b5>]  [<c033455c>]  [<c032e10f>]  [<c0332728>]
[<c033be08>]  [<c011c1e1>]  [<c01425c5>]  [<c014395d>]  [<c01056fb>]
[<c0516540>]  [<c01035a7>]  [<c0516540>]  [<c0100be6>]  [<c0100ddd>]
[<c0516d95>]  [<c0516540>]  =======================

2.) some time after when I run some ups i hit this
BUG: atomic counter underflow at:

[<f94140a6>]  [<f9414657>]  [<c03d6611>]  [<c03d4c85>]  [<c04175c3>]
[<c03d619b>]  [<c03d5c6a>]  [<c03ca100>]  [<c03ca0b0>]  [<c017657b>]
[<c01149e6>]  [<c017663c>]  [<c01768f2>]  [<c0102ba2>]  [<c0430000>]
=======================

Then in 2.6.21-rc3-mm2

Now for rc3-mm2 the bug of under 1.) of rc2-mm1/mm2 gone.

But still here -> underflow..*huh*
BUG: atomic counter underflow at:
 [<b0270295>]  [<b02da598>]  [<b02db0b8>]  [<b0281b4e>]  [<f1fdd389>]
[<b04081c7>]  [<b0140540>]  [<b0140318>]  [<b015a099>]  [<b015ab57>]
[<b0102ba2>]  [<b0400000>]  =======================

Also I found some mis-beheviour of the Attansic "atl1 driver"
Maybe I address it wrong but I don't know (sure) who is the real maintainer.
Well I looked at atl1_main.c but to be honest there aren't obvious
information to whom/where I should address such issues.

Could you please so kind to address it to the right person?

atl1: hw csum wrong pkt_flag:1600, err_flag:80

All these hickups never appeared in the latest vanilla kernel
2.6.21-rc2 + even the last git-updates
2.6.21-rc3-git3 there is also not such behaviour

Thanks for your patience.

Best regards
Michael

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

end of thread, other threads:[~2007-03-20 18:51 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-08  4:19 2.6.21-rc3-mm2 Andrew Morton
2007-03-08  7:39 ` [PATCH] fix BUG_ON check at move_freepages() (Re: 2.6.21-rc3-mm2) Yasunori Goto
2007-03-08 11:01   ` Mel Gorman
2007-03-08 14:52 ` 2.6.21-rc3-mm2 Con Kolivas
2007-03-08 21:04   ` 2.6.21-rc3-mm2 Con Kolivas
2007-03-08 21:56   ` 2.6.21-rc3: /proc broken Con Kolivas
2007-03-09  8:53     ` Russell King
2007-03-09  9:59       ` Con Kolivas
2007-03-12 12:56 ` 2.6.21-rc3-mm2 hangs my opteron during bootup, ACPI? Helge Hafting
2007-03-12 13:25   ` Luming Yu
2007-03-12 19:56     ` Len Brown
2007-03-17  0:10       ` Helge Hafting
2007-03-14  3:52 ` 2.6.21-rc3-mm2 (oops in move_freepages) Bjorn Helgaas
2007-03-14  9:44   ` Mel Gorman
2007-03-14 15:11     ` Bjorn Helgaas
2007-03-14 16:13       ` Mel Gorman
2007-03-14 16:52         ` Bjorn Helgaas
2007-03-14 17:21           ` Mel Gorman
2007-03-14 18:36             ` Bjorn Helgaas
2007-03-14 18:59               ` Mel Gorman
2007-03-14 20:46                 ` Bjorn Helgaas
2007-03-14 20:55                   ` Mel Gorman
2007-03-14 19:10               ` [PATCH] Avoid unsafe use of struct pages in move_freepages when CONFIG_HOLES_IN_ZONE is set Mel Gorman
     [not found] ` <200703141457.06489.bjorn.helgaas@hp.com>
2007-03-15  1:14   ` 2.6.21-rc3-mm2 (BUG in pci_restore_state()) Eric W. Biederman
2007-03-19 19:17 ` 2.6.21-rc3-mm2 Randy Dunlap
2007-03-19 19:55   ` 2.6.21-rc3-mm2 Andrew Morton
2007-03-19 23:01     ` 2.6.21-rc3-mm2 Kay Sievers
2007-03-19 19:40 ` 2.6.21-rc3-mm2 Randy Dunlap
2007-03-19 22:26   ` [PATCH] ptrace needs PROC_FS Randy Dunlap
2007-03-19 22:48     ` Roland McGrath
2007-03-20 11:18       ` Pavel Machek
2007-03-20  0:27 ` 2.6.21-rc3-mm2 Randy Dunlap
2007-03-20  0:39   ` 2.6.21-rc3-mm2 Andrew Morton
2007-03-20  0:51     ` 2.6.21-rc3-mm2 Randy Dunlap
2007-03-20 18:51     ` 2.6.21-rc3-mm2 Roland McGrath
2007-03-20 12:14   ` 2.6.21-rc3-mm2 Sam Ravnborg
2007-03-20 15:43     ` 2.6.21-rc3-mm2 Randy Dunlap
  -- strict thread matches above, loose matches on Subject: below --
2007-03-09  4:36 2.6.21-rc3-mm2 Michael

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox