This is a note to let you know that I've just added the patch titled
[PATCH] Revert "usb: Fix build error due to dma_mask is not at
to the 3.0-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:
revert-usb-fix-build-error-due-to-dma_mask-is-not-at.patch
and it can be found in the queue-3.0 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 84c1e86d4ef390ef11c8c4abef9bd5f372163ea5 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <[email protected]>
Date: Sun, 29 Apr 2012 18:09:01 -0700
Subject: [PATCH] Revert "usb: Fix build error due to dma_mask is not at
pdev_archdata at ARM"
This reverts commit d39514c14bd941232976b68e2750dc725b90e724 which is
e90fc3cb087ce5c5f81e814358222cd6d197b5db upstream as it causes oopses on
some ppc systems.
Reported-by: Chen Peter-B29397 <[email protected]>
Cc: Ramneek Mehresh <[email protected]>
Cc: Peter Chen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/usb/host/fsl-mph-dr-of.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/usb/host/fsl-mph-dr-of.c
+++ b/drivers/usb/host/fsl-mph-dr-of.c
@@ -93,6 +93,7 @@ struct platform_device * __devinit fsl_u
pdev->dev.parent = &ofdev->dev;
pdev->dev.coherent_dma_mask = ofdev->dev.coherent_dma_mask;
+ pdev->dev.dma_mask = &pdev->archdata.dma_mask;
*pdev->dev.dma_mask = *ofdev->dev.dma_mask;
retval = platform_device_add_data(pdev, pdata, sizeof(*pdata));
Patches currently in stable-queue which might be from
[email protected] are
queue-3.0/x86-apic-apic-code-touches-invalid-msr-on-p5-class-machines.patch
queue-3.0/xen-correctly-check-for-pending-events-when-restoring-irq-flags.patch
queue-3.0/mmc-unbreak-sdhci-esdhc-imx-on-i.mx25.patch
queue-3.0/nfsd-fix-b0rken-error-value-for-setattr-on-read-only-mount.patch
queue-3.0/xen-smp-fix-crash-when-booting-with-acpi-hotplug-cpus.patch
queue-3.0/nfsv4-ensure-that-we-check-lock-exclusive-shared-type-against-open-modes.patch
queue-3.0/hwmon-fam15h_power-fix-bogus-values-with-current-bioses.patch
queue-3.0/dmaengine-at_hdmac-remove-clear-on-read-in-atc_dostart.patch
queue-3.0/kvm-unmap-pages-from-the-iommu-when-slots-are-removed.patch
queue-3.0/fix-modpost-failures-in-fedora-17.patch
queue-3.0/revert-autofs-work-around-unhappy-compat-problem-on-x86-64.patch
queue-3.0/revert-usb-fix-build-error-due-to-dma_mask-is-not-at.patch
queue-3.0/asoc-dapm-ensure-power-gets-managed-for-line-widgets.patch
queue-3.0/drm-i915-handle-input-output-sdvo-timings-separately-in-mode_set.patch
queue-3.0/ehci-fix-criterion-for-resuming-the-root-hub.patch
queue-3.0/nfsv4-ensure-that-the-lock-code-sets-exception-inode.patch
queue-3.0/drm-i915-fix-integer-overflow-in-i915_gem_execbuffer2.patch
queue-3.0/nfsd-fix-error-values-returned-by-nfsd4_lockt-when-nfsd_open-fails.patch
queue-3.0/brcm80211-smac-resume-transmit-fifo-upon-receiving-frames.patch
queue-3.0/drm-i915-fix-integer-overflow-in-i915_gem_do_execbuffer.patch
queue-3.0/hwmon-fam15h_power-fix-pci_device_id-array.patch
queue-3.0/nfs-enclose-hostname-in-brackets-when-needed-in.patch
queue-3.0/nl80211-ensure-interface-is-up-in-various-apis.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html