Hi,
I plan to build the next release for the 1.7.2-stable branch, probably later this week or early next week.
Three patches have been cherry-picked into the branch since 1.7.2.1 has been released:
# git shortlog rel-1.7.3.1.. Gerd Hoffmann (3): apm: fix shutdown ahci: add missing check for allocation failure fix buildversion.sh
Any other important fixes which should go into the next stable release?
cheers, Gerd
On 9/23/2013 at 06:27 AM, Gerd Hoffmann kraxel@redhat.com wrote:
Hi,
I plan to build the next release for the 1.7.2-stable branch, probably later this week or early next week.
Three patches have been cherry-picked into the branch since 1.7.2.1 has been released:
# git shortlog rel-1.7.3.1.. Gerd Hoffmann (3): apm: fix shutdown ahci: add missing check for allocation failure fix buildversion.sh
Any other important fixes which should go into the next stable release?
I've noticed that the current code fails to build with a parallel make. We've built the seabios bios.bin binary that way in SUSE and openSUSE for quite some time, so this is a recently introduced problem. I haven't bisected to see where the problem got introduced, but I suspect it was from the code reorganization.
It would be nice to keep the support for parallel builds.
Bruce
>>> On 9/24/2013 at 09:10 AM, "Bruce Rogers" brogers@suse.com wrote:
On 9/23/2013 at 06:27 AM, Gerd Hoffmann kraxel@redhat.com wrote:
Hi,
I plan to build the next release for the 1.7.2-stable branch, probably later this week or early next week.
Three patches have been cherry-picked into the branch since 1.7.2.1 has been released:
# git shortlog rel-1.7.3.1.. Gerd Hoffmann (3): apm: fix shutdown ahci: add missing check for allocation failure fix buildversion.sh
Any other important fixes which should go into the next stable release?
I've noticed that the current code fails to build with a parallel make. We've built the seabios bios.bin binary that way in SUSE and openSUSE for quite some time, so this is a recently introduced problem. I haven't bisected to see where the problem got introduced, but I suspect it was from the code reorganization.
Here's what git bisect points to as the first bad commit:
commit 3cb0f504a782c1a9c790b939631854473c039397 Author: Kevin O'Connor kevin@koconnor.net Date: Mon Sep 2 19:58:48 2013 -0400
build: Don't use vpath makefile directive.
Bruce
On Mo, 2013-09-23 at 14:27 +0200, Gerd Hoffmann wrote:
Hi,
I plan to build the next release for the 1.7.2-stable branch, probably later this week or early next week.
1.7.3.2 is tagged & uploaded now.
cheers, Gerd