Announcement

Collapse
No announcement yet.

Memory Protection Extensions Not Done For Linux 3.14

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Memory Protection Extensions Not Done For Linux 3.14

    Phoronix: Memory Protection Extensions Not Done For Linux 3.14

    The Intel MPX support, a feature of next year's "Skylake" processors, isn't yet done for the Linux kernel but the early infrastructure work will land with the Linux 3.14 kernel...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Amazing

    It's amazing to see Linux getting support for hardware even before it has been released...

    Comment


    • #3
      Has AMD a similar tecnology in the works?

      Comment


      • #4
        This is certainly an interesting extension, but it sounds like it will need updates to the programming language itself (the syntax, not just the compiler) to benefit from it, mainly in regards to dynamically allocated buffers.

        Comment


        • #5
          It still better then memory protection in OpenBSD

          http://aboutthebsds.wordpress.com/20...ot-truly-aslr/

          Comment


          • #6
            Originally posted by sarmad View Post
            This is certainly an interesting extension, but it sounds like it will need updates to the programming language itself (the syntax, not just the compiler) to benefit from it, mainly in regards to dynamically allocated buffers.
            On the other hand, languages like Java that already do array bounds checking, just need a JVM change to offload that to the CPU.

            Comment

            Working...
            X