[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/02: debian/patches/git-updates.diff: update from upstream stable branch:



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit c9dbebf52f6c2299279ae80b444e3bff7caf6408
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sun Apr 9 20:30:48 2017 +0200

    debian/patches/git-updates.diff: update from upstream stable branch:
    
    * debian/patches/git-updates.diff: update from upstream stable branch:
      - Fix readahead on mips64el.
---
 debian/changelog                |  1 +
 debian/patches/git-updates.diff | 23 +++++++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aa8d722..c923846 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ glibc (2.24-10) UNRELEASED; urgency=medium
 
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
+    - Fix readahead on mips64el.
     - Improve branch predication in _dl_runtime_resolve_avx512_opt;
     - Fix symbol redirect for fts_set on 32-bit architectures.
     - Fix AVX2/AVX512 optimized unaligned memset.
diff --git a/debian/patches/git-updates.diff b/debian/patches/git-updates.diff
index ecf96cc..b707b29 100644
--- a/debian/patches/git-updates.diff
+++ b/debian/patches/git-updates.diff
@@ -1,10 +1,16 @@
 GIT update of git://sourceware.org/git/glibc.git/release/2.24/master from glibc-2.24
 
 diff --git a/ChangeLog b/ChangeLog
-index c44c926094..6e4696c7df 100644
+index c44c926094..13f809d26f 100644
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -1,3 +1,351 @@
+@@ -1,3 +1,357 @@
++2017-01-05  Joseph Myers  <joseph@codesourcery.com>
++
++	[BZ #21026]
++	* sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
++	(readahead): New syscall entry.
++
 +2017-04-07  H.J. Lu  <hongjiu.lu@intel.com>
 +
 +	[BZ #21258]
@@ -3561,6 +3567,19 @@ index 44a838fa11..d178bc6f34 100644
 \ No newline at end of file
 +libpthread-shared-only-routines += sysdep
 +endif
+diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list b/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
+index 890a74494a..26ab6d0b75 100644
+--- a/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
++++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
+@@ -4,6 +4,8 @@ mmap		-	mmap		b:aniiii __mmap		mmap __mmap64 mmap64
+ 
+ sync_file_range	-	sync_file_range	Ci:iiii	sync_file_range
+ 
++readahead	-	readahead	i:iii	__readahead	readahead
++
+ prlimit		EXTRA	prlimit64	i:iipp	prlimit		prlimit64
+ 
+ fanotify_mark	EXTRA	fanotify_mark	i:iiiis	fanotify_mark
 diff --git a/sysdeps/unix/sysv/linux/powerpc/Makefile b/sysdeps/unix/sysv/linux/powerpc/Makefile
 index c89ed9ec7d..2cfb46eca3 100644
 --- a/sysdeps/unix/sysv/linux/powerpc/Makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: