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
| ||
|
Message-ID: <20071010110511.216c8aae@gondolin.boeblingen.de.ibm.com> Date: Wed, 10 Oct 2007 11:05:11 +0200 From: Cornelia Huck <cornelia.huck@...ibm.com> To: Greg KH <greg@...ah.com> Cc: Tejun Heo <htejun@...il.com>, ebiederm@...ssion.com, stern@...land.harvard.edu, kay.sievers@...y.org, linux-kernel@...r.kernel.org Subject: Re: [PATCHSET 3/4] sysfs: divorce sysfs from kobject and driver model On Tue, 9 Oct 2007 15:26:38 -0700, Greg KH <greg@...ah.com> wrote: > > - relaying implementation details to userspace so that they cannot be > > easily changed. We would need to allow kobjects not showing up in sysfs > > and making symlinks a sysfs facility not relying on kobjects to help > > there. > > Huh? Why would you want a kobject to not show up in sysfs? If we consider everything that shows up in sysfs as API, we cannot go ahead and change it without risking userspace breakage. The hierarchy of objects may very well be an "implementation detail". Otherwise, we would need to lay out for every user of the kobject infrastructure which information userspace can rely on (like it is documented for the driver model). > And yes, I agree we could use some more "automatic" help in regards to > symlinks in sysfs when we change kobjects around. That would make > things simpler for the kobject core. Yes, non-automatic symlink handling is a large source of pain and errors. They should probably be tied to sysfs_dirents instead of kobjects. > > > Removing kobject from the interface doesn't change anything about this. > > > > Hm. Currently you have a file<->attribute correlation. This would > > change if you allow non-attribute files. > > I don't want to have non-attribute files, that's my main point here. That's what I tried to say as well :) - 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