HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

jhb accepted D55819: queue.h: Reorder STAILQ_INSERT_TAIL.
Mon, Mar 16, 7:48 PM
glebius added inline comments to D55884: routing: remove ROUTE_MPATH compile option.
Mon, Mar 16, 7:47 PM
ziaee committed rG4e3beef84628: nvme: Removed unused 'regs' variable (authored by Matt Delco <delco@google.com>).
nvme: Removed unused 'regs' variable
Mon, Mar 16, 7:45 PM
ziaee committed rG889d10d5b120: nvme: Replace bus_space_[read|write]_4 with bus_[read|write]_4 (authored by Matt Delco <delco@google.com>).
nvme: Replace bus_space_[read|write]_4 with bus_[read|write]_4
Mon, Mar 16, 7:45 PM
ziaee closed D55818: nvme: replace bus_space_[read|write]_4 with bus_[read|write]_4.
Mon, Mar 16, 7:45 PM
ziaee closed D55817: nvme: removed unused 'regs' variable.
Mon, Mar 16, 7:45 PM
jhb added a comment to D55833: lindebugfs: Pass user buffer pointers to the read/write file operations.
In D55833#1278515, @bz wrote:
In D55833#1278447, @jhb wrote:

Ok, so with seq_file fixed, I am now able to build all the debugfs bits in the wireless drivers under CHERI, so I think this finds all of them. I've split out the changes to use simple_read_from_buffer into a separate commit before this one now.

Well, all but rtw88 have debugfs disabled in main and stable/15. I should go and see what it takes to re-enable the other ones as well.

Mon, Mar 16, 7:41 PM
jhb added inline comments to D55879: LinuxKPI: Use simple_read_from_buffer in simple_attr_read and seq_read.
Mon, Mar 16, 7:39 PM
bms added a comment to D55884: routing: remove ROUTE_MPATH compile option.

+1 vote for just doing this, all the RIBs built on top of modern FreeBSD FIB need to change with it anyway.

Mon, Mar 16, 7:38 PM
pouria updated the summary of D55884: routing: remove ROUTE_MPATH compile option.
Mon, Mar 16, 7:32 PM
pouria added a reviewer for D55876: if_bridge(4): don't sleep under epoch: ivy.
Mon, Mar 16, 7:28 PM
pouria added a comment to D55884: routing: remove ROUTE_MPATH compile option.

I strongly believe this option is useless now and it just increase complexity of the code.
multipath is part of routing, making it optional is just like making arp/ndp optional in ipv4/ipv6.
the original reason to have this option is no longer valid.
Also, as noted in the d5fe384b4d41a5c5adeaa6039d33d59d7bc33e76, ROUTE_MPATH does not consume memory unless actually used.

Mon, Mar 16, 7:26 PM
pouria requested review of D55884: routing: remove ROUTE_MPATH compile option.
Mon, Mar 16, 7:22 PM
uzsolt committed R11:10805f7b97f0: graphics/R-cran-magick: Update to 2.9.1 (authored by uzsolt).
graphics/R-cran-magick: Update to 2.9.1
Mon, Mar 16, 7:13 PM
bz added a comment to D55833: lindebugfs: Pass user buffer pointers to the read/write file operations.
In D55833#1278447, @jhb wrote:

Ok, so with seq_file fixed, I am now able to build all the debugfs bits in the wireless drivers under CHERI, so I think this finds all of them. I've split out the changes to use simple_read_from_buffer into a separate commit before this one now.

Mon, Mar 16, 7:10 PM
michaelo requested review of D55883: print/ghostscript10: Update to 10.07.0.
Mon, Mar 16, 7:06 PM
bz added a comment to D55879: LinuxKPI: Use simple_read_from_buffer in simple_attr_read and seq_read.

I'll get back to you within the hour.

Mon, Mar 16, 7:04 PM
glebius added a comment to D55859: kyua: Add external setup and teardown mechanism.

Thanks a lot for working on that! I miss the feature a lot.

Mon, Mar 16, 7:03 PM
glebius requested changes to D55880: ifnet: Move SIOCSIFVNET from ifhwioctl() to ifioctl().

Correct me if I am wrong, but this seems to be two separate changes. Can this be split please?

Mon, Mar 16, 6:53 PM
glebius accepted D55876: if_bridge(4): don't sleep under epoch.

Thanks!

Mon, Mar 16, 6:51 PM
glebius accepted D55875: ifnet: Add some sanity checks.
Mon, Mar 16, 6:49 PM
glebius accepted D54172: Add Support for Geneve (RFC8926).

