HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

raghav.original_gmail.com updated the summary of D56112: man9: Add a manual page for filedesc(9).
Sat, Mar 28, 7:28 AM · manpages
raghav.original_gmail.com added a comment to D56112: man9: Add a manual page for filedesc(9).

Thank you Maxim for the review

Sat, Mar 28, 7:03 AM · manpages
uzsolt committed R11:9891fbd3803a: math/R-cran-psych: Update to 2.6.3 (authored by uzsolt).
math/R-cran-psych: Update to 2.6.3
Sat, Mar 28, 6:50 AM
jlduran added a comment to D56117: usr.sbin/blacklist{d,ctl}: Use libblacklist.

Please see: D56118.

Sat, Mar 28, 6:01 AM
jlduran added a reviewer for D56118: mk: Disable blacklist when disabling blocklist: ivy.
Sat, Mar 28, 6:00 AM
jlduran requested review of D56118: mk: Disable blacklist when disabling blocklist.
Sat, Mar 28, 6:00 AM
cperciva committed rG8c986d164531: x86/cpuid: add CPUID flag for Extended Destination ID support (authored by royger).
x86/cpuid: add CPUID flag for Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva closed D55431: Bhyve: Detect Extended Destination ID support.
Sat, Mar 28, 5:57 AM
cperciva committed rG8dd9a0d52175: Bhyve: Detect Extended Destination ID support (authored by cperciva).
Bhyve: Detect Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva committed rG7b6be0014a4e: Hyper-V: Detect Extended Destination ID support (authored by cperciva).
Hyper-V: Detect Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva committed rG49b6254b3e09: vmm: Move defines from x86.c to x86/bhyve.h (authored by cperciva).
vmm: Move defines from x86.c to x86/bhyve.h
Sat, Mar 28, 5:57 AM
cperciva committed rG9b18ba2c16a0: Xen: Detect Extended Destination ID support (authored by cperciva).
Xen: Detect Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva committed rG9ab5aa3d4c78: KVM: Detect Extended Destination ID support (authored by cperciva).
KVM: Detect Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva committed rGb0e1b1069d65: io_apic: Support APIC Extended Destination IDs (authored by cperciva).
io_apic: Support APIC Extended Destination IDs
Sat, Mar 28, 5:57 AM
cperciva committed rG02f29c1324cf: msi: Support APIC Extended Destination IDs (authored by cperciva).
msi: Support APIC Extended Destination IDs
Sat, Mar 28, 5:57 AM
cperciva closed D55430: vmm: Move defines from x86.c to x86/bhyve.h.
Sat, Mar 28, 5:57 AM
cperciva closed D55432: Hyper-V: Detect Extended Destination ID support.
Sat, Mar 28, 5:57 AM
cperciva committed rGd9db6d759dfc: x86: Add stub for Extended Destination ID support (authored by cperciva).
x86: Add stub for Extended Destination ID support
Sat, Mar 28, 5:57 AM
cperciva committed rG5809c9a77b2d: io_apic: Don't route to APIC ID > 255 (authored by cperciva).
io_apic: Don't route to APIC ID > 255
Sat, Mar 28, 5:57 AM
cperciva closed D55429: Xen: Detect Extended Destination ID support.
Sat, Mar 28, 5:57 AM
cperciva closed D55427: KVM: Detect Extended Destination ID support.
Sat, Mar 28, 5:57 AM
cperciva committed rG1d0ccd61563d: x86: Add struct ioapic_intsrc.io_valid (authored by cperciva).
x86: Add struct ioapic_intsrc.io_valid
Sat, Mar 28, 5:57 AM
cperciva closed D55889: io_apic: Support APIC Extended Destination IDs.
Sat, Mar 28, 5:57 AM
cperciva committed rGf350063a251c: clapic_handle_intr: KASSERT isrc != NULL (authored by cperciva).
clapic_handle_intr: KASSERT isrc != NULL
Sat, Mar 28, 5:57 AM
cperciva closed D55426: msi: Support APIC Extended Destination IDs.
Sat, Mar 28, 5:56 AM
cperciva closed D55890: x86: Add stub for Extended Destination ID support.
Sat, Mar 28, 5:56 AM
cperciva closed D55857: io_apic: Don't route to APIC ID > 255.
Sat, Mar 28, 5:56 AM
cperciva closed D56006: x86: Add struct ioapic_intsrc.io_valid.
Sat, Mar 28, 5:56 AM
cperciva closed D55851: lapic_handle_intr: KASSERT isrc != NULL.
Sat, Mar 28, 5:56 AM
cperciva added a comment to D55857: io_apic: Don't route to APIC ID > 255.
In D55857#1283609, @kib wrote:

So... it's not an easy fix and definitely not an API change I can make quickly, and I don't want to hold up "better" just because we can't do "perfect" yet.

Sometimes even a promise would do.

Sat, Mar 28, 5:45 AM
kib accepted D55857: io_apic: Don't route to APIC ID > 255.
In D55857#1283545, @kib wrote:

I still think that the error should somehow propagate up. With this series, the device is malfunctioning, with the only hint about the reason being the single cryptic line in the dmesg, which is not even attributed cleanly to the device.
It is better to fail the driver attach in this case than to offer such failure mode.

I agree in theory, but a lot of functions would need to change from (void) to (int) to do this. And there's some weird cases like what should ioapic_resume do if one of its ioapic_program_intpin calls fails. (Also, we need to program the interrupt to go nowhere rather than returning without programming it -- otherwise if an interrupt is being *re*programmed we get a panic when interrupts keep arriving at a CPU which no longer knows what to do with them.)

So... it's not an easy fix and definitely not an API change I can make quickly, and I don't want to hold up "better" just because we can't do "perfect" yet.

Sat, Mar 28, 5:41 AM
samm committed R11:89c58bd76d8b: comms/meshcore-cli: upgrade to 1.5.4 (authored by samm).
comms/meshcore-cli: upgrade to 1.5.4
Sat, Mar 28, 5:38 AM
samm committed R11:77ff6611d520: comms/py-meshcore: upgrade to 2.3.3 (authored by samm).
comms/py-meshcore: upgrade to 2.3.3
Sat, Mar 28, 5:38 AM
cperciva added a comment to D55857: io_apic: Don't route to APIC ID > 255.
In D55857#1283545, @kib wrote:

I still think that the error should somehow propagate up. With this series, the device is malfunctioning, with the only hint about the reason being the single cryptic line in the dmesg, which is not even attributed cleanly to the device.
It is better to fail the driver attach in this case than to offer such failure mode.

Sat, Mar 28, 5:32 AM
cperciva updated the diff for D55857: io_apic: Don't route to APIC ID > 255.

Print intpin when warning about unsupporting APIC IDs

Sat, Mar 28, 5:27 AM
jrm updated the diff for D56116: elisp ports: Update after Emacs infrastructure overhaul.

Fix a few build issues

Sat, Mar 28, 5:10 AM
Kevin Bowling <kbowling@FreeBSD.org> committed R11:942c4a21a22e: databases/pg_textsearch: Update to 1.0.0 (authored by Kevin Bowling <kbowling@FreeBSD.org>).
databases/pg_textsearch: Update to 1.0.0
Sat, Mar 28, 4:54 AM
imp committed rG72bb61bac72e: i386/amd64/NOTES: Add some missing devices (authored by imp).
i386/amd64/NOTES: Add some missing devices
Sat, Mar 28, 4:46 AM
obiwac added inline comments to D56062: acpi_spmc: Call new MS turn on display DSM.
Sat, Mar 28, 4:10 AM
obiwac updated the diff for D56062: acpi_spmc: Call new MS turn on display DSM.
  • Fail attach if unit > 0
  • Change device description
Sat, Mar 28, 4:10 AM
imp added inline comments to D54282: packages: Always install kernel as /boot/kernel.NAME.
Sat, Mar 28, 4:10 AM
imp committed rGccc235fe0229: vmgenc: fix typo in MODULE_DEPEND declaration (authored by chris.longros_gmail.com).
vmgenc: fix typo in MODULE_DEPEND declaration
Sat, Mar 28, 4:05 AM
imp closed D56012: vmgenc: fix typo in MODULE_DEPEND declaration.
Sat, Mar 28, 4:05 AM
imp added a comment to D56012: vmgenc: fix typo in MODULE_DEPEND declaration.

committed

Sat, Mar 28, 4:05 AM
imp added a comment to D56062: acpi_spmc: Call new MS turn on display DSM.

