Searched hist:"6 dec7efa83cd0316c268618cdaa9a383e78312ac" (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | poll.h | diff 6dec7efa83cd0316c268618cdaa9a383e78312ac Sat Sep 09 08:29:29 CEST 2017 Hans Petter Selasky <hselasky@FreeBSD.org> Properly implement poll_wait() in the LinuxKPI. This prevents direct use of the linux_poll_wakeup() function from unsafe contexts, which can lead to use-after-free issues.
Instead of calling linux_poll_wakeup() directly use the wake_up() family of functions in the LinuxKPI to do this.
Bump the FreeBSD version to force recompilation of external kernel modules.
MFC after: 1 week Sponsored by: Mellanox Technologies
|
H A D | fs.h | diff 6dec7efa83cd0316c268618cdaa9a383e78312ac Sat Sep 09 08:29:29 CEST 2017 Hans Petter Selasky <hselasky@FreeBSD.org> Properly implement poll_wait() in the LinuxKPI. This prevents direct use of the linux_poll_wakeup() function from unsafe contexts, which can lead to use-after-free issues.
Instead of calling linux_poll_wakeup() directly use the wake_up() family of functions in the LinuxKPI to do this.
Bump the FreeBSD version to force recompilation of external kernel modules.
MFC after: 1 week Sponsored by: Mellanox Technologies
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | diff 6dec7efa83cd0316c268618cdaa9a383e78312ac Sat Sep 09 08:29:29 CEST 2017 Hans Petter Selasky <hselasky@FreeBSD.org> Properly implement poll_wait() in the LinuxKPI. This prevents direct use of the linux_poll_wakeup() function from unsafe contexts, which can lead to use-after-free issues.
Instead of calling linux_poll_wakeup() directly use the wake_up() family of functions in the LinuxKPI to do this.
Bump the FreeBSD version to force recompilation of external kernel modules.
MFC after: 1 week Sponsored by: Mellanox Technologies
|
/freebsd/sys/sys/ |
H A D | param.h | diff 6dec7efa83cd0316c268618cdaa9a383e78312ac Sat Sep 09 08:29:29 CEST 2017 Hans Petter Selasky <hselasky@FreeBSD.org> Properly implement poll_wait() in the LinuxKPI. This prevents direct use of the linux_poll_wakeup() function from unsafe contexts, which can lead to use-after-free issues.
Instead of calling linux_poll_wakeup() directly use the wake_up() family of functions in the LinuxKPI to do this.
Bump the FreeBSD version to force recompilation of external kernel modules.
MFC after: 1 week Sponsored by: Mellanox Technologies
|