[kernel] r19315 - in dists/sid/linux/debian: . patches patches/bugfix/all patches/bugfix/x86 patches/features/all/rt

Ben Hutchings benh at alioth.debian.org
Fri Aug 10 01:42:20 UTC 2012


Author: benh
Date: Fri Aug 10 01:42:19 2012
New Revision: 19315

Log:
Update to 3.2.27

Drop 2 patches that went into this update.

Drop the rt patch that disables use of add_interrupt_randomness().  It
conflicts with the RNG changes in 3.2.27, and those include a change
that makes it lockless specifically so it will be usable with rt.

Deleted:
   dists/sid/linux/debian/patches/bugfix/all/media-lirc_sir-make-device-registration-work.patch
   dists/sid/linux/debian/patches/bugfix/x86/drm-i915-prefer-wide-slow-to-fast-narrow-in-DP-confi.patch
   dists/sid/linux/debian/patches/features/all/rt/0097-genirq-Disable-random-call-on-preempt-rt.patch
Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/patches/series
   dists/sid/linux/debian/patches/series-rt

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Tue Aug  7 12:15:25 2012	(r19314)
+++ dists/sid/linux/debian/changelog	Fri Aug 10 01:42:19 2012	(r19315)
@@ -1,4 +1,4 @@
-linux (3.2.26-1) UNRELEASED; urgency=low
+linux (3.2.27-1) UNRELEASED; urgency=low
 
   * New upstream stable update:
     http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.24
@@ -40,6 +40,29 @@
     - drm/radeon: fix bo creation retry path
     - Btrfs: call the ordered free operation without any locks held
     http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.26
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.27
+    - lirc_sir: make device registration work (Closes: #680762)
+    - random: Improve random number generation on non-interactive systems
+      + random: Use arch_get_random_int instead of cycle counter if avail
+      + random: Use arch-specific RNG to initialize the entropy store
+      + random: make 'add_interrupt_randomness()' do something sane
+      + usb: feed USB device information to the /dev/random driver
+      + net: feed /dev/random with the MAC address when registering a device
+      + rtc: wm831x: Feed the write counter into device_add_randomness()
+      + mfd: wm831x: Feed the device UUID into device_add_randomness()
+    - futex: Test for pi_mutex on fault in futex_wait_requeue_pi()
+    - futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()
+    - s390/mm: downgrade page table after fork of a 31 bit process
+    - asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.
+      (Closes: #679158)
+    - md/raid1: don't abort a resync on the first badblock.
+    - [arm] 7467/1: mutex: use generic xchg-based implementation for ARMv6+
+    - [arm] 7476/1: vfp: only clear vfp state for current cpu in vfp_pm_suspend
+    - [arm] 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UP
+    - [arm] 7478/1: errata: extend workaround for erratum #720789
+    - [arm] Fix undefined instruction exception handling
+    - mm: mmu_notifier: fix freed page still mapped in secondary MMU
+    - mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables
 
   [ Ben Hutchings ]
   * Bump ABI to 4
@@ -61,7 +84,6 @@
     - Drop kconfig options; restrictions can only be disabled by sysctl
     - Change the audit message type from AUDIT_AVC (1400) to
       AUDIT_ANON_LINK (1702)
-  * lirc_sir: make device registration work (Closes: #680762)
   * [rt] Update to 3.2.26-rt39:
     - time/rt: Fix up leap-second backport for RT changes
 

Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series	Tue Aug  7 12:15:25 2012	(r19314)
+++ dists/sid/linux/debian/patches/series	Fri Aug 10 01:42:19 2012	(r19315)
@@ -350,7 +350,6 @@
 features/all/fermi-accel/drm-nouveau-bump-version-to-1.0.0.patch
 
 bugfix/all/net-e100-ucode-is-optional-in-some-cases.patch
-bugfix/x86/drm-i915-prefer-wide-slow-to-fast-narrow-in-DP-confi.patch
 bugfix/all/cipso-don-t-follow-a-NULL-pointer-when-setsockopt-is.patch
 
 features/all/debugfs-add-mode-uid-and-gid-options.patch
@@ -387,4 +386,3 @@
 features/all/bql/ixgbe-add-support-for-byte-queue-limits.patch
 features/all/bql/igb-ixgbe-netdev_tx_reset_queue-incorrectly-called-from-tx-init.patch
 features/all/bql/skge-add-byte-queue-limit-support.patch
-bugfix/all/media-lirc_sir-make-device-registration-work.patch

Modified: dists/sid/linux/debian/patches/series-rt
==============================================================================
--- dists/sid/linux/debian/patches/series-rt	Tue Aug  7 12:15:25 2012	(r19314)
+++ dists/sid/linux/debian/patches/series-rt	Fri Aug 10 01:42:19 2012	(r19315)
@@ -94,7 +94,6 @@
 features/all/rt/0094-buffer_head-Replace-bh_uptodate_lock-for-rt.patch
 features/all/rt/0095-fs-jbd-jbd2-Make-state-lock-and-journal-head-lock-rt.patch
 features/all/rt/0096-genirq-Disable-DEBUG_SHIRQ-for-rt.patch
-features/all/rt/0097-genirq-Disable-random-call-on-preempt-rt.patch
 features/all/rt/0098-genirq-disable-irqpoll-on-rt.patch
 features/all/rt/0099-genirq-force-threading.patch.patch
 features/all/rt/0100-drivers-net-fix-livelock-issues.patch



More information about the Kernel-svn-changes mailing list