In the Linux kernel, the following vulnerability has been resolved:
ntb: intel: Fix the NULL vs ISERR() bug for debugfscreate_dir()
The debugfscreatedir() function returns error pointers. It never returns NULL. So use IS_ERR() to check it.
{ "urgency": "not yet assigned" }