[PATCH 1/4] sh: Fix validation of system call number

2020-07-22 Thread Michael Karcher
The slow path for traced system call entries accessed a wrong memory location to get the number of the maximum allowed system call number. Renumber the numbered "local" label for the correct location to avoid collisions with actual local labels. Signed-off-by: Michael Karcher --- arch/sh/kernel/

Re: [PATCH 1/4] sh: Fix validation of system call number

2020-07-22 Thread John Paul Adrian Glaubitz
On 7/23/20 1:13 AM, Michael Karcher wrote: > The slow path for traced system call entries accessed a wrong memory > location to get the number of the maximum allowed system call number. > Renumber the numbered "local" label for the correct location to avoid > collisions with actual local labels. >