- stdbit.3: remove - from \"-
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Nov 11 2025
- Makefile.inc: remove commented out MAN and MKLINKS variables
- remove - from /*- as per recent style(9)
In D51443#1178659, @emaste wrote:Why would we not do this unconditionally?
I just realized I copy/pasted the same first license comment everywhere. Can you tell me what should I put in the "Copyright" lines, please?
In D52968#1225880, @markj wrote:Well, that commit is a random whitespace change... and the fix for the deadlock is not in stable/14 at all. I will try to backport it if you can test the resulting patch.
In D52968#1225871, @jbo wrote:In D52968#1225867, @markj wrote:Then you don't have the patch at all?
c64b00a1fa8ce7f53ec33949a418adfa6f816ee7 was pushed to stable/14 2025-11-10 19:28:30 +0000 (i.e. yesterday, when I specifically updated to the latest stable/14 branch to get this patch).
Am I missing something?
In D52968#1225867, @markj wrote:Then you don't have the patch at all?
- Keep the error case freeing loop under the lock.
- Assert before subtracting.
In D52968#1225861, @jbo wrote:In D52968#1225836, @markj wrote:What are you testing exactly? The commit that went into the src tree, or a hand-applied patch from this revision?
I'm on an unmodified stable/14, specifically, commit c64b00a1fa8ce7f53ec33949a418adfa6f816ee7
In D52968#1225836, @markj wrote:What are you testing exactly? The commit that went into the src tree, or a hand-applied patch from this revision?
In D52968#1225802, @jbo wrote:Can you guys confirm that 300a8977bcfd2f43bc6df81d9bdad6b79a740729 fixes the Windows 11 passthru boot-stuck issue?
D52781 was actually working for me. However, this patch (D52968) results in the same symptoms for me: Windows 11 gets stuck during boot when attempting to passthru a PCIe device.
Creates file produced by:
awk '/name = / { gsub(/"/, "", $3); name=$3 } /version = / { gsub(/"/, "", $3); print "\t\t" name "-" $3 " \\" }' Cargo.lock | sort -u > ../../Makefile.cratesThanks Yogesh! I have some editorial suggestions to hopefully improve the clarity, if these are okay with you, just say so, and I will commit this with them applied.
Can you guys confirm that 300a8977bcfd2f43bc6df81d9bdad6b79a740729 fixes the Windows 11 passthru boot-stuck issue?
D52781 was actually working for me. However, this patch (D52968) results in the same symptoms for me: Windows 11 gets stuck during boot when attempting to passthru a PCIe device.
Manually applied by maintainer.
Thanks you very much for your report.
In addition to the various inline comments I made, we require reports to put one sentence per line. I can do it and also make the other fixes at merge time if you prefer.
Considering that if one sets UseBlocklist yes and blocklistd is not installed at all, will just result with the same behaviour as with blocklistd installed but not started I think the is ok to split the packages this way.