Re: Buiild error in i915/xe (was: [PATCH next 4/7] minmax.h: Use BUILD_BUG_ON_MSG() for the lo < hi test in clamp())

2025-01-21 Thread Pedro Falcato
On Sat, Jan 18, 2025 at 10:11 PM David Laight wrote: > > On Sat, 18 Jan 2025 13:21:39 -0800 > Linus Torvalds wrote: > > > On Sat, 18 Jan 2025 at 09:49, Guenter Roeck wrote: > > > > > > No idea why the compiler would know that the values are invalid. > > > > It's not that the compiler knows tat t

Re: [Intel-gfx] [RFC PATCH 2/6] mm/gmem: add arch-independent abstraction to track address mapping status

2023-12-04 Thread Pedro Falcato
On Fri, Dec 1, 2023 at 9:23 AM David Hildenbrand wrote: > > On 28.11.23 13:50, Weixi Zhu wrote: > > This patch adds an abstraction layer, struct vm_object, that maintains > > per-process virtual-to-physical mapping status stored in struct gm_mapping. > > For example, a virtual page may be mapped t