From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Cree Subject: Re: [PATCH 1/8] signal/alpha: Document a conflict with SI_USER for SIGTRAP Date: Mon, 17 Jul 2017 20:14:38 +1200 Message-ID: <20170717081438.rdbwspz25bn6oz7h@tower> References: <87efu22set.fsf@xmission.com> <20170630123906.8865-1-ebiederm@xmission.com> <20170702141320.GA32254@ls3530.fritz.box> <87fudz5lol.fsf@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <87fudz5lol.fsf@xmission.com> Sender: linux-kernel-owner@vger.kernel.org To: "Eric W. Biederman" Cc: Helge Deller , linux-kernel@vger.kernel.org, Andy Lutomirski , Linus Torvalds , Al Viro , Oleg Nesterov , Andrei Vagin , Thomas Gleixner , Greg KH , Andrey Vagin , Serge Hallyn , Pavel Emelyanov , Cyrill Gorcunov , Peter Zijlstra , Willy Tarreau , linux-arch@vger.kernel.org, linux-api@vger.kernel.org, Linux Containers , Michael Kerrisk , Richard Henderson , Ivan Kokshaysky List-Id: linux-api@vger.kernel.org On Fri, Jul 14, 2017 at 05:59:06AM -0500, Eric W. Biederman wrote: > in which cases the oddities will happen let alone test them. Plus at > least for ia64 and alpha those architectures don't appear to be > receiving updates for new syscalls, and no new hardware is being built > so I don't know how much longer they will last. > > That is building for alpha gives: > > CALL /home/eric/projects/linux/linux-exit-cleanups/scripts/checksyscalls.sh > > :1239:2: warning: #warning syscall seccomp not implemented [-Wcpp] > > :1248:2: warning: #warning syscall bpf not implemented [-Wcpp] > > :1299:2: warning: #warning syscall userfaultfd not implemented [-Wcpp] > > :1302:2: warning: #warning syscall membarrier not implemented [-Wcpp] > > :1305:2: warning: #warning syscall mlock2 not implemented [-Wcpp] > > :1308:2: warning: #warning syscall copy_file_range not implemented [-Wcpp] > > :1311:2: warning: #warning syscall preadv2 not implemented [-Wcpp] > > :1314:2: warning: #warning syscall pwritev2 not implemented [-Wcpp] > > :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] > > :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] > > :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] > > :1326:2: warning: #warning syscall statx not implemented [-Wcpp] Patches to wire up most of those syscalls on Alpha was posted recently along with others to fix module loading, etc., but unfortunately they do not appear to have been applied during the merge window... Cheers, Michael.