[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/7] (mainly) xz imports from Linux
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 3 Mar 2022 11:13:20 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=VR9a98SW9QQhm4ot3co1G/UWbbnwoswadNmfJgaDH10=; b=c9tifaSQSeTqXD3abFte43+K3QEOBgrDovjPcc9bNCjO0UT5H2sEXvaW3BAc8kFW3DrSEF+O5h10lZPtdfNXAzpd/GO9Nt0VPoavYh490k/vjVdZHwq6vUAJSa213z58rIwzJ06unOOqkkKSkubgjRtGI5GUxxsqc6axqQ0sFuwTNxKIbKixliL3w/CjGne8ZM1ub5YFm5Ao78daW/Akw2jBASApu/oJ4IXi0DpEazCNBx/++4mGFVBqlZnIuNSrbStMGLJEjEglLIy/9qB+PJlDHCTv/oIC/Q2dahpFU2Ibr2KIz1zz2n6g37YnvJlsDxXiBphQRSoeTX83Hunzyw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Oc06tngyUXCqw1W5XCnwfQZoI68JcIbQIL48qHLZJ2UNKzXHs3nei0il56YppGffZ7aHpQnqB3aTGhk4fBTz/pUlIK6Z6OBXU0gSNiAo+hHkDXzrhIfwBFeInMqGH4q1XrrSqj+5avw+ThjZU6PXhr0aAXaC3oQlySii+I1HRCooJRw98axW/7OSHXzqyOo8xbj8dC7lIDpfWBHCg6xPNUNRozmSxjdiw7Uio2FH2PGdU9l1aExIS1Nsi1s5TsYJT64nIPLjUhcVTyUST0ulfErphc+v7lHDXYHbH/AbM75crMKwZovD2QptpwRpsikmbSnI6iUr93SlOTT74Wm+vw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Thu, 03 Mar 2022 10:13:30 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 03.03.2022 11:03, Jan Beulich wrote:
> 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.
I did notice only when already in the process of sending that I should also
have converted to the new Origin: tag. I've done this locally, but won't
resend just for this.
Jan
> 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
|