Re: [PATCH] drm/nouveau: select FW caching

2025-02-14 Thread Danilo Krummrich
(+ Luis, Russ) On Fri, Feb 07, 2025 at 11:25:31AM +1000, Dave Airlie wrote: > From: Dave Airlie > > nouveau tries to load some firmware during suspend that it loaded earlier, > but with > fw caching disabled it hangs suspend, so just rely on FW cache enabling > instead of > working around it i

Re: [PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm)

2025-02-14 Thread David Hildenbrand
On 14.02.25 02:25, Alistair Popple wrote: On Thu, Feb 13, 2025 at 12:15:58PM +0100, David Hildenbrand wrote: On 13.02.25 12:03, Alistair Popple wrote: On Mon, Feb 10, 2025 at 08:37:42PM +0100, David Hildenbrand wrote: Against mm-hotfixes-stable for now. Discussing the PageTail() call in make_

Re: [PATCH] drm/nouveau: select FW caching

2025-02-14 Thread Danilo Krummrich
On Fri, Feb 14, 2025 at 02:05:36PM +0100, Danilo Krummrich wrote: > only force FW_CACHE if DRM_NOUVEAU_GSP_DEFAULT? Please scratch that, it was a horrible idea.

Re: [PATCH][next] drm/nouveau: Avoid multiple -Wflex-array-member-not-at-end warnings

2025-02-14 Thread Danilo Krummrich
On Wed, Feb 12, 2025 at 07:31:26PM +1030, Gustavo A. R. Silva wrote: > -Wflex-array-member-not-at-end was introduced in GCC-14, and we are > getting ready to enable it, globally. > > So, in order to avoid ending up with flexible-array members in the > middle of other structs, we use the `struct_gr

Re: [PATCH v1 1/2] nouveau/svm: fix missing folio unlock + put after make_device_exclusive_range()

2025-02-14 Thread Danilo Krummrich
On Fri, Jan 24, 2025 at 07:15:23PM +0100, David Hildenbrand wrote: > In case we have to retry the loop, we are missing to unlock+put the > folio. In that case, we will keep failing make_device_exclusive_range() > because we cannot grab the folio lock, and even return from the function > with the fo

[PATCH 0/1] Me stepping down as a nouveau kernel maintainer

2025-02-14 Thread Karol Herbst
I was writing this up on Wednesday night, chatted with a few folks about it. A lot of things have happened. I often thought about at least contributing some patches again once I find the time, but... Anyway, you'll find a full and proper statement in the patch itself. And I wish everybody the best

[PATCH 1/1] MAINTAINERS: Remove myself

2025-02-14 Thread Karol Herbst
I was pondering with myself for a while if I should just make it official that I'm not really involved in the kernel community anymore, neither as a reviewer, nor as a maintainer. Most of the time I simply excused myself with "if something urgent comes up, I can chime in and help out". Lyude and D