Re: [PATCH v4] Improve the performance of --num-threads -d 31

2016-03-08 Thread Zhou, Wenjian/周文剑
Hi Minfei and Minoru, The bug has been fixed. -- Thanks Zhou On 03/09/2016 08:27 AM, Zhou Wenjian wrote: v4: 1. fix a bug caused by the logic v3: 1. remove some unused variables 2. fix a bug caused by the wrong logic 3. fix a bug caused by optimising

[PATCH] makedumpfile: Fix several issues with reading ELF pages

2016-03-08 Thread Petr Tesarik
While adopting the algorithm for libkdumpfile, several corner cases were found by a test case: 1. If the last part of a page is not present in the ELF file, it should be replaced with zeroes. However, the check is incorrect. 2. If the beginning of a page is not present, following data