Displaying 20 results from an estimated 110 matches similar to: "malloc() in the core"
2013 Dec 26
0
[PATCH] core: Avoid initializing the cache more than once
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
Most of file system drivers initialize the cache themselves.
The problem is that the same cache could be again initialized later,
then invalidating the previous one. This patch fixes this.
Problem found while auditing the code.
Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com>
---
core/fs/cache.c | 2 ++
2011 Oct 21
2
[PATCH] fix for boot crash of syslinux-4.xx
As already reported in gentoo bugzilla while syslinux mailing list was not available:
https://bugs.gentoo.org/show_bug.cgi?id=384917
All syslinux 4.xx versions (tested up to 4.04) seems to contain a bug, that
causes a crash in early phase of syslinux boot from an usb stick.
This is always possible to reproduce, but only on certain hw (atom based
embedded board).
Version 3.86 of syslinux always
1998 Sep 04
0
Linux SMB Mount utils patch
Hi,
I'm sure that you are all aware that the mount utilities that ship
with samba are designed to compile and run only with Linux 2.1 series
development kernels.
I'll _try_ keep this short and sweet while doing my best to
explain what I have done, since I have a tendancy to ramble on. I
have two boxes, one Linux with libc5, and another with Linux and Glibc2
(aka libc6). The Samba
2009 Aug 07
1
SYSLINUX 4.00-pre1
Hi everyone,
I have pushed out a development preview release of Liu's filesystems in
C code (including ext4 support for EXTLINUX). It is called 4.00-pre1,
which doesn't mean it is the final 4.00 by any means (it isn't even
current with respect to some aspects of the 3.8x branch.) However, it
is now available for people to try out.
It is checked into the fsc branch
2013 Oct 18
1
[RFC/PATCH 2/3] core: MultiFS infrastructure added.
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
MULTIFS SYNTAX:
(hd[disk number]:[partition number])/path/to/file
The meaning of this_fs was changed to improve the flexibility of the support.
Now, this_fs means the file system being currently used.
root_fs was created to save the context of the main file system (where ldlinux.sys lives in).
get_fs_info is a function pointer that
2009 Aug 09
0
Fixed the "elflink" branch
It looks like I managed to screw up the push to the "elflink" branch I
did yesterday night. I have fixed it now, and there is a current
"elflink" branch which should contain KlausM's work as of last night.
Sorry about that,
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
2013 Oct 18
0
[RFC/PATCH 3/3] Wire up MultiFS support.
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
This patch finishes the MultiFS support.
init_multifs gets called in the main (startup) function of ldlinux.c32,
so MultiFS will be initialized automatically.
init_multifs calls enable_multifs (lives in the core) to hook get_fs_info.
Subsequent accesses will callback the get_fs_info living in ldlinux.c32.
Signed-off-by: Raphael S.
2020 Apr 28
0
[PATCH v3 64/75] x86/sev-es: Cache CPUID results for improved performance
From: Mike Stunes <mstunes at vmware.com>
To avoid a future VMEXIT for a subsequent CPUID function, cache the
results returned by CPUID into an xarray.
[tl: coding standard changes, register zero extension]
Signed-off-by: Mike Stunes <mstunes at vmware.com>
Signed-off-by: Tom Lendacky <thomas.lendacky at amd.com>
[ jroedel at suse.de: - Wrapped cache handling into
2005 Sep 08
1
1.0alpha1: another imap core, no assert
Timo,
Output of gdb session on the core file attached. This
one only produced the following syslog:
IMAP(user): UIDs broken with partial sync in mbox file /var/mail/r/user
with no assert. Setup: Solaris 9, gcc 4.0.1 for dovecot build.
Jeff Earickson
Colby College
-------------- next part --------------
Script started on Thu Sep 08 10:05:53 2005
%gdb imap core.rtohara
GNU gdb 6.3
Copyright
2007 May 29
0
Fw: [RFC] makedumpfile: xen extraction
Hi,
I sent the following e-mail to kexec-mailing list (kexec@lists.infradead.org)
since subjects of makedumpfile are discussed on the mailing list.
I want to inform this to xen developers since I think this function is
useful for xen developers.
Thanks.
Itsuro Oda
(see https://sourceforge.net/projects/makedumpfile/
about makedumpfile command.)
Forwarded by Itsuro ODA
2009 Mar 31
1
[PATCH 1/1] CORE/cache: add cache priority parameter
From: Gene Cumm <gene.cumm at gmail.com>
CORE/cache: add cache priority parameter; Passing in DX=0 forces the
cache entry to stay at the least recently used spot. Any other value
allows it to continue on previous behavior of most recently used
position in the list. Change ldlinux.asm and extlinux.asm (the only 2
users of cache) to pass in DX=1. Push/Pop DX unless it's definitely
safe
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its
last on-disk structure changes -- and it _suprisingly_ worked as
expected. Right, now I can finally get rid of GRUB and use Syslinux to
boot my Linux on EFI from a rootfs with xfs. Shit, I have two
partitions (the first one being the required ESP) so there is no way to
access the other partitions since because Syslinux does not
2010 Apr 16
0
Calling getoneblk() from com32
Is there an easy way to call getoneblk() (along with access to the
required disk struct) from
com32? I know I can use the gpllib read_sectors() but since the
device_init already has
the c/h/s/etc it sure would be nice to grab it from there and use getoneblk().
Any hints are greatly appreciated.
Cheers,
don
2003 Apr 18
1
4.8 buildworld compilation problem: kdump
Hi,
I have a 4.7-RELEASE system.
I used the following cvsupfile to update my system:
*default host=cvsup2.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs
*default tag=RELENG_4_8
*default delete use-rel-suffix
src-all
*default tag=.
I then proceeded to do:
cd /usr/src
make buildworld
I got a bunch of errors which occurred when building kdump:
2012 Aug 02
0
[PATCH 3/3] ALPHA: implement and use rdwr_bytes
This is part of some patches to support sectors > 512.
Currently I'm able to boot a Ubuntu kernel but seems that mboot is not working for some reason.
This patch add a rdwr_bytes functions which remove the assumption in
some places that sector is 512. This function is quite helpful if you
are going to read/write a range of bytes to/from the stack without
creating stack overflows for free.
2009 Feb 08
1
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT; Try 2
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add calls for directory functions; Implement most only
for FAT (SYSLINUX).
Uses INT 22h AX= 001Fh, 0020h, 0021h and 0022h to prepare for the
COM32 C functions getcwd(), opendir(), readdir(), and closedir(),
respectively. INT22h, AX=001Fh will return a valid value for all
variants. INT22h, AX= 0020h, 0021h, and 0022h are only
2008 Dec 04
2
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add calls for directory functions; Implement most only
for FAT (SYSLINUX).
Uses INT 22h AX= 001Eh, 001Fh, 0020h and 0021h to prepare for the
COM32 C functions getcwd(), opendir(), readdir(), and closedir(),
respectively. INT22h, AX=001Eh will return a valid value for all
variants. INT22h, AX= 001Fh, 0020h, and 0021h are only
2010 Jun 18
1
ROSH: Status
Just a status update on my progress with ROSH: I now have it able to
compile as a COM32 and Linux ELF on the pathbased branch. The main
reason I am using the Linux ELF is to test and compile a little easier
and faster. At this point, it's approaching a stable, usable state.
However, it depends on some changes to libutil, the main COM32
library, and the Syslinux core. I think I have the
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi,
here is the next version of changes to enable Linux to run as an SEV-ES
guest. The code was rebased to v5.7-rc3 and got a fair number of changes
since the last version.
What is SEV-ES
==============
SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted
State' and means a hardware feature of AMD processors which hides the
register state of VCPUs to the hypervisor by
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi,
here is the next version of changes to enable Linux to run as an SEV-ES
guest. The code was rebased to v5.7-rc3 and got a fair number of changes
since the last version.
What is SEV-ES
==============
SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted
State' and means a hardware feature of AMD processors which hides the
register state of VCPUs to the hypervisor by