From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Date: Sat, 13 Jun 2020 16:47:30 +0000 Subject: Re: [GIT PULL] General notification queue and key notifications Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <1503686.1591113304@warthog.procyon.org.uk> <20200610111256.s47agmgy5gvj3zwz@ws.net.home> <3984625.1592053492@warthog.procyon.org.uk> In-Reply-To: <3984625.1592053492@warthog.procyon.org.uk> To: David Howells Cc: Karel Zak , Al Viro , dray@redhat.com, Miklos Szeredi , Steven Whitehouse , Jeff Layton , Ian Kent , andres@anarazel.de, Christian Brauner , Jarkko Sakkinen , keyrings@vger.kernel.org, linux-fsdevel , Linux Kernel Mailing List On Sat, Jun 13, 2020 at 6:05 AM David Howells wrote: > > Would you be willing at this point to consider pulling the mount notifications > and fsinfo() which helps support that? I could whip up pull reqs for those > two pieces - or do you want to see more concrete patches that use it? I'd want to see more concrete use cases, but I'd also like to see that this keyring thing gets used and doesn't find any show-stoppers when it does. If we have multiple uses, and one of them notices some problem that requires any ABI changes, but the other one has already started using it, we'll have more problems. Linus