which leaves a lot to be desired

Yes, I still have no clue how I'm supposed to parse their description 😄

I think you can add to acpi_spmc_probe() a test about whether devclass_get_count() is non-zero, in which case you return ENXIO. This would allow manually detaching acpi_spmc and reattaching it "by hand" using devctl(8), if there's ever a machine with two PNP0D80 devices one day, and only one is functional...

Tried this out but devclass_get_count() gives 1 in the probe before anything was attached. i will find the time to investigate this soon

Sat, Mar 28, 3:54 AM
kbowling added reviewers for D55988: ice(4): Fix traffic distribution on TX queues: glebius, gallatin.
Sat, Mar 28, 3:48 AM
obiwac added a comment to D56062: acpi_spmc: Call new MS turn on display DSM.

which leaves a lot to be desired

Sat, Mar 28, 3:39 AM
linimon committed R11:2bc7874fb116: net-mgmt/grepcidr: assign maintainership. (authored by linimon).
net-mgmt/grepcidr: assign maintainership.
Sat, Mar 28, 2:46 AM
kib accepted D56114: libc: fix memfd_create's HUGETLB handling.
Sat, Mar 28, 2:32 AM
kevans added inline comments to D56114: libc: fix memfd_create's HUGETLB handling.
Sat, Mar 28, 2:26 AM
kevans updated the diff for D56114: libc: fix memfd_create's HUGETLB handling.
  • Don't allow non-largepage shift mask
  • Try to massage the manpage a bit more
Sat, Mar 28, 2:26 AM
kib updated the diff for D56053: cxa_thread_call_dtors(): restore limit on the number of destructors called.

Bump the iteration limit. Request review.

Sat, Mar 28, 2:18 AM
imp added inline comments to D56115: stand/efi: retrieving and printing the boot count.
Sat, Mar 28, 2:09 AM
tagattie committed R11:46dca908858e: security/py-google-cloud-kms: Update to 3.12.0 (authored by tagattie).
security/py-google-cloud-kms: Update to 3.12.0
Sat, Mar 28, 1:54 AM
kevans updated the summary of D56114: libc: fix memfd_create's HUGETLB handling.
Sat, Mar 28, 1:42 AM
gallatin updated the diff for D55912: net: Add page/bank fields to ifi2cre; update mce(4) to use them.

Updated diff to add a new ioctl for page-bank operations.
Changed the 2 drivers that might use page/bank (iflib, mce) to accept the new ioctl and to ensure they are not reading garbage page/bank fields when operating with the legacy SIOGI2C ioctl

Sat, Mar 28, 1:38 AM
Kevin Bowling <kbowling@FreeBSD.org> closed D56077: x11/nvidia-driver, x11/nvidia-kmod, x11/linux-nvidia-libs, graphics/nvidia-drm*-kmod, x11/nvidia-settings, x11/nvidia-xconfig: Update to 595.58.03.
Sat, Mar 28, 1:38 AM
Kevin Bowling <kbowling@FreeBSD.org> committed R11:b35026e786a2: x11/nvidia-driver, x11/nvidia-kmod, x11/linux-nvidia-libs, graphics/nvidia-drm*… (authored by junchoon_dec.sakura.ne.jp).
x11/nvidia-driver, x11/nvidia-kmod, x11/linux-nvidia-libs, graphics/nvidia-drm*…
Sat, Mar 28, 1:38 AM
linimon committed R11:814341b3c301: misc/usbrh-libusb: assign maintainership. (authored by linimon).
misc/usbrh-libusb: assign maintainership.
Sat, Mar 28, 1:37 AM
gallatin added a comment to D55912: net: Add page/bank fields to ifi2cre; update mce(4) to use them.
In D55912#1282432, @kib wrote:

I mean something like this (ignore naming), in the generic ioctl handler, not in the driver code;

case SIOCGI2C_OLD:
     i2c.page = i2c.bank = 0;
     ioctl(SIOCG2C, &i2c);
     break;

I.e. drivers only need to implement the new ioctl that knows about bank/page.

Or put it differently, your original patch for mlx5en then would be correct, with this addition to the net/, instead of requiring each driver to have code to handle both ioctls.

