Recent content by rssfed23

  1. R

    Message for Proxmox GURUS. Is VE capable of running on 12th Generation Intel (Alder Lake CPUs)

    @titust11 so I had 2 PCs arrive the other day. Both intel i9 12900k alter lakes. While what others are saying around "if it works upstream it'll work in proxmox" is true. It's worth highlighting, that from everything I could find, upstream has not yet got optimised support for Alder Lake in any...
  2. R

    mitigations=off Kernel parameter

    Thanks for the reply. I gave it a try anyway on a test system and it did the job; everything shown as vulnerable when running for f in /sys/devices/system/cpu/vulnerabilities/*; do echo "${f##*/} -" $(cat "$f"); done I also found in that Kernel docs link you sent the option for all (around...
  3. R

    mitigations=off Kernel parameter

    Hey Proxmox team. Just wondering if the "mitigations=off" parameter (that disables all meltdown-style fix protections) is available in the latest version of PVE? Security considerations aside, major OS vendors (E.G suse.com/support/kb/doc/?id=7023836) are starting to include this option, so...