Displaying 5 results from an estimated 5 matches for "2012jun".
2015 Nov 29
2
[PATCH 0/2] Do not use the "red zone" on EFI
...ipts such as package builders, perhaps even the way the
> official (pre)release archives are built(?).
Feels like a merge/design oversight.
> For further details and explanation, see the commit "The make files have
> undergone changes to support both i386 and x86_64 platforms" (2012Jun):
> repo.or.cz/syslinux.git/commit/38e58635d3868c23537fc5dce87b152a52df34ad
This looks superseded by the current design that can simultaneously build
all three architectures at once.
> Perhaps we should consider how to improve the Makefiles without
> potentially breaking backwards compa...
2015 Nov 28
3
[PATCH 0/2] Do not use the "red zone" on EFI
...Maybe some users rely on the presence of the bugs. Who knows? The
difference between a bug and a feature is pretty subjective after all.
>
> For further details and explanation, see the commit "The make files have
> undergone changes to support both i386 and x86_64 platforms" (2012Jun):
> repo.or.cz/syslinux.git/commit/38e58635d3868c23537fc5dce87b152a52df34ad
>
> Perhaps we should consider how to improve the Makefiles without
> potentially breaking backwards compatibility?
The way I think the Makefiles could be improved is by rewriting them
from scratch in a non-re...
2015 Nov 27
8
[PATCH 0/2] Do not use the "red zone" on EFI
From: Sylvain Gault <sylvain.gault at gmail.com>
The System V ABI for x86-64 specify that a "red zone" is an area of 128 bytes
above the current stack frame. This area can be used by a called function in
order to avoid the overhead of modifying the stack pointer. The direct effect
is that interrupt/event/signal handlers must not write to this area. In the
UEFI calling convention,
2015 Nov 28
0
[PATCH 0/2] Do not use the "red zone" on EFI
...able inside Makefiles could potentially
affect scripts such as package builders, perhaps even the way the
official (pre)release archives are built(?).
For further details and explanation, see the commit "The make files have
undergone changes to support both i386 and x86_64 platforms" (2012Jun):
repo.or.cz/syslinux.git/commit/38e58635d3868c23537fc5dce87b152a52df34ad
Perhaps we should consider how to improve the Makefiles without
potentially breaking backwards compatibility?
Regards,
Ady.
PS: Shouldn't this type of things (as described in the aforementioned
commit from 2012Jun)...
2015 Nov 29
0
[PATCH 0/2] Do not use the "red zone" on EFI
...perhaps even the way the
> > official (pre)release archives are built(?).
>
> Feels like a merge/design oversight.
>
> > For further details and explanation, see the commit "The make files have
> > undergone changes to support both i386 and x86_64 platforms" (2012Jun):
> > repo.or.cz/syslinux.git/commit/38e58635d3868c23537fc5dce87b152a52df34ad
>
> This looks superseded by the current design that can simultaneously build
> all three architectures at once.
>
> > Perhaps we should consider how to improve the Makefiles without
> > p...