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:	Fri, 8 Apr 2011 09:31:10 +0200
From:	Marek Vasut <marek.vasut@...il.com>
To:	Pavel Machek <pavel@....cz>
Cc:	rpurdie@...ys.net, lenz@...wisc.edu,
	kernel list <linux-kernel@...r.kernel.org>, arminlitzel@....de,
	Cyril Hrubis <metan@....cz>, thommycheck@...il.com,
	"linux-arm-kernel" <linux-arm-kernel@...ts.infradead.org>,
	dbaryshkov@...il.com, omegamoon@...il.com, eric.y.miao@...il.com,
	utx@...guin.cz, zaurus-devel@...ts.linuxtogo.org,
	"Rafael J. Wysocki" <rjw@...k.pl>
Subject: Re: 2.6.39-rc2 on zaurus: does not build, does not boot

On Friday 08 April 2011 08:26:46 Pavel Machek wrote:
> Hi!
> 
> Build fix is below. Maybe it is pending in the trees somewhere
> already...

Fix is already there, it was broken by a patch from someone recently. Thanks 
though
> 
> Boot stops just after mounting root filesystem; cursor stops
> flashing. (Any idea what goes on there?)

No idea, it works for me and doesn't hang ;-)

> 
> 								Pavel
> 
> --- ./drivers/video.ofic/pxafb.c	2011-04-06 15:19:51.000000000 +0200
> +++ ./drivers/video/pxafb.c	2011-04-07 06:20:20.000000000 +0200
> @@ -1648,7 +1648,7 @@
> 
>  	switch (val) {
>  	case CPUFREQ_PRECHANGE:
> -		if (!fbi->overlay[0].usage && !fbi->overlay[1].usage)
> +//		if (!fbi->overlay[0].usage && !fbi->overlay[1].usage)
>  			set_ctrlr_state(fbi, C_DISABLE_CLKCHANGE);
>  		break;
--
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