public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [kees:module-fd-syscall 1/4] #warning syscall finit_module not implemented
@ 2012-09-29  1:36 Fengguang Wu
  2012-09-29 17:53 ` Kees Cook
  2012-10-03 10:49 ` Jesper Nilsson
  0 siblings, 2 replies; 3+ messages in thread
From: Fengguang Wu @ 2012-09-29  1:36 UTC (permalink / raw)
  To: kernel-janitors

Hi Kees,

FYI, there are new compile warnings show up in

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git module-fd-syscall
head:   fddb953b5898441d3a26d8912ac9d06489f4c1dc
commit: 1c0ef4c3ea38a42c9e326b1eb520bd8e58b48797 [1/4] module: add syscall to load module from fd
config: cris-allyesconfig

All warnings:

<stdin>:1178:2: warning: #warning syscall rt_tgsigqueueinfo not implemented [-Wcpp]
<stdin>:1181:2: warning: #warning syscall perf_event_open not implemented [-Wcpp]
<stdin>:1184:2: warning: #warning syscall recvmmsg not implemented [-Wcpp]
<stdin>:1187:2: warning: #warning syscall fanotify_init not implemented [-Wcpp]
<stdin>:1190:2: warning: #warning syscall fanotify_mark not implemented [-Wcpp]
<stdin>:1193:2: warning: #warning syscall prlimit64 not implemented [-Wcpp]
<stdin>:1196:2: warning: #warning syscall name_to_handle_at not implemented [-Wcpp]
<stdin>:1199:2: warning: #warning syscall open_by_handle_at not implemented [-Wcpp]
<stdin>:1202:2: warning: #warning syscall clock_adjtime not implemented [-Wcpp]
<stdin>:1205:2: warning: #warning syscall syncfs not implemented [-Wcpp]
<stdin>:1208:2: warning: #warning syscall sendmmsg not implemented [-Wcpp]
<stdin>:1214:2: warning: #warning syscall process_vm_readv not implemented [-Wcpp]
<stdin>:1217:2: warning: #warning syscall process_vm_writev not implemented [-Wcpp]
<stdin>:1220:2: warning: #warning syscall kcmp not implemented [-Wcpp]
<stdin>:1223:2: warning: #warning syscall finit_module not implemented [-Wcpp]

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [kees:module-fd-syscall 1/4] #warning syscall finit_module not implemented
  2012-09-29  1:36 [kees:module-fd-syscall 1/4] #warning syscall finit_module not implemented Fengguang Wu
@ 2012-09-29 17:53 ` Kees Cook
  2012-10-03 10:49 ` Jesper Nilsson
  1 sibling, 0 replies; 3+ messages in thread
From: Kees Cook @ 2012-09-29 17:53 UTC (permalink / raw)
  To: kernel-janitors

Hi,

Yeah, I think this is expected now, since
0e75898fe2499ece0ac3f1475982a828b3283b0d, which fixed checksyscalls
(it got broken in 29dc54c673ea2531d589400badb4ada5f5f60dae).

This email should really be directed at the cris maintainer (CCed).

Thanks!

-Kees

On Fri, Sep 28, 2012 at 6:36 PM, Fengguang Wu <fengguang.wu@intel.com> wrote:
> Hi Kees,
>
> FYI, there are new compile warnings show up in
>
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git module-fd-syscall
> head:   fddb953b5898441d3a26d8912ac9d06489f4c1dc
> commit: 1c0ef4c3ea38a42c9e326b1eb520bd8e58b48797 [1/4] module: add syscall to load module from fd
> config: cris-allyesconfig
>
> All warnings:
>
> <stdin>:1178:2: warning: #warning syscall rt_tgsigqueueinfo not implemented [-Wcpp]
> <stdin>:1181:2: warning: #warning syscall perf_event_open not implemented [-Wcpp]
> <stdin>:1184:2: warning: #warning syscall recvmmsg not implemented [-Wcpp]
> <stdin>:1187:2: warning: #warning syscall fanotify_init not implemented [-Wcpp]
> <stdin>:1190:2: warning: #warning syscall fanotify_mark not implemented [-Wcpp]
> <stdin>:1193:2: warning: #warning syscall prlimit64 not implemented [-Wcpp]
> <stdin>:1196:2: warning: #warning syscall name_to_handle_at not implemented [-Wcpp]
> <stdin>:1199:2: warning: #warning syscall open_by_handle_at not implemented [-Wcpp]
> <stdin>:1202:2: warning: #warning syscall clock_adjtime not implemented [-Wcpp]
> <stdin>:1205:2: warning: #warning syscall syncfs not implemented [-Wcpp]
> <stdin>:1208:2: warning: #warning syscall sendmmsg not implemented [-Wcpp]
> <stdin>:1214:2: warning: #warning syscall process_vm_readv not implemented [-Wcpp]
> <stdin>:1217:2: warning: #warning syscall process_vm_writev not implemented [-Wcpp]
> <stdin>:1220:2: warning: #warning syscall kcmp not implemented [-Wcpp]
> <stdin>:1223:2: warning: #warning syscall finit_module not implemented [-Wcpp]
>
> ---
> 0-DAY kernel build testing backend         Open Source Technology Centre
> Fengguang Wu, Yuanhan Liu                              Intel Corporation



