All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch "MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch." has been added to the 4.4-stable tree
@ 2017-04-19 13:18 gregkh
  0 siblings, 0 replies; only message in thread
From: gregkh @ 2017-04-19 13:18 UTC (permalink / raw)
  To: gregkh, amit.pundir, jason, macro, matt.redfearn, ralf, tglx
  Cc: stable, stable-commits


This is a note to let you know that I've just added the patch titled

    MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch.

to the 4.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     mips-fix-select-have_irq_exit_on_irq_stack-patch.patch
and it can be found in the queue-4.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From foo@baz Wed Apr 19 15:14:54 CEST 2017
Date: Wed, 19 Apr 2017 15:14:54 +0200
To: Greg KH <gregkh@linuxfoundation.org>
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch.

From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Commit f017e58da4aba293e4a6ab62ca5d4801f79cc929 which was commit
3cc3434fd6307d06b53b98ce83e76bf9807689b9 upstream, was misapplied to the
4.4 stable kernel.

This patch fixes this and moves the chunk to the proper Kconfig area.

Reported-by: "Maciej W. Rozycki" <macro@linux-mips.org>
Cc: Matt Redfearn <matt.redfearn@imgtec.com>
Cc: Jason A. Donenfeld <jason@zx2c4.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


---
 arch/mips/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1413,7 +1413,7 @@ config CPU_MIPS32_R6
 	select CPU_SUPPORTS_MSA
 	select GENERIC_CSUM
 	select HAVE_KVM
-	select MIPS_O32_FP64_SUPPORT if 32BIT
+	select MIPS_O32_FP64_SUPPORT
 	help
 	  Choose this option to build a kernel for release 6 or later of the
 	  MIPS32 architecture.  New MIPS processors, starting with the Warrior
@@ -1464,7 +1464,7 @@ config CPU_MIPS64_R6
 	select CPU_SUPPORTS_HIGHMEM
 	select CPU_SUPPORTS_MSA
 	select GENERIC_CSUM
-	select MIPS_O32_FP64_SUPPORT if MIPS32_O32
+	select MIPS_O32_FP64_SUPPORT if 32BIT || MIPS32_O32
 	help
 	  Choose this option to build a kernel for release 6 or later of the
 	  MIPS64 architecture.  New MIPS processors, starting with the Warrior


Patches currently in stable-queue which might be from gregkh@linuxfoundation.org are

queue-4.4/drm-nouveau-mpeg-mthd-returns-true-on-success-now.patch
queue-4.4/dvb-usb-firmware-don-t-do-dma-on-stack.patch
queue-4.4/dvb-usb-don-t-use-stack-for-firmware-load.patch
queue-4.4/powerpc-disable-hfscr-if-tm-is-not-supported.patch
queue-4.4/ath9k-fix-null-pointer-dereference.patch
queue-4.4/catc-combine-failure-cleanup-code-in-catc_probe.patch
queue-4.4/xen-fbfront-fix-connecting-to-backend.patch
queue-4.4/acpi-nfit-libnvdimm-fix-interleave-set-cookie-calculation-64-bit-comparison.patch
queue-4.4/scsi-sd-consider-max_xfer_blocks-if-opt_xfer_blocks-is-unusable.patch
queue-4.4/virtio-console-avoid-dma-from-stack.patch
queue-4.4/char-lack-of-bool-string-made-config_devport-always-on.patch
queue-4.4/rtc-tegra-implement-clock-handling.patch
queue-4.4/sctp-deny-peeloff-operation-on-asocs-with-threads-sleeping-on-it.patch
queue-4.4/mips-fix-select-have_irq_exit_on_irq_stack-patch.patch
queue-4.4/dvb-usb-v2-avoid-use-after-free.patch
queue-4.4/mm-tighten-x86-dev-mem-with-zeroing-reads.patch
queue-4.4/ftrace-fix-removing-of-second-function-probe.patch
queue-4.4/zram-do-not-use-copy_page-with-non-page-aligned-address.patch
queue-4.4/x86-vdso-ensure-vdso32_enabled-gets-set-to-valid-values-only.patch
queue-4.4/scsi-sr-sanity-check-returned-mode-data.patch
queue-4.4/thp-fix-madv_dontneed-vs-clear-soft-dirty-race.patch
queue-4.4/char-drop-bogus-dependency-of-devport-on-m68k.patch
queue-4.4/platform-x86-acer-wmi-setup-accelerometer-when-machine-has-appropriate-notify-event.patch
queue-4.4/catc-use-heap-buffer-for-memory-size-test.patch
queue-4.4/net-ipv6-check-route-protocol-when-deleting-routes.patch
queue-4.4/ibmveth-calculate-gso_segs-for-large-packets.patch
queue-4.4/drm-nouveau-mmu-nv4a-use-nv04-mmu-rather-than-the-nv44-one.patch
queue-4.4/tty-serial-atmel-rs485-half-duplex-w-dma-enable-rx-after-tx-is-done.patch
queue-4.4/cifs-store-results-of-cifs_reopen_file-to-avoid-infinite-wait.patch
queue-4.4/pegasus-use-heap-buffers-for-all-register-access.patch
queue-4.4/sunrpc-fix-refcounting-problems-with-auth_gss-messages.patch
queue-4.4/x86-vdso-plug-race-between-mapping-and-elf-header-setup.patch
queue-4.4/iscsi-target-drop-work-around-for-legacy-globalsan-initiator.patch
queue-4.4/irqchip-irq-imx-gpcv2-fix-spinlock-initialization.patch
queue-4.4/revert-mips-lantiq-fix-cascaded-irq-setup.patch
queue-4.4/ext4-fix-inode-checksum-calculation-problem-if-i_extra_size-is-small.patch
queue-4.4/cgroup-kthread-close-race-window-where-new-kthreads-can-be-migrated-to-non-root-cgroups.patch
queue-4.4/kvm-fix-page-struct-leak-in-handle_vmon.patch
queue-4.4/iscsi-target-fix-tmr-reference-leak-during-session-shutdown.patch
queue-4.4/libnvdimm-fix-reconfig_mutex-mmap_sem-and-jbd2_handle-lockdep-splat.patch
queue-4.4/perf-x86-avoid-exposing-wrong-stale-data-in-intel_pmu_lbr_read_32.patch
queue-4.4/input-xpad-add-support-for-razer-wildcat-gamepad.patch
queue-4.4/scsi-sd-fix-capacity-calculation-with-32-bit-sector_t.patch
queue-4.4/crypto-ahash-fix-einprogress-notification-callback.patch
queue-4.4/rtl8150-use-heap-buffers-for-all-register-access.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-19 13:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-19 13:18 Patch "MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch." has been added to the 4.4-stable tree gregkh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.