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]
Message-ID: <44BFEAA5.5030703@smartlink.ee>
Date:	Thu, 20 Jul 2006 23:42:13 +0300
From:	Kalev Lember <kalev@...rtlink.ee>
To:	Gerd Hoffmann <kraxel@...e.de>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: kexec and framebuffer

Gerd Hoffmann wrote:
>> I am wondering what would be the preferred method to extract screen_info
>> from running kernel. Should this be made available from sysfs or maybe a
>> new system call be created?
>>     
>
> Simply ask /dev/fb0?
> Patch for kexec tools attached.
>   
Thank you, this was really helpful.
> +	if (0 != strcmp(fix.id, "vesafb"))
> +		goto out;
I think this check should be removed so that other framebuffer drivers
besides vesafb would also work. Additionally the fix.id is "VESA VGA",
not "vesafb".

Could you please submit this for inclusion in kexec-tools or do you want
me to do it?

-- 
Kalev Lember
-
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