No, it’s the linux-lts kernel that needs to be rebuilt so that the GCC version used to compile it and the GCC version used to compile kernel modules matches up correctly.
If you don’t want to wait for the rebuild to show up in mirrors then you can rebuild it yourself,
git clone --depth=1 -b packages/linux-lts https://github.com/archlinux/svntogit-packages.git
cd svntogit-packages/trunk
makepkg -sr
But, it’s already in testing so it will be coming “soon”:
Just did the big ole’ toolchain update today! One of the warnings (no errors thankfully!) I got during the update was this:
(112/114) upgrading vde2 [-----------------------] 100%
vde config files should be placed in /etc/vde, sample files are provided.
iptables and dhcpd sample files have been installed to '/usr/share/vde2'.
Merge those examples, if needed to the according config files.
Does this require me to do anything further or no? I assume it’s just letting me know what I need to do should I need to mess around with vde config files. But since I dont plan on ever needing to do that, I feel like I can just safely ignore this warning. Please feel free to offer any clarity and as always I appreciate any help