Sorry if I wasn't clear - I have no objections against pushing this in. I'm not able to do a protocol level review, but wrt the interaction with the rest of the network stack all looks good to me.

Mon, Mar 16, 6:47 PM
cmt committed R11:7eba88bc41f4: net-mgmt/check_ssl_cert: update to 2.97.0 (authored by cmt).
net-mgmt/check_ssl_cert: update to 2.97.0
Mon, Mar 16, 6:46 PM
zlei added inline comments to D55880: ifnet: Move SIOCSIFVNET from ifhwioctl() to ifioctl().
Mon, Mar 16, 6:43 PM
zlei abandoned D55832: ifnet: if_vmove_(loan|reclaim): Refactor a bit the checking of src / dst vnet.

Superseded by D55880.

Mon, Mar 16, 6:37 PM
chuck requested review of D55882: linux: Add TCP_INFO support.
Mon, Mar 16, 6:35 PM
chuck requested review of D55881: linux: Fix sockopt copyout.
Mon, Mar 16, 6:35 PM
dave_freedave.net updated the diff for D55878: devel/superhtml: Add port.

fix GH_TAGNAME= v${...} to DISTVERSIONPREFIX before @adamw notices 😃

Mon, Mar 16, 6:32 PM
zlei requested review of D55880: ifnet: Move SIOCSIFVNET from ifhwioctl() to ifioctl().
Mon, Mar 16, 6:32 PM
dave_freedave.net added a comment to D55877: www/zine-ssg: Add port.

I don't know how to get rid of the warning. I did a testbuild of zls to see if it had the issue too (it does). At that point I decided the issue is somewhere in Uses/zig.mk and I haven't had a chance to investigate.

Mon, Mar 16, 6:30 PM
dave_freedave.net updated the diff for D55877: www/zine-ssg: Add port.

Use DISTVERSIONPREFIX not GH_TAGNAME=v${...}.
remove DO_MAKE_BUILD_TEST for test-target.

Mon, Mar 16, 6:27 PM
dave_freedave.net added inline comments to D55877: www/zine-ssg: Add port.
Mon, Mar 16, 6:11 PM
jhb added a comment to D55833: lindebugfs: Pass user buffer pointers to the read/write file operations.

Ok, so with seq_file fixed, I am now able to build all the debugfs bits in the wireless drivers under CHERI, so I think this finds all of them. I've split out the changes to use simple_read_from_buffer into a separate commit before this one now.

Mon, Mar 16, 6:09 PM
jhb updated the summary of D55833: lindebugfs: Pass user buffer pointers to the read/write file operations.
Mon, Mar 16, 6:08 PM
jhb updated the diff for D55833: lindebugfs: Pass user buffer pointers to the read/write file operations.

Rebase on D55879

Mon, Mar 16, 6:05 PM
jhb requested review of D55879: LinuxKPI: Use simple_read_from_buffer in simple_attr_read and seq_read.
Mon, Mar 16, 6:05 PM
brnrd committed R11:031f92f90f90: www/nextcloud-news: Update to 28.0.1 (authored by brnrd).
www/nextcloud-news: Update to 28.0.1
Mon, Mar 16, 6:00 PM
brnrd committed R11:5b86d9fee899: www/nextcloud-contacts: Update to 8.4.1 (authored by brnrd).
www/nextcloud-contacts: Update to 8.4.1
Mon, Mar 16, 5:59 PM
brnrd committed R11:d48deca8059d: mail/nextcloud-mail: Update to 5.7.3 (authored by brnrd).
mail/nextcloud-mail: Update to 5.7.3
Mon, Mar 16, 5:59 PM
brnrd committed R11:72ec378bb1ed: security/nextcloud-twofactor_admin: Update to 4.11.0 (authored by brnrd).
security/nextcloud-twofactor_admin: Update to 4.11.0
Mon, Mar 16, 5:59 PM
adamw added inline comments to D55878: devel/superhtml: Add port.
Mon, Mar 16, 5:58 PM
adamw added a comment to D55877: www/zine-ssg: Add port.

Is it possible to fix the warning? If not that's fine.

Mon, Mar 16, 5:57 PM
dave_freedave.net added a comment to D55877: www/zine-ssg: Add port.

I think I got the CONFLICTS_INSTALL right (misc/zine also wants to install /usr/local/bin/zine).

Mon, Mar 16, 5:16 PM
dave_freedave.net added reviewers for D55878: devel/superhtml: Add port: adamw, Contributor Reviewers (ports).
Mon, Mar 16, 5:15 PM
dave_freedave.net added reviewers for D55877: www/zine-ssg: Add port: adamw, Contributor Reviewers (ports).
Mon, Mar 16, 5:14 PM
jrtc27 added a comment to D55860: arm64/vmm: Enable 16-bit VMIDs when in use by pmap.

