User Details
- User Since
- Nov 10 2014, 9:28 PM (524 w, 8 h)
Jul 17 2015
What can I do to help this along?
Jun 27 2015
Landed, with Konstantin's additional work (and Kirk's blessing) to avoid *CORRUPTION*, in r284887.
Jun 26 2015
Committed in r284719.
Jun 25 2015
Address kib's feedback; add B_INVAL comment, add failpoint.
Jun 24 2015
Fixed in r284739, discarding this review.
Jun 22 2015
Move olock calculation to only where it is needed.
Will fix.
Jun 20 2015
Thanks. Can you commit this for me? I don't have a src bit yet.
Jun 19 2015
Address the concern I brought up re: using stale errno value after fchdir(2).
Thanks!
Per Jilles' feedback, only set serrno value if fts_build actually fails.
Jun 17 2015
Don't preserve errno from close(2)
Jun 11 2015
Jun 10 2015
Shuffle most new code to a separate file under dev/vt/; mostly use the word 'logo' in place of the word 'beastie' when referring to one of these things.
May 23 2015
Committed as r283320. Thanks Konstantin, Peter.
May 22 2015
May 20 2015
My mistake. Sleeping with locks held in a way that thread_single() can interrupt is invalid. Thanks, kib@. Sorry for the spam, everyone.
May 6 2015
Looks ok to me. There are some uncodified assumptions in the ACPI to vm_locality mapping that I'd prefer to see in some sort of ASSERT form. The printfs in the parsing probably go away or are cleaned up too.
Apr 29 2015
Apr 28 2015
Committed by @kostikbel in r282128.
This breaks reboot-from-panic when the panic CPU is not the BSP CPU. Discarding.
Apr 27 2015
Apr 16 2015
Apr 9 2015
Ping. What can I do to help move this forward?
Drop disable_intr(); we're in NMI context and interrupts are disabled.
Apr 8 2015
Apr 7 2015
Apr 6 2015
Apr 5 2015
Apr 2 2015
Committed by kib@ in r281003. Thanks!
Move cleanup to the end of relocation; preloaded and runtime-loaded modules both go through this path.
Damnit, wrong patch. Just a sec.
Move cleanup to the end of relocation; preloaded and runtime-loaded modules both go through this path.
Apr 1 2015
Updated to revert the SHN_FBSD_CACHED symtable changes after loading has completed, per (2) above.
Mar 31 2015
Mar 21 2015
Feb 27 2015
Committed in r279362.
Per discussion on IRC. Move extern declaration into sys/vnode.h so we don't need to import devfs.h in vfs_subr.c.
Feb 18 2015
Ping! Anything I can do to help further this along?
Closing as committed.
Feb 17 2015
Thanks!
Ping! Can someone take and commit this? I don't have a bit and phabricator thinks I should do it.
Jan 30 2015
Drop nmaskwords > 0; remove superfluous nmw_power2 variable.
Jan 29 2015
Add 9999 context, drop fbt_powerpc.c modification (it has since been deleted or merged with fbt.c).
Sorry, forgot on this one. I'll regenerate.
Jan 27 2015
Jan 17 2015
LGTM.
LGTM.
Looks pretty good!
Changes between 3218 and 3220 LGTM.
Not a super thorough review, just passed over briefly. I'm not an expert on UCL nor newsyslog.
Dec 13 2014
Most of the changes are mechanical, so I can do them myself if you like.
Dec 5 2014
Dec 3 2014
In short, mappable holes between segments tends to be reused, which causes weird issues.
Dec 2 2014
Dec 1 2014
Er, mark reviewed. Phabricator is hard.
If you've tested it and it works, looks good to me. I just want this to be fixed, and every iteration seems like a basically adequate way of solving the problem to me.
Nov 19 2014
Nov 12 2014
Looks good to me.