ompaction. (/proc/sys/vm/compact_memory)
>
> Note: On certain distros such as RHEL, the proactive compaction is
> disabled. (https://tinyurl.com/4f32f7rs)
>
> Cc: Dave Airlie
> Cc: Vlastimil Babka
> Cc: Daniel Vetter
> Reviewed-by: Christian König
> Signed-off-by: Rajneesh Bh
On 11/16/23 20:34, Alex Deucher wrote:
> On Thu, Nov 16, 2023 at 11:42 AM Vlastimil Babka wrote:
>>
>> On 11/14/23 05:51, Abhinav Praveen wrote:
>> > Hi,
>> >
>> > When I start X/i3 on a 7900xtx with Linux 6.7-rc1 and Mesa 23.3_rc3, my
>> > log
On 11/14/23 05:51, Abhinav Praveen wrote:
> Hi,
>
> When I start X/i3 on a 7900xtx with Linux 6.7-rc1 and Mesa 23.3_rc3, my
> log is filled with errors like:
I have same kind of errors filling my dmesg with 6.7-rc1 with Radeon RX 7600
using KDE on Wayland. I don't notice any other issues than the
On 7/12/23 18:24, Felix Kuehling wrote:
> Allocations in the heap and stack tend to be small, with several
> allocations sharing the same page. Sharing the same page for different
> allocations with different access patterns leads to thrashing when we
> migrate data back and forth on GPU and CPU
On 9/28/22 14:01, Alistair Popple wrote:
> This series aims to fix a number of page reference counting issues in
> drivers dealing with device private ZONE_DEVICE pages. These result in
> use-after-free type bugs, either from accessing a struct page which no
> longer exists because it has been remo
On 8/25/21 19:49, Ralph Campbell wrote:
>
> On 8/25/21 4:15 AM, Vlastimil Babka wrote:
>> On 8/25/21 05:48, Alex Sierra wrote:
>>> From: Ralph Campbell
>>>
>>> ZONE_DEVICE struct pages have an extra reference count that complicates the
>>> code
On 8/25/21 05:48, Alex Sierra wrote:
> From: Ralph Campbell
>
> ZONE_DEVICE struct pages have an extra reference count that complicates the
> code for put_page() and several places in the kernel that need to check the
> reference count to see that a page is not being used (gup, compaction,
> migr