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:   Tue, 29 Dec 2020 00:33:15 -0800
From:   Andrei Vagin <avagin@...il.com>
To:     Alexey Dobriyan <adobriyan@...il.com>
Cc:     Thomas Gleixner <tglx@...utronix.de>,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] timens: delete no-op time_ns_init()

On Mon, Dec 28, 2020 at 1:54 PM Alexey Dobriyan <adobriyan@...il.com> wrote:
>
> Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>

Acked-by: Andrei Vagin <avagin@...il.com>

Thanks,
Andrei

> ---
>
>  kernel/time/namespace.c |    6 ------
>  1 file changed, 6 deletions(-)
>
> --- a/kernel/time/namespace.c
> +++ b/kernel/time/namespace.c
> @@ -465,9 +465,3 @@ struct time_namespace init_time_ns = {
>         .ns.ops         = &timens_operations,
>         .frozen_offsets = true,
>  };
> -
> -static int __init time_ns_init(void)
> -{
> -       return 0;
> -}
> -subsys_initcall(time_ns_init);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