Re: [PATCH] drm/atomic: do not branch based on the value of current->comm[0]

2022-11-16 Thread Daniel Vetter
On Wed, Nov 16, 2022 at 01:49:43PM +1000, Dave Airlie wrote: > On Sun, 6 Nov 2022 at 08:21, Jason A. Donenfeld wrote: > > > > This reverts 26b1d3b527e7 ("drm/atomic: Take the atomic toys away from > > X"), a rootkit-like kludge that has no business being inside of a > > general purpose kernel.

Re: [PATCH] drm/atomic: do not branch based on the value of current->comm[0]

2022-11-16 Thread Daniel Abrecht
Am 2022-11-05 23:20, schrieb Jason A. Donenfeld: This reverts 26b1d3b527e7 ("drm/atomic: Take the atomic toys away from X") I'm in favor of reverting this commit. I've tried to get allowing to enable atomic in Xorg again in there in the past:

Re: [PATCH] drm/atomic: do not branch based on the value of current->comm[0]

2022-11-15 Thread Dave Airlie
On Sun, 6 Nov 2022 at 08:21, Jason A. Donenfeld wrote: > > This reverts 26b1d3b527e7 ("drm/atomic: Take the atomic toys away from > X"), a rootkit-like kludge that has no business being inside of a > general purpose kernel. It's the type of debugging hack I'll use > momentarily but never commit,

Re: [PATCH] drm/atomic: do not branch based on the value of current->comm[0]

2022-11-15 Thread Jason A. Donenfeld
Hey again, On Wed, Nov 16, 2022 at 01:36:00AM +0100, Jason A. Donenfeld wrote: > I'm a bit surprised that this patch was ignored. I had sort of assumed Mystery solved: this message to you bounced from this linux.ie address I somehow wound up with in the recipients list. Fixing now by using the

Re: [PATCH] drm/atomic: do not branch based on the value of current->comm[0]

2022-11-15 Thread Jason A. Donenfeld
Hi David, I'm a bit surprised that this patch was ignored. I had sort of assumed the response would be, "good god, I can't believe we're doing this. Applied to drm-next!" rather than crickets, but maybe it just got buried under a lot of other patches. So I thought I'd poke about this again. The

[PATCH] drm/atomic: do not branch based on the value of current->comm[0]

2022-11-05 Thread Jason A. Donenfeld
This reverts 26b1d3b527e7 ("drm/atomic: Take the atomic toys away from X"), a rootkit-like kludge that has no business being inside of a general purpose kernel. It's the type of debugging hack I'll use momentarily but never commit, or a sort of babbies-first-process-hider malware trick. The