Re: [PATCH 01/18] arch: mach-k3: security: fix the check for authentication

2023-07-25 Thread Manorit Chawdhry
Hi Nikhil, On 10:53-20230725, Nikhil M Jain wrote: > Hi Manorit, > > On 24/07/23 20:27, Tom Rini wrote: > > On Fri, Jul 14, 2023 at 11:22:24AM +0530, Manorit Chawdhry wrote: > > > > > Fix regression occurred during refactoring for the mentioned commit. > > > > > > Fixes: bd6a24759374 ("arm: mac

Re: [PATCH 01/18] arch: mach-k3: security: fix the check for authentication

2023-07-25 Thread Nikhil M Jain
Hi Manorit, On 24/07/23 20:27, Tom Rini wrote: On Fri, Jul 14, 2023 at 11:22:24AM +0530, Manorit Chawdhry wrote: Fix regression occurred during refactoring for the mentioned commit. Fixes: bd6a24759374 ("arm: mach-k3: security: separate out validating binary logic") Signed-off-by: Manorit C

Re: [PATCH 01/18] arch: mach-k3: security: fix the check for authentication

2023-07-24 Thread Tom Rini
On Fri, Jul 14, 2023 at 11:22:24AM +0530, Manorit Chawdhry wrote: > Fix regression occurred during refactoring for the mentioned commit. > > Fixes: bd6a24759374 ("arm: mach-k3: security: separate out validating binary > logic") > > Signed-off-by: Manorit Chawdhry For the series, applied to u-

Re: [PATCH 01/18] arch: mach-k3: security: fix the check for authentication

2023-07-16 Thread Manorit Chawdhry
Hi Andrew, On 09:22-20230714, Andrew Davis wrote: > On 7/14/23 12:52 AM, Manorit Chawdhry wrote: > > Fix regression occurred during refactoring for the mentioned commit. > > > > Fixes: bd6a24759374 ("arm: mach-k3: security: separate out validating > > binary logic") > > > > Signed-off-by: Manor

Re: [PATCH 01/18] arch: mach-k3: security: fix the check for authentication

2023-07-14 Thread Andrew Davis
On 7/14/23 12:52 AM, Manorit Chawdhry wrote: Fix regression occurred during refactoring for the mentioned commit. Fixes: bd6a24759374 ("arm: mach-k3: security: separate out validating binary logic") Signed-off-by: Manorit Chawdhry --- arch/arm/mach-k3/security.c | 5 +++-- 1 file changed,

[PATCH 01/18] arch: mach-k3: security: fix the check for authentication

2023-07-13 Thread Manorit Chawdhry
Fix regression occurred during refactoring for the mentioned commit. Fixes: bd6a24759374 ("arm: mach-k3: security: separate out validating binary logic") Signed-off-by: Manorit Chawdhry --- arch/arm/mach-k3/security.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arc