Mods, please feel free to move the thread elsewhere--it's not a help request, so this seemed the most appropriate place.
Xanmod users (I know there are at least two of you, and where there are two, there are likely more), Xanmod has made a change recently that could screw you up, and in fact WILL screw you up if anything you use needs to compile its own kernel modules. You can avoid this with one easy apt install command line.
sudo apt install --no-install-recommends dkms libdw-dev clang lld llvm
This was not previously part of their install instructions, and your kernel will update just fine without doing it, but kernel modules will fail to build if you haven't done the above install. If you're concerned about the authenticity of this, please feel free to check xanmod.org and view the install instructions; the above line is part of step three, "if necessary." The line was NOT there before, but updating kernels (assuming you kept their repo after initial installation) will put you on a version that needs it.
As for the level of risk, it varies based on what you're doing. I prefer to get my Nvidia drivers straight from Nvidia (instructions elsewhere on this forum) rather than Ubuntu's graphics-drivers PPA. When trying to install the new 580 beta driver, kernel modules wouldn't compile, leaving me driverless. I attempted to reinstall the 575 I'd been using, and got the same error. No Nvidia drivers allowed! Removing Xanmod from the system and falling back to Zorin's 6.8 kernel allowed the kernel modules to compile, and the computer to boot with a GUI. Visiting Xanmod's site after this provided the command line above, and with those packages installed, I was able to repeat the 580 install successfully.
Why did this happen? Based on my reading of /var/log/nvidia-installer.log, at some point Xanmod went from using the cc compiler in Ubuntu to clang from Debian. You'll note that clang is one of the packages being installed above.
Anyway, this may or may not ever be an issue if you don't install graphics drivers by hand, but other kernel modules exist, so be aware, and consider installing the packages above NOW if you're using Xanmod, instead of having to remember this later, when you need it.
(Edited to fix tags.)