From b40809dd59aa199d8afc307e228b55eeae06b17e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 26 Nov 2021 08:14:48 +0100 Subject: [PATCH] changelog: Update for 1.0.1 --- ChangeLog.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index fb6bde2..a9f57f8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,9 +3,27 @@ ChangeLog All notable changes to the project are documented in this file. +[v1.0.1] - 2021-11-26 +--------------------- + +Primarily fixes a few issues in the kernel module that were found +during a quick review from Russell King: + +https://lore.kernel.org/netdev/YYPThd7aX+TBWslz@shell.armlinux.org.uk/ +https://lore.kernel.org/netdev/YYPU1gOvUPa00JWg@shell.armlinux.org.uk/ + +### Added +- mdio: The mvls subcommand now supports flushing the ATU + +### Fixed +- mdio-netlink: Plug some glaring holes around integer overflows of + the PC. +- mdio-netlink: Release reference to MDIO bus after a transaction + completes. + [v1.0.0] - 2021-09-17 ---------------------------------- +--------------------- ### Added - Basic usage text, `mvls -h`