Hi Alex, On Fri, Feb 25, 2022 at 04:15:59PM +0100, Alexander Graf wrote: > I'm not talking about a notification interface - we've gone through > great length on that one in the previous submission. What I'm more > interested in is *any* way for user space to read the current VM Gen ID. > The same way I'm interested to see other device attributes of my system > through sysfs. Again, no. Same basic objection: we can do this later and design it coherently with the rest. For example, maybe it's better to expose a generation counter rather than 16 byte blob, and expect userspace to call getrandom() subsequently to get something fresh. Or not! But maybe it should be hashed with a fixed prefix string before being exposed to userspace. Or not! I don't know, but that's not going to happen on this patchset. There is no reason at all why that needs to be done here and now. Trying to do too much at the same time is likely why the previous efforts from your team stalled out last year. Propose something later, in a new thread, and we can discuss then. One step at a time... Jason