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)
Mon, Jan 6, 9:11 PM
Unknown Object (File)
Dec 12 2024, 3:03 AM
Unknown Object (File)
Dec 10 2024, 11:01 PM
Unknown Object (File)
Dec 5 2024, 7:18 PM
Unknown Object (File)
Oct 29 2024, 11:49 PM
Unknown Object (File)
Oct 21 2024, 7:30 AM
Unknown Object (File)
Oct 21 2024, 6:27 AM
Unknown Object (File)
Oct 16 2024, 7:30 PM

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().