kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-02 09:31:37 to 2019-01-29 00:34:11 UTC [more...]

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-01-29  0:34 UTC  (10+ messages)
` [PATCH v2 01/20] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
` [PATCH v2 02/20] x86/jump_label: Use text_poke_early() during early init
` [PATCH v2 03/20] x86/mm: temporary mm struct
` [PATCH v2 04/20] fork: provide a function for copying init_mm
` [PATCH v2 05/20] x86/alternative: initializing temporary mm for patching
` [PATCH v2 06/20] x86/alternative: use temporary mm for text poking
` [PATCH v2 07/20] x86/kgdb: avoid redundant comparison of patched code
` [PATCH v2 08/20] x86/ftrace: set trampoline pages as executable
` [PATCH v2 09/20] x86/kprobes: instruction pages initialization enhancements

[PATCH 0/3] gcc-plugins: Introduce stackinit plugin
 2019-01-29  0:12 UTC  (19+ messages)
` [PATCH 1/3] treewide: Lift switch variables out of switches
    ` [Intel-gfx] "
  ` [Intel-wired-lan] "
` [PATCH 2/3] gcc-plugins: Introduce stackinit plugin
` [PATCH 3/3] lib: Introduce test_stackinit module

[PATCH] mm: Prevent mapping slab pages to userspace
 2019-01-28 20:08 UTC  (6+ messages)

[PATCH 00/17] Merge text_poke fixes and executable lockdowns
 2019-01-25 18:28 UTC  (44+ messages)
` [PATCH 01/17] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
` [PATCH 02/17] x86/jump_label: Use text_poke_early() during early init
` [PATCH 03/17] x86/mm: temporary mm struct
` [PATCH 04/17] fork: provide a function for copying init_mm
` [PATCH 05/17] x86/alternative: initializing temporary mm for patching
` [PATCH 06/17] x86/alternative: use temporary mm for text poking
` [PATCH 07/17] x86/kgdb: avoid redundant comparison of patched code
` [PATCH 08/17] x86/ftrace: set trampoline pages as executable
` [PATCH 09/17] x86/kprobes: Instruction pages initialization enhancements
` [PATCH 10/17] x86: avoid W^X being broken during modules loading
` [PATCH 11/17] x86/jump-label: remove support for custom poker
` [PATCH 12/17] x86/alternative: Remove the return value of text_poke_*()
` [PATCH 13/17] Add set_alias_ function and x86 implementation
` [PATCH 14/17] mm: Make hibernate handle unmapped pages
` [PATCH 15/17] vmalloc: New flags for safe vfree on special perms
` [PATCH 16/17] Plug in new special vfree flag
` [PATCH 17/17] module: Prevent module removal racing with text_poke()

[PATCH v2] KVM: x86: Fix single-step debugging
 2019-01-25 17:52 UTC  (5+ messages)

[PATCH v2 0/3] [PATCH v2 0/3] Kernel Userspace Protection for Radix MMU
 2019-01-25 11:45 UTC  (4+ messages)
` [PATCH v2 2/3] powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()

[PATCH 4.19 026/106] crypto: ecc - regularize scalar for scalar multiplication
 2019-01-24 19:19 UTC 

[PATCH 4.20 032/127] crypto: ecc - regularize scalar for scalar multiplication
 2019-01-24 19:19 UTC 

[RFC v1 0/4] static analysis of copy_to_user()
 2019-01-24  3:15 UTC  (5+ messages)

[RFC PATCH v7 00/16] Add support for eXclusive Page Frame Ownership
 2019-01-23 15:03 UTC  (41+ messages)
` [RFC PATCH v7 01/16] mm: add MAP_HUGETLB support to vm_mmap
` [RFC PATCH v7 02/16] x86: always set IF before oopsing from page fault
` [RFC PATCH v7 03/16] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)
` [RFC PATCH v7 04/16] swiotlb: Map the buffer if it was unmapped by XPFO
` [RFC PATCH v7 05/16] arm64/mm: Add support for XPFO
` [RFC PATCH v7 06/16] xpfo: add primitives for mapping underlying memory
` [RFC PATCH v7 07/16] arm64/mm, xpfo: temporarily map dcache regions
` [RFC PATCH v7 08/16] arm64/mm: disable section/contiguous mappings if XPFO is enabled
` [RFC PATCH v7 09/16] mm: add a user_virt_to_phys symbol
` [RFC PATCH v7 10/16] lkdtm: Add test for XPFO
` [RFC PATCH v7 11/16] mm, x86: omit TLB flushing by default for XPFO page table modifications
` [RFC PATCH v7 12/16] xpfo, mm: remove dependency on CONFIG_PAGE_EXTENSION
` [RFC PATCH v7 13/16] xpfo, mm: optimize spinlock usage in xpfo_kunmap
` [RFC PATCH v7 14/16] EXPERIMENTAL: xpfo, mm: optimize spin lock usage in xpfo_kmap
` [RFC PATCH v7 15/16] xpfo, mm: Fix hang when booting with "xpfotlbflush"
` [RFC PATCH v7 16/16] xpfo, mm: Defer TLB flushes for non-current CPUs (x86 only)

[RFC] x86/speculation: add L1 Terminal Fault / Foreshadow demo
 2019-01-22 14:34 UTC  (5+ messages)

[RESEND PATCH V8 0/11] KVM: X86: Introducing ROE Protection Kernel Hardening
 2019-01-22  3:10 UTC  (13+ messages)
` [RESEND PATCH V8 01/11] KVM: State whether memory should be freed in kvm_free_memslot
` [RESEND PATCH V8 02/11] KVM: X86: Add arbitrary data pointer in kvm memslot iterator functions
` [RESEND PATCH V8 03/11] KVM: X86: Add helper function to convert SPTE to GFN
` [RESEND PATCH V8 04/11] KVM: Document Memory ROE
` [RESEND PATCH V8 05/11] KVM: Create architecture independent ROE skeleton
` [RESEND PATCH V8 06/11] KVM: X86: Enable ROE for x86
` [RESEND PATCH V8 07/11] KVM: Add support for byte granular memory ROE
` [RESEND PATCH V8 08/11] KVM: X86: Port ROE_MPROTECT_CHUNK to x86
` [RESEND PATCH V8 09/11] KVM: Add new exit reason For ROE violations
` [RESEND PATCH V8 10/11] KVM: Log ROE violations in system log
` [RESEND PATCH V8 11/11] KVM: ROE: Store protected chunks in red black tree

[PATCH] tty: ldisc: add sysctl to prevent autoloading of ldiscs
 2019-01-22  0:01 UTC  (2+ messages)

[PATCH] KVM: x86: Fix single-step debugging
 2019-01-21 12:47 UTC  (2+ messages)

[PATCH 0/2] gcc-plugins: fixes for arm_ssp_per_task_plugin
 2019-01-20 15:43 UTC  (5+ messages)
` [PATCH 1/2] gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP mask
` [PATCH 2/2] gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+

[PATCH v1 01/06]: Extending objtool for PIC modules
 2019-01-16  9:59 UTC  (3+ messages)

[PATCH v1 06/06]: Extending kernel support for PIC modules
 2019-01-15 19:03 UTC 

[PATCH v1 05/06]: Retpoline thunks for PIC modules
 2019-01-15 19:02 UTC 

[PATCH v1 04/06]: The PLT stub for PIC modules
 2019-01-15 19:01 UTC 

[PATCH v1 03/06]: Export individual Xen hypercalls
 2019-01-15 18:59 UTC 

[PATCH v1 02/06]: Avoid using the same object file in the kernel and modules
 2019-01-15 18:58 UTC 

[PATCH v1 01/06]: Extending objtool for PIC
 2019-01-15 17:02 UTC 

[PATCH 1/2] kbuild: clean up hostprogs rules with hostld_flags and hostld_libs
 2019-01-11 17:20 UTC  (4+ messages)
` [PATCH 2/2] kbuild: simplify GCC plugin build rules

[PATCH] usercopy: skip the check if not a real usercopy
 2019-01-11  1:52 UTC  (9+ messages)

[PATCH v3] ARM: smp: add support for per-task stack canaries
 2019-01-09 21:37 UTC  (6+ messages)
    ` [kbuild-all] "

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2019-01-09 13:41 UTC  (8+ messages)
` [RFC PATCH v1 3/5] Yama: Enforces noexec mounts or file executability through O_MAYEXEC

[PATCH AUTOSEL 4.19 17/97] crypto: ecc - regularize scalar for scalar multiplication
 2019-01-08 19:28 UTC 

[PATCH AUTOSEL 4.20 020/117] crypto: ecc - regularize scalar for scalar multiplication
 2019-01-08 19:24 UTC 

[PATCH V8 0/11] KVM: X86: Introducing ROE Protection Kernel Hardening
 2019-01-06 19:23 UTC  (12+ messages)
` [PATCH V8 01/11] KVM: State whether memory should be freed in kvm_free_memslot
` [PATCH V8 02/11] KVM: X86: Add arbitrary data pointer in kvm memslot iterator functions
` [PATCH V8 03/11] KVM: X86: Add helper function to convert SPTE to GFN
` [PATCH V8 04/11] KVM: Document Memory ROE
` [PATCH V8 05/11] KVM: Create architecture independent ROE skeleton
` [PATCH V8 06/11] KVM: X86: Enable ROE for x86
` [PATCH V8 07/11] KVM: Add support for byte granular memory ROE
` [PATCH V8 08/11] KVM: X86: Port ROE_MPROTECT_CHUNK to x86
` [PATCH V8 09/11] KVM: Add new exit reason For ROE violations
` [PATCH V8 10/11] KVM: Log ROE violations in system log
` [PATCH V8 11/11] KVM: ROE: Store protected chunks in red black tree


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).