mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: davidsen@tmr.com (bill davidsen)
To: linux-kernel@vger.kernel.org
Subject: Re: 2.6.0-test8-mm1
Date: 21 Oct 2003 15:43:44 GMT	[thread overview]
Message-ID: <bn3k7g$h24$1@gatekeeper.tmr.com> (raw)
In-Reply-To: <20031020020558.16d2a776.akpm@osdl.org>

In article <20031020020558.16d2a776.akpm@osdl.org>,
Andrew Morton  <akpm@osdl.org> wrote:
| 
| ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test8/2.6.0-test8-mm1
| 
| 
| . Included a much updated fbdev patch.  Anyone who is using framebuffers,
|   please test this.
| 
| . Quite a large number of stability fixes.
| 
| 
| 
| Changes since 2.6.0-test7-mm1:

| +devfs-initrd-fix.patch
| 
|  Fix initrd when devfs is in use

I casually followed the thread on this, is this a band-aid or a magic
spell of healing? Do you consider this a "real fix" for the various
problems people reported?
 
| +export-system_running.patch
| +might_sleep-early-bogons.patch
| 
|  Stomp all the early might_sleep() warnings.

Sort of the same question, were the warnings really bogus, or were
people just not doing the things which might cause a real error?

| +slab-leak-detector.patch
| +slab-leak-detector-tweaks.patch
| 
|  A slab debugging tool for finding memory leaks: do
| 
| 	echo "slab-name 0 0 0" > /proc/slabinfo
| 
|  and the kernel will inspect each live object in that cache and will print
|  out the code address from which the allocation was performed.

Neat!

| +parport_pc-resource-release-fix.patch
| 
|  Fix an oopsable resource leak in parport_pc.

I'll try my old parport ZIP drive (ppa) again this weekend.

| +ext3-latency-fix.patch
| 
|  Improved scheduling latency in ext3.

Did someone have measurements on this?


Compiling as I type.
-- 
bill davidsen <davidsen@tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.

  parent reply	other threads:[~2003-10-21 15:53 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-20  9:05 2.6.0-test8-mm1 Andrew Morton
2003-10-20  9:40 ` 2.6.0-test8-mm1 Kirill Korotaev
2003-10-20  9:49   ` 2.6.0-test8-mm1 Andrew Morton
2003-10-20 11:05     ` 2.6.0-test8-mm1 Peter Lieverdink
2003-10-20 18:49       ` 2.6.0-test8-mm1 Helge Hafting
2003-10-21 11:06         ` 2.6.0-test8-mm1 [matroxfb not working] Jurriaan
2003-10-20 11:18 ` 2.6.0-test8-mm1 Thomas Schlichter
2003-10-20 13:22 ` 2.6.0-test8-mm1 Jonathan Brown
2003-10-20 15:00   ` 2.6.0-test8-mm1 Antonio Dolcetta
2003-10-20 16:32     ` 2.6.0-test8-mm1 Jonathan Brown
2003-10-21  7:28       ` 2.6.0-test8-mm1 Antonio Dolcetta
2003-10-20 15:32 ` 2.6.0-test8-mm1 John Cherry
2003-10-20 16:11 ` 2.6.0-test8-mm1 Thomas Schlichter
2003-10-20 21:48   ` 2.6.0-test8-mm1 Andrew Morton
2003-10-20 22:01     ` 2.6.0-test8-mm1 Thomas Schlichter
2003-10-20 22:17       ` 2.6.0-test8-mm1 Andrew Morton
2003-10-20 22:30         ` 2.6.0-test8-mm1 Thomas Schlichter
2003-10-21  0:43           ` 2.6.0-test8-mm1 Thomas Schlichter
2003-10-21  0:14       ` 2.6.0-test8-mm1 Valdis.Kletnieks
2003-10-21  0:27         ` 2.6.0-test8-mm1 Andrew Morton
2003-10-21  0:46           ` 2.6.0-test8-mm1 Valdis.Kletnieks
2003-10-21  1:56             ` 2.6.0-test8-mm1 Andrew Morton
2003-10-21  2:54               ` 2.6.0-test8-mm1 Valdis.Kletnieks
2003-10-21  3:49               ` 2.6.0-test8-mm1 Jeremy Fitzhardinge
2003-10-21  8:39               ` 2.6.0-test8-mm1 Thomas Schlichter
2003-10-21 17:47               ` 2.6.0-test8-mm1 James Simmons
2003-10-21 18:53                 ` 2.6.0-test8-mm1 Jurriaan
2003-10-22 17:02                   ` 2.6.0-test8-mm1 James Simmons
2003-10-21 20:23                 ` 2.6.0-test8-mm1 Helge Hafting
2003-10-21 20:36                   ` 2.6.0-test8-mm1 Thomas Schlichter
2003-10-21 20:42                     ` 2.6.0-test8-mm1 James Simmons
2003-10-21 21:05                       ` 2.6.0-test8-mm1 Thomas Giese
2003-10-22 17:08                         ` 2.6.0-test8-mm1 James Simmons
2003-10-21 22:53                       ` 2.6.0-test8-mm1 Thomas Schlichter
2003-10-21 23:27                         ` 2.6.0-test8-mm1 Robert Love
2003-10-22  2:46                           ` 2.6.0-test8-mm1 Valdis.Kletnieks
2003-10-21 20:55                 ` 2.6.0-test8-mm1 Panagiotis Papadakos
2003-10-22 17:12                   ` 2.6.0-test8-mm1 James Simmons
2003-10-20 19:21 ` [BUG] 2.6.0-test8-mm1 Ramón Rey Vicente
2003-10-20 20:10   ` Andrew Morton
2003-10-20 21:53     ` Ramón Rey Vicente
2003-10-21  8:03 ` 2.6.0-test8-mm1 Stephane Jourdois
2003-10-21 15:43 ` bill davidsen [this message]
2003-10-21 17:42   ` 2.6.0-test8-mm1 Valdis.Kletnieks
2003-10-20 11:35 2.6.0-test8-mm1 Jan Ischebeck
2003-10-24  0:14 2.6.0-test8-mm1 James Vega
2003-10-24  9:35 2.6.0-test8-mm1 Catani, Antonio
2003-10-24 17:52 ` 2.6.0-test8-mm1 James Simmons

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='bn3k7g$h24$1@gatekeeper.tmr.com' \
    --to=davidsen@tmr.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

Powered by JetHome