All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] (mainly) xz imports from Linux
@ 2022-03-03 10:03 Jan Beulich
  2022-03-03 10:04 ` [PATCH v3 1/7] xz: add fall-through comments to a switch statement Jan Beulich
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jan Beulich @ 2022-03-03 10:03 UTC (permalink / raw)
  To: xen-devel
  Cc: Andrew Cooper, George Dunlap, Julien Grall, Stefano Stabellini, Wei Liu

While going through their 5.15.3 log I did notice two changes, which made
me go check what else we might be missing. The series here is the result.
Linux has also updated zstd, but that includes a pretty large change which
I'm not ready to deal with right now. Them moving closer to the upstream
zstd sources is certainly a good thing, so I suppose sooner or later we
will want to follow them in doing so.

The only change in v3 is the re-adding of some previously dropped S-o-b in
patches 2 and 3, to satisfy the rules newly established by 5e326b61693c.

As the series has R-b by Luca and as the (not) retaining of certain tags
was the only open issue in v1 and v2, I won't wait long until committing
this; perhaps just until after the weekend.

1: xz: add fall-through comments to a switch statement
2: xz: fix XZ_DYNALLOC to avoid useless memory reallocations
3: decompressors: fix spelling mistakes
4: xz: avoid overlapping memcpy() with invalid input with in-place decompression
5: xz: fix spelling in comments
6: xz: move s->lzma.len = 0 initialization to lzma_reset()
7: xz: validate the value before assigning it to an enum variable

Jan



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

end of thread, other threads:[~2022-03-03 11:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 10:03 [PATCH v3 0/7] (mainly) xz imports from Linux Jan Beulich
2022-03-03 10:04 ` [PATCH v3 1/7] xz: add fall-through comments to a switch statement Jan Beulich
2022-03-03 10:05 ` [PATCH v3 2/7] xz: fix XZ_DYNALLOC to avoid useless memory reallocations Jan Beulich
2022-03-03 10:05 ` [PATCH v3 3/7] decompressors: fix spelling mistakes Jan Beulich
2022-03-03 10:06 ` [PATCH v3 4/7] xz: avoid overlapping memcpy() with invalid input with in-place decompression Jan Beulich
2022-03-03 10:06 ` [PATCH v3 5/7] xz: validate the value before assigning it to an enum variable Jan Beulich
2022-03-03 10:06 ` [PATCH v3 6/7] xz: move s->lzma.len = 0 initialization to lzma_reset() Jan Beulich
2022-03-03 10:07 ` [PATCH v3 7/7] xz: fix spelling in comments Jan Beulich
2022-03-03 10:13 ` [PATCH v3 0/7] (mainly) xz imports from Linux Jan Beulich
2022-03-03 11:36 ` Andrew Cooper

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.