Re: [PATCH 1/9] powerpc/lib: Add helper to check if offset is within conditional branch range

2021-10-04 Thread Naveen N. Rao
Hi Christophe, Thanks for the reviews. Christophe Leroy wrote: Le 01/10/2021 à 23:14, Naveen N. Rao a écrit : Add a helper to check if a given offset is within the branch range for a powerpc conditional branch instruction, and update some sites to use the new helper. Signed-off-by: Naveen

Re: [PATCH 1/9] powerpc/lib: Add helper to check if offset is within conditional branch range

2021-10-04 Thread Naveen N. Rao
Hi Song, Thanks for the reviews. Song Liu wrote: On Fri, Oct 1, 2021 at 2:16 PM Naveen N. Rao wrote: Add a helper to check if a given offset is within the branch range for a powerpc conditional branch instruction, and update some sites to use the new helper. Signed-off-by: Naveen N. Rao

Re: [PATCH 1/9] powerpc/lib: Add helper to check if offset is within conditional branch range

2021-10-03 Thread Christophe Leroy
Le 01/10/2021 à 23:14, Naveen N. Rao a écrit : Add a helper to check if a given offset is within the branch range for a powerpc conditional branch instruction, and update some sites to use the new helper. Signed-off-by: Naveen N. Rao --- arch/powerpc/include/asm/code-patching.h | 1 +

Re: [PATCH 1/9] powerpc/lib: Add helper to check if offset is within conditional branch range

2021-10-01 Thread Song Liu
On Fri, Oct 1, 2021 at 2:16 PM Naveen N. Rao wrote: > > Add a helper to check if a given offset is within the branch range for a > powerpc conditional branch instruction, and update some sites to use the > new helper. > > Signed-off-by: Naveen N. Rao Acked-by: Song Liu With one nitpick: >