Re: VP-2.6.9-rc4-mm1-T7

From: Ingo Molnar
Date: Tue Oct 12 2004 - 09:24:33 EST



* Rui Nuno Capela <rncbc@xxxxxxxxx> wrote:

> OK. 2.6.9-rc4-mm1-T7 builds and runs on my laptop (P4/UP), apparently
> fine. I know it's probably too early to complain, but I'm sending a
> couple of dmesg's that I took right after init, showing some badness
> going on.

does the patch below ontop of T7 fix these messages for you?

Ingo

--- linux/sound/pci/ali5451/ali5451.c.orig
+++ linux/sound/pci/ali5451/ali5451.c
@@ -261,8 +261,8 @@ struct snd_stru_ali {
unsigned short ac97_ext_id;
unsigned short ac97_ext_status;

- spinlock_t reg_lock;
- spinlock_t voice_alloc;
+ raw_spinlock_t reg_lock;
+ raw_spinlock_t voice_alloc;

#ifdef CONFIG_PM
ali_image_t *image;
--- linux/fs/fcntl.c.orig
+++ linux/fs/fcntl.c
@@ -541,7 +541,7 @@ int send_sigurg(struct fown_struct *fown
return ret;
}

-static rwlock_t fasync_lock = RW_LOCK_UNLOCKED;
+static DECLARE_RAW_RWLOCK(fasync_lock);
static kmem_cache_t *fasync_cache;

/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/