In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]Input: imx_sc_key - fix memory corruption on unload[EOL][EOL]This is supposed to be "priv" but we accidentally pass "&priv" which is[EOL]an address in the stack and so it will lead to memory corruption when[EOL]the imx_sc_key_action() function is called. Remove the &.