You can check the kernel version on the admin page of emoncms or using uname -r at the command prompt of other (non-emoncms server) Pi’s. The patch is applied from 4.4.26-v7+.

Although apparently just

sudo apt-get update
sudo apt-get dist-upgrade

will do, the official advice from the foundation is to use

sudo apt-get update
sudo apt-get install raspberrypi-kernel

…AND REBOOT!!

The new kernel will not get loaded until it is restarted.

This assumes a Raspbian OS image, I haven’t looked into any others.

1 Like