[GIT PULL] zstd changes for v6.3-rc3

From: Nick Terrell
Date: Mon Mar 13 2023 - 20:56:21 EST


The following changes since commit c9c3395d5e3dcc6daee66c6908354d47bf98cb0c:

Linux 6.2 (2023-02-19 14:24:22 -0800)

are available in the Git repository at:

https://github.com/terrelln/linux.git tags/zstd-linus-v6.3-rc3

for you to fetch changes up to 6906598f1ce93761716d780b6e3f171e13f0f4ce:

zstd: Fix definition of assert() (2023-03-06 15:54:54 -0800)

----------------------------------------------------------------
Zstd fixes for v6.3

A small number of fixes for zstd-v1.5.2.

I'm not pulling in zstd-v1.5.4 from upstream this release because it
didn't have any time to bake in linux-next, but I'm aiming for the next
update in v6.4.

I've rebased my tree onto v6.2 to remove the incorrect back merges as
suggested by Linus in my initial PR for v6.3 [0].

[0] https://lore.kernel.org/lkml/C8C4DFDA-998F-48AD-93C9-DE16F8080A02@xxxxxxxx/

Signed-off-by: Nick Terrell <terrelln@xxxxxx>

----------------------------------------------------------------
Jonathan Neuschäfer (1):
zstd: Fix definition of assert()

Kees Cook (1):
lib: zstd: Fix -Wstringop-overflow warning

Nick Terrell (1):
lib: zstd: Backport fix for in-place decompression

lib/zstd/common/zstd_deps.h | 2 +-
lib/zstd/decompress/huf_decompress.c | 2 +-
lib/zstd/decompress/zstd_decompress.c | 25 ++++++++++++++++++++++---
3 files changed, 24 insertions(+), 5 deletions(-)