What can I do to help this along?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 17 2015
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
In D2900#56463, @kib wrote:I would add a comment explaining the reason for B_INVAL there.
Fixed in r284739, discarding this review.
Jun 22 2015
Move olock calculation to only where it is needed.
Will fix.
In D2883#55943, @benno wrote:This should be looked at by davidcs@. I'm going to email him to see if I can get him signed up for Phabricator.
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
In D2181#43862, @dumbbell wrote:This feature is really cool!
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
I think one of the important things to do is to keep vt(4) simple. syscons(4) became so complex that nobody really understood how it worked anymore. I am afraid that patches that add gimmicks like these negatively affect the overall readability of vt(4) for little functional gain.
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
In D2250#5, @kostikbel wrote:This means that CPU cannot be directed to make any further work.
Apr 7 2015
Apr 6 2015
Apr 5 2015
The in_panic change looks a bit interesting, but I'm curious if that is actually used. A userland process can't be scheduled to run to even invoke this sysctl if the system is panic'ing. Does Isilon use stack_save_thread() in other places?
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
How do you handle ncpu greater than the number of Beasties that fit on a row?
How do you handle ncpu greater than the number of Beasties that fit on a row?
Mar 21 2015
In D1718#13, @kostikbel wrote:Ok. There are two possibilities:
- Introduce symbol cache used during the module load, and discarded afterward. You can use hash for the symbol names there, which would not help for the first lookup, but does provide more speedup for the duplicate lookups (more than your current patch).
In D1718#11, @kostikbel wrote:What bug does the patch fix ?
In D1718#9, @kostikbel wrote:This is hack.
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 D1263#8, @kostikbel wrote:Can you enumerate the issues ?
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.