[kernel] r22676 - dists/jessie/linux/debian/patches

Ben Hutchings benh at moszumanska.debian.org
Sat May 23 01:00:15 UTC 2015


Author: benh
Date: Sat May 23 01:00:15 2015
New Revision: 22676

Log:
Re-group patches in series

Modified:
   dists/jessie/linux/debian/patches/series

Modified: dists/jessie/linux/debian/patches/series
==============================================================================
--- dists/jessie/linux/debian/patches/series	Sat May 23 00:31:45 2015	(r22675)
+++ dists/jessie/linux/debian/patches/series	Sat May 23 01:00:15 2015	(r22676)
@@ -47,6 +47,22 @@
 bugfix/x86/viafb-autoload-on-olpc-xo1.5-only.patch
 debian/qxl-disable-modeset-by-default.patch
 
+# Introduce READ_ONCE and WRITE_ONCE; replace misuse of ACCESS_ONCE.
+# Needed for backports of other fixes.
+bugfix/all/access_once/0001-kernel-Provide-READ_ONCE-and-ASSIGN_ONCE.patch
+bugfix/all/access_once/0002-mm-replace-ACCESS_ONCE-with-READ_ONCE-or-barriers.patch
+bugfix/all/access_once/0003-x86-spinlock-Replace-ACCESS_ONCE-with-READ_ONCE.patch
+bugfix/all/access_once/0004-x86-gup-Replace-ACCESS_ONCE-with-READ_ONCE.patch
+bugfix/all/access_once/0005-mips-gup-Replace-ACCESS_ONCE-with-READ_ONCE.patch
+bugfix/all/access_once/0006-arm64-spinlock-Replace-ACCESS_ONCE-READ_ONCE.patch
+bugfix/all/access_once/0007-arm-spinlock-Replace-ACCESS_ONCE-with-READ_ONCE.patch
+bugfix/all/access_once/0008-powerpc-gup-Replace-ACCESS_ONCE-with-READ_ONCE.patch
+bugfix/all/access_once/0009-ppc-kvm-Replace-ACCESS_ONCE-with-READ_ONCE.patch
+bugfix/all/access_once/0010-ppc-hugetlbfs-Replace-ACCESS_ONCE-with-READ_ONCE.patch
+bugfix/all/access_once/0011-kernel-tighten-rules-for-ACCESS-ONCE.patch
+bugfix/all/access_once/0012-next-sh-Fix-compile-error.patch
+bugfix/all/access_once/0013-kernel-Change-ASSIGN_ONCE-val-x-to-WRITE_ONCE-x-val.patch
+
 # Arch bug fixes
 bugfix/arm/omap-musb-choice.patch
 bugfix/mips/disable-advansys.patch
@@ -66,6 +82,10 @@
 bugfix/x86/drm-i915-add-limited-color-range-readout-for-hdmi-dp.patch
 bugfix/x86/powercap-rapl-change-domain-detection-message.patch
 bugfix/arm/ARM-dts-imx53-correct-clock-names-of-SATA-node.patch
+bugfix/arm/arm-mvebu-armada-xp-openblocks-ax3-4-disable-interna.patch
+bugfix/x86/input-synaptics-retrieve-the-extended-capabilities-i.patch
+bugfix/x86/input-synaptics-remove-topbuttonpad-property-for-len.patch
+bugfix/x86/input-synaptics-re-route-tracksticks-buttons-on-the-.patch
 
 # Arch features
 features/mips/MIPS-Support-hard-limit-of-cpu-count-nr_cpu_ids.patch
@@ -152,6 +172,9 @@
 features/arm64/dtb-Add-10GbE-node-to-APM-X-Gene-SoC-device-tree.patch
 features/arm64/dtb-Add-SGMII-based-1GbE-node-to-APM-X-Gene-SoC-devi.patch
 features/arm64/dtb-xgene-fix-Backward-compatibility-with-older-firm.patch
+features/x86/thinkpad_acpi-support-new-BIOS-version-string-patter.patch
+features/arm64/usb-make-xhci-platform-driver-use-64-bit-or-32-bit-dma.patch
+features/arm64/usb-add-support-for-acpi-identification-to-xhci-platform.patch
 
 # Miscellaneous bug fixes
 bugfix/all/misc-bmp085-Enable-building-as-a-module.patch
@@ -188,6 +211,14 @@
 bugfix/all/hid-thingm-fix-workqueue-race-on-remove.patch
 debian/emmc-don-t-initialize-partitions-on-rpmb-flagged-areas.patch
 bugfix/all/xen-netfront-release-per-queue-Tx-and-Rx-resource-wh.patch
