Defer addition of accept4() on ia64 until we're sure about the system call number

svn path=/dists/trunk/linux-2.6/; revision=18264
This commit is contained in:
Ben Hutchings 2011-11-13 19:20:11 +00:00
parent b575a2349e
commit 6f5b287580
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -20,7 +20,6 @@ linux-2.6 (3.1.1-1) UNRELEASED; urgency=low
firmware for drivers we don't build
* hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops (CVE-2011-2203)
* vmscan: fix shrinker callback bug in fs/super.c
* [ia64] Add accept4() syscall, thanks to Émeric Maschino (Closes: #647825)
* block: Always check length of all iov entries in blk_rq_map_user_iov()
* [x86] Add amilo-rfkill driver for some Fujitsu-Siemens Amilo laptops
(Closes: #631664)

View File

@ -57,6 +57,8 @@
+ bugfix/all/PM-Freezer-Reimplement-wait_event_freezekillable-usi.patch
+ bugfix/all/hfs-fix-hfs_find_init-sb-ext_tree-NULL-ptr-oops.patch
+ bugfix/all/vmscan-fix-shrinker-callback-bug-in-fs-super.c.patch
+ bugfix/ia64/ia64-Add-accept4-syscall.patch
+ bugfix/all/block-Always-check-length-of-all-iov-entries-in-blk_.patch
+ features/x86/x86-Add-amilo-rfkill-driver-for-some-Fujitsu-Siemens.patch
# Defer until we're sure about the system call number
#+ bugfix/ia64/ia64-Add-accept4-syscall.patch