kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-13 22:41:32 to 2019-02-26 23:40:34 UTC [more...]

[PATCH 0/3] x86/asm: More pinning
 2019-02-26 23:40 UTC  (5+ messages)
` [PATCH 1/3] x86/asm: Pin sensitive CR0 bits
` [PATCH 2/3] x86/asm: Avoid taking an exception before cr4 restore
` [PATCH 3/3] lkdtm: Check for SMEP clearing protections

[PATCH v2 0/1] lib/string: Add strscpy_pad() function
 2019-02-25 21:38 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/6] RCU fixes for rcu_assign_pointer() usage
 2019-02-25 21:12 UTC  (13+ messages)
` [PATCH v2 1/6] net: rtnetlink: Fix incorrect RCU API usage
` [PATCH v2 2/6] ixgbe: "
` [PATCH v2 3/6] sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu
` [PATCH v2 4/6] sched_domain: Annotate RCU pointers properly
` [PATCH v2 5/6] rcuwait: Annotate task_struct with __rcu
` [PATCH v2 6/6] sched: Annotate perf_domain pointer "

[PATCH 0/6] lib: Add safe string funtions
 2019-02-25 20:09 UTC  (41+ messages)
` [PATCH 1/6] lib/string: Enable string selftesting
` [PATCH 2/6] lib/string: Fix erroneous 'overflow' documentation
` [PATCH 3/6] lib/string: Use correct docstring format
` [PATCH 4/6] lib/string: Add string copy/zero function
` [PATCH 5/6] lib: Fix function documentation for strncpy_from_user
` [PATCH 6/6] lib: Add function strscpy_from_user()

[PATCH v3 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-22 18:32 UTC  (27+ messages)
` [PATCH v3 01/20] x86/jump_label: Use text_poke_early() during early init
` [PATCH v3 02/20] x86/mm: Introduce temporary mm structs
` [PATCH v3 03/20] x86/mm: Save DRs when loading a temporary mm
` [PATCH v3 04/20] fork: Provide a function for copying init_mm
` [PATCH v3 05/20] x86/alternative: Initialize temporary mm for patching
` [PATCH v3 06/20] x86/alternative: Use temporary mm for text poking
` [PATCH v3 07/20] x86/kgdb: Avoid redundant comparison of patched code
` [PATCH v3 08/20] x86/ftrace: Set trampoline pages as executable
` [PATCH v3 09/20] x86/kprobes: Set instruction page "
` [PATCH v3 10/20] x86/module: Avoid breaking W^X while loading modules
` [PATCH v3 11/20] x86/jump-label: Remove support for custom poker
` [PATCH v3 12/20] x86/alternative: Remove the return value of text_poke_*()
` [PATCH v3 13/20] x86/mm/cpa: Add set_direct_map_ functions
` [PATCH v3 14/20] mm: Make hibernate handle unmapped pages
` [PATCH v3 15/20] vmalloc: Add flag for free of special permsissions
` [PATCH v3 16/20] modules: Use vmalloc special flag
` [PATCH v3 17/20] bpf: "
` [PATCH v3 18/20] x86/ftrace: "
` [PATCH v3 19/20] x86/kprobes: "
` [PATCH v3 20/20] x86/alternative: Comment about module removal races

[PATCH 0/7] Kernel Userspace Protection for radix
 2019-02-22  5:14 UTC  (17+ messages)
` [PATCH 1/7] powerpc: Add framework for Kernel Userspace Protection
` [PATCH 2/7] powerpc: Add skeleton for Kernel Userspace Execution Prevention
` [PATCH 3/7] powerpc/mm: Add a framework for Kernel Userspace Access Protection
` [PATCH 4/7] powerpc/64: Setup KUP on secondary CPUs
` [PATCH 5/7] powerpc/mm/radix: Use KUEP API for Radix MMU
` [PATCH 6/7] powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()
` [PATCH 7/7] powerpc/64s: Implement KUAP for Radix MMU

[RFC PATCH] Early version of thread stack randomization
 2019-02-21 23:29 UTC  (27+ messages)
