Page MenuHomeFreeBSD

ast_sig(): add missed TDAI()
ClosedPublic

Authored by kib on Aug 3 2022, 1:47 PM.
Tags
None
Referenced Files
F108565902: D36033.diff
Sun, Jan 26, 10:08 AM
Unknown Object (File)
Thu, Jan 23, 6:35 PM
Unknown Object (File)
Sun, Jan 12, 2:47 PM
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

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 Skipped
Unit
Tests Skipped

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