-- 
Kees Cook
Chrome OS Security

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [kees:module-fd-syscall 1/4] #warning syscall finit_module not implemented
  2012-09-29  1:36 [kees:module-fd-syscall 1/4] #warning syscall finit_module not implemented Fengguang Wu
  2012-09-29 17:53 ` Kees Cook
@ 2012-10-03 10:49 ` Jesper Nilsson
  1 sibling, 0 replies; 3+ messages in thread
From: Jesper Nilsson @ 2012-10-03 10:49 UTC (permalink / raw)
  To: kernel-janitors

On Sat, Sep 29, 2012 at 07:53:01PM +0200, Kees Cook wrote:
> Hi,

Hi,

> Yeah, I think this is expected now, since
> 0e75898fe2499ece0ac3f1475982a828b3283b0d, which fixed checksyscalls
> (it got broken in 29dc54c673ea2531d589400badb4ada5f5f60dae).
> 
> This email should really be directed at the cris maintainer (CCed).

Thanks, I'll push some patches to wire this up so we can avoid the error.

/Jesper

> Thanks!
> 
> -Kees
> 
> On Fri, Sep 28, 2012 at 6:36 PM, Fengguang Wu <fengguang.wu@intel.com> wrote:
> > Hi Kees,
> >
> > FYI, there are new compile warnings show up in
> >
> > tree:   git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git module-fd-syscall
> > head:   fddb953b5898441d3a26d8912ac9d06489f4c1dc
> > commit: 1c0ef4c3ea38a42c9e326b1eb520bd8e58b48797 [1/4] module: add syscall to load module from fd
> > config: cris-allyesconfig
> >
> > All warnings:
> >
> > <stdin>:1178:2: warning: #warning syscall rt_tgsigqueueinfo not implemented [-Wcpp]
> > <stdin>:1181:2: warning: #warning syscall perf_event_open not implemented [-Wcpp]
> > <stdin>:1184:2: warning: #warning syscall recvmmsg not implemented [-Wcpp]
> > <stdin>:1187:2: warning: #warning syscall fanotify_init not implemented [-Wcpp]
> > <stdin>:1190:2: warning: #warning syscall fanotify_mark not implemented [-Wcpp]
> > <stdin>:1193:2: warning: #warning syscall prlimit64 not implemented [-Wcpp]
> > <stdin>:1196:2: warning: #warning syscall name_to_handle_at not implemented [-Wcpp]
> > <stdin>:1199:2: warning: #warning syscall open_by_handle_at not implemented [-Wcpp]
> > <stdin>:1202:2: warning: #warning syscall clock_adjtime not implemented [-Wcpp]
> > <stdin>:1205:2: warning: #warning syscall syncfs not implemented [-Wcpp]
> > <stdin>:1208:2: warning: #warning syscall sendmmsg not implemented [-Wcpp]
> > <stdin>:1214:2: warning: #warning syscall process_vm_readv not implemented [-Wcpp]
> > <stdin>:1217:2: warning: #warning syscall process_vm_writev not implemented [-Wcpp]
> > <stdin>:1220:2: warning: #warning syscall kcmp not implemented [-Wcpp]
> > <stdin>:1223:2: warning: #warning syscall finit_module not implemented [-Wcpp]
> >
> > ---
> > 0-DAY kernel build testing backend         Open Source Technology Centre
> > Fengguang Wu, Yuanhan Liu                              Intel Corporation
> 
> 
> 
> -- 
> Kees Cook
> Chrome OS Security

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-03 10:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-29  1:36 [kees:module-fd-syscall 1/4] #warning syscall finit_module not implemented Fengguang Wu
2012-09-29 17:53 ` Kees Cook
2012-10-03 10:49 ` Jesper Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox