In the Linux kernel, the following vulnerability has been resolved:
iio: adc: ad7606: check for NULL before calling swmodeconfig()
Check that the swmodeconfig function pointer is not NULL before calling it. Not all buses define this callback, which resulted in a NULL pointer dereference.