=== logan_ is now known as logan- [12:34] I think I may have run into an amdgpu bug on 19.10 -- can anyone verify? Appears that if you run OBS with a scene and ... crap what are they called, that points to a window that doesnt exist, and then open the window, the amdgpu driver (or something else in the kernel, I'm not sure other than its in the kernel, and I recently added an AMD card to my machine) begins to nom on memory [12:35] assumption of it being in the kernel comes from a memory use rise (confirmed with GSM, htop, and free) with no corresponding rise of memory use in any userland process (again checked with GSM and htop) [12:35] try a newer mainline kernel [12:51] okay lets try v5.4.3 \o/ brb [12:59] okay that appears to have worked [12:59] is there a PPA I can use for the kernel versions? I followed https://wiki.ubuntu.com/Kernel/MainlineBuilds to install the current version [13:00] don't think so [13:00] welp okay [13:01] guess I'm doing it by hand until my version gets a kernel update [13:01] you could try bisecting mainline builds to see if it got fixed between 5.4-rc1 and .3 [13:02] if it was fixed in -rc1, then it's more difficult.. [13:02] oh I'm pretty sure it did, I installed 5.4.3 because there is a commit from oct to amdgpu that specifically references memory leaks [13:02] which one? [13:02] one sec [13:03] https://github.com/torvalds/linux/commit/083164dbdb17c5ea4ad92c1782b59c9d75567790 [13:03] whether or not that actually fixes the issue I had I don't know [13:03] I'm not familiar enough with the guts of either the driver or the kernel to tell you [13:04] but given that it was repeatable before and is not now, I'm going with it did [13:05] those fixes were added in rc2 [13:05] there were several memleak fixes [13:06] were they? welp then I guess something else fixed this. and I can't read [13:06] possibly this issue is intermittent [13:06] thats slightly annoying [13:06] that commit was added in rc3 [13:06] so, test those builds [13:07] rc1 and 2 [13:18] I can't easily get debs for that, I'm going to assume that this works, and keep an eye on updates for when I get a newer kernel from the main repos [13:18] how so, they're in the same place [13:19] am I just blind? one mo [13:19] https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc2/ etc [13:19] oh I am blind, thanks [13:28] Okay appears fixed in rc1 [13:28] So no idea [13:29] I'm gonna go with 5 4.3 for now, and leave it [13:39] ok === ben_r_ is now known as ben_r [20:37] Hi everyone, was hoping to get some guidance on how to compile the kernel. So far I've been following this guide: (https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel). Compared to compiling from sources from kernel.org, compiling the from the ubuntu kernel sources seems to take for ever (<20min to 4+ hours and ongoing). From the guide on `BuildYourOwnKernel` I assume this builds the packages for [20:37] all architectures, but I'm only looking to get one for amd64. [20:37] Is there a way to build just for your current system? Sorry if this is the wrong place to ask this, but would appreciate being pointed in right direction. [23:29] nevermind, it was a system issue