search for: 3a316db1

Displaying 6 results from an estimated 6 matches for "3a316db1".

2016 Jan 22
2
[PATCH 2/2] core: Fix stack overflow when reloading config
...ork capture just confirmed it. > > Do you wish something else to happen? > > It is, indeed, a waste of time reloading the very same file again and > again. But I hope it was made this way for simplicity. > > > Celelibi > 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 performed *every* time a config file is loaded. Reload ldlinux.c32 so that we can re-initialise the environment whenev...
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 performed >> *every* time a config file is loaded. Reload ldlinux.c32 so that we...
2016 Jan 22
0
[PATCH 2/2] core: Fix stack overflow when reloading config
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 performed > *every* time a config file is loaded. Reload ldlinux.c32 so that we > can re-ini...
2016 Jan 25
0
[PATCH 2/2] core: Fix stack overflow when reloading config
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 commit log say this: >>> ldlinux: Loading a config file should cause re-initialisation >>> >>> There are a number of initialisation steps that need to be >performed >>> *every* time a config file is loaded. Reload...
2016 Jan 25
2
[PATCH 2/2] core: Fix stack overflow when reloading config
...t;: > 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 commit log say this: >>>> ldlinux: Loading a config file should cause re-initialisation >>>> >>>> There are a number of initialisation steps that need to be >>performed >>>> *every* time a confi...
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_ldlinux, this patch > introduce a setjmp/longjmp to return to the