Chris, I can't seem to get _any_ of the drm/i915 driver patches you marked for stable inclusion to apply.
Please backport what you wish to see in the .36 kernel and send it to me as I've now dropped all of the ones that were pending due to inability to apply properly :( thanks, greg k-h > commit: 30c56660fc4ba9bad7847ad43bb059d2447001d4 > From: Christoph Fritz <[email protected]> > Date: Mon, 1 Nov 2010 11:32:22 +0100 > Subject: [PATCH] drm/i915: opregion_setup: iounmap correct address > > In case of an opregion signature mismatch in intel_opregion_setup(), > iounmap the correct address. > > Signed-off-by: Christoph Fritz <[email protected]> > Cc: [email protected] > Signed-off-by: Chris Wilson <[email protected]> > --- > drivers/gpu/drm/i915/intel_opregion.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/gpu/drm/i915/intel_opregion.c > b/drivers/gpu/drm/i915/intel_opregion.c > index 917c7dc..9b0d9a8 100644 > --- a/drivers/gpu/drm/i915/intel_opregion.c > +++ b/drivers/gpu/drm/i915/intel_opregion.c > @@ -512,6 +512,6 @@ int intel_opregion_setup(struct drm_device *dev) > return 0; > > err_out: > - iounmap(opregion->header); > + iounmap(base); > return err; > } > > _______________________________________________ > stable mailing list > [email protected] > http://linux.kernel.org/mailman/listinfo/stable _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
