Project

General

Profile

Activity

From 2021-04-15 to 2021-05-14

2021-05-14

09:20 PM Bug #13811 (Closed): libmtmalloc: 'size_nx' may be used uninitialized
Build errors with gcc compilers:... Toomas Soome
08:50 PM Bug #13810 (New): ldapclient needs better default behavior
ldapclient copies nsswitch.ldap over nsswitch.conf. This is a problem because nsswitch.ldap doesn't use DNS.
There...
Brian Bennett
06:18 PM Feature #12807 (Closed): Want option to explicitly set bhyve virtio disk serial number
"git commit 4b82e532e7bf2c770ccd1f39cad0c7e91fdaedce":https://github.com/illumos/illumos-gate/commit/4b82e532e7bf2c77... Electric Monk
03:23 PM Bug #13759: dladm create-simnet should allow mac-address to be provided
Some analysis of command line options:
-u mac-address is used by create-aggr for specifying the unicast address to...
William Welliver
02:23 PM Bug #13809 (Closed): cpio: variable may be used uninitialized
Build errors with gcc compilers:... Toomas Soome
01:56 PM Bug #13808 (In Progress): sharemgr: variable may be used uninitialized
Build errors with gcc compilers:... Toomas Soome
10:10 AM Bug #13807 (Closed): diff: variable may be used uninitialized
Build errors with gcc compilers:... Toomas Soome
09:36 AM Bug #13806 (Closed): dladm: variable may be used uninitialized
Build errors from gcc compilers:... Toomas Soome
08:59 AM Bug #13805 (Closed): nwamcfg: variable may be used uninitialized
Build errors with gcc compilers:... Toomas Soome
08:01 AM Bug #13804 (In Progress): ipsecutils: variable may be used uninitialized
Build errors with gcc compilers:... Toomas Soome
07:58 AM Bug #13793: va_arg(9F): va_arg() returns type, not (type *)
Review Board: https://www.illumos.org/rb/r/2585/ Marcel Telka

2021-05-13

10:20 PM Bug #13780 (Closed): Add support for rust v0 mangling format
"git commit 1cd083931cfd3fb8617c1178f62bce417cfa6af2":https://github.com/illumos/illumos-gate/commit/1cd083931cfd3fb8... Electric Monk
09:09 PM Bug #13797: libumem should only have one umem_log_enter()
Tested just with an i386 build, and use of UMEM_LOGGING Rich Lowe
09:06 PM Bug #13803 (In Progress): rdist: variable may be used uninitialized
Build errors with gcc compilers:... Toomas Soome
08:51 PM Bug #13802 (Closed): nwamd: variable may be used uninitialized
Build errors with gcc compilers:... Toomas Soome
07:35 PM Bug #13801 (In Progress): ilbadm: variable may be used uninitialized
Build errors with gcc compilers:... Toomas Soome
06:53 PM Bug #13798 (Closed): loader: Update the EFI timer to be called once a second
"git commit 4fe48c6ec9f06cbcce19c4cf97f662b64efde582":https://github.com/illumos/illumos-gate/commit/4fe48c6ec9f06cbc... Electric Monk
05:31 PM Bug #13374 (Closed): Port L2ARC Improvements from OpenZFS
"git commit 9e3493cb8a0cfe96c9aef9b7da42c6c9b5c24b43":https://github.com/illumos/illumos-gate/commit/9e3493cb8a0cfe96... Electric Monk
11:48 AM Bug #13800 (In Progress): snoop: variable may be used uninitialized
Build errors with different gcc versions:... Toomas Soome
04:44 AM Bug #8883 (Closed): zpool list parsable output is inconsistent
"git commit 3dfe801733ea71102fa4b1f79dddf16ee3ea546f":https://github.com/illumos/illumos-gate/commit/3dfe801733ea7110... Electric Monk
04:20 AM Bug #8883: zpool list parsable output is inconsistent
See #13678 for testing notes. Dan McDonald
04:44 AM Feature #13678 (Closed): Make zpool list -vp print individual vdev sizes parsable.
"git commit 3dfe801733ea71102fa4b1f79dddf16ee3ea546f":https://github.com/illumos/illumos-gate/commit/3dfe801733ea7110... Electric Monk
04:44 AM Bug #6395 (Closed): cannot tune segkpsize up
"git commit 860b5cc8ca1cde8ee07c510e06bf21ad9103bb69":https://github.com/illumos/illumos-gate/commit/860b5cc8ca1cde8e... Electric Monk
12:02 AM Bug #13777 (Closed): bhyve kernel ifdef cleanup
"git commit f703164ba851040400c59bb71d4667c477b96bdb":https://github.com/illumos/illumos-gate/commit/f703164ba8510404... Electric Monk

2021-05-12

09:15 PM Bug #13799 (In Progress): mailx: variable may be used uninitialized
Build errors with gcc 10 and gcc 7 and earlier:... Toomas Soome
08:49 PM Bug #13759: dladm create-simnet should allow mac-address to be provided
Testing notes:
- originally developed and tested on SmartOS.
- illumos-gate compiles cleanly with this change applie...
William Welliver
08:34 PM Bug #13798 (Closed): loader: Update the EFI timer to be called once a second
There is no need to call it evert 10ms when we need 1s granularity. Update to update the time every second.
Picked...
Toomas Soome
07:29 PM Bug #13797 (Closed): libumem should only have one umem_log_enter()
libumem has two umem_log_enter() functions (both static), one to enter into the txn/content logs, one to log messages... Rich Lowe
01:43 PM Bug #13796: libuuid: map_state() leaks file when mmap() fails
The situation seems to be even worse:
In a case the the @mmap()@ fails we will also leave @file_type@ set to a non...
Marcel Telka
12:38 PM Bug #13796 (New): libuuid: map_state() leaks file when mmap() fails
When @mmap()@ fails in @map_state()@ the @fd@ is not closed and leaks at line 273:... Marcel Telka
10:14 AM Bug #13795 (New): Encrypted zfs is not compatible with openzfs
Encrypted zfs which is created by illumos-gate cannot be imported by Openzfs in linux.
Steps:...
jing zhang
09:19 AM Bug #13794 (In Progress): isns: variables may be used uninitialized
Build errors with gcc 10/gcc7:... Toomas Soome
07:42 AM Bug #13793 (Closed): va_arg(9F): va_arg() returns type, not (type *)
@va_arg()@ returns @type@, but man page synopsis says @(type *)@.
Reference: https://pubs.opengroup.org/onlinepubs...
Marcel Telka
05:02 AM Bug #13789 (Closed): logadm: conf_scan() depens on non-zero value from stack
"git commit 509030e0926e72abde83b73397c61375773aaf9e":https://github.com/illumos/illumos-gate/commit/509030e0926e72ab... Electric Monk

2021-05-11

