User Details
- User Since
- Mar 12 2014, 1:00 AM (621 w, 4 d)
Yesterday
Some kernel modules build ok using the 'p' constraint with the 'a' operand modifier, but not all.
Fri, Feb 6
Works fine for me on arm64. There is one last issue with the usage message, once it's fixed I can land this.
When uploading diffs, please include extra context by adding -U 999999 to the diff command options: https://wiki.freebsd.org/Phabricator#Create_a_Revision_via_Web_Interface
Always print a message
Thu, Feb 5
There's a bunch of references to the current name in development.7 and in the doc tree, plus in the git-arc man page, plus the phabricator wiki page. Rather than renaming the package and thus invalidating the documentation and existing tribal knowledge, can we add an alias for the package, and/or identify documentation which refers to git-arc but does not mention the package, and update that? jrm's suggestion also seems ok.
Sorry for the delay. I think this is ok.
Wed, Feb 4
Tue, Feb 3
Looks ok aside from the comments.
Have you tested with PCI passthru configured? With just this patch applied, I get an assertion failure in update_bar_address(). Same result if I test your github branch.
Does D55079 fix the problem for you?
Update the KMSAN runtime too.
Isn't this the problem that memset_early() etc. are supposed to solve? Where exactly is the memset() call happening?
Mon, Feb 2
Seems ok to me. You might give a few days for other reviewers to chime in.
Make syslogd more forgiving of configuration errors
Sun, Feb 1
Sat, Jan 31
I retested SDT with gcc14 on amd64. There is a problem (not related to this patch): the linker decides that the start_set_sdt_providers_set and stop_set_sdt_providers_set symbols are unreferenced and removes them. This means that linker_file_lookup_set() returns nothing for those sets, which causes further problems.