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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 22 Mar 2021 13:44:31 +0100 (CET)
From:   Miroslav Benes <mbenes@...e.com>
To:     Peter Zijlstra <peterz@...radead.org>
cc:     x86@...nel.org, jpoimboe@...hat.com, jgross@...e.com,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 06/14] objtool: Fix static_call list generation

> --- a/tools/objtool/check.c
> +++ b/tools/objtool/check.c
> @@ -1045,6 +1045,12 @@ static int add_call_destinations(struct
>  		} else
>  			insn->call_dest = reloc->sym;
>  
> +		if (insn->call_dest && insn->call_dest->static_call_tramp) {
> +			list_add_tail(&insn->static_call_node,
> +				      &file->static_call_list);
> +		}
> +
> +

A nit, but too many new lines here.

Miroslav

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