Live data from Hacker News

Linux 4.9 is out

lwn.net

11–20 of 52 posts

Re: Linux 4.9 is out

#11
post #5

I wonder what "DRM updates" and "DRM fixes" include.

DRM there refers to Direct Rendering Manager[0].

A few days ago the author those changes are listed under (Dave Airlie) was on the HN frontpage for his comments on an AMD RFC[1].

[0] https://en.wikipedia.org/wiki/Direct_Rendering_Manager

[1] https://news.ycombinator.com/item?id=13136426

Re: Linux 4.9 is out

#15
post #5

I wonder what "DRM updates" and "DRM fixes" include.

DRM in the context of the Linux kernel refers to the Direct Rendering Manager, a graphics component. If you want to see all the merge commits from Dave Airlie (the long descriptions of which include a list of commits), try https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux....

Re: Linux 4.9 is out

#17
post #5

I wonder what "DRM updates" and "DRM fixes" include.

It's these merge commits:

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.g...

Re: Linux 4.9 is out

#18
Intel memory protection key support is nice. QEMU now also has support for emulation of pkeys, but naturally you can't use them with KVM/hw acceleration (because you don't have hardware to support them). This is generally enough for testing/designing, though. (The performance of memory protection keys will be important however, so it's not helpful to really determine that yet.)

That said, I'd suggest obviously building your own minimal kernel/chroot to do these tests, since the lack of KVM/available hardware makes emulation turn-around time fairly terrible for right now.

Post reply on HN