On Mon, Apr 04, 2022 at 09:43:42AM +0200, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 5.16-stable tree.
Really?
$ git checkout -b 5.16.y stable/linux-5.16.y Updating files: 100% (19623/19623), done. branch '5.16.y' set up to track 'stable/linux-5.16.y'. $ git cherry-pick 4009a4ac82dd95b8cd2b62bd30019476983f0aff [5.16.y 045eac1dbd58] x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IO Author: Joerg Roedel jroedel@suse.de Date: Mon Mar 21 10:33:51 2022 +0100 1 file changed, 57 insertions(+), 8 deletions(-) $ git status On branch 5.16.y Your branch is ahead of 'stable/linux-5.16.y' by 1 commit. (use "git push" to publish your local commits)
It works here...