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] [day] [month] [year] [list]
Date:   Tue, 6 Dec 2022 13:00:23 +0100
From:   Jan Kara <jack@...e.cz>
To:     "lihaoxiang (F)" <lihaoxiang9@...wei.com>
Cc:     Jan Kara <jack@...e.cz>, linux-ext4@...r.kernel.org,
        Zhiqiang Liu <liuzhiqiang26@...wei.com>, linfeilong@...wei.com,
        "lijinlin (A)" <lijinlin3@...wei.com>, louhongxiang@...wei.com
Subject: Re: [PATCH] quota-nld:remove redundant description after fix
 setup_sigterm_handler()

On Tue 06-12-22 19:51:26, lihaoxiang (F) wrote:
> In the commit 06b93e5c1caf5d36d51132cb85c11a96cbdae023, it renamed the
> function `use_pid_file` to `setup_sigterm_handler` and excluded to store
> daemon's pid here. So we need to clean the corresponding note in time.

Thanks! I've folded the fixup patch in the previous fix.

								Honza

> ---
>  quota_nld.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/quota_nld.c b/quota_nld.c
> index 82e60c2..58a62af 100644
> --- a/quota_nld.c
> +++ b/quota_nld.c
> @@ -459,7 +459,7 @@ static void remove_pid(int signal)
>  	exit(EXIT_SUCCESS);
>  }
> 
> -/* Store daemon's PID into file and register its removal on SIGTERM */
> +/* Register daemon's PID file removal on SIGTERM */
>  static void setup_sigterm_handler(void)
>  {
>  	struct sigaction term_action;
> -- 
> 2.37.0.windows.1
-- 
Jan Kara <jack@...e.com>
SUSE Labs, CR

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