Page MenuHomeFreeBSD

ast_sig(): add missed TDAI()
ClosedPublic

Authored by kib on Aug 3 2022, 1:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 3:31 AM
Unknown Object (File)
Dec 13 2023, 6:14 AM
Unknown Object (File)
Nov 15 2023, 7:37 AM
Unknown Object (File)
Oct 9 2023, 11:20 PM
Unknown Object (File)
Jul 29 2023, 3:32 AM
Unknown Object (File)
Jul 25 2023, 4:49 AM
Unknown Object (File)
Jul 6 2023, 4:55 AM
Unknown Object (File)
Jun 30 2023, 5:25 AM

Details

Summary
Mask checked was completely wrong

Also the cleanup:

sig_suspend_threads(): remove 'sending' arg

The TDA_AST flag is set on td2 unconditionally (as it was TDF_ASTPENDING
before AST rework), so it is not used practically for some time.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Aug 3 2022, 1:47 PM
This revision is now accepted and ready to land.Aug 3 2022, 1:54 PM
This revision was automatically updated to reflect the committed changes.

I don't understand much of it, but I can confirm that the last commits fixed the problem I noticed with signals sent in syscallret().