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