[<prev day] [next day>] [month] [year] [list]
kernel-hardening mailing list - 2017/08/14
- Re: [PATCH 05/14] arm64: clean up THREAD_* definitions (Catalin Marinas <catalin.marinas@....com>)
- [PATCH 00/30] implement KASLR for ARM (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 01/30] asm-generic: add .data.rel.ro sections to __ro_after_init (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l macros (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 03/30] ARM: head-common.S: use PC-relative insn sequence for __proc_info (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 04/30] ARM: head-common.S: use PC-relative insn sequence for idmap creation (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 06/30] ARM: kernel: use relative references for UP/SMP alternatives (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 07/30] ARM: head: use PC-relative insn sequence for __smp_alt (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 05/30] ARM: head.S: use PC-relative insn sequence for secondary_data (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 08/30] ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hash (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 09/30] ARM: head.S: use PC-relative insn sequences for __fixup_pv_table (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 10/30] ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSET (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 11/30] ARM: kvm: replace open coded VA->PA calculations with adr_l call (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 13/30] arm-soc: mvebu: replace open coded VA->PA conversion (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 14/30] arm-soc: various: replace open coded VA->PA calculation of pen_release (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 15/30] ARM: kernel: switch to relative exception tables (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 16/30] ARM: kernel: use relative phys-to-virt patch tables (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 17/30] arm-soc: tegra: make sleep asm code runtime relocatable (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 18/30] ARM: kernel: make vmlinux buildable as a PIE executable (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 19/30] ARM: kernel: use PC-relative symbol references in MMU switch code (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 12/30] arm-soc: exynos: replace open coded VA->PA conversions (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 20/30] ARM: kernel: use PC relative symbol references in suspend/resume code (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 21/30] ARM: mm: export default vmalloc base address (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 22/30] ARM: kernel: refer to swapper_pg_dir via its symbol (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 24/30] ARM: decompressor: explicitly map decompressor binary cacheable (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 25/30] ARM: compressed: factor out zImage header and make it extensible (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 26/30] ARM: decompressor: add KASLR support (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 27/30] efi/libstub: add 'max' parameter to efi_random_alloc() (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 23/30] ARM: kernel: implement randomization of the kernel load address (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 29/30] efi/libstub: arm: reserve bootloader supplied initrd in memory map (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 30/30] efi/libstub: arm: implement KASLR (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- [PATCH 28/30] efi/libstub: check for vmalloc= command line argument (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- Re: [PATCH 05/14] arm64: clean up THREAD_* definitions (Mark Rutland <mark.rutland@....com>)
- Re: [PATCH 01/30] asm-generic: add .data.rel.ro sections to __ro_after_init (Arnd Bergmann <arnd@...db.de>)
- Re: [PATCH 17/30] arm-soc: tegra: make sleep asm code runtime
relocatable (Dave Martin <Dave.Martin@....com>)
- Re: [PATCH 17/30] arm-soc: tegra: make sleep asm code runtime relocatable (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- Re: [PATCH 17/30] arm-soc: tegra: make sleep asm code runtime
relocatable (Dave Martin <Dave.Martin@....com>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l
macros (Dave Martin <Dave.Martin@....com>)
- Re: [PATCH 00/30] implement KASLR for ARM (Arnd Bergmann <arnd@...db.de>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l
macros (Dave Martin <Dave.Martin@....com>)
- Re: [PATCH 14/14] arm64: add VMAP_STACK overflow detection (Will Deacon <will.deacon@....com>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l macros (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l macros (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- Re: [PATCH 00/30] implement KASLR for ARM (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l
macros (Dave Martin <Dave.Martin@....com>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l
macros (Dave Martin <Dave.Martin@....com>)
- Re: [PATCH 20/30] ARM: kernel: use PC relative symbol references in
suspend/resume code (Nicolas Pitre <nicolas.pitre@...aro.org>)
- Re: [PATCH 00/30] implement KASLR for ARM (Arnd Bergmann <arnd@...db.de>)
- Re: [PATCH 00/30] implement KASLR for ARM (Nicolas Pitre <nicolas.pitre@...aro.org>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l
macros (Nicolas Pitre <nicolas.pitre@...aro.org>)
- Re: [PATCH v5 10/10] lkdtm: Add test for XPFO (Tycho Andersen <tycho@...ker.com>)
- Re: [PATCH v5 06/10] arm64/mm: Disable section
mappings if XPFO is enabled (Tycho Andersen <tycho@...ker.com>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l macros (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- Re: [PATCH 00/30] implement KASLR for ARM (Nicolas Pitre <nicolas.pitre@...aro.org>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l
macros (Nicolas Pitre <nicolas.pitre@...aro.org>)
- Re: [PATCH v5 04/10] arm64: Add __flush_tlb_one() (Tycho Andersen <tycho@...ker.com>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l
macros (Russell King - ARM Linux <linux@...linux.org.uk>)
- Re: [PATCH v5 04/10] arm64: Add __flush_tlb_one() (Mark Rutland <mark.rutland@....com>)
- Re: [PATCH v5 07/10] arm64/mm: Don't flush the
data cache if the page is unmapped by XPFO (Mark Rutland <mark.rutland@....com>)
- Re: [PATCH 02/30] ARM: assembler: introduce adr_l, ldr_l and str_l macros (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- Re: [PATCH v5 04/10] arm64: Add __flush_tlb_one() (Tycho Andersen <tycho@...ker.com>)
- Re: [PATCH 10/14] arm64: assembler: allow adr_this_cpu to use the
stack pointer (Catalin Marinas <catalin.marinas@....com>)
- Re: [PATCH 14/14] arm64: add VMAP_STACK overflow detection (Mark Rutland <mark.rutland@....com>)
- Re: [PATCH 00/30] implement KASLR for ARM (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- Re: [PATCH 10/14] arm64: assembler: allow adr_this_cpu to use the
stack pointer (Mark Rutland <mark.rutland@....com>)
- Re: [RFD] Is there any plan to port the RAP feature
from PAX/Grsecurity to main line ? (Joao Moreira <jmoreira@...e.de>)
- Re: [PATCH 00/30] implement KASLR for ARM (Nicolas Pitre <nicolas.pitre@...aro.org>)
- Re: [PATCH 00/30] implement KASLR for ARM (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- Re: [PATCH 20/30] ARM: kernel: use PC relative symbol references in
suspend/resume code (Ard Biesheuvel <ard.biesheuvel@...aro.org>)
- Re: [PATCH 20/30] ARM: kernel: use PC relative symbol references in
suspend/resume code (Nicolas Pitre <nicolas.pitre@...aro.org>)
- Re: [PATCH v5 06/10] arm64/mm: Disable section
mappings if XPFO is enabled (Laura Abbott <labbott@...hat.com>)
- Re: [PATCH v5 02/10] mm, x86: Add support for eXclusive Page Frame
Ownership (XPFO) (Laura Abbott <labbott@...hat.com>)
- Re: [PATCH v5 10/10] lkdtm: Add test for XPFO (Kees Cook <keescook@...omium.org>)
- Re: [PATCH v5 07/10] arm64/mm: Don't flush the
data cache if the page is unmapped by XPFO (Tycho Andersen <tycho@...ker.com>)
- Re: [PATCH v5 06/10] arm64/mm: Disable section
mappings if XPFO is enabled (Tycho Andersen <tycho@...ker.com>)
- Re: [PATCH v5 10/10] lkdtm: Add test for XPFO (Tycho Andersen <tycho@...ker.com>)
- [PATCH v3 1/4] syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_check (Thomas Garnier <thgarnie@...gle.com>)
- [PATCH v3 2/4] Revert "arm/syscalls: Check address limit on user-mode return" (Thomas Garnier <thgarnie@...gle.com>)
- [PATCH v3 3/4] arm/syscalls: Optimize address limit check (Thomas Garnier <thgarnie@...gle.com>)
- [PATCH v3 4/4] arm64/syscalls: Move address limit check in loop (Thomas Garnier <thgarnie@...gle.com>)
- Re: [PATCH v5 02/10] mm, x86: Add support for eXclusive Page Frame
Ownership (XPFO) (Laura Abbott <labbott@...hat.com>)
81 messages
Powered by blists - more mailing lists
Confused about mailing lists and their use?
Read about mailing lists on Wikipedia
and check out these
guidelines on proper formatting of your messages.