Patch "drm/ttm: Print the memory decryption status just once" 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: Print the memory decryption status just once 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 is: d

Patch "drm/ttm: Print the memory decryption status just once" has been added to the 6.6-stable tree

2024-05-13 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/ttm: Print the memory decryption status just once to the 6.6-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 is: d

Patch "drm/ttm: Print the memory decryption status just once" has been added to the 6.8-stable tree

2024-05-13 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/ttm: Print the memory decryption status just once to the 6.8-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 is: d

Re: [PATCH] drm/ttm: Print the memory decryption status just once

2024-04-18 Thread Christian König
Sorry haven't seen your reply. Feel free to add my rb to the patch. Regards, Christian. Am 18.04.24 um 13:38 schrieb Zack Rusin: Ping on this one. If we don't want the "_once" then I can quickly prepare a patch that just removes the logging altogether, because while useful it's polluting up the

Re: [PATCH] drm/ttm: Print the memory decryption status just once

2024-04-18 Thread Zack Rusin
Ping on this one. If we don't want the "_once" then I can quickly prepare a patch that just removes the logging altogether, because while useful it's polluting up the kernel logs too much right now so getting a fix in for 6.9 for this would be great. z On Mon, Apr 8, 2024 at 1:46 PM Zack Rusin w

Re: [PATCH] drm/ttm: Print the memory decryption status just once

2024-04-08 Thread Zack Rusin
Sorry, apologies to everyone. By accident I replied off the list. Redoing it now on the list. More below. On Mon, Apr 8, 2024 at 12:10 PM Christian König wrote: > > Am 08.04.24 um 18:04 schrieb Zack Rusin: > > On Mon, Apr 8, 2024 at 11:59 AM Christian König > > wrote: > >> Am 08.04.24 um 17:56 s

Re: [PATCH] drm/ttm: Print the memory decryption status just once

2024-04-08 Thread Christian König
Am 08.04.24 um 17:56 schrieb Zack Rusin: Stop printing the TT memory decryption status info each time tt is created and instead print it just once. Reduces the spam in the system logs when running guests with SEV enabled. Do we then really need this in the first place? Regards, Christian.

[PATCH] drm/ttm: Print the memory decryption status just once

2024-04-08 Thread Zack Rusin
Stop printing the TT memory decryption status info each time tt is created and instead print it just once. Reduces the spam in the system logs when running guests with SEV enabled. Signed-off-by: Zack Rusin Fixes: 71ce046327cf ("drm/ttm: Make sure the mapped tt pages are decrypted when needed")