[Pkg-sssd-devel] [Git][sssd-team/sssd][buster] Import 1.16.3-3.1+deb10u1
Timo Aaltonen
gitlab at salsa.debian.org
Fri Feb 28 12:55:01 GMT 2020
Timo Aaltonen pushed to branch buster at Debian SSSD packaging / sssd
Commits:
4e7f4890 by Timo Aaltonen at 2020-02-28T14:54:33+02:00
Import 1.16.3-3.1+deb10u1
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/fix-946847.diff
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+sssd (1.16.3-3.1+deb10u1) buster; urgency=medium
+
+ * Non-maintainer upload with maintainer permission.
+ * Fix sssd_be busy-looping when LDAP connection flickers.
+ (Closes: #946847)
+
+ -- Thorsten Glaser <tg at mirbsd.de> Fri, 21 Feb 2020 14:31:19 +0100
+
sssd (1.16.3-3.1) unstable; urgency=high
* Non-maintainer upload.
=====================================
debian/patches/fix-946847.diff
=====================================
@@ -0,0 +1,36 @@
+Description: fix busy loop caused by watchdog SIGTERM not processed
+Origin: https://pagure.io/SSSD/sssd/c/2c13d8b
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946847
+Bug: https://pagure.io/SSSD/sssd/issue/4132
+Bug: https://pagure.io/SSSD/sssd/issue/4089
+Forwarded: not-needed
+Author: Alexey Tikhonov
+Reviewed-by: Sumit Bose <sbose at redhat.com>
+Reviewed-by: mirabilos <tg at debian.org>
+Applied-Upstream: 2.2.4, commit:2c13d8b
+Applied-Upstream: 1.16.5, commit:0c62066
+
+--- a/src/util/util_watchdog.c
++++ b/src/util/util_watchdog.c
+@@ -54,9 +54,8 @@ static void watchdog_detect_timeshift(vo
+ if (write(watchdog_ctx.pipefd[1], "1", 1) != 1) {
+ if (getpid() == getpgrp()) {
+ kill(-getpgrp(), SIGTERM);
+- } else {
+- _exit(1);
+ }
++ _exit(1);
+ }
+ }
+ }
+@@ -75,9 +74,8 @@ static void watchdog_handler(int sig)
+ if (__sync_add_and_fetch(&watchdog_ctx.ticks, 1) > WATCHDOG_MAX_TICKS) {
+ if (getpid() == getpgrp()) {
+ kill(-getpgrp(), SIGTERM);
+- } else {
+- _exit(1);
+ }
++ _exit(1);
+ }
+ }
+
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
fix-curl-ftbfs.diff
fix_copy_ccache_test.diff
fix_authdata_krb5_1.17.diff
+fix-946847.diff
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/commit/4e7f48904d10ed81f899e0a65dcaf9feb3fe189f
--
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/commit/4e7f48904d10ed81f899e0a65dcaf9feb3fe189f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-sssd-devel/attachments/20200228/20744feb/attachment-0001.html>
More information about the Pkg-sssd-devel
mailing list