[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YysdZIGp13ye0D4z@boqun-archlinux>
Date: Wed, 21 Sep 2022 07:19:16 -0700
From: Boqun Feng <boqun.feng@...il.com>
To: comex <comexk@...il.com>
Cc: Gary Guo <gary@...yguo.net>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Alex Gaynor <alex.gaynor@...il.com>,
Wedson Almeida Filho <wedsonaf@...il.com>,
Matthew Wilcox <willy@...radead.org>,
Kees Cook <keescook@...omium.org>,
Miguel Ojeda <miguel.ojeda.sandonis@...il.com>,
Konstantin Shelekhin <k.shelekhin@...ro.com>, ojeda@...nel.org,
ark.email@...il.com, bjorn3_gh@...tonmail.com, bobo1239@....de,
bonifaido@...il.com, davidgow@...gle.com, dev@...lasmohrin.de,
dsosnowski@...snowski.pl, foxhlchen@...il.com,
geofft@...reload.com, gregkh@...uxfoundation.org,
jarkko@...nel.org, john.m.baublitz@...il.com,
leseulartichaut@...il.com, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, me@...enk.de, milan@...verde.com,
mjmouse9999@...il.com, patches@...ts.linux.dev,
rust-for-linux@...r.kernel.org, thesven73@...il.com,
viktor@...ar.de, Andreas Hindborg <andreas.hindborg@....com>
Subject: Re: [PATCH v9 12/27] rust: add `kernel` crate
On Wed, Sep 21, 2022 at 02:42:18AM -0400, comex wrote:
>
>
> > On Sep 20, 2022, at 6:39 PM, Gary Guo <gary@...yguo.net> wrote:
> >
> > It should be noted however, atomic context is not something that a
> > token can represent. You can only use tokens to restrict what you *can*
> > do, but not what you *can't* do. There is no negative reasoning with
> > tokens, you can't create a function that can only be called when you
> > don't have token.
>
> On the other hand, it ought to be feasible to implement that kind of
> ’negative reasoning' as a custom lint. It might not work as well as
> something built into the language, but it should work decently well,
> and could serve as a prototype for a future built-in feature.
Interesting, do you have an example somewhere?
Regards,
Boqun
Powered by blists - more mailing lists