about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-03-28 16:44:19 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-03-30 18:23:43 -0300
commit2183741fdcc0377e3a4f917194799e576537967f (patch)
tree394f1c95f8a48af5ed3555542e198b5dc5c659a1 /ChangeLog
parent10614335d1237704a5496758185ad7eb4bd65287 (diff)
downloadglibc-2183741fdcc0377e3a4f917194799e576537967f.tar.gz
glibc-2183741fdcc0377e3a4f917194799e576537967f.tar.xz
glibc-2183741fdcc0377e3a4f917194799e576537967f.zip
Fix more test-errno issues
This patch fixes some test-errno-linux unexpected returns for the
tested syscalls on some older kernels (I saw it on a Linux 3.8 on
armv7l).  Basically:

   - inotify_add_watch: Linux v3.8 (676a0675c) removed the test to
     check at least one valid bit in flags (to return EINVAL).  It
     was later added back in v3.9 (04df32fa1).

   - quotactl: returns ENOSYS for kernels not configured with
     CONFIG_QUOTA.

Checked on x86_64-linux-gnu and armv7l-linux-gnueabihf.

	* sysdeps/unix/sysv/linux/test-errno-linux.c (do_test): Handle
	non expected inotify_add_watch and quotactl return.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4056e144c..bddadc6aa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	* sysdeps/unix/sysv/linux/test-errno-linux.c (do_test): Handle
+	non expected inotify_add_watch and quotactl return.
+
 2017-03-30  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
 
 	* math/e_rem_pio2l.c (__ieee754_rem_pio2l): Change return type