Patch "xen: fix backport of previous kexec patch" has been added to the 4.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

    xen: fix backport of previous kexec patch

to the 4.1-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:
     xen-fix-backport-of-previous-kexec-patch.patch
and it can be found in the queue-4.1 subdirectory.

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


>From foo@baz Fri Nov  6 11:07:07 PST 2015
Date: Fri, 06 Nov 2015 11:07:07 -0800
To: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Subject: xen: fix backport of previous kexec patch

Fixes the backport of 0b34a166f291d255755be46e43ed5497cdd194f2 upstream

Commit 0b34a166f291d255755be46e43ed5497cdd194f2 "x86/xen: Support
kexec/kdump in HVM guests by doing a soft reset" has been added to the
4.2-stable tree" needed to correct the CONFIG variable, as
CONFIG_KEXEC_CORE only showed up in 4.3.

Reported-by: David Vrabel <david.vrabel@xxxxxxxxxx>
Reported-by: Luis Henriques <luis.henriques@xxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

---
 arch/x86/xen/enlighten.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -33,7 +33,7 @@
 #include <linux/memblock.h>
 #include <linux/edd.h>
 
-#ifdef CONFIG_KEXEC_CORE
+#ifdef CONFIG_KEXEC
 #include <linux/kexec.h>
 #endif
 
@@ -1802,7 +1802,7 @@ static struct notifier_block xen_hvm_cpu
 	.notifier_call	= xen_hvm_cpu_notify,
 };
 