` [RFC PATCH] x86/entry/64: randomize kernel stack offset upon system call

classes of methods for gaining access to kernel memory
 2019-02-21 19:36 UTC  (5+ messages)

[PATCH v3] x86/asm: Pin sensitive CR4 bits
 2019-02-21 18:09 UTC 

[PATCH v2] x86/asm: Pin sensitive CR4 bits
 2019-02-21 17:37 UTC  (7+ messages)

[PATCH] x86/asm: Pin sensitive CR4 bits
 2019-02-20 17:01 UTC  (5+ messages)

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-20 16:14 UTC  (9+ messages)
` [PATCH v2 14/20] mm: Make hibernate handle unmapped pages
` [PATCH v2 15/20] vmalloc: New flags for safe vfree on special perms

[PATCH v2 0/3] [PATCH v2 0/3] Kernel Userspace Protection for Radix MMU
 2019-02-20 11:57 UTC  (5+ messages)
` [PATCH v2 2/3] powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()

[PATCH v3 0/3] admin-guide: extend perf-security with resource control, data categories and privileged users
 2019-02-18  8:56 UTC  (3+ messages)

[RFC PATCH v5 00/12] hardening: statically allocated protected memory
 2019-02-16 15:15 UTC  (15+ messages)
` [RFC PATCH v5 03/12] __wr_after_init: Core and default arch
` [RFC PATCH v5 04/12] __wr_after_init: x86_64: randomize mapping offset
` [RFC PATCH v5 05/12] __wr_after_init: x86_64: enable
` [RFC PATCH v5 06/12] __wr_after_init: arm64: enable
` [RFC PATCH v5 07/12] __wr_after_init: Documentation: self-protection
` [RFC PATCH v5 08/12] __wr_after_init: lkdtm test
` [RFC PATCH v5 09/12] __wr_after_init: rodata_test: refactor tests
` [RFC PATCH v5 10/12] __wr_after_init: rodata_test: test __wr_after_init
` [RFC PATCH v5 11/12] __wr_after_init: test write rare functionality
` [RFC PATCH v5 12/12] IMA: turn ima_policy_flags into __wr_after_init

[PATCH 0/2] gcc-plugins: structleak: Generalize to all variable types
 2019-02-15 17:38 UTC  (2+ messages)

[RFC PATCH v8 00/14] Add support for eXclusive Page Frame Ownership
 2019-02-15 14:47 UTC  (32+ messages)
` [RFC PATCH v8 01/14] mm: add MAP_HUGETLB support to vm_mmap
` [RFC PATCH v8 02/14] x86: always set IF before oopsing from page fault
` [RFC PATCH v8 03/14] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)
` [RFC PATCH v8 04/14] swiotlb: Map the buffer if it was unmapped by XPFO
` [RFC PATCH v8 05/14] arm64/mm: Add support for XPFO
` [RFC PATCH v8 06/14] xpfo: add primitives for mapping underlying memory
` [RFC PATCH v8 07/14] arm64/mm, xpfo: temporarily map dcache regions
` [RFC PATCH v8 08/14] arm64/mm: disable section/contiguous mappings if XPFO is enabled
` [RFC PATCH v8 09/14] mm: add a user_virt_to_phys symbol
` [RFC PATCH v8 10/14] lkdtm: Add test for XPFO
` [RFC PATCH v8 11/14] xpfo, mm: remove dependency on CONFIG_PAGE_EXTENSION
` [RFC PATCH v8 12/14] xpfo, mm: optimize spinlock usage in xpfo_kunmap
` [RFC PATCH v8 13/14] xpfo, mm: Defer TLB flushes for non-current CPUs (x86 only)
` [RFC PATCH v8 14/14] xpfo, mm: Optimize XPFO TLB flushes by batching them together

[PATCH 0/3] Minor bug fixes to leaking_addresses.pl
 2019-02-14  9:50 UTC  (7+ messages)
` [PATCH 3/3] leaking_addresses: Expand tilde in output file name


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).