[kernel] r22031 - in dists/sid/linux/debian/patches: . bugfix/mips features/mips

Ben Hutchings benh at moszumanska.debian.org
Tue Nov 4 00:31:44 UTC 2014


Author: benh
Date: Tue Nov  4 00:31:44 2014
New Revision: 22031

Log:
Re-group patches

Added:
   dists/sid/linux/debian/patches/features/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch
      - copied unchanged from r22025, dists/sid/linux/debian/patches/bugfix/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch
Deleted:
   dists/sid/linux/debian/patches/bugfix/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch
Modified:
   dists/sid/linux/debian/patches/series

Copied: dists/sid/linux/debian/patches/features/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch (from r22025, dists/sid/linux/debian/patches/bugfix/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux/debian/patches/features/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch	Tue Nov  4 00:31:44 2014	(r22031, copy of r22025, dists/sid/linux/debian/patches/bugfix/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch)
@@ -0,0 +1,24 @@
+Commit c4617318 broke Loongson-2 support and maybe even more by increasing
+the value of MAX_PHYSMEM_BITS. At it is currently only needed on
+Loongson-3, define it conditionally.
+
+Note: this should be replace by upstream fix when available.
+
+diff --git a/arch/mips/include/asm/sparsemem.h b/arch/mips/include/asm/sparsemem.h
+index b1071c1..778dca7 100644
+--- a/arch/mips/include/asm/sparsemem.h
++++ b/arch/mips/include/asm/sparsemem.h
+@@ -11,7 +11,12 @@
+ #else
+ # define SECTION_SIZE_BITS	28
+ #endif
+-#define MAX_PHYSMEM_BITS	48
++
++#if defined(CONFIG_CPU_LOONGSON3)
++# define MAX_PHYSMEM_BITS	48
++#else
++# define MAX_PHYSMEM_BITS	35
++#endif
+ 
+ #endif /* CONFIG_SPARSEMEM */
+ #endif /* _MIPS_SPARSEMEM_H */

Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series	Tue Nov  4 00:19:39 2014	(r22030)
+++ dists/sid/linux/debian/patches/series	Tue Nov  4 00:31:44 2014	(r22031)
@@ -56,12 +56,25 @@
 bugfix/arm64/arm64-crypto-fix-makefile-rule-for-aes-glue-.o.patch
 bugfix/mips/MIPS-cp1emu-Fix-ISA-restrictions-for-cop1x_op-instru.patch
 bugfix/mips/MIPS-tlbex-Properly-fix-HUGE-TLB-Refill-exception-ha.patch
+bugfix/s390/s390-3215-fix-tty-output-containing-tabs.patch
+bugfix/x86/drm-i915-initialise-userptr-mmu_notifier-serial-to-1.patch
+bugfix/x86/drm-i915-Add-some-L3-registers-to-the-parser-whiteli.patch
+bugfix/x86/KVM-x86-Check-non-canonical-addresses-upon-WRMSR.patch
+bugfix/x86/KVM-x86-Prevent-host-from-panicking-on-shared-MSR-wr.patch
+bugfix/x86/KVM-x86-Improve-thread-safety-in-pit.patch
+bugfix/x86/KVM-x86-Fix-wrong-masking-on-relative-jump-call.patch
+bugfix/x86/kvm-vmx-handle-invvpid-vm-exit-gracefully.patch
+bugfix/x86/KVM-x86-Emulator-fixes-for-eip-canonical-checks-on-n.patch
+bugfix/x86/KVM-x86-Handle-errors-when-RIP-is-set-during-far-jum.patch
+bugfix/x86/kvm-x86-fix-far-jump-to-non-canonical-check.patch
+bugfix/parisc/parisc-reduce-sigrtmin-from-37-to-32-to-behave-like-.patch
 
 # Arch features
 features/mips/MIPS-Support-hard-limit-of-cpu-count-nr_cpu_ids.patch
 features/mips/MIPS-Support-CPU-topology-files-in-sysfs.patch
 features/mips/MIPS-Loongson-Modify-ChipConfig-register-definition.patch
 features/mips/MIPS-Add-NUMA-support-for-Loongson-3.patch
+features/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch
 features/mips/MIPS-Add-numa-api-support.patch
 features/mips/MIPS-Add-Loongson-3B-support.patch
 features/mips/MIPS-Loongson-3-Enable-the-COP2-usage.patch
@@ -114,6 +127,24 @@
 debian/i2o-disable-i2o_ext_adaptec-on-64bit.patch
 bugfix/all/aic94xx-remove-broken-fallback-for-missing-ctrl-a.patch
 bugfix/all/builddeb-put-the-dbg-files-into-the-correct-director.patch
+bugfix/all/fold-swapping-d_name.hash-into-switch_names.patch
+bugfix/all/vfs-Don-t-exchange-short-filenames-unconditionally.patch
+bugfix/all/rtsx_usb_ms-use-msleep_interruptible-in-polling-loop.patch
+bugfix/all/switch-iov_iter_get_pages-to-passing-maximal-number-.patch
+bugfix/all/fuse-honour-max_read-and-max_write-in-direct_io-mode.patch
+bugfix/all/SUNRPC-Don-t-wake-tasks-during-connection-abort.patch
+bugfix/all/lockd-Try-to-reconnect-if-statd-has-moved.patch
+bugfix/all/mtd-move-support-for-struct-flash_platform_data-into.patch
+bugfix/all/mtd-m25p80-get-rid-of-spi_get_device_id.patch
+bugfix/all/mtd-spi-nor-make-spi_nor_scan-take-a-chip-type-name-.patch
+bugfix/all/mtd-m25p80-spi-nor-Fix-module-aliases-for-m25p80.patch
+bugfix/all/HID-i2c-hid-call-the-hid-driver-s-suspend-and-resume.patch
+bugfix/all/drivers-net-Disable-UFO-through-virtio.patch
+bugfix/all/drivers-net-ipv6-Select-IPv6-fragment-idents-for-vir.patch
+bugfix/all/net-sctp-fix-skb_over_panic-when-receiving-malformed.patch
+bugfix/all/net-sctp-fix-panic-on-duplicate-ASCONF-chunks.patch
+bugfix/all/net-sctp-fix-remote-memory-pressure-from-excessive-q.patch
+bugfix/all/mnt-Prevent-pivot_root-from-creating-a-loop-in-the-m.patch
 
 # memfd_create() & kdbus backport
 features/all/kdbus/mm-allow-drivers-to-prevent-new-writable-mappings.patch
@@ -138,6 +169,8 @@
 debian/revert-staging-sm7xxfb-remove-driver.patch
 features/all/sfc-Adding-PCI-ID-for-Solarflare-7000-series-40G-net.patch
 features/all/sfc-Add-40G-link-capability-decoding.patch
+features/all/mmc_block-increase-max_devices.patch
+features/all/wireless-rt2x00-add-new-rt2800usb-device.patch
 
 # Update r8723au to 3.17
 features/all/r8723au/0001-staging-rtl8723au-rtw_get_wps_ie23a-Remove-unused-de.patch
@@ -387,38 +420,7 @@
 features/all/r8723au/0248-staging-rtl8723au-usb_dvobj_init-Remove-unused-varia.patch
 features/all/r8723au/0249-staging-rtl8723au-Fix-static-symbol-sparse-warning.patch
 
-bugfix/s390/s390-3215-fix-tty-output-containing-tabs.patch
-bugfix/all/fold-swapping-d_name.hash-into-switch_names.patch
-bugfix/all/vfs-Don-t-exchange-short-filenames-unconditionally.patch
-features/all/mmc_block-increase-max_devices.patch
-bugfix/x86/drm-i915-initialise-userptr-mmu_notifier-serial-to-1.patch
-bugfix/all/rtsx_usb_ms-use-msleep_interruptible-in-polling-loop.patch
-bugfix/mips/MIPS-increase-MAX-PHYSMEM-BITS-on-Loongson-3-only.patch
-bugfix/all/switch-iov_iter_get_pages-to-passing-maximal-number-.patch
-bugfix/all/fuse-honour-max_read-and-max_write-in-direct_io-mode.patch
-bugfix/all/SUNRPC-Don-t-wake-tasks-during-connection-abort.patch
-bugfix/all/lockd-Try-to-reconnect-if-statd-has-moved.patch
-bugfix/all/mtd-move-support-for-struct-flash_platform_data-into.patch
-bugfix/all/mtd-m25p80-get-rid-of-spi_get_device_id.patch
-bugfix/all/mtd-spi-nor-make-spi_nor_scan-take-a-chip-type-name-.patch
-bugfix/all/mtd-m25p80-spi-nor-Fix-module-aliases-for-m25p80.patch
-bugfix/all/HID-i2c-hid-call-the-hid-driver-s-suspend-and-resume.patch
-bugfix/x86/drm-i915-Add-some-L3-registers-to-the-parser-whiteli.patch
-features/all/wireless-rt2x00-add-new-rt2800usb-device.patch
-bugfix/all/drivers-net-Disable-UFO-through-virtio.patch
-bugfix/all/drivers-net-ipv6-Select-IPv6-fragment-idents-for-vir.patch
-bugfix/x86/KVM-x86-Check-non-canonical-addresses-upon-WRMSR.patch
-bugfix/x86/KVM-x86-Prevent-host-from-panicking-on-shared-MSR-wr.patch
-bugfix/x86/KVM-x86-Improve-thread-safety-in-pit.patch
-bugfix/x86/KVM-x86-Fix-wrong-masking-on-relative-jump-call.patch
-bugfix/x86/kvm-vmx-handle-invvpid-vm-exit-gracefully.patch
-bugfix/x86/KVM-x86-Emulator-fixes-for-eip-canonical-checks-on-n.patch
-bugfix/x86/KVM-x86-Handle-errors-when-RIP-is-set-during-far-jum.patch
-bugfix/x86/kvm-x86-fix-far-jump-to-non-canonical-check.patch
-bugfix/all/net-sctp-fix-skb_over_panic-when-receiving-malformed.patch
-bugfix/all/net-sctp-fix-panic-on-duplicate-ASCONF-chunks.patch
-bugfix/all/net-sctp-fix-remote-memory-pressure-from-excessive-q.patch
-bugfix/all/mnt-Prevent-pivot_root-from-creating-a-loop-in-the-m.patch
+# Add Apple Thunderbolt driver from 3.17
 features/x86/apple-tb/0001-thunderbolt-Add-initial-cactus-ridge-NHI-support.patch
 features/x86/apple-tb/0002-thunderbolt-Add-control-channel-interface.patch
 features/x86/apple-tb/0003-thunderbolt-Setup-control-channel.patch
@@ -450,7 +452,8 @@
 features/x86/apple-tb/0029-thunderbolt-Correct-the-size-argument-to-devm_kzallo.patch
 features/x86/apple-tb/0030-thunderbolt-Use-kcalloc.patch
 features/x86/apple-tb/0031-thunderbolt-Clear-hops-before-overwriting.patch
-bugfix/parisc/parisc-reduce-sigrtmin-from-37-to-32-to-behave-like-.patch
+
+# Add iwlwifi firmware monitor from 3.17
 features/all/iwlwifi-debug/iwlwifi-add-device-firmware-to-fw-error-dump-file.patch
 features/all/iwlwifi-debug/iwlwifi-rename-iwl_mvm_fw_error_next_data.patch
 features/all/iwlwifi-debug/iwlwifi-pcie-add-firmware-monitor-capabilities.patch



More information about the Kernel-svn-changes mailing list