| | Date | Mon, 25 Oct 2004 15:56:26 -0700 | | From | Andrew Morton <> | | Subject | Re: 2.6.9-mm1 |
| |
"Randy.Dunlap" <rddunlap@osdl.org> wrote: > > I'm trying to spend time on kexec++ this week, but this little BUG > keeps getting in the way. Has it already been reported/fixed? > > kernel BUG at arch/i386/mm/highmem.c:42!
oops, we did it again.
--- 25/drivers/ide/ide-taskfile.c~ide_pio_sector-kmap-fix Mon Oct 25 15:54:35 2004 +++ 25-akpm/drivers/ide/ide-taskfile.c Mon Oct 25 15:54:48 2004 @@ -304,7 +304,7 @@ static void ide_pio_sector(ide_drive_t * else taskfile_input_data(drive, buf, SECTOR_WORDS); - kunmap_atomic(page, KM_BIO_SRC_IRQ); + kunmap_atomic(buf, KM_BIO_SRC_IRQ); #ifdef CONFIG_HIGHMEM local_irq_restore(flags); #endif _ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|