Announcement

Collapse
No announcement yet.

Linux 5.14 ARM64 Preps For When Not All The CPU Cores Support 32-bit Execution

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

  • Linux 5.14 ARM64 Preps For When Not All The CPU Cores Support 32-bit Execution

    Phoronix: Linux 5.14 ARM64 Preps For When Not All The CPU Cores Support 32-bit Execution

    The 64-bit ARM architecture changes were submitted this week for the ongoing Linux 5.14...

    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
    Good!

    I think Apple already has 64-bit only chips that don't support 32-bit.

    Comment


    • #3
      new arm cores X2 and A510 dont support 32bit but curiously A710 support 32bit



      Comment


      • #4
        Originally posted by pinguinpc View Post
        new arm cores X2 and A510 dont support 32bit but curiously A710 support 32bit
        Toleration/transition support is often needed, even if hardware designers would like to use that silicon and power budget for other things. Give it another generation or so before future A9 designs completely kill off 32bit.

        Comment


        • #5
          Before the comments get filled with discussions about systems which are ARM64 only it's important to note that's not what this patch is about. This patch is actually about individual systems with which have a mix both 64 bit only and 64/32 bit capable cores at the same time https://lore.kernel.org/patchwork/patch/1436130/

          When confronted with a mixture of CPUs, some of which support 32-bit applications and others which don't, we quite sensibly treat the system as 64-bit only for userspace and prevent execve() of 32-bit binaries. Unfortunately, some crazy folks have decided to build systems like this with the intention of running 32-bit applications, so relax our sanitisation logic to continue to advertise 32-bit support to userspace on these systems and track the real 32-bit capable cores in a cpumask instead. For now, the default behaviour remains but will be tied to a command-line option in a later patch.

          Comment

          Working...
          X