Is there a reason to not just read the ID register in the vmm code?

Mon, Mar 16, 5:14 PM
dave_freedave.net updated the summary of D55877: www/zine-ssg: Add port.
Mon, Mar 16, 5:13 PM
yuri committed R11:e104e3567086: finance/py-finviz: update 1.4.6 → 2.0.0 (authored by yuri).
finance/py-finviz: update 1.4.6 → 2.0.0
Mon, Mar 16, 5:13 PM
yuri committed R11:dcbb782b0caa: textproc/py-phonemizer-fork: New port: Fork of phonemizer for text to phones… (authored by yuri).
textproc/py-phonemizer-fork: New port: Fork of phonemizer for text to phones…
Mon, Mar 16, 5:13 PM
yuri committed R11:a39ab5dcfe1f: finance/py-finnhub-python: update 2.4.20 → 2.4.27 (authored by yuri).
finance/py-finnhub-python: update 2.4.20 → 2.4.27
Mon, Mar 16, 5:13 PM
dave_freedave.net attached a referenced file: F148236067: superhtml-0.6.2.log.
Mon, Mar 16, 5:10 PM
dave_freedave.net added a comment to D55878: devel/superhtml: Add port.

results of poudriere

Mon, Mar 16, 5:10 PM
dave_freedave.net requested review of D55878: devel/superhtml: Add port.
Mon, Mar 16, 5:09 PM
bapt committed R11:fe6dc380e6ac: ports-mgmt/pkg-devel: update to 2.6.99.2 (authored by bapt).
ports-mgmt/pkg-devel: update to 2.6.99.2
Mon, Mar 16, 5:08 PM
stephen_missouri.edu committed R11:8199c63d57b5: math/octave-forge-audio: Update to 2.0.11. (authored by stephen_missouri.edu).
math/octave-forge-audio: Update to 2.0.11.
Mon, Mar 16, 5:06 PM
andrew added a comment to D55860: arm64/vmm: Enable 16-bit VMIDs when in use by pmap.

Is there a reason to not just read the ID register in the vmm code?

Mon, Mar 16, 5:06 PM
dave_freedave.net attached a referenced file: F148233388: zine-ssg-0.11.2.log.
Mon, Mar 16, 5:05 PM
zlei committed rGe0731059af91: ifnet: Remove unreachable code (authored by zlei).
ifnet: Remove unreachable code
Mon, Mar 16, 5:04 PM
zlei closed D55828: ifnet: Remove unreachable code.
Mon, Mar 16, 5:04 PM
girgen committed R11:ed949f38f391: databases/pg_auto_failover-devel: PostgreSQL-13 removed (authored by girgen).
databases/pg_auto_failover-devel: PostgreSQL-13 removed
Mon, Mar 16, 5:03 PM
dave_freedave.net added a comment to D55877: www/zine-ssg: Add port.

results of poudriere

Mon, Mar 16, 4:53 PM
dave_freedave.net requested review of D55877: www/zine-ssg: Add port.
Mon, Mar 16, 4:46 PM
rnagy committed R11:d386e5c10c9b: www/ungoogled-chromium: update distinfo; missing from previous commit (authored by rnagy).
www/ungoogled-chromium: update distinfo; missing from previous commit
Mon, Mar 16, 4:40 PM
aokblast added a comment to D55826: libc: Fix dtor order in __cxa_thread_atexit.
In D55826#1278383, @kib wrote:

@aokblast this commit breaks the following tests in CI:

lib/libc/stdlib/cxa_thread_atexit_nothr_test:cxx__thread_inf_dtors
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_inf_dtors
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_local_add_while_calling_dtors
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_local_after
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_local_before

See https://ci.freebsd.org/view/Test/job/FreeBSD-main-amd64-test/28044/testReport/.

I don't think the test actually make sense with my change.
The following code in the test makes it unables to terminate

static void                                                                                                                                        
again(void *arg)                                                                                                                                   
{                                                                                                                                                  
                                                                                                                                                   
    __cxa_thread_atexit(again, arg, &output);                                                                                                      
}

This makes again(void *) called himself and create a infinite loop. In my opnion, the user of the __cxa_thread_atexit should take the responsibility on the infinite loop instead of setting the hard limit on iteration.

I just take a look at the original commit which add this test and would like to ask @kib and @dim on their opinions.

Should we remove the again function or if there is any suggestions on this?

Indeed this test is perhaps not too useful as is. Might be, it should limit the number of registrations, then it would make some reasonable checks.
I do think that your change that broke the test is right.

