search for: celelibi

Displaying 20 results from an estimated 203 matches for "celelibi".

2013 Nov 29
2
[PATCH] efi: reuse UDP port with sendto
On Thu, Nov 28, 2013 at 9:47 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Thu, Nov 28, 2013 at 9:34 PM, Celelibi <celelibi at gmail.com> wrote: >> Without an assigned source port, Transmit function assign a random new >> source port to the packet being sent. It thus have to be set before >> calling Transmit if the source port have already been decided. >> Conversly, we have to sa...
2015 Oct 16
1
[PATCH 2/4] Remove unused linker scripts
On Thu, Oct 15, 2015 at 3:34 PM, Celelibi <celelibi at gmail.com> wrote: > Yeah, I'm preparing a port of all the commits that affected > core/syslinux.ld that were not in core/i386/syslinux.ld. If you want > to take a look at it, a WIP version of this is on my github > branch wip/cleanup-linkerscripts. > https://g...
2016 Jan 21
3
[PATCH 2/2] core: Fix stack overflow when reloading config
On 10/12/15 21:04, celelibi--- via Syslinux wrote: > From: Sylvain Gault <sylvain.gault at gmail.com> > > The behavior when running a "CONFIG" command line is to reload > ldlinux.c32 with the new file as argument. This call never return. > > In order to avoid stacking up the calls to start_...
2013 Nov 30
3
[PATCH] efi: reuse UDP port with sendto
On Thu, Nov 28, 2013 at 10:24 PM, Celelibi <celelibi at gmail.com> wrote: > 2013/11/29, Gene Cumm <gene.cumm at gmail.com>: >> On Thu, Nov 28, 2013 at 9:47 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >>> On Thu, Nov 28, 2013 at 9:34 PM, Celelibi <celelibi at gmail.com> wrote: >>>> With...
2013 Nov 29
2
[PATCH] efi: reuse UDP port with sendto
...assigned source port, Transmit function assign a random new source port to the packet being sent. It thus have to be set before calling Transmit if the source port have already been decided. Conversly, we have to save the assigned port to reuse it later if needed. Resolve bug #35. Signed-off-by: Celelibi <celelibi at gmail.com> --- efi/udp.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/efi/udp.c b/efi/udp.c index 59bb426..7271f1f 100644 --- a/efi/udp.c +++ b/efi/udp.c @@ -336,6 +336,9 @@ void core_udp_sendto(struct pxe_pvt_inode *socket, const void *data, me...
2013 Sep 26
3
Booting legacy Linux kernel in EFI mode
On Tue, Sep 24, 2013 at 11:57 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Sun, Sep 22, 2013 at 3:09 PM, Celelibi <celelibi at gmail.com> wrote: >> And (a bit out of scope) if I get my old kernel to boot in EFI mode, >> will the driver efivars have access to the EFI variables? Or does the >> kernel need to be recompiled specially for EFI? > > Doubtful. Yes (although I think most...
2013 Oct 16
2
Booting legacy Linux kernel in EFI mode
2013/9/24, Gene Cumm <gene.cumm at gmail.com>: > On Sun, Sep 22, 2013 at 3:09 PM, Celelibi <celelibi at gmail.com> wrote: >> Hello, >> >> My question is quite straightforward, still I couldn't find an anwser >> on the interweb. >> Is it possible to boot the Linux kernels I used to boot in legacy >> mode, but now in EFI mode? > > I belie...
2016 Jan 27
2
[PATCH 2/2] core: Fix stack overflow when reloading config
2016-01-26 20:22 UTC+01:00, H. Peter Anvin <hpa at zytor.com>: > On 01/26/16 06:55, Celelibi wrote: >> >> Do you mean executables should also stay in memory and just get a >> fast-reinitialization when re-running them? >> > > Yes. I hope that it would make things a lot faster, especially over the > network. However, it wouldn't really matter in the co...
2013 Oct 20
1
Booting legacy Linux kernel in EFI mode
On Sun, Oct 20, 2013 at 9:02 AM, Celelibi <celelibi at gmail.com> wrote: > 2013/10/17, Celelibi <celelibi at gmail.com>: >> Sorry for answering that late. (I had some issues with my server's >> Ethernet NIC, and without it, no PXE / syslinux.) >> >> So, it's time to be a bit more specific. &g...
2016 Jan 22
3
[PATCH 2/2] core: Fix stack overflow when reloading config
2016-01-22 3:37 UTC+01:00, H. Peter Anvin <hpa at zytor.com>: > On 01/21/16 18:33, Celelibi wrote: >> >> BTW, this code is due to Matt Flemming with commit 3a316db1 (later >> modified). The commit log say this: >> ldlinux: Loading a config file should cause re-initialisation >> >> There are a number of initialisation steps that need to be perfor...
2014 Feb 13
5
[PATCH] Potential bug in emalloc
From: Sylvain Gault <sylvain.gault at gmail.com> I found something suspicious while hunting another bug a while ago. The conditions for that bug to occur seems quite hard to meet, but it's still code quality improvement. See the commit message for details. Sylvain Gault (1): efi: Suspicious size reduction in emalloc efi/main.c | 4 +--- 1 file changed, 1 insertion(+), 3
2014 Feb 13
2
[PATCH] Potential bug in emalloc
Op 2014-02-13 om 04:04 schreef Sylvain Gault: > 2014-02-13 3:20 UTC+01:00, celelibi at gmail.com <celelibi at gmail.com>: > > From: Sylvain Gault <sylvain.gault at gmail.com> > > > > It looks like git-send-email messed the headers when changing the sender. And there was no actual patch ( no unified diff output ) in that e-mail. Please rerun providi...
2016 Jan 25
2
[PATCH 2/2] core: Fix stack overflow when reloading config
2016-01-25 12:28 UTC+01:00, H. Peter Anvin <hpa at zytor.com>: > On January 22, 2016 3:59:09 AM PST, Celelibi <celelibi at gmail.com> wrote: >>2016-01-22 3:37 UTC+01:00, H. Peter Anvin <hpa at zytor.com>: >>> On 01/21/16 18:33, Celelibi wrote: >>>> >>>> BTW, this code is due to Matt Flemming with commit 3a316db1 (later >>>> modified). The commi...
2016 Feb 03
3
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
On February 3, 2016 7:17:37 AM PST, Celelibi <celelibi at gmail.com> wrote: >2016-02-02 18:50 UTC+01:00, poma via Syslinux <syslinux at zytor.com>: >> On 30.01.2016 16:59, poma wrote: >>> ... >>> >>> https://sourceware.org/bugzilla/show_bug.cgi?id=19538 >>> >>> >> >&gt...
2016 Jan 22
2
[PATCH 2/2] core: Fix stack overflow when reloading config
2016-01-22 3:23 UTC+01:00, Celelibi <celelibi at gmail.com>: > 2016-01-21 21:51 UTC+01:00, H. Peter Anvin <hpa at zytor.com>: >> On 10/12/15 21:04, celelibi--- via Syslinux wrote: >>> From: Sylvain Gault <sylvain.gault at gmail.com> >>> >>> The behavior when running a "CONFIG...
2011 Jan 25
25
[Bug 33445] New: NVS 3100M : Blank screen on kernel module loading
...roduct: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: celelibi at gmail.com QAContact: xorg-team at lists.x.org Created an attachment (id=42426) --> (https://bugs.freedesktop.org/attachment.cgi?id=42426) syslog.log From boot up to modprobe nouveau When the kernel module nouveau is loaded, it tries to set to resolution using KMS. But it fails an...
2015 Sep 28
1
[PATCH 0/1] efi: DNS resolver
On Mon, Sep 28, 2015 at 06:36:24PM +0200, Celelibi via Syslinux wrote: > 2015-09-28 12:50 UTC+02:00, Gene Cumm > > On Fri, Sep 25, 2015 at 6:40 PM, Celelibi via Syslinux > >> 2015-09-25 21:27 UTC+02:00, Geert Stappers via Syslinux > >>> On Tue, Sep 15, 2015 at 05:22:40AM -0400, Gene Cumm via Syslinux wrote: > >&g...
2013 Sep 22
3
Booting legacy Linux kernel in EFI mode
...it download the file from the tftp. Is this a bug in syslinux? Or is there a deep incompatibility? And (a bit out of scope) if I get my old kernel to boot in EFI mode, will the driver efivars have access to the EFI variables? Or does the kernel need to be recompiled specially for EFI? Regards, Celelibi
2015 Oct 11
0
Stack overflow: it's not a bug, it's a feature
...never restored and the function calls just stack up until you reach other data, which may make anything crash. Here is the backtrace down to the "execute" function: #0 execute (cmdline=cmdline at entry=0x7fd4590 "hello.c32", type=7, sysappend=sysappend at entry=false) at /home/celelibi/code/syslinux/com32/elflink/ldlinux/execute.c:50 #1 0x07fafe38 in load_kernel (command_line=<optimized out>) at /home/celelibi/code/syslinux/com32/elflink/ldlinux/ldlinux.c:179 #2 0x07fb0002 in ldlinux_auto_boot () at /home/celelibi/code/syslinux/com32/elflink/ldlinux/ldlinux.c:249 #3 0x07...
2013 Nov 29
1
[PATCH 1/4] efi: Fix PE header field rva_and_sizes_nr
On Wed, 27 Nov, at 02:38:28PM, Celelibi wrote: > The value of the field rva_and_sizes_nr is used by OVMF to check the > consistency of the PE file with respect to the field optional_hdr_sz. It > now have the right value. > > Signed-off-by: Celelibi <celelibi at gmail.com> > --- > efi/wrapper.c | 6 +++--- &gt...