linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] x86/boot changes for v5.9
@ 2020-08-03 16:56 Ingo Molnar
  2020-08-04  0:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2020-08-03 16:56 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Borislav Petkov, Peter Zijlstra,
	Andrew Morton

Linus,

Please pull the latest x86/boot git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-2020-08-03

   # HEAD: 1ac1efa5f6950f8f126f2c1921bb699ce009ec7d Documentation: dontdiff: Add zstd compressed files

The main change in this cycle was to add support for ZSTD-compressed
kernel and initrd images.

ZSTD has a very fast decompressor, yet it compresses better than gzip.

  out-of-topic modifications in x86-boot-2020-08-03:
  ----------------------------------------------------
  .gitignore                         # 6f3decabaff0: .gitignore: Add ZSTD-compres
  Makefile                           # 48f7ddf785af: init: Add support for zstd c
  include/linux/decompress/unzstd.h  # 4963bb2b8988: lib: Add zstd support to dec
  init/Kconfig                       # 48f7ddf785af: init: Add support for zstd c
  lib/Kconfig                        # 4963bb2b8988: lib: Add zstd support to dec
  lib/Makefile                       # 4963bb2b8988: lib: Add zstd support to dec
  lib/decompress.c                   # 4963bb2b8988: lib: Add zstd support to dec
  lib/decompress_unzstd.c            # 4963bb2b8988: lib: Add zstd support to dec
  lib/zstd/fse_decompress.c          # 6d25a633ea68: lib: Prepare zstd for preboo
  lib/zstd/zstd_internal.h           # 6d25a633ea68: lib: Prepare zstd for preboo
  scripts/Makefile.lib               # 48f7ddf785af: init: Add support for zstd c
  usr/Kconfig                        # a30d8a39f057: usr: Add support for zstd co
  usr/Makefile                       # a30d8a39f057: usr: Add support for zstd co

 Thanks,

	Ingo

------------------>
Adam Borowski (1):
      .gitignore: Add ZSTD-compressed files

Nick Terrell (7):
      lib: Prepare zstd for preboot environment, improve performance
      lib: Add zstd support to decompress
      init: Add support for zstd compressed kernel
      usr: Add support for zstd compressed initramfs
      x86: Bump ZO_z_extra_bytes margin for zstd
      x86: Add support for ZSTD compressed kernel
      Documentation: dontdiff: Add zstd compressed files


 .gitignore                        |   1 +
 Documentation/dontdiff            |   1 +
 Documentation/x86/boot.rst        |   6 +-
 Makefile                          |   3 +-
 arch/x86/Kconfig                  |   1 +
 arch/x86/boot/compressed/Makefile |   6 +-
 arch/x86/boot/compressed/kaslr.c  |   7 -
 arch/x86/boot/compressed/misc.c   |   4 +
 arch/x86/boot/header.S            |   8 +-
 arch/x86/include/asm/boot.h       |  11 +-
 include/linux/decompress/unzstd.h |  11 ++
 init/Kconfig                      |  15 +-
 lib/Kconfig                       |   4 +
 lib/Makefile                      |   1 +
 lib/decompress.c                  |   5 +
 lib/decompress_unzstd.c           | 345 ++++++++++++++++++++++++++++++++++++++
 lib/zstd/fse_decompress.c         |   9 +-
 lib/zstd/zstd_internal.h          |  14 +-
 scripts/Makefile.lib              |  22 +++
 usr/Kconfig                       |  20 +++
 usr/Makefile                      |   1 +
 21 files changed, 469 insertions(+), 26 deletions(-)
 create mode 100644 include/linux/decompress/unzstd.h
 create mode 100644 lib/decompress_unzstd.c

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

* Re: [GIT PULL] x86/boot changes for v5.9
  2020-08-03 16:56 [GIT PULL] x86/boot changes for v5.9 Ingo Molnar
@ 2020-08-04  0:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-08-04  0:50 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Thomas Gleixner, Borislav Petkov,
	Peter Zijlstra, Andrew Morton

The pull request you sent on Mon, 3 Aug 2020 18:56:41 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-2020-08-03

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

Thank you!

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

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

end of thread, other threads:[~2020-08-04  0:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 16:56 [GIT PULL] x86/boot changes for v5.9 Ingo Molnar
2020-08-04  0:50 ` pr-tracker-bot

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