-#ifdef CONFIG_KEXEC_CORE
+#ifdef CONFIG_KEXEC
 static void xen_hvm_shutdown(void)
 {
 	native_machine_shutdown();
@@ -1836,7 +1836,7 @@ static void __init xen_hvm_guest_init(vo
 	x86_init.irqs.intr_init = xen_init_IRQ;
 	xen_hvm_init_time_ops();
 	xen_hvm_init_mmu_ops();
-#ifdef CONFIG_KEXEC_CORE
+#ifdef CONFIG_KEXEC
 	machine_ops.shutdown = xen_hvm_shutdown;
 	machine_ops.crash_shutdown = xen_hvm_crash_shutdown;
 #endif


Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are

queue-4.1/btrfs-fix-possible-leak-in-btrfs_ioctl_balance.patch
queue-4.1/xen-fix-backport-of-previous-kexec-patch.patch
queue-4.1/xen-blkfront-check-for-null-drvdata-in-blkback_changed-xenbusstateclosing.patch
queue-4.1/iommu-vt-d-fix-range-computation-when-making-room-for-large-pages.patch
queue-4.1/kvm-arm-use-gic-support-unconditionally.patch
queue-4.1/rtlwifi-rtl8821ae-fix-system-lockups-on-boot.patch
queue-4.1/drm-i915-flush-pipecontrol-post-sync-writes.patch
queue-4.1/arm-8445-1-fix-vdsomunge-not-to-depend-on-glibc-specific-byteswap.h.patch
queue-4.1/ovl-free-stack-of-paths-in-ovl_fill_super.patch
queue-4.1/arm64-kernel-fix-tcr_el1.t0sz-restore-on-systems-with-extended-idmap.patch
queue-4.1/ovl-fix-dentry-reference-leak.patch
queue-4.1/dts-imx6-fix-sd-card-gpio-polarity-specified-in-device-tree.patch
queue-4.1/iio-accel-sca3000-memory-corruption-in-sca3000_read_first_n_hw_rb.patch
queue-4.1/arm64-compat-fix-stxr-failure-case-in-swp-emulation.patch
queue-4.1/iwlwifi-dvm-fix-d3-firmware-pn-programming.patch
queue-4.1/iio-st_accel-fix-interrupt-handling-on-lis3lv02.patch
queue-4.1/mm-make-sendfile-2-killable.patch
queue-4.1/revert-md-allow-a-partially-recovered-device-to-be-hot-added-to-an-array.patch
queue-4.1/input-alps-only-the-dell-latitude-d420-430-620-630-have-separate-stick-button-bits.patch
queue-4.1/drm-radeon-move-bl-encoder-assignment-into-bl-init.patch
queue-4.1/si2157-bounds-check-firmware.patch
queue-4.1/dm-btree-fix-leak-of-bufio-backed-block-in-btree_split_beneath-error-path.patch
queue-4.1/drm-nouveau-gem-return-only-valid-domain-when-there-s-only-one.patch
queue-4.1/crypto-api-only-abort-operations-on-fatal-signal.patch
queue-4.1/md-raid1-submit_bio_wait-returns-0-on-success.patch
queue-4.1/revert-serial-8250_dma-don-t-bother-dma-with-small-transfers.patch
queue-4.1/revert-arm64-unwind-fix-pc-calculation.patch
queue-4.1/ovl-use-o_largefile-in-ovl_copy_up.patch
queue-4.1/ovl-free-lower_mnt-array-in-ovl_put_super.patch
queue-4.1/drm-vmwgfx-fix-up-user_dmabuf-refcounting.patch
queue-4.1/asoc-wm8904-correct-number-of-eq-registers.patch
queue-4.1/pinctrl-baytrail-use-raw_spinlock-for-locking.patch
queue-4.1/mvsas-fix-null-pointer-dereference-in-mvs_slot_task_free.patch
queue-4.1/fault-inject-fix-inverted-interval-probability-values-in-printk.patch
queue-4.1/xhci-add-spurious-wakeup-quirk-for-lynxpoint-lp-controllers.patch
queue-4.1/ath9k-declare-required-extra-tx-headroom.patch
queue-4.1/irqchip-tegra-propagate-irq-type-setting-to-parent.patch
queue-4.1/arm-mvebu-correct-a385-db-ap-compatible-string.patch
queue-4.1/drm-fix-mutex-leak-in-drm_dp_get_mst_branch_device.patch
queue-4.1/serial-8250_pci-add-support-for-12-port-exar-boards.patch
queue-4.1/x86-setup-extend-low-identity-map-to-cover-whole-kernel-range.patch
queue-4.1/iwlwifi-mvm-flush-fw_dump_wk-when-mvm-fails-to-start.patch
queue-4.1/drm-radeon-fix-dpms-when-driver-backlight-control-is-disabled.patch
queue-4.1/alsa-hda-fix-deadlock-at-error-in-building-pcm.patch
queue-4.1/nvme-fix-memory-leak-on-retried-commands.patch
queue-4.1/md-raid10-submit_bio_wait-returns-0-on-success.patch
queue-4.1/md-raid5-fix-locking-in-handle_stripe_clean_event.patch
queue-4.1/arm-dts-sunxi-raise-minimum-cpu-voltage-for-sun7i-a20-to-meet-soc-specifications.patch
queue-4.1/iommu-amd-fix-bug-when-faulting-a-prot_none-vma.patch
queue-4.1/xhci-handle-no-ping-response-error-properly.patch
queue-4.1/asoc-add-info-callback-for-sx_tlv-controls.patch
queue-4.1/si2168-bounds-check-firmware.patch
queue-4.1/i2c-mv64xxx-really-allow-i2c-offloading.patch
queue-4.1/iwlwifi-mvm-clear-csa-countdown-when-ap-is-stopped.patch
queue-4.1/iwlwifi-mvm-init-card-correctly-on-ctkill-exit-check.patch
queue-4.1/x86-efi-fix-multiple-gop-device-support.patch
queue-4.1/rbd-prevent-kernel-stack-blow-up-on-rbd-map.patch
queue-4.1/arm-dts-am57xx-beagle-x15-set-vdd_sd-to-always-on.patch
queue-4.1/iommu-amd-don-t-clear-dte-flags-when-modifying-it.patch
queue-4.1/iio-mxs-lradc-fix-temperature-offset.patch
queue-4.1/powerpc-rtas-validate-rtas.entry-before-calling-enter_rtas.patch
queue-4.1/arm-dts-fix-audio-card-detection-on-peach-boards.patch
queue-4.1/arm-orion-fix-dsa-platform-device-after-mvmdio-conversion.patch
queue-4.1/ib-cm-fix-rb-tree-duplicate-free-and-use-after-free.patch
queue-4.1/drm-radeon-don-t-try-to-recreate-sysfs-entries-on-resume.patch
queue-4.1/usb-qcserial-add-sierra-wireless-mc74xx-em74xx.patch
queue-4.1/mfd-of-document-mfd-devices-and-handle-simple-mfd.patch
queue-4.1/iwlwifi-fix-firmware-filename-for-3160.patch
queue-4.1/pci-prevent-out-of-bounds-access-in-numa_node-override.patch
queue-4.1/arm-8449-1-fix-bug-in-vdsomunge-swab32-macro.patch
queue-4.1/arm64-kernel-rename-__cpu_suspend-to-keep-it-aligned-with-arm.patch
queue-4.1/thp-use-is_zero_pfn-only-after-pte_present-check.patch
queue-4.1/iwlwifi-mvm-fix-d3-firmware-pn-programming.patch
queue-4.1/rtl28xxu-fix-control-message-flaws.patch
queue-4.1/drm-i915-deny-wrapping-an-userptr-into-a-framebuffer.patch
queue-4.1/pinctrl-baytrail-serialize-all-register-access.patch
queue-4.1/module-fix-locking-in-symbol_put_addr.patch
queue-4.1/dm-btree-remove-fix-a-bug-when-rebalancing-nodes-after-removal.patch
queue-4.1/drm-i915-restore-lost-dpll-register-write-on-gen2-4.patch
queue-4.1/iwlwifi-pci-add-a-few-more-pci-subvendor-ids-for-the-7265-series.patch
queue-4.1/edac-sb_edac-fix-tad-presence-check-for-sbridge_mci_bind_devs.patch
queue-4.1/rbd-require-stable-pages-if-message-data-crcs-are-enabled.patch
queue-4.1/drm-radeon-dpm-don-t-add-pwm-attributes-if-dpm-is-disabled.patch
queue-4.1/alsa-hda-fix-inverted-internal-mic-on-lenovo-g50-80.patch
queue-4.1/cpufreq-intel_pstate-fix-divide-by-zero-on-knights-landing-knl.patch
queue-4.1/rbd-don-t-leak-parent_spec-in-rbd_dev_probe_parent.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]