PARTNERSHIP

2021-08-12 Thread Ms. Rerem
Hello Sir, My name is Reem E. Al-Hashimi, the Emirates Minister of State and Managing Director of the United Arab Emirates (Dubai) World Expo 2020 Committee. I am writing to you to stand as my partner to receive my share of gratification from foreign companies whom I helped during the

[PATCH 2/2] makedumpfile: Fix --dry-run for incomplete dumps

2021-08-12 Thread Philipp Rudo
When running out of space during a dry run, e.g. by limiting the output size using the -L option, makedumpfile fails with [...] Can't write the dump file(vmcore). Size limit(104857600) reached. get_nr_pages: Can't seek end of the dump file(vmcore).

[PATCH 1/2] makedumpfile: Fix bad file descriptor error when using --dry-run

2021-08-12 Thread Philipp Rudo
When running makedumpfile with the --dry-run option it fails with [...] write_and_check_space: Can't seek the dump file(vmcore). Bad file descriptor [...] This is because for --dry-run no dump file is created and a dummy file descriptor of -1 is used. Thus the lseek in

[PATCH 0/2] makedumpfile: fix two bugs with --dry-run

2021-08-12 Thread Philipp Rudo
Hi, While playing with the --dry-run option I noticed two bugs. You can find the fixes below. Thanks Philipp Philipp Rudo (2): makedumpfile: Fix bad file descriptor error when using --dry-run makedumpfile: Fix --dry-run for incomplete dumps makedumpfile.c | 11 +-- 1 file changed,

Re: [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()

2021-08-12 Thread Kirill A. Shutemov
On Wed, Aug 11, 2021 at 10:52:55AM -0500, Tom Lendacky wrote: > On 8/11/21 7:19 AM, Kirill A. Shutemov wrote: > > On Tue, Aug 10, 2021 at 02:48:54PM -0500, Tom Lendacky wrote: > >> On 8/10/21 1:45 PM, Kuppuswamy, Sathyanarayanan wrote: > >>> > >>> > >>> On 7/27/21 3:26 PM, Tom Lendacky wrote: >