mbox series

[v1,0/3] pc-bios/s390-ccw: Small Makefile improvements

Message ID 20241001153618.17791-1-mhartmay@linux.ibm.com (mailing list archive)
Headers show
Series pc-bios/s390-ccw: Small Makefile improvements | expand

Message

Marc Hartmayer Oct. 1, 2024, 3:36 p.m. UTC
Jens Remus (2):
  pc-bios/s390-ccw: Clarify alignment is in bytes
  pc-bios/s390-ccw: Don't generate TEXTRELs

Marc Hartmayer (1):
  pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`

 pc-bios/s390-ccw/netboot.mak |  2 +-
 pc-bios/s390-ccw/Makefile    |  5 +++--
 pc-bios/s390-ccw/start.S     | 11 +++++++----
 3 files changed, 11 insertions(+), 7 deletions(-)


base-commit: 718780d20470c66a3a36d036b29148d5809dc855

Comments

Thomas Huth Oct. 2, 2024, 9:57 a.m. UTC | #1
On 01/10/2024 17.36, Marc Hartmayer wrote:
> 
> Jens Remus (2):
>    pc-bios/s390-ccw: Clarify alignment is in bytes
>    pc-bios/s390-ccw: Don't generate TEXTRELs
> 
> Marc Hartmayer (1):
>    pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`
> 
>   pc-bios/s390-ccw/netboot.mak |  2 +-
>   pc-bios/s390-ccw/Makefile    |  5 +++--
>   pc-bios/s390-ccw/start.S     | 11 +++++++----
>   3 files changed, 11 insertions(+), 7 deletions(-)

Series
Reviewed-by: Thomas Huth <thuth@redhat.com>

I'll queue it ... but will likely wait with sending a merge request for a 
while to see whether other s390-ccw bios patches will be ready within the 
next weeks (so that I don't have to build the s390-ccw.img multiple times 
within a release cycle)

  Thomas
Marc Hartmayer Oct. 2, 2024, 10:13 a.m. UTC | #2
On Wed, Oct 02, 2024 at 11:57 AM +0200, Thomas Huth <thuth@redhat.com> wrote:
> On 01/10/2024 17.36, Marc Hartmayer wrote:
>> 
>> Jens Remus (2):
>>    pc-bios/s390-ccw: Clarify alignment is in bytes
>>    pc-bios/s390-ccw: Don't generate TEXTRELs
>> 
>> Marc Hartmayer (1):
>>    pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`
>> 
>>   pc-bios/s390-ccw/netboot.mak |  2 +-
>>   pc-bios/s390-ccw/Makefile    |  5 +++--
>>   pc-bios/s390-ccw/start.S     | 11 +++++++----
>>   3 files changed, 11 insertions(+), 7 deletions(-)
>
> Series
> Reviewed-by: Thomas Huth <thuth@redhat.com>

Thanks.

>
> I'll queue it ... but will likely wait with sending a merge request for a 
> while to see whether other s390-ccw bios patches will be ready within the 
> next weeks (so that I don't have to build the s390-ccw.img multiple times 
> within a release cycle)

Makes sense.

>
>   Thomas
>
>