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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 15 Apr 2008 21:18:28 -0600
From:	Alex Chiang <achiang@...com>
To:	Badari Pulavarty <pbadari@...ibm.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, anton@....ibm.com
Subject: Re: 2.6.25-rc8-mm1 panic in rpaphp_register_slot()

>>> +	if (slot->bus->self)
>>> +		slot_nr = PCI_SLOT(slot->bus->self->devfn);
>>> +	else
>>> +		slot_nr = 0;
>>> +	retval = pci_hp_register(php_slot, slot->bus, slot_nr);
>>>  	if (retval) {
>>>  		err("pci_hp_register failed with error %d\n", retval);
>>>  		return retval;
>
> No. It didn't help. I had to hack "slot_nr = 0" all the time to boot my  
> machine.

It didn't help because you're still getting a NULL deref? Or are
you seeing some other failure mode?

Thanks.

/ac

--
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