Sat, Mar 28, 1:36 AM
asomers requested changes to D56016: lib/libc/tests: add fts symlink traversal tests.

This looks a lot better. In addition to the inline comments, I have two general ones:

Sat, Mar 28, 1:33 AM
junchoon_dec.sakura.ne.jp abandoned D50282: graphics/nvidia-drm-kmod: Make distinfo auto-merged on build.

Abandoning this differential revision.

Sat, Mar 28, 1:01 AM
kib added inline comments to D56114: libc: fix memfd_create's HUGETLB handling.
Sat, Mar 28, 12:54 AM
junchoon_dec.sakura.ne.jp added a comment to D56077: x11/nvidia-driver, x11/nvidia-kmod, x11/linux-nvidia-libs, graphics/nvidia-drm*-kmod, x11/nvidia-settings, x11/nvidia-xconfig: Update to 595.58.03.

Should I reroll the diff for UPDATING?
There are already several ports adding UPDATING entries and causing merge conflicts.

Sat, Mar 28, 12:54 AM
kevans added inline comments to D56114: libc: fix memfd_create's HUGETLB handling.
Sat, Mar 28, 12:51 AM
pouria closed D55884: routing: remove ROUTE_MPATH compile option.
Sat, Mar 28, 12:44 AM
pouria committed rGbeab2fe92453: routing: Include opt_route.h in route_ctl.c (authored by pouria).
routing: Include opt_route.h in route_ctl.c
Sat, Mar 28, 12:44 AM
imp added a comment to D56062: acpi_spmc: Call new MS turn on display DSM.

Probe is called a second time if it didn't return 0. Acpi does add all the children. Identify is rarely needed with acpi

Sat, Mar 28, 12:40 AM
kib added a comment to D55857: io_apic: Don't route to APIC ID > 255.

I still think that the error should somehow propagate up. With this series, the device is malfunctioning, with the only hint about the reason being the single cryptic line in the dmesg, which is not even attributed cleanly to the device.
It is better to fail the driver attach in this case than to offer such failure mode.

Sat, Mar 28, 12:37 AM
kib accepted D55889: io_apic: Support APIC Extended Destination IDs.
Sat, Mar 28, 12:29 AM
kib added inline comments to D55857: io_apic: Don't route to APIC ID > 255.
Sat, Mar 28, 12:29 AM
kib accepted D56006: x86: Add struct ioapic_intsrc.io_valid.
Sat, Mar 28, 12:29 AM
vvd committed R11:eea5897f03d9: www/fabio: Update 1.6.4 => 1.6.11, fix runtime (authored by Tom Rissman <trissman@mrdlaw.com>).
www/fabio: Update 1.6.4 => 1.6.11, fix runtime
Sat, Mar 28, 12:16 AM
iyan005_outlook.com added inline comments to D56115: stand/efi: retrieving and printing the boot count.
Sat, Mar 28, 12:16 AM
kib added inline comments to D56108: vfs: Simplify vfs_write_resume()/vn_start_write_refed().
Sat, Mar 28, 12:15 AM
vvd committed R11:ea4da10cbbca: www/fabio: Update 1.6.4 => 1.6.11, fix runtime (authored by Tom Rissman <trissman@mrdlaw.com>).
www/fabio: Update 1.6.4 => 1.6.11, fix runtime
Sat, Mar 28, 12:14 AM
kib added a comment to D56114: libc: fix memfd_create's HUGETLB handling.

Typo in the message: OPNOTSUPP

Sat, Mar 28, 12:07 AM

Yesterday

bms added a comment to D56115: stand/efi: retrieving and printing the boot count.

Could use @imp eyes on this later but looks pretty straightforward.

Fri, Mar 27, 11:57 PM
iyan005_outlook.com updated the diff for D56115: stand/efi: retrieving and printing the boot count.

implemented the suggestions of bms from the previous review
and improved error handling to use the correct macro

Fri, Mar 27, 11:45 PM
yuri committed R11:80a13e90b73d: net-mgmt/observium: update 24.12 → 26.1 (authored by Mark Huizer <xaa+fbsdbug@dohd.org>).
net-mgmt/observium: update 24.12 → 26.1
Fri, Mar 27, 11:31 PM
sanpei added a comment to D55925: axe: fix spurious link flaps from MII.

