[LinuxBIOS] [PATCH][v3] small lar fix

2007-08-22 Thread Patrick Georgi
Hi, the checksum creation in lar starts somewhere in the lar image, and ends at the end of a temporary buffer, which doesn't look right to me (and segfaults if between those two there's an unmapped region, as happened here) Attached patch should fix that, but I'd like to have someone look over

[LinuxBIOS] a little amount of statisics of mainboards used by linux users.

2007-08-22 Thread Peter Lemenkov
Hello All! Maybe somebody already knows about smolt project? http://smolt.fedoraproject.org/ https://hosted.fedoraproject.org/projects/smolt/ It's Fedora Project's aim to provide automatic statistics gathering of hardware on which Linux is installed. Thus far its installed by default on

[LinuxBIOS] [PATCH] [notready] my current v3 diff

2007-08-22 Thread Carl-Daniel Hailfinger
Hi, attached (because of whitespace issues, same content as quoted text inline) is my current diff to upstream sources. Some cosmetic stuff, some comments to self, maybe even downright senseless changes. A short review would be appreciated so I can send real patches. Regards, Carl-Daniel

Re: [LinuxBIOS] [PATCH] [notready] my current v3 diff

2007-08-22 Thread Uwe Hermann
On Wed, Aug 22, 2007 at 07:14:09PM +0200, Carl-Daniel Hailfinger wrote: Index: include/device/device.h === --- include/device/device.h (Revision 476) +++ include/device/device.h (Arbeitskopie) @@ -202,7 +202,7 @@