This is required by amdkfd kfd_process.c. This patch just introduces pid_t tgid to the task_struct struct in sched.h
Sponsored By: The FreeBSD Foundation
Differential D58228
LinuxKPI: Add tgid to task_struct under sched.h Authored by siri_racha.ca on Jul 14 2026, 5:27 PM. Tags Referenced Files
Details
This is required by amdkfd kfd_process.c. This patch just introduces pid_t tgid to the task_struct struct in sched.h Sponsored By: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions What's the KBI impact of this? Does it need a __FreeBSD_version bump then? Would it make sense to add it to the end? Comment Actions It does break KBI... I did not consider that. I've made a revision to gaurd via __FreeBSD_version, though it bumps from 19->21 since someone bumped to 20 last night. |