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, 2 Dec 2008 20:07:04 -0800 (PST)
From:	Trent Piepho <xyzzy@...akeasy.org>
To:	Alex Chiang <achiang@...com>
cc:	"Darrick J. Wong" <djwong@...ibm.com>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	Jesse Barnes <jbarnes@...tuousgeek.org>,
	linux-pci <linux-pci@...r.kernel.org>,
	Matthew Wilcox <matthew@....cx>
Subject: Re: Problems with fakephp

On Mon, 1 Dec 2008, Alex Chiang wrote:
> I think there are now enough ideas in this thread that they're
> starting to get confusing.
>
> 	1) Function vs. device removal
> 	2) User interface
> 	3) Existing fakephp bugs
>
> For (1), do you need function level hotplug? Or will you be able
> to get away with device level?

While I have some hardware the can use function level hotplug (secondary
functions can be controlled by registers in the primary function), it's not
something *I* make use of.  But function level hotplug has been there for
years so it seems like a regression to remove that ability and break the
existing interface.

I guess my first though is should be there a new interface, as part of the
pci core rather than pci hotplug, for adding/removing devices from Linux's
view?  By devices I mean in the Linux "struct device" sense, so PCI
functions.

I think that seems reasonable.  fakephp isn't the best interface.  My patch
to add "remove" to pci-sysfs ended up being very simple, unless there's a
serious flaw in it I've overlooked.

So once we have that the question becomes how to keep some compatibility
with the old fakephp interface.  Either a new legacy compat module like
I've done or by fixing fakephp.

I'm more inclined to have the new legacy compat module:

- It's quite a bit simpler than fakephp so far.
- It already works better than fakephp ever did.  fakephp can't do
recursive bridge removal and won't co-exist well with a new pci core
remove/add interface.
- Fakephp's use of devices as "slots" appears to be fundamentally at odds
with the hotplug core.  It's just going to cause problems in the future.
The new compat module doesn't use hotplug at all, so it shouldn't get in
the way.

> > It looks like you weren't opposed to reverting the original
> > patch.  I think that should be done for 2.6.27 and 2.6.28, to
> > restore the existing interface.
>
> So we can't do a simple revert of fe99740c because:
>
> 	- fakephp registers with PCI hotplug core for device xxxx:yy.0
> 	- fakephp tries to register device xxxx:yy.1
> 	- PCI hotplug core returns -EBUSY because the _device_ is
> 	  already claimed

Hmm, I see what you mean.  I'd really like to fix 2.6.27 though.  I suppose
it would be if one left out sub-functions?  Partially broken being better
than entirely broken.

> You've convinced me that the 'fake%d' names are pretty useless. I
> was thinking of submitting my test patch that shows the
> domain:bus:slot.fn output above.

If fn must be 0, then maybe use domain:bus:slot?  That way there's no
conflict with the old fakephp interface.
--
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