Message ID | 7502e293-c3f6-4ea6-ceb7-3b4860b6840c@linux.vnet.ibm.com |
---|---|
State | Accepted |
Headers | show |
Series | skiboot v6.3.5 | expand |
On 6/4/20 8:21 PM, Vasant Hegde wrote: > Hi Oliver, > > Please pull skiboot stable v6.3.5 which contains below fixes. Oliver, Sorry. I missed to add ipmi fix in previous PR. Please pull using updated link. The following changes since commit 15d5424fdcb31ade7066ae0401a337b6921f64ec: skiboot v6.3.4 release notes (2019-10-03 12:58:19 +0530) are available in the Git repository at: https://github.com/hegdevasant/skiboot.git tags/v6.3.5 for you to fetch changes up to 8829d4dcef5319d0600e1e83638bb8d1c401d472: skiboot v6.3.5 release notes (2020-06-04 20:58:59 +0530) ---------------------------------------------------------------- v6.3.5 ---------------------------------------------------------------- Vasant Hegde (3): uart: Drop console write data if BMC becomes unresponsive core/ipmi: Fix use-after-free skiboot v6.3.5 release notes core/ipmi.c | 14 ++++++++--- doc/release-notes/skiboot-6.3.5.rst | 17 +++++++++++++ hw/lpc-uart.c | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------- 3 files changed, 102 insertions(+), 29 deletions(-) create mode 100644 doc/release-notes/skiboot-6.3.5.rst -Vasant > > > -Vasant > > ------------------------------------------------------------------------------------------------------------------------------------------ > > The following changes since commit 15d5424fdcb31ade7066ae0401a337b6921f64ec: > > skiboot v6.3.4 release notes (2019-10-03 12:58:19 +0530) > > are available in the Git repository at: > > https://github.com/hegdevasant/skiboot.git tags/v6.3.5 > > for you to fetch changes up to 08ffa90e741c51d1938ec1fffea1678098365369: > > skiboot v6.3.5 release notes (2020-06-04 15:30:05 +0530) > > ---------------------------------------------------------------- > v6.3.5 > > ---------------------------------------------------------------- > Vasant Hegde (2): > uart: Drop console write data if BMC becomes unresponsive > skiboot v6.3.5 release notes > > doc/release-notes/skiboot-6.3.5.rst | 15 ++++++++++++ > hw/lpc-uart.c | 100 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------- > 2 files changed, 89 insertions(+), 26 deletions(-) > create mode 100644 doc/release-notes/skiboot-6.3.5.rst
On Fri, Jun 5, 2020 at 3:09 AM Vasant Hegde <hegdevasant@linux.vnet.ibm.com> wrote: > > On 6/4/20 8:21 PM, Vasant Hegde wrote: > > Hi Oliver, > > > > Please pull skiboot stable v6.3.5 which contains below fixes. > > Oliver, > > Sorry. I missed to add ipmi fix in previous PR. Please pull using updated link. Done, thanks.