Mon, Mar 16, 4:28 PM
zlei closed D55873: ifnet: Fix decreasing the vnet interface count.
Mon, Mar 16, 4:24 PM
zlei committed rG8065ff63c0e5: ifnet: Fix decreasing the vnet interface count (authored by zlei).
ifnet: Fix decreasing the vnet interface count
Mon, Mar 16, 4:24 PM
arrowd committed R11:5540aa624ab5: benchmarks/linux-unigine-*: Refresh distinfos (authored by Hannes Hauswedell <h2+github.com@fsfe.org>).
benchmarks/linux-unigine-*: Refresh distinfos
Mon, Mar 16, 4:20 PM
girgen committed R11:5d02335e59ec: */*: PostgreSQL-13 removed (authored by girgen).
*/*: PostgreSQL-13 removed
Mon, Mar 16, 4:18 PM
ale committed R11:e6d1fa469c4e: devel/sbt: update to 1.12.6 release (authored by ale).
devel/sbt: update to 1.12.6 release
Mon, Mar 16, 4:15 PM
kib accepted D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..
Mon, Mar 16, 4:04 PM · Contributor Reviews (src)
kib added a comment to D55826: libc: Fix dtor order in __cxa_thread_atexit.

@aokblast this commit breaks the following tests in CI:

lib/libc/stdlib/cxa_thread_atexit_nothr_test:cxx__thread_inf_dtors
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_inf_dtors
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_local_add_while_calling_dtors
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_local_after
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_local_before

See https://ci.freebsd.org/view/Test/job/FreeBSD-main-amd64-test/28044/testReport/.

I don't think the test actually make sense with my change.
The following code in the test makes it unables to terminate

static void                                                                                                                                        
again(void *arg)                                                                                                                                   
{                                                                                                                                                  
                                                                                                                                                   
    __cxa_thread_atexit(again, arg, &output);                                                                                                      
}

This makes again(void *) called himself and create a infinite loop. In my opnion, the user of the __cxa_thread_atexit should take the responsibility on the infinite loop instead of setting the hard limit on iteration.

I just take a look at the original commit which add this test and would like to ask @kib and @dim on their opinions.

Should we remove the again function or if there is any suggestions on this?

Mon, Mar 16, 4:00 PM
nxjoseph committed R11:3418d2223338: devel/p5-ExtUtils-Builder-Compiler: Update to 0.036 (authored by svysh.fbsd_gmail.com).
devel/p5-ExtUtils-Builder-Compiler: Update to 0.036
Mon, Mar 16, 3:55 PM
aokblast added a comment to D55826: libc: Fix dtor order in __cxa_thread_atexit.

Also, thanks for your remind:). @siva

Mon, Mar 16, 3:53 PM
aokblast updated subscribers of D55826: libc: Fix dtor order in __cxa_thread_atexit.

@aokblast this commit breaks the following tests in CI:

lib/libc/stdlib/cxa_thread_atexit_nothr_test:cxx__thread_inf_dtors
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_inf_dtors
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_local_add_while_calling_dtors
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_local_after
lib/libc/stdlib/cxa_thread_atexit_test:cxx__thread_local_before

See https://ci.freebsd.org/view/Test/job/FreeBSD-main-amd64-test/28044/testReport/.

Mon, Mar 16, 3:53 PM
osa committed R11:5dae3e893263: sysutils/podman-suite: bump version after recent podman's update (authored by osa).
sysutils/podman-suite: bump version after recent podman's update
Mon, Mar 16, 3:38 PM
osa committed R11:507249344679: sysutils/podman: update: 5.8.0 -> 5.8.1 (authored by osa).
sysutils/podman: update: 5.8.0 -> 5.8.1
Mon, Mar 16, 3:38 PM
adamw committed R11:a815eaa92af5: devel/luv: Update to 1.52.1-0 (authored by adamw).
devel/luv: Update to 1.52.1-0
Mon, Mar 16, 3:18 PM
dsl committed R11:2f52a07fda6d: sysutils/coreutils: Fix build after 28599a1e5f1b (authored by dsl).
sysutils/coreutils: Fix build after 28599a1e5f1b
Mon, Mar 16, 3:05 PM
rkitover_gmail.com added a comment to D55682: ure: fix spurious link flaps from MII.

Thank you pouria!

