Re: [PATCH] lib/zlib: fix inflating zlib streams on s390

2020-12-16 Thread Zaslonko Mikhail
Acked-by: Mikhail Zaslonko Please, also add: Cc: # 5.6 On 15.12.2020 16:55, Ilya Leoshkevich wrote: > Decompressing zlib streams on s390 fails with "incorrect data check" > error. > > Userspace zlib checks inflate_state.flags in order to byteswap checksums > only for zlib streams, and s390 har

Re: [PATCH] memory_hotplug: fix the panic when memory end is not on the section boundary

2018-09-11 Thread Zaslonko Mikhail
On 10.09.2018 15:46, Pasha Tatashin wrote: On 9/10/18 9:17 AM, Michal Hocko wrote: [Cc Pavel] On Mon 10-09-18 14:35:27, Mikhail Zaslonko wrote: If memory end is not aligned with the linux memory section boundary, such a section is only partly initialized. This may lead to VM_BUG_ON due to

Re: [PATCH] memory_hotplug: fix the panic when memory end is not on the section boundary

2018-09-11 Thread Zaslonko Mikhail
On 10.09.2018 15:17, Michal Hocko wrote: [Cc Pavel] On Mon 10-09-18 14:35:27, Mikhail Zaslonko wrote: If memory end is not aligned with the linux memory section boundary, such a section is only partly initialized. This may lead to VM_BUG_ON due to uninitialized struct pages access from is_me