Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1669472
| From | Al Viro <viro@ZenIV.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: __user with scalar data types |
| Date | 2017-06-19 18:40 +0200 |
| Message-ID | <tU7Sy-56t-7@gated-at.bofh.it> (permalink) |
| References | <tU7ze-4Y3-59@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Jun 19, 2017 at 10:15:09AM -0600, Jordan Crouse wrote: > Which raised a bikeshed debate over whether it is appropriate to mark a scalar > type as __user. My opinion is that it is appropriate because __user should mark > user memory regardless of the container. What the hell? __user is a qualifier like const, volatile, etc. It's a property of *pointer* *type*. Not some nebulous "marks userland memory" thing. > I'm looking for opinions or semi-authoritative edicts to determine if we should > either start changing our uapi headers or go off and try to figure out how to > make sparse understand this particular usage. Stop cargo-culting, please.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
__user with scalar data types Jordan Crouse <jcrouse@codeaurora.org> - 2017-06-19 18:20 +0200
Re: __user with scalar data types Al Viro <viro@ZenIV.linux.org.uk> - 2017-06-19 18:40 +0200
Re: __user with scalar data types Luc Van Oostenryck <luc.vanoostenryck@gmail.com> - 2017-06-19 21:30 +0200
Re: __user with scalar data types Luc Van Oostenryck <luc.vanoostenryck@gmail.com> - 2017-06-19 22:40 +0200
Re: __user with scalar data types Al Viro <viro@ZenIV.linux.org.uk> - 2017-06-19 22:50 +0200
csiph-web