11:52 PM Bug #13374: Port L2ARC Improvements from OpenZFS
For testing, I ran the zfs test suite. The only failures were known failures with existing tickets. Jason King
11:51 PM Bug #13792 (Closed): zfs_program_json zfs test can sometimes fail due to poor json comparison
I encountered a failure with zfs_program_json, looking at the failure:... Jason King
09:35 PM Bug #13791 (Closed): loader: gfx_fb_drawrect should use GfxFbBltVideoFill
The gfx_fb_drawrect() is drawing rectangle by pixels, this can be very slow on some systems. Use Blt() video fill pri... Toomas Soome
09:20 PM Bug #13790 (Closed): krb5: variable may be used uninitialized
Build errors with gcc10/shadow gcc 7:... Toomas Soome
09:05 PM Feature #13678: Make zpool list -vp print individual vdev sizes parsable.
I ran the full zfs test suite before and after, and there were no differences, I also applied the patch version and r... Matt Fiddaman
08:34 PM Bug #13777: bhyve kernel ifdef cleanup
I booted the typical suite of guest OSes (Linux, Windows, illumos, OpenBSD) on Intel and AMD hardware. There was no ... Patrick Mooney

2021-05-10

07:02 PM Feature #13726: distinguish ourselves with a macro
I have added a commit to the new proposed illumos gcc 10.3 PR that defines this macro in the compiler:
https://git...
Andy Fiddaman
05:51 PM Bug #13747 (Closed): udfs: variable may be used uninitialized
"git commit eee96f107560ac00d5cc32e4aa8a02376aaf19d4":https://github.com/illumos/illumos-gate/commit/eee96f107560ac00... Electric Monk
05:22 PM Bug #13748 (Closed): ypcmd: variable may be used uninitialized
"git commit 920f538e9d81325e0e046cbc740f5c127eaee05a":https://github.com/illumos/illumos-gate/commit/920f538e9d81325e... Electric Monk
05:09 PM Bug #13746 (Closed): statd: variable may be used uninitialized
"git commit c6c850bf6e55f15fd8f56fb2e2c696a02b87948d":https://github.com/illumos/illumos-gate/commit/c6c850bf6e55f15f... Electric Monk
04:27 PM Bug #13760 (Closed): luxadm: variable may be used uninitialized
"git commit 826703e5ab8201460531b75273c9fa3814413cd9":https://github.com/illumos/illumos-gate/commit/826703e5ab820146... Electric Monk
04:11 PM Bug #13717 (Closed): kernel fpu use can still lead to panic
"git commit a16c2dd277fe07b088b1a5da5b953f5415ce55ec":https://github.com/illumos/illumos-gate/commit/a16c2dd277fe07b0... Electric Monk
03:26 PM Feature #13709 (Closed): sparc: we should be able to read boot_archive in cpio format
"git commit 55dca7cbc3def8d68188566c201eb08bfa439fde":https://github.com/illumos/illumos-gate/commit/55dca7cbc3def8d6... Electric Monk
03:22 PM Bug #13779 (Closed): su: cast between incompatible function types
"git commit e476cc14bc84d0f0ee2be4b969d558ef54fd2d8f":https://github.com/illumos/illumos-gate/commit/e476cc14bc84d0f0... Electric Monk
03:17 PM Bug #13773 (Closed): zs: cast between incompatible function types
"git commit 2696d28bdff8fd7efcfc04100ee084df09358c52":https://github.com/illumos/illumos-gate/commit/2696d28bdff8fd7e... Electric Monk
03:12 PM Bug #13629 (Closed): nxge: build errors with gcc 10
"git commit e3d11eee533a61e848d8b250c8db63f7cb855904":https://github.com/illumos/illumos-gate/commit/e3d11eee533a61e8... Electric Monk
02:55 PM Feature #13782 (Closed): Add missing capabilities for SPARC T4
"git commit 1ba081ee9f36cc673e86a7218c97c558c5b193e1":https://github.com/illumos/illumos-gate/commit/1ba081ee9f36cc67... Electric Monk
02:52 PM Feature #13771 (Closed): util-tests: create svr4pkg tests
"git commit aec0cbfb50629fbd4e80cf64ed4d22f1bb36a1f0":https://github.com/illumos/illumos-gate/commit/aec0cbfb50629fbd... Electric Monk
02:47 PM Bug #13411 (Closed): zfs_mount_all_mountpoints.ksh: cleanup_all should leave pool root mounted
"git commit 2663b0582183d1cc1437bc1462ecd94eca977da2":https://github.com/illumos/illumos-gate/commit/2663b0582183d1cc... Electric Monk
02:39 PM Bug #11245 (Closed): zfstest rename_dirs_001_pos RENAME_DIRS is undefined
"git commit 8459c777fc1aaabb2f7dad05de1313aa169417cd":https://github.com/illumos/illumos-gate/commit/8459c777fc1aaabb... Electric Monk

2021-05-08