+bugfix/all/rtc-hctosys-do-not-treat-lack-of-rtc-device-as-error.patch
+bugfix/all/rtc-hctosys-use-function-name-in-the-error-log.patch
+bugfix/all/ext4-fix-data-corruption-caused-by-unwritten-and-del.patch
+bugfix/all/ext4-move-check-under-lock-scope-to-close-a-race.patch
+bugfix/all/libata-update-crucial-micron-blacklist.patch
+bugfix/all/libata-blacklist-queued-trim-on-samsung-ssd-850-pro.patch
+bugfix/all/config-enable-need_dma_map_state-by-default-when-swi.patch
+bugfix/all/md-raid0-fix-restore-to-sector-variable-in-raid0_make_request.patch
 
 # memfd_create() & kdbus backport
 features/all/kdbus/mm-allow-drivers-to-prevent-new-writable-mappings.patch
@@ -570,34 +601,3 @@
 debian/tcp-fix-abi-change-in-3.16.7-ckt7.patch
 debian/usb-avoid-abi-change-in-3.16.7-ckt8.patch
 debian/procfs-avoid-abi-change-in-3.16.7-ckt8.patch
-
-# Introduce READ_ONCE and WRITE_ONCE; replace misuse of ACCESS_ONCE.
-# Needed for backports of other fixes.
-bugfix/all/access_once/0001-kernel-Provide-READ_ONCE-and-ASSIGN_ONCE.patch
-bugfix/all/access_once/0002-mm-replace-ACCESS_ONCE-with-READ_ONCE-or-barriers.patch
-bugfix/all/access_once/0003-x86-spinlock-Replace-ACCESS_ONCE-with-READ_ONCE.patch
-bugfix/all/access_once/0004-x86-gup-Replace-ACCESS_ONCE-with-READ_ONCE.patch
-bugfix/all/access_once/0005-mips-gup-Replace-ACCESS_ONCE-with-READ_ONCE.patch
-bugfix/all/access_once/0006-arm64-spinlock-Replace-ACCESS_ONCE-READ_ONCE.patch
-bugfix/all/access_once/0007-arm-spinlock-Replace-ACCESS_ONCE-with-READ_ONCE.patch
-bugfix/all/access_once/0008-powerpc-gup-Replace-ACCESS_ONCE-with-READ_ONCE.patch
-bugfix/all/access_once/0009-ppc-kvm-Replace-ACCESS_ONCE-with-READ_ONCE.patch
-bugfix/all/access_once/0010-ppc-hugetlbfs-Replace-ACCESS_ONCE-with-READ_ONCE.patch
-bugfix/all/access_once/0011-kernel-tighten-rules-for-ACCESS-ONCE.patch
-bugfix/all/access_once/0012-next-sh-Fix-compile-error.patch
-bugfix/all/access_once/0013-kernel-Change-ASSIGN_ONCE-val-x-to-WRITE_ONCE-x-val.patch
-bugfix/arm/arm-mvebu-armada-xp-openblocks-ax3-4-disable-interna.patch
-bugfix/all/rtc-hctosys-do-not-treat-lack-of-rtc-device-as-error.patch
-bugfix/all/rtc-hctosys-use-function-name-in-the-error-log.patch
-bugfix/x86/input-synaptics-retrieve-the-extended-capabilities-i.patch
-bugfix/x86/input-synaptics-remove-topbuttonpad-property-for-len.patch
-bugfix/x86/input-synaptics-re-route-tracksticks-buttons-on-the-.patch
-features/x86/thinkpad_acpi-support-new-BIOS-version-string-patter.patch
-bugfix/all/ext4-fix-data-corruption-caused-by-unwritten-and-del.patch
-bugfix/all/ext4-move-check-under-lock-scope-to-close-a-race.patch
-bugfix/all/libata-update-crucial-micron-blacklist.patch
-bugfix/all/libata-blacklist-queued-trim-on-samsung-ssd-850-pro.patch
-bugfix/all/config-enable-need_dma_map_state-by-default-when-swi.patch
-features/arm64/usb-make-xhci-platform-driver-use-64-bit-or-32-bit-dma.patch
-features/arm64/usb-add-support-for-acpi-identification-to-xhci-platform.patch
-bugfix/all/md-raid0-fix-restore-to-sector-variable-in-raid0_make_request.patch



More information about the Kernel-svn-changes mailing list