lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 01 Oct 2008 08:10:10 +1000
From:	Benjamin Herrenschmidt <benh@...nel.crashing.org>
To:	Wolfgang Kroener <lkml@...g.de>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] suspend/resume for ATI Mobility Radeon RV350

On Tue, 2008-09-30 at 16:06 +0200, Wolfgang Kroener wrote:
> Hi,
> I have a ATI Mobility Radeon RV350 and similar problems with radeonfb
> described in http://kernel.org/doc/Documentation/power/s2ram.txt
> Adding the device to radeon_workaround_list solves the Problem.
> Please accept the following patch:

Can you resend it with a proper Signed-off-by: line ? Thanks !

Cheers,
Ben.

> --8<--
> --- drivers/video/aty/radeon_pm.c.orig	2008-09-30 15:00:40.988111330 +0200
> +++ drivers/video/aty/radeon_pm.c	2008-09-30 15:14:10.941524474 +0200
> @@ -89,6 +89,9 @@
>  	BUGFIX("Acer Aspire 2010",
>  	       PCI_VENDOR_ID_AI, 0x0061,
>  	       radeon_pm_off, radeon_reinitialize_M10),
> +	BUGFIX("Acer Travelmate 290D/292LMi",
> +	       PCI_VENDOR_ID_AI, 0x005a,
> +	       radeon_pm_off, radeon_reinitialize_M10),
>  	{ .ident = NULL }
>  };
> 
> -->8--
> Kind regards,
> Wolfgang
> 
> P. S. please CC me, because I'm not subscribed to the lkml

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