Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1405586
| From | Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [git pull] drm for v4.7 |
| Date | 2016-05-23 21:20 +0200 |
| Message-ID | <rC3yp-1sr-3@gated-at.bofh.it> (permalink) |
| References | <rBRQB-2t3-1@gated-at.bofh.it> <rC3oJ-1p0-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, May 23, 2016 at 11:59 AM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> I'll test this out and look what happens, but I hate getting different
> results than what I'm told to expect.
Hmm. I also get a lot of
./usr/include/drm/amdgpu_drm.h:38: userspace cannot reference
function or variable defined in the kernel
./usr/include/drm/drm.h:63: userspace cannot reference function or
variable defined in the kernel
./usr/include/drm/drm.h:699: userspace cannot reference function or
variable defined in the kernel
...
warnings with my allmodconfig build. They do seem to be due to
checkpatch not really grokking the
#if defined(__cplusplus)
extern "C" {
#endif
and thinking that's a sign of a kernel function or variable
declaration being exported to user space, but it's a bit annoying.
Is there a patch pending for this that I'm not aware of, or is it just
that nobody but me hates spurious warnings? Didn't this show up in
linux-next? And if it _did_ show up in linux-next, why was the pull
request not talking about it?
Linus
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [git pull] drm for v4.7 Linus Torvalds <torvalds@linux-foundation.org> - 2016-05-23 21:10 +0200
Re: [git pull] drm for v4.7 Linus Torvalds <torvalds@linux-foundation.org> - 2016-05-23 21:20 +0200
Re: [git pull] drm for v4.7 Stephen Rothwell <sfr@canb.auug.org.au> - 2016-05-25 04:10 +0200
Re: [git pull] drm for v4.7 Jani Nikula <jani.nikula@linux.intel.com> - 2016-05-25 10:30 +0200
Re: [git pull] drm for v4.7 Linus Torvalds <torvalds@linux-foundation.org> - 2016-05-25 18:20 +0200
Re: [git pull] drm for v4.7 Emil Velikov <emil.l.velikov@gmail.com> - 2016-05-25 18:50 +0200
Re: [git pull] drm for v4.7 Dave Airlie <airlied@gmail.com> - 2016-05-23 21:30 +0200
Re: [git pull] drm for v4.7 Dave Airlie <airlied@gmail.com> - 2016-05-23 22:00 +0200
csiph-web