[linux] 02/03: Merge tag 'debian/4.1.6-1'

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Aug 23 20:16:22 UTC 2015


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

benh pushed a commit to branch master
in repository linux.

commit a068417196e2ac1fb87fd0f4edf3b5ce76c65967
Merge: 808dfeb ca8d04c
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Aug 23 21:15:34 2015 +0100

    Merge tag 'debian/4.1.6-1'
    
    Conflicts:
    	debian/changelog
    	debian/config/defines
    	debian/installer/mips/package-list
    	debian/patches/bugfix/all/perf-fix-double-free-of-the-aux-buffer.patch
    	debian/patches/series

 debian/changelog                                 | 59 ++++++++++++++++++++++++
 debian/installer/i386/modules/i386/input-modules |  5 +-
 debian/installer/mips/package-list               |  2 +-
 debian/patches/series                            |  1 -
 4 files changed, 63 insertions(+), 4 deletions(-)

diff --cc debian/changelog
index c33f33c,601b32a..622428c
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,35 -1,62 +1,94 @@@
 +linux (4.2~rc7-1~exp1) UNRELEASED; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Aurelien Jarno ]
 +  * [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb.
 +    Fixes FTBFS.
 +  * [mips,mips64] Remove r4k-ip22, r5k-ip32 and sb1-bcm91250a flavours.
 +  * [mipsel,mips64el] Remove sb1-bcm91250a flavour.
 +
 +  [ Ben Hutchings ]
 +  * debian/control: Correct build-dependency on xz-utils, needed on all arches
 +  * Fix more issues that prevent a reproducible build:
 +    - Set LC_ALL=C.UTF-8
 +    - Avoid creating man pages in source tree
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Mon, 17 Aug 2015 10:28:46 +0200
 +
 +linux (4.2~rc6-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Ben Hutchings ]
 +  * Adjust for migration to git:
 +    - Update .gitignore files
 +    - debian/control: Update Vcs-* fields
 +    - README.Debian, README.source: Update references to svn
 +  * [rt] Disable until it is updated for 4.2 or later
 +  * debian/control: Drop Frederik Schüler from Uploaders
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Wed, 12 Aug 2015 20:48:00 +0200
 +
+ linux (4.1.6-1) unstable; urgency=medium
+ 
+   * New upstream stable update:
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.6
+     - [mips*/*-malta] Don't reinitialise RTC (regression in 3.14)
+     - [mips*] Make set_pte() SMP safe.
+     - fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()
+     - [x86] drm/i915: Declare the swizzling unknown for L-shaped configurations
+     - [x86] drm/i915: Replace WARN inside I915_READ64_2x32 with retry loop
+     - drm/radeon: rework audio detect (v4) (regression in 4.0)
+     - drm/radeon/combios: add some validation of lvds values
+       (regression in 4.0)
+     - ipr: Fix incorrect trace indexing
+     - ipr: Fix invalid array indexing for HRRQ
+     - Bluetooth: Fix NULL pointer dereference in smp_conn_security
+     - [armhf] dmaengine: pl330: Fix overflow when reporting residue in memcpy
+       (regression in 4.0)
+     - [armhf] dmaengine: pl330: Really fix choppy sound because of wrong residue
+       calculation (regression in 4.0)
+     - xhci: fix off by one error in TRB DMA address boundary check
+     - ath10k: fix qca61x4 hw2.1 support
+     - [sparc*] Fix userspace FPU register corruptions. (Closes: #789180)
+     - ASoC: dapm: Lock during userspace access
+     - ASoC: dapm: Don't add prefix to widget stream name (regression in 4.1)
+     - [x86] xen: Probe target addresses in set_aliased_prot() before the
+       hypercall
+     - xen/gntdevt: Fix race condition in gntdev_release()
+     - hwrng: core - correct error check of kthread_run call
+     - [x86] crypto: qat - Fix invalid synchronization between
+       register/unregister sym algs
+     - rbd: fix copyup completion race
+     - [armhf] OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc
+     - [x86] hwmon: (dell-smm) Blacklist Dell Studio XPS 8100
+     - ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()
+     - ocfs2: fix shift left overflow
+     - nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystem
+     - md/raid1: extend spinlock to protect raid1_end_read_request against
+       inconsistencies
+     - dm: fix dm_merge_bvec regression on 32 bit systems (regression in 3.19
+     - [x86] Input: alps - only Dell laptops have separate button bits for v2
+       dualpoint sticks (regression in 4.1)
+     - mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations
+     - signalfd: fix information leak in signalfd_copyinfo
+     - signal: fix information leak in copy_siginfo_to_user
+     - signal: fix information leak in copy_siginfo_from_user32
+     - nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateid
+ 
+   [ Aurelien Jarno ]
+   * [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb.
+     Fixes FTBFS.
+ 
+   [ Ben Hutchings ]
+   * [i386] udeb: Make gpio_keys_polled and leds-gpio optional in input-modules
+     as they are not built for the 686-pae flavour (fixes FTBFS)
+   * perf: Fix AUX buffer refcounting
+   * ovl: Revert changes in 4.1.5-1 due to regression (Reopens: #786925)
+ 
+  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 23 Aug 2015 12:19:22 +0200
+ 
  linux (4.1.5-1) unstable; urgency=medium
  
    * New upstream stable update:
diff --cc debian/installer/mips/package-list
index 2dd86ee,a678b6b..193faf1
--- a/debian/installer/mips/package-list
+++ b/debian/installer/mips/package-list
@@@ -4,4 -4,6 +4,4 @@@
  # It overwrites specifications from /usr/share/kernel-wedge/package-list.
  #
  Package: kernel-image
- Provides: ata-modules, ext2-modules, ext3-modules, rtc-modules
+ Provides: ata-modules, rtc-modules
 -Provides_r4k-ip22: rtc-modules
 -Provides_r5k-ip32: rtc-modules
diff --cc debian/patches/series
index baa5cf1,eea0a6b..67c516f
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -79,9 -78,9 +79,8 @@@ bugfix/all/documentation-avoid-creating
  
  # Miscellaneous features
  features/all/efi-autoload-efi-pstore.patch
 -features/all/cpufreq-dt-allow-driver-to-boot-automatically.patch
  features/all/regulator-axp20x-Add-module-alias.patch
  
- 
  # Hardening from grsecurity
  features/all/grsecurity/grsecurity-kconfig.patch
  # Disabled until we add code into the grsecurity/ directory

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



More information about the Kernel-svn-changes mailing list