lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 21 Apr 2008 15:47:04 -0700
From:	Mike Travis <travis@....com>
To:	Ingo Molnar <mingo@...e.hu>
CC:	Jack Steiner <steiner@....com>, LKML <linux-kernel@...r.kernel.org>
Subject: Re: PATCH [1/1]: x86:fix i686 panic with the early_per_cpu macro

Mike Travis wrote:
> Ingo Molnar wrote:
>> * Mike Travis <travis@....com> wrote:
>>
>>> ...  Do you 
>>> want me to consolidate the outstanding patches and send them again all 
>>> together?  
...
>> resending would be appreciated, if it's not hard. I had to disable the 
>> early-pointers cleanup patch because of the breakage it caused.
>>
>> 	Ingo
> 

The build tests have passed.  The kernel in all it's variations runs on
my intel box fine but fails on the amd box with boot disk errors.  Here's
what it should say:

    scsi0 : sata_nv
    ata1: SATA max UDMA/133 cmd 0x34d0 ctl 0x34c4 bmdma 0x3490 irq 19
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata1.00: ATA-7: WDC WD2500YD-01NVB1, 10.02E01, max UDMA/133
    ata1.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/1)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access     ATA      WDC WD2500YD-01N 10.0 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 490234752 512-byte hardware sectors (251000 MB)
    ...
     sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    ...
    EXT3-fs: mounted filesystem with ordered data mode.
    VFS: Mounted root (ext3 filesystem) readonly.

But instead it fails:

    scsi0 : sata_nv
    ata1: SATA max UDMA/133 cmd 0x34d0 ctl 0x34c4 bmdma 0x3490 irq 19
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ...
    Root-NFS: No NFS server available, giving up.
    VFS: Unable to mount root fs via NFS, trying floppy.
    VFS: Insert root floppy and press ENTER

This is linux-2.6 + sched-latest with or without my patches installed
and different configurations including the simplest nosmp.  The root
FS is ok as I can boot an older kernel fine.  I've checked to insure
the file system is configured (ext2 in this case).  [Obviously the sata
driver is config'd.]

Any ideas?

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