Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737204
| From | Balbir Singh <bsingharora@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/6] mm: display pkey in smaps if arch_pkeys_enabled() is true |
| Date | 2017-09-22 08:10 +0200 |
| Message-ID | <uspjX-2Dw-11@gated-at.bofh.it> (permalink) |
| References | <uqa5H-2Li-3@gated-at.bofh.it> <uqa5I-2Li-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 15 Sep 2017 18:21:07 -0700 Ram Pai <linuxram@us.ibm.com> wrote: > +#ifdef CONFIG_ARCH_HAS_PKEYS > + if (arch_pkeys_enabled()) Sorry, I missed this bit in my previous review the patch makes sense > + seq_printf(m, "ProtectionKey: %8u\n", vma_pkey(vma)); > +#endif > + Balbir
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/6] mm, x86, powerpc: Memory Protection Keys enhancement Ram Pai <linuxram@us.ibm.com> - 2017-09-16 03:30 +0200
[PATCH 3/6] mm: display pkey in smaps if arch_pkeys_enabled() is true Ram Pai <linuxram@us.ibm.com> - 2017-09-16 03:30 +0200
Re: [PATCH 3/6] mm: display pkey in smaps if arch_pkeys_enabled() is true Balbir Singh <bsingharora@gmail.com> - 2017-09-22 08:10 +0200
Re: [PATCH 3/6] mm: display pkey in smaps if arch_pkeys_enabled() is true Balbir Singh <bsingharora@gmail.com> - 2017-09-22 08:10 +0200
csiph-web