All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/kaslr changes for v5.10
@ 2020-10-12 17:11 Ingo Molnar
  2020-10-12 22:34 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2020-10-12 17:11 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Borislav Petkov, Peter Zijlstra,
	Andrew Morton, Arvind Sankar, Kees Cook

Linus,

Please pull the latest x86/kaslr git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-kaslr-2020-10-12

   # HEAD: 76167e5c5457aee8fba3edc5b8554183696fc94d x86/kaslr: Replace strlen() with strnlen()

This tree cleans up and simplifies the x86 KASLR code, and
also fixes some corner case bugs.

 Thanks,

	Ingo

------------------>
Arvind Sankar (22):
      x86/kaslr: Make command line handling safer
      x86/kaslr: Remove bogus warning and unnecessary goto
      x86/kaslr: Fix process_efi_entries comment
      x86/kaslr: Initialize mem_limit to the real maximum address
      x86/kaslr: Fix off-by-one error in __process_mem_region()
      x86/kaslr: Drop redundant cur_entry from __process_mem_region()
      x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region()
      x86/kaslr: Drop redundant variable in __process_mem_region()
      x86/kaslr: Drop some redundant checks from __process_mem_region()
      x86/kaslr: Fix off-by-one error in process_gb_huge_pages()
      x86/kaslr: Short-circuit gb_huge_pages on x86-32
      x86/kaslr: Simplify process_gb_huge_pages()
      x86/kaslr: Drop test for command-line parameters before parsing
      x86/kaslr: Make the type of number of slots/slot areas consistent
      x86/kaslr: Drop redundant check in store_slot_info()
      x86/kaslr: Drop unnecessary alignment in find_random_virt_addr()
      x86/kaslr: Small cleanup of find_random_phys_addr()
      x86/kaslr: Make minimum/image_size 'unsigned long'
      x86/kaslr: Replace 'unsigned long long' with 'u64'
      x86/kaslr: Make local variables 64-bit
      x86/kaslr: Add a check that the random address is in range
      x86/kaslr: Replace strlen() with strnlen()


 arch/x86/boot/compressed/kaslr.c | 238 +++++++++++++++++----------------------
 arch/x86/boot/compressed/misc.h  |   4 +-
 2 files changed, 107 insertions(+), 135 deletions(-)

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

* Re: [GIT PULL] x86/kaslr changes for v5.10
  2020-10-12 17:11 [GIT PULL] x86/kaslr changes for v5.10 Ingo Molnar
@ 2020-10-12 22:34 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-12 22:34 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Thomas Gleixner, Borislav Petkov,
	Peter Zijlstra, Andrew Morton, Arvind Sankar, Kees Cook

The pull request you sent on Mon, 12 Oct 2020 19:11:58 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-kaslr-2020-10-12

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b85cac574592b843c4be93c83303feeee0c4dc25

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2020-10-12 22:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 17:11 [GIT PULL] x86/kaslr changes for v5.10 Ingo Molnar
2020-10-12 22:34 ` pr-tracker-bot

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.