Mon, Mar 16, 3:04 PM · network, USB
AMDmi3 committed R11:469a9cc8834d: games/warzone2100: update 4.6.2 → 4.6.3 (authored by AMDmi3).
games/warzone2100: update 4.6.2 → 4.6.3
Mon, Mar 16, 2:51 PM
AMDmi3 committed R11:0fec67bbcee7: games/freeorion: update 0.5.1.1 → 0.5.1.2 (authored by AMDmi3).
games/freeorion: update 0.5.1.1 → 0.5.1.2
Mon, Mar 16, 2:51 PM
AMDmi3 committed R11:a723804cf132: games/endless-sky-high-dpi: update 0.10.16 → 0.11.0 (authored by AMDmi3).
games/endless-sky-high-dpi: update 0.10.16 → 0.11.0
Mon, Mar 16, 2:51 PM
AMDmi3 committed R11:0b30385e3e0b: games/endless-sky: update 0.10.16 → 0.11.0 (authored by AMDmi3).
games/endless-sky: update 0.10.16 → 0.11.0
Mon, Mar 16, 2:51 PM
jfree added a comment to D55789: timerfd: Add tests.

Hmm, this sounds like another bug. Even if the callout handler is lightweight, I'm sure it plus the overhead of scheduling and running a callout costs more than 1ns. The livelock issue relates to the problem where it becomes impossible to schedule a thread on a looping core, because the softclock thread which runs the callout handler has high priority.

Mon, Mar 16, 2:35 PM
tagattie committed R11:ea4280c8c1e0: x11-wm/hyprland: Update to 0.54.2 (authored by tagattie).
x11-wm/hyprland: Update to 0.54.2
Mon, Mar 16, 2:31 PM
krion committed R11:1ca786c08c16: www/miniflux: Update to 2.2.18 (authored by krion).
www/miniflux: Update to 2.2.18
Mon, Mar 16, 2:31 PM
siva added a comment to D55826: libc: Fix dtor order in __cxa_thread_atexit.

@aokblast this commit breaks the following tests in CI:

Mon, Mar 16, 1:42 PM
pouria requested review of D55876: if_bridge(4): don't sleep under epoch.
Mon, Mar 16, 1:22 PM
des accepted D55842: libc/db: Remove unused hash functions in hash_func.c.

Note that this does not change the ABI because although __default_hash has external linkage and went from being a pointer to a function to being an actual function, it was never exported. You may want to mention that in the commit message.

Mon, Mar 16, 1:08 PM
fluffy committed R11:fede9d5b3388: lang/gcc6-aux: unbreak with isl-27, cleanup (authored by fluffy).
lang/gcc6-aux: unbreak with isl-27, cleanup
Mon, Mar 16, 1:05 PM
asomers committed R11:9233032063d7: sysutils/rubygem-tmuxinator: fix conflict with shells/fish (authored by asomers).
sysutils/rubygem-tmuxinator: fix conflict with shells/fish
Mon, Mar 16, 12:58 PM
allanjude accepted D55842: libc/db: Remove unused hash functions in hash_func.c.
Mon, Mar 16, 12:54 PM
bapt committed R11:8b4b427379f2: mail/mlmmj-archive-mid: update to 0.3 (authored by bapt).
mail/mlmmj-archive-mid: update to 0.3
Mon, Mar 16, 12:36 PM
michaelo committed R11:134471f924bc: sysutils/bastille: Update to 1.4.1.260315 (authored by tschetter.victor_gmail.com).
sysutils/bastille: Update to 1.4.1.260315
Mon, Mar 16, 12:18 PM
michaelo committed R11:9e63ce8f52e3: sysutils/bastille: Update to 1.4.1.260315 (authored by tschetter.victor_gmail.com).
sysutils/bastille: Update to 1.4.1.260315
Mon, Mar 16, 12:17 PM
dvl committed R11:fda08a58e9b5: net-mgmt/librenms: Update to 26.3.0 (authored by dvl).
net-mgmt/librenms: Update to 26.3.0
Mon, Mar 16, 11:59 AM
girgen committed R11:686fd1d69127: databases/py-powa-collector: Update to 1.3.2 (authored by girgen).
databases/py-powa-collector: Update to 1.3.2
Mon, Mar 16, 11:51 AM
tagattie committed R11:a0f9177c66d7: sysutils/elephant: Update to 2.20.2 (authored by tagattie).
sysutils/elephant: Update to 2.20.2
Mon, Mar 16, 11:42 AM
tagattie committed R11:874664db6f8a: x11/walker: Update to 2.15.2 (authored by tagattie).
x11/walker: Update to 2.15.2
Mon, Mar 16, 11:42 AM
pouria accepted D49412: ifnet: Remove a redundant check for flag IFF_DYING from ifunit_ref().
Mon, Mar 16, 11:17 AM

Panel Used By

Event Timeline

russ.haley_gmail.com edited an edge.