Re: [PATCH v3 02/14] x86/boot: Add missing handling of setup_indirect structures

2021-08-16 Thread Ross Philipson
On 8/10/21 12:19 PM, Jarkko Sakkinen wrote: On Mon, Aug 09, 2021 at 12:38:44PM -0400, Ross Philipson wrote: One of the two functions in ioremap.c that handles setup_data was missing the correct handling of setup_indirect structures. What is "correct handling", and how was it broken? What is

Re: [PATCH v3 02/14] x86/boot: Add missing handling of setup_indirect structures

2021-08-10 Thread Jarkko Sakkinen
On Mon, Aug 09, 2021 at 12:38:44PM -0400, Ross Philipson wrote: > One of the two functions in ioremap.c that handles setup_data was > missing the correct handling of setup_indirect structures. What is "correct handling", and how was it broken? What is 'setup_indirect'? > Functionality missing

[PATCH v3 02/14] x86/boot: Add missing handling of setup_indirect structures

2021-08-09 Thread Ross Philipson
One of the two functions in ioremap.c that handles setup_data was missing the correct handling of setup_indirect structures. Functionality missing from original commit: commit b3c72fc9a78e (x86/boot: Introduce setup_indirect) Signed-off-by: Ross Philipson --- arch/x86/mm/ioremap.c | 21