I will try new patch with axe and axge and report it. Thanks!!

Fri, Mar 27, 11:27 PM · desktop, USB
iyan005_outlook.com updated iyan005_outlook.com.
Fri, Mar 27, 11:25 PM
iyan005_outlook.com updated iyan005_outlook.com.
Fri, Mar 27, 11:25 PM
jlduran added a comment to D56117: usr.sbin/blacklist{d,ctl}: Use libblacklist.
In D56117#1283524, @ivy wrote:

that sounds reasonable. note this blocks D56087, so i'm interested in the result.

Fri, Mar 27, 11:20 PM
ivy added a comment to D56117: usr.sbin/blacklist{d,ctl}: Use libblacklist.

that sounds reasonable. note this blocks D56087, so i'm interested in the result.

Fri, Mar 27, 11:12 PM
jlduran added a comment to D56117: usr.sbin/blacklist{d,ctl}: Use libblacklist.

Give me some time to test it, but I think it is better if we just update share/mk/src.opts.mk (and regenerate the manual page afterwards):

.if ${MK_BLOCKLIST} == "no"
MK_BLACKLIST:=	no
.endif
Fri, Mar 27, 11:09 PM
bms added a comment to D56115: stand/efi: retrieving and printing the boot count.

Comments inline. +10 points for joining us on Phabricator.

Fri, Mar 27, 11:01 PM
yuri committed R11:3adc488bbe77: databases/surrealdb: update 3.0.4 → 3.0.5 (authored by yuri).
databases/surrealdb: update 3.0.4 → 3.0.5
Fri, Mar 27, 10:58 PM
yuri committed R11:13825a9a521d: misc/ollama: add patches for: image generation hanging/timeout on slow CPUs… (authored by yuri).
misc/ollama: add patches for: image generation hanging/timeout on slow CPUs…
Fri, Mar 27, 10:58 PM
ivy requested review of D56117: usr.sbin/blacklist{d,ctl}: Use libblacklist.
Fri, Mar 27, 10:35 PM
asomers added inline comments to D53086: fusefs: kernel-based implementation of auto_unmount.
Fri, Mar 27, 10:17 PM
tz added a reverting change for R11:c864cbc10937: dns/unbound: use daemon(8) for crash recovery: R11:4b900e49c16a: Revert "dns/unbound: use daemon(8) for crash recovery".
Fri, Mar 27, 9:56 PM
tz committed R11:4b900e49c16a: Revert "dns/unbound: use daemon(8) for crash recovery" (authored by tz).
Revert "dns/unbound: use daemon(8) for crash recovery"
Fri, Mar 27, 9:56 PM
adamw committed R11:d48bf8cce3d3: sysutils/try-rs: Update to 1.7.1 (authored by adamw).
sysutils/try-rs: Update to 1.7.1
Fri, Mar 27, 9:46 PM
jlduran accepted D56109: packages: Fix caroot deinstall command.
Fri, Mar 27, 9:40 PM
olce added a comment to D56062: acpi_spmc: Call new MS turn on display DSM.

Looks good overall. Based on Microsoft's documentation, which leaves a lot to be desired, I would have called DSM_MODERN_TURN_ON_DISPLAY before DSM_MODERN_EXIT_NOTIF exactly as you're doing.

Fri, Mar 27, 9:36 PM
thierry committed R11:94e3f14f7ec3: math/openblas64: upgrade to v0.3.32 (authored by thierry).
math/openblas64: upgrade to v0.3.32
Fri, Mar 27, 9:25 PM
thierry committed R11:474d9cef7f14: math/libsemigroups: upgrade to v3.5.4 (authored by thierry).
math/libsemigroups: upgrade to v3.5.4
Fri, Mar 27, 9:25 PM
thierry committed R11:0de2340b708b: math/hpcombi: upgrade to v1.1.2 (authored by thierry).
math/hpcombi: upgrade to v1.1.2
Fri, Mar 27, 9:25 PM
thierry committed R11:5435de18c114: cad/gmsh: upgrade to 4.15.2 (authored by thierry).
cad/gmsh: upgrade to 4.15.2
Fri, Mar 27, 9:25 PM

Panel Used By

DashboardRestricted Dashboard

Event Timeline

yan.jurak_gmail.com edited an edge.