Page MenuHomeFreeBSD

mengzhuo1203_gmail.com (Meng Zhuo)
User

User Details

User Since
Feb 8 2024, 2:41 PM (104 w, 5 d)

Recent Activity

Oct 23 2025

mengzhuo1203_gmail.com updated the diff for D53232: riscv: explicit memory barrier primitives.
Oct 23 2025, 4:49 AM · riscv
mengzhuo1203_gmail.com added a comment to D53232: riscv: explicit memory barrier primitives.

This will not fix that bug. fence is fence iorw, iorw, so all you are doing is relaxing some ordering requirements.

Oct 23 2025, 1:51 AM · riscv
mengzhuo1203_gmail.com updated the diff for D53232: riscv: explicit memory barrier primitives.
Oct 23 2025, 1:50 AM · riscv

Oct 22 2025

mengzhuo1203_gmail.com requested review of D53256: nvme: Fix PRP list size calculation.
Oct 22 2025, 9:17 AM
mengzhuo1203_gmail.com updated the diff for D53232: riscv: explicit memory barrier primitives.

@jrtc27 I've update the revision, PTAL

Oct 22 2025, 4:58 AM · riscv
mengzhuo1203_gmail.com added a comment to D53232: riscv: explicit memory barrier primitives.

Do we actually have a proper definition of what *our* memory barrier APIs are meant to mean? What the ISA manual says is a sensible mapping isn't necessarily what we want; note that the table you're referencing is for "Linux memory primitives", and we are not Linux, nor do we follow its memory model.

Oct 22 2025, 2:12 AM · riscv

Oct 21 2025

mengzhuo1203_gmail.com requested review of D53232: riscv: explicit memory barrier primitives.
Oct 21 2025, 9:45 AM · riscv

Jul 30 2025

mengzhuo1203_gmail.com added a comment to D50595: lang/go*,devel/go-perf: update default website to go.dev.

@adamw Hi, is my patch OK or do I need more work on it?

Jul 30 2025, 6:46 AM

Jul 12 2025

mengzhuo1203_gmail.com requested review of D51271: net/usockets: Enable riscv64 build.
Jul 12 2025, 4:46 AM · riscv, network
mengzhuo1203_gmail.com requested review of D51270: irc/undernet-ircu: enable riscv64 build.
Jul 12 2025, 4:13 AM

Jul 2 2025

mengzhuo1203_gmail.com removed a watcher for riscv: mengzhuo1203_gmail.com.
Jul 2 2025, 10:59 AM
mengzhuo1203_gmail.com added a member for riscv: mengzhuo1203_gmail.com.
Jul 2 2025, 10:59 AM
mengzhuo1203_gmail.com added a member for Contributor Reviewers (ports): mengzhuo1203_gmail.com.
Jul 2 2025, 10:58 AM

Jul 1 2025

mengzhuo1203_gmail.com added a watcher for riscv: mengzhuo1203_gmail.com.
Jul 1 2025, 12:27 PM

Jun 2 2025

mengzhuo1203_gmail.com added a comment to D50595: lang/go*,devel/go-perf: update default website to go.dev.

Thanks for review,
This change only affect download source code and binary for go itself.
The https://golang.org/dl/*.src.tar.gz redirect (HTTP 301) to go.dev/dl then Google blob file server.

Other golang.org namespace library (golang.org/x) won't change AFAIK.

I was unclear before: I'm saying that other ports need this change too. "golang.org" appears in some pkg-descr files, it appears in WWW in a number of ports, it appears in Mk/Uses/go.mk, etc.

Before approving and committing this patch, I wanted to encourage you to take a stab at extending this change for other ports too, if you're interested.

Jun 2 2025, 8:01 AM
mengzhuo1203_gmail.com updated the diff for D50595: lang/go*,devel/go-perf: update default website to go.dev.
Jun 2 2025, 7:59 AM

May 30 2025

mengzhuo1203_gmail.com added a comment to D50595: lang/go*,devel/go-perf: update default website to go.dev.

Good catch! I'm definitely in favor of switching, but:

    1. They'll need to leave the server up for basically ever because of all the programs and libraries depending on packages in the golang.org namespace
  1. That URL has to be mentioned in more than just the lang/go* Makefiles. Have you checked for other Makefiles, pkg-descrs, pkg-message, pkg-message.in, etc? I fully agree about switching to go.dev, but it'd be a long-term win to switch the tree as a whole.
May 30 2025, 3:50 AM

May 29 2025

mengzhuo1203_gmail.com added reviewers for D50595: lang/go*,devel/go-perf: update default website to go.dev: adamw, bapt, arrowd.
May 29 2025, 8:40 AM
mengzhuo1203_gmail.com requested review of D50595: lang/go*,devel/go-perf: update default website to go.dev.
May 29 2025, 8:37 AM