lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 16 Oct 2023 14:47:45 +0200
From:   Daniel Borkmann <daniel@...earbox.net>
To:     Muhammad Muzammil <m.muzzammilashraf@...il.com>,
        martin.lau@...ux.dev, yonghong.song@...ux.dev,
        john.fastabend@...il.com
Cc:     bpf@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arch: powerpc: net: bpf_jit_comp32.c: Fixed 'instead'
 typo

On 10/13/23 7:31 AM, Muhammad Muzammil wrote:
> Fixed 'instead' typo
> 
> Signed-off-by: Muhammad Muzammil <m.muzzammilashraf@...il.com>

Michael, I presume you'll pick it up?

Thanks,
Daniel

> ---
>   arch/powerpc/net/bpf_jit_comp32.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/net/bpf_jit_comp32.c b/arch/powerpc/net/bpf_jit_comp32.c
> index 7f91ea064c08..bc7f92ec7f2d 100644
> --- a/arch/powerpc/net/bpf_jit_comp32.c
> +++ b/arch/powerpc/net/bpf_jit_comp32.c
> @@ -940,7 +940,7 @@ int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, struct codegen_context *
>   				 * !fp->aux->verifier_zext. Emit NOP otherwise.
>   				 *
>   				 * Note that "li reg_h,0" is emitted for BPF_B/H/W case,
> -				 * if necessary. So, jump there insted of emitting an
> +				 * if necessary. So, jump there instead of emitting an
>   				 * additional "li reg_h,0" instruction.
>   				 */
>   				if (size == BPF_DW && !fp->aux->verifier_zext)
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