08:43 PM Bug #13789 (Closed): logadm: conf_scan() depens on non-zero value from stack
13761 did reveal an issue where we depend on vaiable having non-zero value. Since we only do set cp in timescan conte... Toomas Soome
02:14 PM Bug #13788 (Closed): restart of privilege-aware zone init fails
Found whilst working on making @bhyve@ privilege aware (#13764) and using security flags (#13786) on OmniOS bloody.
...
Andy Fiddaman
02:04 PM Feature #13786 (In Progress): bhyve could use ASLR
Andy Fiddaman

2021-05-07

08:50 PM Bug #11245: zfstest rename_dirs_001_pos RENAME_DIRS is undefined
To test this change I ran the test after the change, and confirmed that it still passed, and while it was running I r... Matt Fiddaman
08:28 PM Feature #13776: ship demangle-sys.h
h1. Testing Notes
Built with updated package, checked repo with @pkgrepo contents@. Updated with @onu@ and confirme...
Joshua M. Clulow
03:40 PM Bug #13745 (Closed): Make SMBsrv compatible with Modern Cups/ OpenPrinting Cups
"git commit c778cbeb4bc8b9609f43b41183c6c774f574a9c2":https://github.com/illumos/illumos-gate/commit/c778cbeb4bc8b960... Electric Monk
10:03 AM Bug #13787 (New): smbsrv hardcodes printer name
While testing #13745, Toomas discovered that smbsrv hardcodes the printer name to be "Postscript". SMB printing works... Hans Rosenfeld
09:29 AM Feature #13786 (Closed): bhyve could use ASLR
... Andy Fiddaman
09:13 AM Bug #13784: zoneadm clone does not respect "-m copy" parameter
hmm. it seems that i can't find the correct source of my local file
/usr/lib/brand/ipkg/clone
it is NOT
i...
Stephan Althaus
08:28 AM Bug #13784: zoneadm clone does not respect "-m copy" parameter
Ok, i am thinking of this:
->clone.ksh ( origin: local OI installation )
...
# Other brand clone options are inv...
Stephan Althaus
06:05 AM Bug #13784: zoneadm clone does not respect "-m copy" parameter
As the "zfs clone" is carried out in the brand-specific script, i think
/usr/src/lib/brand/solaris10/zone/clone.ks...
Stephan Althaus
05:16 AM Bug #13784 (New): zoneadm clone does not respect "-m copy" parameter

zoneadm does not properly parse the command line parameters.
# zoneadm -z mail2 clone -m copy mail
/usr/lib/bra...
Stephan Althaus
08:33 AM Bug #13785 (Closed): loader: move libcrypto to libstand
No functional changes; move current loader libcrypto sources and build into libstand. This is needed because future c... Toomas Soome
05:31 AM Bug #13374: Port L2ARC Improvements from OpenZFS
Just to note, while the L2ARC tests are improved, they still can fail on occasion (and require re-running). I've tal... Jason King
05:13 AM Bug #13766 (Closed): Restore ARC MFU/MRU pressure
"git commit 9facd51aead02cdbd00e66663a6c34c9254ed0e7":https://github.com/illumos/illumos-gate/commit/9facd51aead02cdb... Electric Monk

2021-05-06

09:30 PM Bug #13781 (Closed): fwflash can't spell KEEP_STATE
"git commit f413b00b047a5329b0e18e60df18f9b8abde0bbc":https://github.com/illumos/illumos-gate/commit/f413b00b047a5329... Electric Monk
08:05 PM Feature #13688 (Closed): Want support for AMD Zen 3 Milan CPC Events
"git commit 281939df320dc275543124ebb96b5a9415c503be":https://github.com/illumos/illumos-gate/commit/281939df320dc275... Electric Monk
06:27 PM Feature #13688: Want support for AMD Zen 3 Milan CPC Events
To test this I used a Milan system and looked at a couple things:
1. Made sure that we saw expected stats in @cpus...
Robert Mustacchi
07:44 PM Support #13778: AMD Ryzen 5600 Starship/Matisse support
Couple notes here:
* On AMD systems in general (Rome, Milan, etc.) you'll find devices without drivers. For some o...
Robert Mustacchi
07:29 PM Bug #13745: Make SMBsrv compatible with Modern Cups/ OpenPrinting Cups
The interface between the SMB/RPC print service and CUPS could use work,
but it's likely to be a while before anyone...
Gordon Ross
05:56 PM Feature #13783 (Closed): viona should operate page-wise
Viona has long assumed that guest-physical memory is accessible via large virtually-contiguous regions in the kernel ... Patrick Mooney
03:03 PM Feature #13782 (Closed): Add missing capabilities for SPARC T4
Add code to recognize the SPARC T4 capabilities. Just list them, so we wont get the messages about unknown capabiliti... Toomas Soome

2021-05-05

10:25 PM Bug #13781 (Closed): fwflash can't spell KEEP_STATE
exactly what it says on the tin, the fwflash makefiles put a space in "KEEP_STATE". Rich Lowe
09:55 PM Bug #13736: ZFS Panic - Assertion failed during scrub
Corrected the above one per your request. Dan McDonald
08:39 PM Bug #13736: ZFS Panic - Assertion failed during scrub
Oops... my hex math was off.. @fffffe2db7781d80::print scan_prefetch_issue_ctx_t@ Jason King
08:32 PM Bug #13736: ZFS Panic - Assertion failed during scrub
(Corrected version)... Dan McDonald
08:26 PM Bug #13736: ZFS Panic - Assertion failed during scrub
On that second dump, @fffffe2db7781d90::print scan_prefetch_issue_ctx_t@ -- it'd be interesting to see if it's also a... Jason King
07:57 PM Bug #13736: ZFS Panic - Assertion failed during scrub
Just as another bit of data -- the blkid in the zbookmark for that bad blkptr is @DMU_SPILL_BLKID@. Jason King
07:42 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
Will B wrote in #note-11:
> Toomas Soome wrote in #note-10:
> > Can you test with FreeBSD 13 or FreeBSD current (14...
Toomas Soome
05:14 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
Toomas Soome wrote in #note-10:
> Can you test with FreeBSD 13 or FreeBSD current (14), does its kernel get the corr...
Will B
07:08 AM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
Will B wrote in #note-9:
> Toomas Soome wrote in #note-8:
> > Yea, I do not think there is mode switch happening, t...
Toomas Soome
03:08 AM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
Toomas Soome wrote in #note-8:
> Yea, I do not think there is mode switch happening, there is nothing to perform suc...
Will B
08:57 AM Bug #13769 (Closed): bhyve should name viona poll threads
"git commit 39eba7d4e0d9f5891ff3887719832b60281b41f9":https://github.com/illumos/illumos-gate/commit/39eba7d4e0d9f589... Electric Monk
02:28 AM Bug #13780: Add support for rust v0 mangling format
To test, the demangling tests (including the new added ones) were run, and all pass.
Additionally, Eduard-Mihai Burt...
Jason King
01:43 AM Bug #13780 (Closed): Add support for rust v0 mangling format
RUST "RFC 2603":https://github.com/rust-lang/rfcs/blob/master/text/2603-rust-symbol-name-mangling-v0.md describes a n... Jason King
01:43 AM Bug #13659: Linux Guest Kernel panic on virtnet_send_command
Small Update.
It is still happening on Kernel 5.11 but not with docker, only with Kubernetes.
Till Wegmüller

2021-05-04

09:50 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
Will B wrote in #note-7:
> Toomas Soome wrote in #note-6:
> > right, yes, once you set console, type menu to get me...
Toomas Soome
09:05 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
Toomas Soome wrote in #note-6:
> right, yes, once you set console, type menu to get menu up again:D
Oh, okay. Th...
Will B
08:35 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
Will B wrote in #note-5:
> > Yes, we did not thing about the corruption; but the question is, after this command, is...
Toomas Soome
08:22 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
> Yes, we did not thing about the corruption; but the question is, after this command, is the screen draw ok?
To m...
Will B
08:07 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
Will B wrote in #note-3:
> > if you press esc on boot menu and on OK prompt enter: set console=text - does it fix t...
Toomas Soome
08:00 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
> if you press esc on boot menu and on OK prompt enter: set console=text - does it fix the screen draw?
>
> For c...
Will B
07:53 PM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
Will B wrote in #note-1:
> Video of issue:
> https://www.pismotek.com/media/OpenIndiana-2021-04-Mac-mini-video-prob...
Toomas Soome
01:23 AM Bug #13774: [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
Video of issue:
https://www.pismotek.com/media/OpenIndiana-2021-04-Mac-mini-video-problem.mp4
Screenshots of issu...
Will B
09:26 PM Bug #13779 (Closed): su: cast between incompatible function types
Build error on SPARC with gcc 10:... Toomas Soome
09:07 PM Support #13778 (New): AMD Ryzen 5600 Starship/Matisse support
I am running OpenIndiana Hipster when I run the Device Driver Utility it reports that the following AMD components ar... r a
08:50 PM Bug #13777: bhyve kernel ifdef cleanup
There are a few ifdefs I'm leaving in place for now:
1. Ones relating to the iommu/vtd/pci-passthru, since I have li...
Patrick Mooney
07:30 PM Bug #13777 (Closed): bhyve kernel ifdef cleanup
When bhyve was originally ported, a number of ifdef/ifndef __FreeBSD__ statements were put in place to mitigate diffe... Patrick Mooney
08:21 PM Bug #13736: ZFS Panic - Assertion failed during scrub
It looks like that blkptr_t as well as the next blkptr_t in the prefetch queue look bad.. the others seem reasonable ... Jason King
07:55 PM Bug #13736: ZFS Panic - Assertion failed during scrub
It's still the prefetch thread though. Jason King
06:35 PM Bug #13736: ZFS Panic - Assertion failed during scrub
I will also note, in case this was missed in my original post, that I can do a zfs send | recv from this pool into a ... Nick Hall
06:32 PM Bug #13736: ZFS Panic - Assertion failed during scrub
Dan McDonald wrote in #note-13:
> I was provided another dump, with a completely different panic-stack, and a comple...
Nick Hall
06:14 PM Bug #13736: ZFS Panic - Assertion failed during scrub
I was provided another dump, with a completely different panic-stack, and a completely different iffy-block-pointer:
...
Dan McDonald
07:52 PM Bug #13768: mpapi is too clever with its ioctls tripping SSP
That just changes stack corruption to heap corruption (I suspect if you ran that with UMEM_DEBUG=default, it'd also c... Jason King
07:16 PM Bug #13768: mpapi is too clever with its ioctls tripping SSP
One possible solution would be to move the problematic data from stack to heap, like attached patch.
With this chang...
Carsten Grzemba
01:10 PM Bug #13768: mpapi is too clever with its ioctls tripping SSP
I see this problem on Omnios r151038 and want to do some investigation.
For that how can I activate the log output i...
Carsten Grzemba
07:37 PM Bug #13756 (Closed): mdb: cast between incompatible function types
"git commit 0597f6f3c66723c1dd0a4c1ad4b79db2dfd71b12":https://github.com/illumos/illumos-gate/commit/0597f6f3c66723c1... Electric Monk
06:51 PM Bug #13647 (Closed): onu does not work with python3.x
"git commit b3013b70462052910fea345a14462dcaa00cf7f6":https://github.com/illumos/illumos-gate/commit/b3013b7046205291... Electric Monk
06:51 PM Bug #13646 (Closed): onu fails if the system being updated has linked image zones
"git commit b3013b70462052910fea345a14462dcaa00cf7f6":https://github.com/illumos/illumos-gate/commit/b3013b7046205291... Electric Monk
06:51 PM Feature #13642 (Closed): onu could support updating on OmniOS
"git commit b3013b70462052910fea345a14462dcaa00cf7f6":https://github.com/illumos/illumos-gate/commit/b3013b7046205291... Electric Monk
06:51 PM Bug #13718 (Closed): ksh: segfault on typeset -l/-u against special/read-only variables
"git commit 5b8dd251e631f58e50129eeb313228a0646df3fe":https://github.com/illumos/illumos-gate/commit/5b8dd251e631f58e... Electric Monk
01:00 PM Bug #13718: ksh: segfault on typeset -l/-u against special/read-only variables
I've tested that the original crashes no longer occur, and that the new tests added as part of this change pass succe... Andy Fiddaman
06:51 PM Bug #13720 (Closed): ksh: segfault on unsetting/changing ${.sh.lineno}
"git commit b0be34a9836f228ccc040cc619b03ae1fe91256e":https://github.com/illumos/illumos-gate/commit/b0be34a9836f228c... Electric Monk
11:47 AM Bug #13720: ksh: segfault on unsetting/changing ${.sh.lineno}
To test this, I confirmed that unsetting/modifying @${.sh.lineno}@ no longer causes a segfault. The new test from #13... Andy Fiddaman
06:49 PM Bug #13762 (Closed): stop passing MFLAGS to make(1)
"git commit f96a0cef040313f6281fbc014a0b63d5c5cc760f":https://github.com/illumos/illumos-gate/commit/f96a0cef040313f6... Electric Monk
06:41 PM Feature #13776: ship demangle-sys.h
>Note: OmniOS already ship this in their distribution
Yes, and still use it for openjdk8, although we did switch t...
Andy Fiddaman
05:58 PM Feature #13776 (Closed): ship demangle-sys.h
Though @libdemangle-sys@ is a private interface, we ship a compilation symlink and we should ship the header as well.... Joshua M. Clulow
03:30 PM Feature #13741 (Closed): want microstates for bhyve vCPUs
"git commit 59460b493cd70b38e999010c370d57e58b989e45":https://github.com/illumos/illumos-gate/commit/59460b493cd70b38... Electric Monk
03:30 PM Bug #13723 (Closed): expose bhyve metrics as kstats
"git commit 59460b493cd70b38e999010c370d57e58b989e45":https://github.com/illumos/illumos-gate/commit/59460b493cd70b38... Electric Monk
01:13 PM Feature #12807: Want option to explicitly set bhyve virtio disk serial number
Testing the new patch using an OmniOS guest:... Andy Fiddaman

2021-05-03

11:27 PM Bug #13774 (New): [OpenIndiana Hipster 2021.04] Slow then unusable video after startup menu on 2012 Mac mini
When attempting to use Hipster 2021.04 Live USB on a 2012 Mac mini, the initial boot menu draws *very* slowly (you ca... Will B
09:30 PM Bug #13773 (Closed): zs: cast between incompatible function types
Build errors on SPARC:... Toomas Soome
09:29 PM Bug #13723: expose bhyve metrics as kstats
Testing across reboots of a guest, I confirmed that active vCPUs maintained their time accounting across the reboot (... Patrick Mooney
07:04 PM Bug #13723: expose bhyve metrics as kstats
Mike Zeller tested this with bhyve instances in zones to confirm kstat visibility:
> From the gz I am now able to ...
Patrick Mooney
06:59 PM Bug #13723: expose bhyve metrics as kstats
This (along with #13741) was tested on both Intel and AMD machines. Different guests were fired up to verify that vC... Patrick Mooney
08:54 PM Bug #13725 (Closed): ms: cast between incompatible function types
"git commit 166fc0161da8f2aef0ff36cc5241a32f8f0cf3bc":https://github.com/illumos/illumos-gate/commit/166fc0161da8f2ae... Electric Monk
08:47 PM Bug #13772 (Closed): viona: Typo in block comment.
"git commit 26613631796368939c5265b0fc7346569774e7a2":https://github.com/illumos/illumos-gate/commit/2661363179636893... Electric Monk
08:17 PM Bug #13772: viona: Typo in block comment.
Note there is no testable impact here; this change is constrained entirely to comments and line numbers don't change. Dan Cross
05:54 PM Bug #13772 (Closed): viona: Typo in block comment.
In `viona_main.c`, the word "acquiring" is misspelled as "aqcuiring".
This is clearly a typo, and has no discernib...
Dan Cross
07:00 PM Feature #13741: want microstates for bhyve vCPUs
This was tested in conjunction with the #13723 work. Patrick Mooney
06:40 PM Bug #13749 (Closed): users: variable may be used uninitialized
"git commit dfae6925aa6a17baa5c4ac06bcda3654657432d1":https://github.com/illumos/illumos-gate/commit/dfae6925aa6a17ba... Electric Monk
05:47 PM Bug #13722 (Closed): Enabling SMB3 encryption breaks macOS Big Sur clients
"git commit 715c0bc682f21743c2b3b52b748c228fbe9524ad":https://github.com/illumos/illumos-gate/commit/715c0bc682f21743... Electric Monk
03:08 PM Bug #13753 (Closed): svr4pkg: variable may be used uninitialized
"git commit 014740def2fccbcada139c94bad0664bfc172ab5":https://github.com/illumos/illumos-gate/commit/014740def2fccbca... Electric Monk
03:04 PM Bug #13752 (Closed): stat: variable may be used uninitialized
"git commit ea429a71818e2432d0d0a924065a009b1e5abdd1":https://github.com/illumos/illumos-gate/commit/ea429a71818e2432... Electric Monk
10:10 AM Feature #13771 (Closed): util-tests: create svr4pkg tests
Implement simple tests to create prototype, package, transform package to stream form, install and uninstall package.... Toomas Soome

2021-05-02

06:37 PM Bug #13088: uniqtime() is too clever for its own good
shua ll wrote in #note-3:
> with following results run inside omnios qemu guest on an i7
> [...]...
Toomas Soome
07:17 AM Bug #13766: Restore ARC MFU/MRU pressure
Also, the FreeBSD for the equivalent change is here: https://reviews.freebsd.org/D19094
Jason King
07:14 AM Bug #13766: Restore ARC MFU/MRU pressure
To test, I ran the zfs test suite, and the only failures were tests with known issues (and bugs filed). Jason King

2021-05-01

05:27 PM Bug #13767 (Closed): Dumping C++ demangling state can trigger ASSERT
"git commit 6bb387f32ea92818dd741fd3f0164ceb3a2e989e":https://github.com/illumos/illumos-gate/commit/6bb387f32ea92818... Electric Monk
02:04 PM Bug #13769: bhyve should name viona poll threads
With the change in place, a test VM with two viona interfaces backed with @xxx0@ and @xxx1@ shows up as:... Andy Fiddaman
01:49 PM Bug #13769 (Closed): bhyve should name viona poll threads
Looking at a running bhyve process, I saw a thread that did not have a name associated with it:... Andy Fiddaman
04:25 AM Bug #13736: ZFS Panic - Assertion failed during scrub
First one:... Dan McDonald

2021-04-30

10:24 PM Bug #13736: ZFS Panic - Assertion failed during scrub
Something that might be interesting:... Jason King
10:15 PM Bug #13736: ZFS Panic - Assertion failed during scrub
could you try to test this iso:
http://apt2.dilos.org/dilos/isos/dilos-core-21-05-01_01-08-2.0.2.85.iso
no need i...
Igor Kozhukhov
10:00 PM Bug #13736: ZFS Panic - Assertion failed during scrub
That seems... wrong....
What's interesting is that OpenZFS does have this bit of code a bit ahead of the code that...
Jason King
09:45 PM Bug #13736: ZFS Panic - Assertion failed during scrub
... Dan McDonald
08:53 PM Bug #13736: ZFS Panic - Assertion failed during scrub
Does @::blkptr@ show anything more interesting? Jason King
08:46 PM Bug #13736: ZFS Panic - Assertion failed during scrub
I received a vmdump with a DIFFERENT stack, but what I'm going to guess might have the same blktptr in the aforementi... Dan McDonald
02:17 PM Bug #13736: ZFS Panic - Assertion failed during scrub
Dan McDonald wrote in #note-4:
> Thank you for confirming it's recent. Happen to have the vmdump.N file handy?
Y...
Nick Hall
02:00 PM Bug #13736: ZFS Panic - Assertion failed during scrub
Thank you for confirming it's recent. Happen to have the vmdump.N file handy? Dan McDonald
01:36 PM Bug #13736: ZFS Panic - Assertion failed during scrub
This was SmartOS 20210325T002528Z Nick Hall
07:19 PM Bug #13768 (Closed): mpapi is too clever with its ioctls tripping SSP
Using mpathadm, it would segfault with the following stack:... Jason King
08:33 AM Bug #13722: Enabling SMB3 encryption breaks macOS Big Sur clients
With the fix proposed in 1420 the issue is no longer reproducible; mac OS Big Sur clients are able to connect just fi... Andrew Stormont
07:15 AM Bug #13761 (Closed): logadm: variable may be used uninitialized
"git commit 2ed5ea5a06df7f669d20d88729c625981a0de7bc":https://github.com/illumos/illumos-gate/commit/2ed5ea5a06df7f66... Electric Monk
06:56 AM Bug #13100 (Closed): zdb rpool crash on raidz
"git commit 9178578f07d5330b7bf2b7b699ec04ea6635297a":https://github.com/illumos/illumos-gate/commit/9178578f07d5330b... Electric Monk
06:52 AM Feature #13728 (Closed): build zdb command as 64-bit binary
"git commit 37630fa7bc917bff982fad0be16789eba84c5486":https://github.com/illumos/illumos-gate/commit/37630fa7bc917bff... Electric Monk
03:29 AM Bug #13767: Dumping C++ demangling state can trigger ASSERT
To test, I tried to recreate the assert with the change in place. I was not able to re-trigger the assert. Jason King
03:25 AM Bug #13767 (Closed): Dumping C++ demangling state can trigger ASSERT
After #13727, when using the undocumented @DEMANGLE_DEBUG@ environment variable to verify some demangling cases, I tr... Jason King
12:02 AM Bug #13766 (Closed): Restore ARC MFU/MRU pressure
From OpenZFS #10548 and #10618:
The arc_adapt() function tunes LRU/MLU balance according to 4 types of
cache hits...
Jason King

2021-04-29

03:52 PM Bug #13765: zfs_clone_010_pos fails with newer python
Who/what repo is 'we'? That is not in illumos-gate, and there wasn't an obvious open ticket for this already. Jason King
03:26 PM Bug #13765: zfs_clone_010_pos fails with newer python
We just changed it to the following to get rid of python dependency entirely (at least for that test case):... Yuri Pankov
03:15 PM Bug #13765 (Closed): zfs_clone_010_pos fails with newer python
I noticed that zfs_clone_010_pos fails with:... Jason King
01:57 PM Bug #13736: ZFS Panic - Assertion failed during scrub
1.) Providing a core dump would be helpful (one was also asked for in #13033)
2.) Please include the SmartOS PI ve...
Dan McDonald
12:23 PM Feature #13764 (Closed): bhyve could reduce privileges(5)
By default, @bhyve(1M)@ runs as root with all privileges. We could use illumos privileges to reduce this.
(NB: when ...
Andy Fiddaman
11:20 AM Feature #13763 (Closed): Want rx-only DLPI promiscuous modes
The MAC layer already has a notion of a given mac callback only being promiscuous when receiving traffic. We should p... Andy Fiddaman
12:06 AM Bug #13762: stop passing MFLAGS to make(1)
wsdiff clean Rich Lowe

2021-04-28

06:18 PM Bug #13762 (Closed): stop passing MFLAGS to make(1)
make(1) handles inheriting command line flags itself. If we pass MFLAGS to make, options that are sensitive to the n... Rich Lowe
12:09 PM Bug #13761 (Closed): logadm: variable may be used uninitialized
Build errors:... Toomas Soome
01:25 AM Bug #13088: uniqtime() is too clever for its own good
wrote test program similar to those in previous ticket, but copying conversion logic from @uniqtime@. I originally tr... shua ll
12:15 AM Bug #12169: acpica leaks terribly
I'm attaching a set of output from the still-leaky larry, on the off chance someone with ACPICA knowledge can look at... Dan McDonald

2021-04-27

09:20 PM Bug #13760 (Closed): luxadm: variable may be used uninitialized
Build errors:... Toomas Soome
08:04 PM Bug #13100 (In Progress): zdb rpool crash on raidz
Toomas Soome
03:15 PM Bug #13759 (In Progress): dladm create-simnet should allow mac-address to be provided
Currently, creating a new simnet device results in the device being assigned a random MAC address. It would be helpfu... William Welliver
02:29 PM Bug #12169: acpica leaks terribly
Visit https://kebe.com/~danmcd/webrevs/acpi-dev/ for vmdumps and ::findleaks output. The leaks in VMware appear to ... Dan McDonald
09:37 AM Feature #13758 (New): Can the prtfru command be implemented in illumos/openindiana
Can the prtfru command be implemented so that can display the replaceable components inside a normal pc?
eg
===...
r a

2021-04-26

09:46 PM Bug #13756 (Closed): mdb: cast between incompatible function types
Build errors on SPARC:... Toomas Soome
08:45 PM Bug #13755 (In Progress): mdb: variable may be used uninitialized
Build error:... Toomas Soome
07:15 PM Bug #13754 (In Progress): sendmail: variable may be used uninitialized
Build errors:... Toomas Soome
06:39 PM Bug #13753 (Closed): svr4pkg: variable may be used uninitialized
Build errors:... Toomas Soome
04:23 PM Feature #13677: pwait -v should decode wait status
Shout out to Andy Fiddaman, who created the following code in order to create a zombie process. This was needed in or... Ryan England
03:47 PM Bug #13722: Enabling SMB3 encryption breaks macOS Big Sur clients
The Samba client also exposes this (that's where we first noticed it).
BTW this was exposed after #11038
Gordon Ross
01:18 PM Bug #8679: failed to attach AMD IOMMU
I have upgraded the BIOS on my MSI MPG Gaming Plus motherboard, after searching on Google I found a fix for the Faile... r a

2021-04-25

10:02 PM Bug #13752 (Closed): stat: variable may be used uninitialized
Build errors with shadow gcc 7:... Toomas Soome
07:39 PM Bug #13751 (New): mdb command buffer should be larger
In trying to debug ctfmerge of genunix, I can't actually ::run it, because I can't fit all the object files on the co... Rich Lowe
07:34 PM Feature #13750 (New): mdb ::run could support globbing
It'd be handy if mdb's ::run supported globbing in the same manner as the shell. Full shell expansion is probably a ... Rich Lowe
06:39 PM Bug #13749 (Closed): users: variable may be used uninitialized
Build errors with shadow gcc 7:... Toomas Soome
06:07 PM Feature #13698 (Closed): CTF could handle C99 VLAs in function arguments
"git commit e0cbdd5af707390adb289995fdf2dd8a3869dcca":https://github.com/illumos/illumos-gate/commit/e0cbdd5af707390a... Electric Monk
09:50 AM Bug #13748 (Closed): ypcmd: variable may be used uninitialized
Build errors with gcc 7 as shadow:... Toomas Soome
08:22 AM Bug #13747 (Closed): udfs: variable may be used uninitialized
Build errors with shadow gcc 7:... Toomas Soome

2021-04-24

10:11 PM Bug #13746 (Closed): statd: variable may be used uninitialized
Build errors with gcc 10/shadow gcc 7:... Toomas Soome
09:59 PM Bug #13745: Make SMBsrv compatible with Modern Cups/ OpenPrinting Cups
Something like but we need somebody to work on it more :)... Till Wegmüller
10:49 AM Bug #13745: Make SMBsrv compatible with Modern Cups/ OpenPrinting Cups
I think the best option is to make the changes in gate so that it works with newer cups, then re-enable the integrati... Andy Fiddaman
09:25 PM Bug #13744 (Closed): scsi_hba_attach_setup(9F) missing a period
"git commit 779e7536581132768ca7b59a0d19bdb89035ef2c":https://github.com/illumos/illumos-gate/commit/779e753658113276... Electric Monk
12:30 AM Bug #13744: scsi_hba_attach_setup(9F) missing a period
Testing was a visual inspection of the man page before and after. With the change, the @Fa@ macro is now being interp... Jason King
01:19 PM Feature #13698: CTF could handle C99 VLAs in function arguments
I've tested this by running the CTF testsuite, including the new tests which failed before.
This has also been used ...
Andy Fiddaman
01:11 PM Bug #13643 (Closed): smb share of lofs mount fails
"git commit af536d7d6143277f3f642ce0ab6794bdd09083ed":https://github.com/illumos/illumos-gate/commit/af536d7d6143277f... Electric Monk

2021-04-23

11:01 PM Bug #13745: Make SMBsrv compatible with Modern Cups/ OpenPrinting Cups
In IRC multiple other options where suggested:
- Move the only the Printing feature out of tree and make a "plugin...
Till Wegmüller
10:26 PM Bug #13745 (Closed): Make SMBsrv compatible with Modern Cups/ OpenPrinting Cups
Our SMB server is using a deprecated interface in IPP to print. This has been removed in cups 2.3 and thus SMB_PRINTI... Till Wegmüller
08:03 PM Bug #13744 (Closed): scsi_hba_attach_setup(9F) missing a period
Just noticed that scsi_hba_attach_setup(9F) has the following:... Jason King
08:00 PM Feature #13638: Update ACPI to illumos/20201113
Running this under VMware ESXi the high-count leaks described in #12169 appear to be fixed.
After running a while, I ...
Gordon Ross
07:58 PM Bug #12169: acpica leaks terribly
Some test results: With either this fix, or #13638 the large volume of leaking disappears.
(The one originating fro...
Gordon Ross
02:55 PM Bug #12169: acpica leaks terribly
I still saw leaks with a version I tried. To be fair, it might be replacement leaks, I didn't do a before/after leak ... Dan McDonald
02:51 PM Bug #12169: acpica leaks terribly
We found that #13638 didn't help with the leak. Did you find that it did? Robert Mustacchi
02:49 PM Bug #12169: acpica leaks terribly
We've lived with this leak for quite a while, so can probably just wait for #13638 to be integrated. Gordon Ross

2021-04-22

09:34 PM Bug #13737: Boot sequence hangs on Rocket Lake 11700K.
Well, it looks like everything is fine and I just stumbled over a few details. I misunderstood my BIOS and didn't rea... Jeremy Andrews
06:31 PM Bug #13739 (Closed): vnode reference leak in copen()
"git commit 99d240ec37397536063ecdea5644c8ef759c3e9a":https://github.com/illumos/illumos-gate/commit/99d240ec37397536... Electric Monk
06:10 PM Bug #13739: vnode reference leak in copen()
Introduced in 2007 commit da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0 Dan McDonald
01:01 PM Bug #13739: vnode reference leak in copen()
I tested this with a build and onu, and then running the workload that always previous reproduced the problem and con... Andy Fiddaman
06:05 PM Bug #13699 (Closed): strtod(3c)/wcstod(3c) man pages should mention math.h
"git commit fc14a9f656c392f9e8344484089464f018de6ef6":https://github.com/illumos/illumos-gate/commit/fc14a9f656c392f9... Electric Monk
09:17 AM Bug #13699 (Pending RTI): strtod(3c)/wcstod(3c) man pages should mention math.h
Marcel Telka
04:00 PM Bug #13740: net-routing-setup should support default gateway via link-local routes
Testing notes:
A variation of the proposed fix first appeared in SmartOS and has been running there since last sum...
William Welliver
02:53 PM Bug #13740 (Closed): net-routing-setup should support default gateway via link-local routes
Currently, net-routing-setup creates a default route (if present) before creating any static routes. Some installatio... William Welliver
03:52 PM Feature #13741 (Closed): want microstates for bhyve vCPUs
In the existing bhyve stats system, there are only two measure of CPU usage: VCPU_TOTAL_RUNTIME and VCPU_IDLE_TICKS.... Patrick Mooney
03:47 PM Bug #13723 (In Progress): expose bhyve metrics as kstats
Patrick Mooney
03:12 PM Feature #13738: Wire up bhyve's network backends for illumos
Same out with with virtio-net... which I now realize looks the same as with virtio-net-viona... but I commented the i... Jorge Schrauwen
03:02 PM Feature #13738: Wire up bhyve's network backends for illumos
Applied on SmartOS and booted a VM in the GZ to test.
Both virtio-net and e1000 are working:...
Jorge Schrauwen

2021-04-21

01:47 PM Bug #13739 (Closed): vnode reference leak in copen()
While testing #13380, I had a path in the global zone lofs mounted into a NGZ, and then passed to a bhyve guest using... Andy Fiddaman
11:55 AM Feature #13738 (Closed): Wire up bhyve's network backends for illumos
As per the divergence note in @usr/src/cmd/bhyve/README.sync@:... Andy Fiddaman

2021-04-20

07:32 PM Bug #13737 (New): Boot sequence hangs on Rocket Lake 11700K.
I know, I know... even Linux barely supports this CPU yet and this is way too soon, but I figure I might as well repo... Jeremy Andrews
06:48 PM Bug #13727 (Closed): rust demangler loops when characters trail terminating E
"git commit f5ac85908213ce2217329b835bf3c91f1c04b793":https://github.com/illumos/illumos-gate/commit/f5ac85908213ce22... Electric Monk
02:28 AM Bug #13727: rust demangler loops when characters trail terminating E
To test, I ran all of the existing demangler tests, as well as the added test case that originally triggered the bug.... Jason King
05:01 PM Bug #13736 (New): ZFS Panic - Assertion failed during scrub
I have a server running SmartOS which is panicing during a ZFS scrub with:... Nick Hall

2021-04-19

08:24 PM Feature #13178 (Closed): ::msgbuf could see more than 8KB of logs
"git commit 64b8fdd9a26cb9749e154c721f0688932b5e0094":https://github.com/illumos/illumos-gate/commit/64b8fdd9a26cb974... Electric Monk
04:39 PM Feature #13178 (In Progress): ::msgbuf could see more than 8KB of logs
The correct number of bytes are reported. Thanks to Joshua's help using this dtrace script and also able to confirm ... Nick Ewins
04:16 PM Feature #13674 (Closed): bhyve upstream sync 2021 March
"git commit 2b9481465d6ee67ac62c160dbf79c3ec3348c611":https://github.com/illumos/illumos-gate/commit/2b9481465d6ee67a... Electric Monk
08:38 AM Feature #13674: bhyve upstream sync 2021 March
This change has been tested on a range of different host systems, with both Intel and AMD processors, and with a rang... Andy Fiddaman
11:20 AM Bug #13733: zpool import not possible after slot change - disk "unavailable"
After import of the pool in the HBA slot, export,
and re-test of the import in the ahci slot, the issue is gone.
...
Stephan Althaus
10:45 AM Bug #13733: zpool import not possible after slot change - disk "unavailable"
The error occurs only on the buildtin AHCI SATA interface.
Now i have tested 2 slots that are on a HBA on an LSI b...
Stephan Althaus
10:44 AM Bug #13733 (New): zpool import not possible after slot change - disk "unavailable"
Hello!
I have a 1-disk pool which i use only from time to time.
Normally i would expect that i can import the p...
Stephan Althaus
09:10 AM Bug #13713 (Closed): vm_unmap_mmio() should return non zero on error
"git commit 2282d3b00bd23a5df4dfea0edd5ae737693bd4b7":https://github.com/illumos/illumos-gate/commit/2282d3b00bd23a5d... Electric Monk
09:10 AM Bug #13712 (Closed): bhyve allows vmspace mapping inside existing range
"git commit 9558d0b12b2242f8f19a3526ff0656c48b28f657":https://github.com/illumos/illumos-gate/commit/9558d0b12b2242f8... Electric Monk
04:08 AM Bug #13732 (Rejected): zfs_ioc_channel_program with hidden_args returns ZFS_ERR_IOC_ARG_UNAVAIL
Sorry, this was smartos-only (the channel program change that added this feature in isn't upstream in illumos yet) Alex Wilson
03:57 AM Bug #13732 (Rejected): zfs_ioc_channel_program with hidden_args returns ZFS_ERR_IOC_ARG_UNAVAIL
If you attempt to run a ZFS channel program which is given ... Alex Wilson

2021-04-17

10:45 PM Feature #13677: pwait -v should decode wait status
I had seen other values at least once, but I'm struggling to get it now. I guess maybe we should change it to "shoul... Rich Lowe
09:18 PM Feature #13677: pwait -v should decode wait status
Andy Fiddaman wrote in #note-4:
> When I recently tried to get pwait to show anything other than zero, I was unsucce...
Ryan England
04:03 PM Bug #6348: source-level debugging not quite working
Unfortunately, if you use this and set SOURCEDEBUG during a full build,
the build fails in usr/src/lib/libc with unre...
Gordon Ross
04:00 PM Bug #6348: source-level debugging not quite working
Just setting COPTFLAG (and related) empty lets debugging work OK.
According to the gcc documentation, -O0 (Oh zero) i...
Gordon Ross
03:24 PM Bug #13730 (Closed): esballoc(9f) could document esballoca/desballoca
In addition to esballoc/desballoc that are documented in esballoc(9f) the system provides variants of those functions... Gordon Ross
01:11 PM Feature #13380 (In Progress): Add virtio-9p (aka VirtFS) filesystem sharing to bhyve
Andy Fiddaman
11:19 AM Bug #13729 (New): Driver issue with Realtek RTL8125
I needed an extra network card and purchased a Realtek RTL8125 PCIe card, after adding to /etc/driver_aliases
rge...
r a
07:22 AM Feature #13728 (Closed): build zdb command as 64-bit binary
As zpool and zfs commands are now 64-bit, lets also switch zdb - we only do have 64-bit kernel and therefore there is... Toomas Soome
07:04 AM Bug #13727 (Closed): rust demangler loops when characters trail terminating E
A user attempting to run @elfdump -C@ on libxul.so (a Firefox library), it was hanging in @rust_demangle()@:... Jason King
06:54 AM Feature #13322 (Closed): build zfs command as 64-bit binary
"git commit 5920236ba222e7ab53c90f117bfc66be6c043363":https://github.com/illumos/illumos-gate/commit/5920236ba222e7ab... Electric Monk
03:48 AM Feature #13726 (New): distinguish ourselves with a macro
As we try to get upstream patches into more and more software, it would help a lot to have a globally visible macro t... Joshua M. Clulow

2021-04-16

11:16 PM Feature #13698: CTF could handle C99 VLAs in function arguments
It looks like the secret here is this block comment in ctf_type_qlname:... Robert Mustacchi
02:11 PM Bug #13713: vm_unmap_mmio() should return non zero on error
This has been tested applied on top of #13712, booting a variety of VMs with and without pass-through devices. No pro... Andy Fiddaman
02:09 PM Bug #13712: bhyve allows vmspace mapping inside existing range
This change has also been slightly less extensively tested applied directly to gate (that is, without the other commi... Andy Fiddaman
08:30 AM Feature #13677: pwait -v should decode wait status
When I recently tried to get pwait to show anything other than zero, I was unsuccessful.
Have you had any success th...
Andy Fiddaman
04:37 AM Feature #13677: pwait -v should decode wait status
I suspect Rich probably meant that in addition to printing the numeric value, we could print a string that describes ... Joshua M. Clulow
02:01 AM Feature #13677: pwait -v should decode wait status
Rich, I have modified the code to return and integer as opposed to hex. Is this what you meant by decode?
Test: Ec...
Ryan England

2021-04-15

10:22 PM Bug #13716 (Closed): pcieadm save-cfgspace -a can't open files
"git commit 414dafc0a71bccb9c69d6801ed11ba1016a8082b":https://github.com/illumos/illumos-gate/commit/414dafc0a71bccb9... Electric Monk
04:22 PM Bug #13716: pcieadm save-cfgspace -a can't open files
This was tested with the pcieadm test suites and new tests designed to catch this case explicitly:... Robert Mustacchi
10:22 PM Bug #13715 (Closed): pcieadm save-cfgspace doesn't work with b/d/f
"git commit 414dafc0a71bccb9c69d6801ed11ba1016a8082b":https://github.com/illumos/illumos-gate/commit/414dafc0a71bccb9... Electric Monk
04:22 PM Bug #13715: pcieadm save-cfgspace doesn't work with b/d/f
This was tested with the pcieadm test suites and new tests designed to catch this case explicitly:... Robert Mustacchi
10:22 PM Bug #13714 (Closed): pcieadm pci check misses renamed nodes
"git commit 414dafc0a71bccb9c69d6801ed11ba1016a8082b":https://github.com/illumos/illumos-gate/commit/414dafc0a71bccb9... Electric Monk
04:24 PM Bug #13714: pcieadm pci check misses renamed nodes
To test this, on both my own system and on one reported by a user I looked at the difference in show-devs output. Wit... Robert Mustacchi
09:35 PM Bug #13725 (Closed): ms: cast between incompatible function types
Build errors on SPARC:... Toomas Soome
09:28 PM Feature #13641: svccfg(1M) should document setnotify/listnotify/delnotify
I can write the documentation, but I'm not familiar with svccfg. I'm curious about tset and class.
Andy, are you ...
Ryan England
08:47 PM Bug #13487: want mapfile-based assertions about symbol properties
"git commit 7e85189a2092f2550c3af3a55e22564546838229":https://github.com/illumos/illumos-gate/commit/7e85189a2092f255... Electric Monk
08:38 PM Bug #13230: i40e has duplicate traffic when used with bhyve/snoop running
An interesting wrinkle. I've managed (somehow?) to get broadcast packets to duplicate receipt on both rings EVEN IF ... Dan McDonald
04:53 PM Bug #13230: i40e has duplicate traffic when used with bhyve/snoop running
I've also reproduced Jorge's FreeBSD confirmation using their installer USB stick. I used FreeBSD's dtrace to confirm... Dan McDonald
06:18 PM Bug #13724 (Closed): zdb: dump_history can be improved
We only recognize some history records, instead, use same logic as in print_history_records() in zpool_main.c
Test...
Toomas Soome
05:02 PM Bug #13723 (Closed): expose bhyve metrics as kstats
The in-kernel components of bhyve measure certain aspects of VM operation such as vCPU time (idle vs running), interr... Patrick Mooney
01:33 PM Feature #13698: CTF could handle C99 VLAs in function arguments
Investigating this further since the proposed fix makes these multi-dimensional arrays look like function pointers in... Andy Fiddaman
10:26 AM Bug #13718: ksh: segfault on typeset -l/-u against special/read-only variables
PR also opened upstream at https://github.com/ksh93/ksh/pull/276 Andy Fiddaman
 

Also available in: Atom