-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stewart Smith <[email protected]>
- Loading branch information
1 parent
f518486
commit 5930a57
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.. _skiboot-5.4.3: | ||
|
||
============= | ||
skiboot-5.4.3 | ||
============= | ||
|
||
skiboot-5.4.3 was released on Monday January 16th, 2017. It replaces | ||
:ref:`skiboot-5.4.2` as the current stable release. | ||
|
||
Over :ref:`skiboot-5.4.2`, we have a small number of bug fixes: | ||
|
||
- Makefile: Disable stack protector due to gcc problems | ||
- Makefile: Use -ffixed-r13. | ||
We use r13 for our own stuff, make sure it's properly fixed | ||
- phb3: Lock the PHB on set_xive callbacks | ||
- arch_flash_arm: Don't assume mtd labels are short | ||
- Stop using 3-operand cmp[l][i] for latest binutils | ||
- hw/phb3: fix error handling in complete reset |