All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] cleanup {COMPAT_,}SET_PERSONALITY
@ 2017-08-20 10:20 ` Yury Norov
  0 siblings, 0 replies; 12+ messages in thread
From: Yury Norov @ 2017-08-20 10:20 UTC (permalink / raw)
  To: Catalin Marinas, Pratyush Anand
  Cc: Yury Norov, linux-arm-kernel, linux-kernel

This patchset is the result of discussion:
https://lkml.org/lkml/2017/7/31/454

First patch introduces MMCF flags for mm_context_t ->flags to separate it from
TIF ones. And second patch moves personality-related setup code from
SET_PERSONALITY() to the helper.

Yury Norov (2):
  arm64: introduce separated bits for mm_context_t flags
  arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro

 arch/arm64/include/asm/elf.h         | 7 +++++--
 arch/arm64/include/asm/mmu.h         | 2 ++
 arch/arm64/include/asm/thread_info.h | 3 +++
 arch/arm64/kernel/probes/uprobes.c   | 2 +-
 arch/arm64/kernel/process.c          | 8 ++++++++
 5 files changed, 19 insertions(+), 3 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/2] arm64: cleanup {COMPAT_,}SET_PERSONALITY
@ 2017-08-05 14:40 Yury Norov
  2017-08-05 14:40   ` Yury Norov
  0 siblings, 1 reply; 12+ messages in thread
From: Yury Norov @ 2017-08-05 14:40 UTC (permalink / raw)
  To: Catalin Marinas, Pratyush Anand, linux-arm-kernel, linux-kernel
  Cc: Yury Norov

This patchset is the result of discussion:
https://lkml.org/lkml/2017/7/31/454

First patch introduces MMCF flags for mm_context_t ->flags to separate it from 
TIF ones. And second patch moves personality-related setup code from
SET_PERSONALITY() to the helper.

CC: Catalin Marinas <catalin.marinas@arm.com>
CC: Pratyush Anand <panand@redhat.com>

Yury Norov (2):
  arm64: introduce separated bits for mm_context_t flags
  arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro

 arch/arm64/include/asm/elf.h         | 15 +++++++++------
 arch/arm64/include/asm/mmu.h         |  2 ++
 arch/arm64/include/asm/thread_info.h |  3 +++
 arch/arm64/kernel/probes/uprobes.c   |  2 +-
 arch/arm64/kernel/process.c          | 17 +++++++++++++++++
 5 files changed, 32 insertions(+), 7 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-08-22 17:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-20 10:20 [PATCH v2 0/2] cleanup {COMPAT_,}SET_PERSONALITY Yury Norov
2017-08-20 10:20 ` Yury Norov
2017-08-20 10:20 ` [PATCH 1/2] arm64: introduce separated bits for mm_context_t flags Yury Norov
2017-08-20 10:20   ` Yury Norov
2017-08-20 10:20 ` [PATCH 2/2] arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro Yury Norov
2017-08-20 10:20   ` Yury Norov
2017-08-22 17:46 ` [PATCH v2 0/2] cleanup {COMPAT_,}SET_PERSONALITY Catalin Marinas
2017-08-22 17:46   ` Catalin Marinas
  -- strict thread matches above, loose matches on Subject: below --
2017-08-05 14:40 [PATCH 0/2] arm64: " Yury Norov
2017-08-05 14:40 ` [PATCH 1/2] arm64: introduce separated bits for mm_context_t flags Yury Norov
2017-08-05 14:40   ` Yury Norov
2017-08-08 13:51   ` Catalin Marinas
2017-08-08 13:51     ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.