| 3a67f8b6 | 24-May-2019 |
Johannes Lundberg <[email protected]> |
MFC r347843: LinuxKPI: Add group_leader member to struct task_struct.
Assign self as group leader at creation to act as the only member of a new process group. Bump FreeBSD version. This patch is pa
MFC r347843: LinuxKPI: Add group_leader member to struct task_struct.
Assign self as group leader at creation to act as the only member of a new process group. Bump FreeBSD version. This patch is part of D19565
Reviewed by: hps Approved by: imp (mentor), hps
show more ...
|
| 33af1f6a | 24-May-2019 |
Johannes Lundberg <[email protected]> |
MFC r347852: LinuxKPI: Updates to tasklets for Linux 5.0.
DRM drivers expect tasklets to have a counter for enable/disable calls. Also, add a few more tasklet locking functions. MFC also includes po
MFC r347852: LinuxKPI: Updates to tasklets for Linux 5.0.
DRM drivers expect tasklets to have a counter for enable/disable calls. Also, add a few more tasklet locking functions. MFC also includes powerpc build fix from r347889.
This patch is part of D19565
Reviewed by: hps Approved by: imp (mentor), hps
show more ...
|
| 05f046a6 | 06-Jan-2019 |
Konstantin Belousov <[email protected]> |
MFC r342628, r342670 (by cem): Fix linux_destroy_dev() behaviour when there are still files open from the destroying cdev.
Also bump __FreeBSD_version since struct linux_cdev size on i386 increased
MFC r342628, r342670 (by cem): Fix linux_destroy_dev() behaviour when there are still files open from the destroying cdev.
Also bump __FreeBSD_version since struct linux_cdev size on i386 increased (this is unmergeable r342629 on HEAD).
show more ...
|