Patch "drm/ttm: Make sure the mapped tt pages are decrypted when needed" has been added to the 6.1-stable tree

2024-12-12 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/ttm: Make sure the mapped tt pages are decrypted when needed to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

FAILED: Patch "drm/ttm: Make sure the mapped tt pages are decrypted when needed" failed to apply to 5.15-stable tree

2024-03-27 Thread Sasha Levin
>From 71ce046327cfd3aef3f93d1c44e091395eb03f8f Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Fri, 5 Jan 2024 08:51:05 -0500 Subject: [PATCH] drm/ttm: Make sure the mapped tt pages are decrypted when needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8b

FAILED: Patch "drm/ttm: Make sure the mapped tt pages are decrypted when needed" failed to apply to 6.1-stable tree

2024-03-27 Thread Sasha Levin
>From 71ce046327cfd3aef3f93d1c44e091395eb03f8f Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Fri, 5 Jan 2024 08:51:05 -0500 Subject: [PATCH] drm/ttm: Make sure the mapped tt pages are decrypted when needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8b

Re: [PATCH] drm/ttm: Make sure the mapped tt pages are decrypted when needed

2023-09-26 Thread kernel test robot
.3040017-1-zack%40kde.org patch subject: [PATCH] drm/ttm: Make sure the mapped tt pages are decrypted when needed config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20230926/202309261923.xeadu2wg-...@intel.com/config) compiler: mips-linux-gcc (GCC) 13.2.0 reproduce (this is a

[PATCH] drm/ttm: Make sure the mapped tt pages are decrypted when needed

2023-09-25 Thread Zack Rusin
From: Zack Rusin Some drivers require the mapped tt pages to be decrypted. In an ideal world this would have been handled by the dma layer, but the TTM page fault handling would have to be rewritten to able to do that. A side-effect of the TTM page fault handling is using a dma allocation per or