I'm announcing the release of the 5.9.4 kernel. This is only a bugfix for the 5.9.3 kernel release which had some problems with some symlinks for the powerpc selftests. This problem was caused by issues in going from git->patch->quilt->git and things got a bit messed up. To resolve this, I reverted the offending patch and a prerequsite one, and then used 'git cherry-pick' to backport the patches properly, which preserved the links correctly. Many thanks to Marc Aurèle La Franc and others for helping me notice this and provide some solutions for it. If you had no issues with these files in 5.9.3, no need to upgrade at this time. The updated 5.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.9.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 tools/testing/selftests/powerpc/copyloops/copy_mc_64.S | 243 ----------- tools/testing/selftests/powerpc/copyloops/memcpy_mcsafe_64.S | 1 3 files changed, 2 insertions(+), 244 deletions(-) Dan Williams (2): x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() x86/copy_mc: Introduce copy_mc_enhanced_fast_string() Greg Kroah-Hartman (3): Revert "x86/copy_mc: Introduce copy_mc_enhanced_fast_string()" Revert "x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()" Linux 5.9.4