You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in MariaDB/mariadb-docker#338
and later hardkernel/linux#423.
While modern kernels support this, it seems older hardware may be
stuck at kernel versions without this initialization.
As reported in MariaDB/mariadb-docker#338
and later hardkernel/linux#423.
While modern kernels support this, it seems older hardware may be
stuck at kernel versions without this initialization.
From MariaDB/mariadb-docker#338 and for @jmburges, @stoinov and others.
The result of this lack of initialization to 1 is a SIGILL on workloads like MariaDB as they attempt to obtain timing information.
The above issue has a working kernel module (bottom of issue) to set the cpu registers.
If you could make @geoffreyblake 's module available or rework the initialization in for each CPU into the core code that would be most appreciated.
The text was updated successfully, but these errors were encountered: