[15:24] hi! was the CONFIG_DYNAMIC_DEBUG always on in ubuntu kernels? I'm compiling a very simple HelloWorld module and I don't remember having to deal with /sys/kernel/debug/dynamic_debug/control ever [15:25] ret2libc: it's been on for some time; can't say exactly when though [15:26] TJ-: would say at least 2 years? [15:26] Yes, I recall using it [15:30] interesting... most probably i was using printk(KERN_DEBUG instead of pr_debug. Thanks === WieWoWasWozu is now known as hggdh [15:38] according to my git repo, it was introduced to the common configs in ubuntu-saucy [15:38] ubuntu-saucy:debian.master/config/config.common.ubuntu:CONFIG_DYNAMIC_DEBUG=y [15:39] wow... pretty old then! yeah it must be that i was using printk instead of pr_debug. That's why I didn't deal with dynamic_debug === hggdh is now known as WieWoWasWozu [23:38] does the hwe-edge kernel have this patch? https://patchwork.kernel.org/patch/10009311/ [23:38] if so, it does not fix the deadlock :( [23:38] if not, can it please have it? [23:39] i guess since i am building dummy_hcd out of tree with dkms, i can just apply it myself [23:42] hmm okay it does not have the patch