Patch "xen: fix backport of previous kexec patch" has been added to the 4.2-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.2-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.2 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
 
@@ -1804,7 +1804,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();
@@ -1838,7 +1838,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.2/arm-omap1-fix-incorrect-int_dma_lcd.patch
queue-4.2/arm-exynos-fix-double-of_node_put-when-parsing-child-power-domains.patch
queue-4.2/btrfs-fix-possible-leak-in-btrfs_ioctl_balance.patch
queue-4.2/xen-fix-backport-of-previous-kexec-patch.patch
queue-4.2/xen-blkfront-check-for-null-drvdata-in-blkback_changed-xenbusstateclosing.patch
queue-4.2/iommu-vt-d-fix-range-computation-when-making-room-for-large-pages.patch
queue-4.2/kvm-irqchip-fix-memory-leak.patch
queue-4.2/kvm-arm-use-gic-support-unconditionally.patch
queue-4.2/rtlwifi-rtl8821ae-fix-system-lockups-on-boot.patch
queue-4.2/mac80211-fix-hwflags-debugfs-file-format.patch
queue-4.2/drm-i915-flush-pipecontrol-post-sync-writes.patch
queue-4.2/arm-8445-1-fix-vdsomunge-not-to-depend-on-glibc-specific-byteswap.h.patch
queue-4.2/ovl-free-stack-of-paths-in-ovl_fill_super.patch
queue-4.2/arm64-kernel-fix-tcr_el1.t0sz-restore-on-systems-with-extended-idmap.patch
queue-4.2/ovl-fix-dentry-reference-leak.patch
queue-4.2/iio-accel-sca3000-memory-corruption-in-sca3000_read_first_n_hw_rb.patch
queue-4.2/arm64-compat-fix-stxr-failure-case-in-swp-emulation.patch
queue-4.2/iwlwifi-dvm-fix-d3-firmware-pn-programming.patch
queue-4.2/iwlwifi-mvm-fix-d3-ccmp-tx-pn-assignment.patch
queue-4.2/nvme-fix-32-bit-build-warning.patch
queue-4.2/iio-st_accel-fix-interrupt-handling-on-lis3lv02.patch
queue-4.2/mm-make-sendfile-2-killable.patch
queue-4.2/revert-md-allow-a-partially-recovered-device-to-be-hot-added-to-an-array.patch
queue-4.2/x86-ioapic-prevent-null-pointer-dereference-in-setup_ioapic_dest.patch
queue-4.2/input-alps-only-the-dell-latitude-d420-430-620-630-have-separate-stick-button-bits.patch
queue-4.2/clkdev-fix-clk_add_alias-with-a-null-alias-device-name.patch
queue-4.2/drm-radeon-move-bl-encoder-assignment-into-bl-init.patch
queue-4.2/si2157-bounds-check-firmware.patch
queue-4.2/dm-btree-fix-leak-of-bufio-backed-block-in-btree_split_beneath-error-path.patch
queue-4.2/drm-nouveau-gem-return-only-valid-domain-when-there-s-only-one.patch
queue-4.2/crypto-api-only-abort-operations-on-fatal-signal.patch
queue-4.2/alsa-hdac-explicitly-add-io.h.patch
queue-4.2/block-don-t-release-bdi-while-request_queue-has-live-references.patch
queue-4.2/md-raid1-submit_bio_wait-returns-0-on-success.patch
queue-4.2/revert-serial-8250_dma-don-t-bother-dma-with-small-transfers.patch
queue-4.2/drm-amdgpu-add-missing-dpm-check-for-kv-dpm-late-init.patch
queue-4.2/revert-arm64-unwind-fix-pc-calculation.patch
queue-4.2/arm-dts-berlin-change-bg2q-s-usb-phy-compatible.patch
queue-4.2/ovl-use-o_largefile-in-ovl_copy_up.patch
queue-4.2/ovl-free-lower_mnt-array-in-ovl_put_super.patch
queue-4.2/drm-vmwgfx-fix-up-user_dmabuf-refcounting.patch
queue-4.2/fbcon-initialize-blink-interval-before-calling-fb_set_par.patch
queue-4.2/sched-deadline-fix-migration-of-sched_deadline-tasks.patch
queue-4.2/asoc-wm8904-correct-number-of-eq-registers.patch
queue-4.2/pinctrl-baytrail-use-raw_spinlock-for-locking.patch
queue-4.2/mvsas-fix-null-pointer-dereference-in-mvs_slot_task_free.patch
queue-4.2/mmc-core-fix-init_card-in-52mhz.patch
queue-4.2/fault-inject-fix-inverted-interval-probability-values-in-printk.patch
queue-4.2/xhci-add-spurious-wakeup-quirk-for-lynxpoint-lp-controllers.patch
queue-4.2/blk-mq-fix-use-after-free-in-blk_mq_free_tag_set.patch
queue-4.2/um-fix-kernel-mode-fault-condition.patch
queue-4.2/ath9k-declare-required-extra-tx-headroom.patch
queue-4.2/ovl-fix-open-in-stacked-overlay.patch
queue-4.2/irqchip-tegra-propagate-irq-type-setting-to-parent.patch
queue-4.2/arm-mvebu-correct-a385-db-ap-compatible-string.patch
queue-4.2/drm-fix-mutex-leak-in-drm_dp_get_mst_branch_device.patch
queue-4.2/drm-crtc-integer-overflow-in-drm_property_create_blob.patch
queue-4.2/x86-setup-extend-low-identity-map-to-cover-whole-kernel-range.patch
queue-4.2/iwlwifi-mvm-flush-fw_dump_wk-when-mvm-fails-to-start.patch
queue-4.2/tracing-have-stack-tracer-force-rcu-to-be-watching.patch
queue-4.2/drm-radeon-fix-dpms-when-driver-backlight-control-is-disabled.patch
queue-4.2/alsa-hda-fix-deadlock-at-error-in-building-pcm.patch
queue-4.2/arm-ux500-modify-initial-levelshifter-status.patch
queue-4.2/nvme-fix-memory-leak-on-retried-commands.patch
queue-4.2/thermal-exynos-fix-register-read-in-tmu.patch
queue-4.2/md-raid10-submit_bio_wait-returns-0-on-success.patch
queue-4.2/md-raid5-fix-locking-in-handle_stripe_clean_event.patch
queue-4.2/iommu-amd-fix-bug-when-faulting-a-prot_none-vma.patch
queue-4.2/bus-arm-ccn-fix-irq-affinity-setting-on-cpu-migration.patch
queue-4.2/xhci-handle-no-ping-response-error-properly.patch
queue-4.2/asoc-add-info-callback-for-sx_tlv-controls.patch
queue-4.2/si2168-bounds-check-firmware.patch
queue-4.2/i2c-mv64xxx-really-allow-i2c-offloading.patch
queue-4.2/iwlwifi-mvm-clear-csa-countdown-when-ap-is-stopped.patch
queue-4.2/iwlwifi-mvm-init-card-correctly-on-ctkill-exit-check.patch
queue-4.2/x86-efi-fix-multiple-gop-device-support.patch
queue-4.2/drm-amdgpu-don-t-try-to-recreate-sysfs-entries-on-resume.patch
queue-4.2/rbd-prevent-kernel-stack-blow-up-on-rbd-map.patch
queue-4.2/arm-dts-am57xx-beagle-x15-set-vdd_sd-to-always-on.patch
queue-4.2/iommu-amd-don-t-clear-dte-flags-when-modifying-it.patch
queue-4.2/iio-mxs-lradc-fix-temperature-offset.patch
queue-4.2/powerpc-rtas-validate-rtas.entry-before-calling-enter_rtas.patch
queue-4.2/arm-dts-fix-audio-card-detection-on-peach-boards.patch
queue-4.2/arm-orion-fix-dsa-platform-device-after-mvmdio-conversion.patch
queue-4.2/ib-cm-fix-rb-tree-duplicate-free-and-use-after-free.patch
queue-4.2/drm-radeon-don-t-try-to-recreate-sysfs-entries-on-resume.patch
queue-4.2/usb-qcserial-add-sierra-wireless-mc74xx-em74xx.patch
queue-4.2/iwlwifi-fix-firmware-filename-for-3160.patch
queue-4.2/pci-prevent-out-of-bounds-access-in-numa_node-override.patch
queue-4.2/netfilter-ipset-fix-sleeping-memory-allocation-in-atomic-context.patch
queue-4.2/arm-8449-1-fix-bug-in-vdsomunge-swab32-macro.patch
queue-4.2/thp-use-is_zero_pfn-only-after-pte_present-check.patch
queue-4.2/iwlwifi-mvm-fix-d3-firmware-pn-programming.patch
queue-4.2/arm-dts-imx7d-fix-uart2-base-address.patch
queue-4.2/rtl28xxu-fix-control-message-flaws.patch
queue-4.2/drm-i915-deny-wrapping-an-userptr-into-a-framebuffer.patch
queue-4.2/pinctrl-baytrail-serialize-all-register-access.patch
queue-4.2/module-fix-locking-in-symbol_put_addr.patch
queue-4.2/dm-btree-remove-fix-a-bug-when-rebalancing-nodes-after-removal.patch
queue-4.2/drm-i915-restore-lost-dpll-register-write-on-gen2-4.patch
queue-4.2/iwlwifi-pci-add-a-few-more-pci-subvendor-ids-for-the-7265-series.patch
queue-4.2/dm-cache-the-clean_shutdown-flag-was-not-being-set.patch
queue-4.2/edac-sb_edac-fix-tad-presence-check-for-sbridge_mci_bind_devs.patch
queue-4.2/m88ds3103-use-own-reg-update_bits-implementation.patch
queue-4.2/rbd-require-stable-pages-if-message-data-crcs-are-enabled.patch
queue-4.2/drm-radeon-dpm-don-t-add-pwm-attributes-if-dpm-is-disabled.patch
queue-4.2/alsa-hda-fix-inverted-internal-mic-on-lenovo-g50-80.patch
queue-4.2/drm-correct-arguments-to-list_tail_add-in-create-blob-ioctl.patch
queue-4.2/cpufreq-intel_pstate-fix-divide-by-zero-on-knights-landing-knl.patch
queue-4.2/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]