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)
Tue, Jul 16, 10:12 AM
Unknown Object (File)
Fri, Jul 12, 8:41 AM
Unknown Object (File)
Wed, Jul 10, 6:16 PM
Unknown Object (File)
Jun 14 2024, 10:56 AM
Unknown Object (File)
May 14 2024, 1:34 AM
Unknown Object (File)
May 13 2024, 4:22 AM
Unknown Object (File)
Apr 26 2024, 7:19 PM
Unknown Object (File)
Apr 25 2024, 6:36 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().