Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1379087 > unrolled thread
| Started by | Suzuki K Poulose <Suzuki.Poulose@arm.com> |
|---|---|
| First post | 2016-04-14 18:50 +0200 |
| Last post | 2016-04-14 18:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v3 6/7] arm64: Add a wrapper for personality() syscall Suzuki K Poulose <Suzuki.Poulose@arm.com> - 2016-04-14 18:50 +0200
| From | Suzuki K Poulose <Suzuki.Poulose@arm.com> |
|---|---|
| Date | 2016-04-14 18:50 +0200 |
| Subject | Re: [PATCH v3 6/7] arm64: Add a wrapper for personality() syscall |
| Message-ID | <rnSCS-4Y2-9@gated-at.bofh.it> |
On 14/04/16 17:44, Will Deacon wrote: > On Thu, Mar 31, 2016 at 06:27:34PM +0100, Suzuki K Poulose wrote: >> In order to prevent setting PER_LINUX32 on systems without >> 32bit EL0 support, add a wrapper for personality() syscall. >> >> /* >> * Wrappers to pass the pt_regs argument. >> */ >> asmlinkage long sys_rt_sigreturn_wrapper(void); >> #define sys_rt_sigreturn sys_rt_sigreturn_wrapper >> +#define sys_personality sys_arm64_personality > > You can merge this in with the subsequent patch, since it doesn't do > anything on its own. > OK, I kept it separate because we were in effect modifying the syscall table contents. I can merge it. Suzuki
Back to top | Article view | linux.kernel
csiph-web