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, 15 Jul 2013 09:55:56 -0700
From:	David Daney <ddaney.cavm@...il.com>
To:	Ramkumar Ramachandra <artagnon@...il.com>
CC:	LKML <linux-kernel@...r.kernel.org>,
	David Daney <david.daney@...ium.com>,
	Michal Marek <mmarek@...e.cz>
Subject: Re: [PATCH] scripts: remove unused function in sortextable.c

On 07/10/2013 11:03 AM, Ramkumar Ramachandra wrote:
> Cc: David Daney <david.daney@...ium.com>
> Cc: Michal Marek <mmarek@...e.cz>
> Signed-off-by: Ramkumar Ramachandra <artagnon@...il.com>

I haven't tested it, but it looks plausible.

Acked-by: David Daney <david.daney@...ium.com>


> ---
>   Trivial.  I wonder why make didn't tell us?
>
>   scripts/sortextable.c | 8 --------
>   1 file changed, 8 deletions(-)
>
> diff --git a/scripts/sortextable.c b/scripts/sortextable.c
> index f9ce116..7c2310c 100644
> --- a/scripts/sortextable.c
> +++ b/scripts/sortextable.c
> @@ -64,14 +64,6 @@ fail_file(void)
>   	longjmp(jmpenv, SJ_FAIL);
>   }
>
> -static void __attribute__((noreturn))
> -succeed_file(void)
> -{
> -	cleanup();
> -	longjmp(jmpenv, SJ_SUCCEED);
> -}
> -
> -
>   /*
>    * Get the whole file as a programming convenience in order to avoid
>    * malloc+lseek+read+free of many pieces.  If successful, then mmap
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