Activity
From 2020-11-17 to 2020-12-16
2020-12-16
-
11:17 PM Bug #13258 (Closed): remove lint from the uts build
- "git commit 0aaef2f550fa500248f59b0b8a14225b5afbd198":https://github.com/illumos/illumos-gate/commit/0aaef2f550fa5002...
-
11:10 PM Bug #13371 (New): mlxcx should delay enabling intr_n vectors until attach() is complete
- We should delay enabling the ...
-
11:06 PM Bug #13370 (Closed): mlxcx_intr_n doing redundant check on mleqe_event_type
- ...
-
10:24 PM Bug #13301: bhyve PIT not periodic for square wave mode
- Considering this behavior has been present in bhyve since it was ported to illumos, it's highly probable that other g...
-
09:07 PM Bug #13301: bhyve PIT not periodic for square wave mode
- Prior to this change, a stock OVMF bootrom (running under an experimental userspace) would attempt to use the PIT in ...
-
08:04 PM Bug #13361 (Closed): bhyve should mask RDT cpuid info
- "git commit 1a5f1879be09d3de900b2510692dd12003784d84":https://github.com/illumos/illumos-gate/commit/1a5f1879be09d3de...
-
07:22 PM Bug #13361: bhyve should mask RDT cpuid info
- My most modern Intel lab machine (Ivy Bridge) is too old to possess the features in question. Its CPUID leaves stop ...
-
07:47 PM Bug #13369 (New): bhyve should mask PQoS bits from CPUID
- Modern AMD CPUs have features similar to Intel RDT, referred to as "Platform Quality of Service Extensions". Like th...
-
03:39 PM Feature #13368: libbe_py should support temporary BE activation
- Before this change, the library can be used to activate a new BE by providing the new BE name as a string argument.
... -
03:31 PM Feature #13368 (Closed): libbe_py should support temporary BE activation
- The python libbe interface has a @beActivate@ method which currently only accepts the BE name as a parameter.
This s... -
03:30 PM Bug #13367: beadm activate -t should not promote new BE datasets
- There's also another bug here which this patch fixes. Dataset promotion currently even occurs even when removing a te...
-
02:22 PM Bug #13222 (Closed): Increase maximum number of fanout CPUs from 128 to 256
- "git commit 3714f7be8e09c39a0ea7ce7ef44cb495ce250913":https://github.com/illumos/illumos-gate/commit/3714f7be8e09c39a...
-
02:22 PM Bug #13218 (Closed): "Stack smashing detected" panic when creating vnic over aggr with 4 mlxcx links
- "git commit 3714f7be8e09c39a0ea7ce7ef44cb495ce250913":https://github.com/illumos/illumos-gate/commit/3714f7be8e09c39a...
-
02:19 PM Bug #12397 (Closed): 12254 broke the zfs test suite for older python versions
- "git commit cc37296fa5ddc1ddd4012e040f797164c2a5cf5d":https://github.com/illumos/illumos-gate/commit/cc37296fa5ddc1dd...
-
02:19 PM Bug #13358 (Closed): dmu_objset_upgrade_stop() needs to wait
- "git commit cc37296fa5ddc1ddd4012e040f797164c2a5cf5d":https://github.com/illumos/illumos-gate/commit/cc37296fa5ddc1dd...
2020-12-15
-
04:37 PM Bug #12397: 12254 broke the zfs test suite for older python versions
- You don't seem to have the proposed patch from https://code.illumos.org/c/illumos-gate/+/1102
-
04:24 PM Bug #12397: 12254 broke the zfs test suite for older python versions
- It still seems to fail for me:...
-
11:47 AM Bug #12397: 12254 broke the zfs test suite for older python versions
- I tested the change in the attached Gerrit review by running the ZFS test suite under python 2.7, 3.7 and 3.9.
It no... -
03:36 PM Feature #13349 (Closed): ctf tests should specify -fcommon when needed
- "git commit 3cec98229bf077e97e442c942c2bd8768e277449":https://github.com/illumos/illumos-gate/commit/3cec98229bf077e9...
-
03:36 PM Bug #13350 (Closed): some ctf tests still rely on default compiler arch
- "git commit 3cec98229bf077e97e442c942c2bd8768e277449":https://github.com/illumos/illumos-gate/commit/3cec98229bf077e9...
-
03:36 PM Feature #13348 (Closed): ctftest should skip known failures with clang
- "git commit 3cec98229bf077e97e442c942c2bd8768e277449":https://github.com/illumos/illumos-gate/commit/3cec98229bf077e9...
-
03:36 PM Bug #12232 (Closed): fix clang compiler warnings in the ctf test suite
- "git commit 3cec98229bf077e97e442c942c2bd8768e277449":https://github.com/illumos/illumos-gate/commit/3cec98229bf077e9...
-
03:36 PM Bug #12231 (Closed): ctf tests should not pass -h directly to clang
- "git commit 3cec98229bf077e97e442c942c2bd8768e277449":https://github.com/illumos/illumos-gate/commit/3cec98229bf077e9...
-
03:36 PM Bug #12230 (Closed): clang optimizer defeats ctf test suite
- "git commit 3cec98229bf077e97e442c942c2bd8768e277449":https://github.com/illumos/illumos-gate/commit/3cec98229bf077e9...
-
03:36 PM Bug #12229 (Closed): fix ctf test check-qualifiers for clang
- "git commit 3cec98229bf077e97e442c942c2bd8768e277449":https://github.com/illumos/illumos-gate/commit/3cec98229bf077e9...
-
03:29 PM Bug #13367: beadm activate -t should not promote new BE datasets
- Test that temporary activation does not promote the dataset and that upon reboot back into the original BE the primar...
-
02:22 PM Bug #13367 (Closed): beadm activate -t should not promote new BE datasets
- At present, temporary BE activation via @beadm activate -t@ promotes the boot environment datasets of the new tempora...
-
02:11 PM Feature #13366 (In Progress): Add CTF tests for new features
- The parent tasks for this change introduce new parameters to the @ctfconvert@ command.
The CTF testsuite should be e... -
12:06 PM Feature #13365: Add option to testrunner to re-run just failed tests
- This patch also allows the creation of a new run file with just the failing tests and supporting framework for them b...
-
11:50 AM Bug #13358: dmu_objset_upgrade_stop() needs to wait
- I tested the proposed fix (see attached Gerrit) by verifying directly that it fixes the leaked reference using the si...
2020-12-14
-
12:13 PM Feature #13365 (Closed): Add option to testrunner to re-run just failed tests
It would be really handy if @testrunner@ supported an option to only run tests which failed on the last run.
Curre...-
11:23 AM Feature #13364 (New): mdb could handle _Float128 types in 32-bit objects
- ISO/IEC TS-18661-3:2015 defines several types with analogues to existing C types. However, in the i386 ABI there is n...
-
11:18 AM Bug #13363 (Closed): ctfconvert could support more granular ignore for missing debug data
- In order to guard against generating objects with incomplete CTF data, @ctfconvert@ currently exits with an error if ...
2020-12-12
-
07:08 PM Feature #13349: ctf tests should specify -fcommon when needed
- I tested this by running the CTF test suite against a number of different compilers with both -gdwarf-2 and -gdwarf-4...
-
07:08 PM Bug #13350: some ctf tests still rely on default compiler arch
- I tested this by running the CTF test suite against a number of different compilers with both -gdwarf-2 and -gdwarf-4...
-
07:08 PM Feature #13348: ctftest should skip known failures with clang
- I tested this by running the CTF test suite against a number of different compilers with both -gdwarf-2 and -gdwarf-4...
-
07:08 PM Bug #12232: fix clang compiler warnings in the ctf test suite
- I tested this by running the CTF test suite against a number of different compilers with both -gdwarf-2 and -gdwarf-4...
-
07:07 PM Bug #12231: ctf tests should not pass -h directly to clang
- I tested this by running the CTF test suite against a number of different compilers with both -gdwarf-2 and -gdwarf-4...
-
07:07 PM Bug #12230: clang optimizer defeats ctf test suite
- I tested this by running the CTF test suite against a number of different compilers with both -gdwarf-2 and -gdwarf-4...
-
07:07 PM Bug #12229: fix ctf test check-qualifiers for clang
- I tested this by running the CTF test suite against a number of different compilers with both -gdwarf-2 and -gdwarf-4...
-
01:11 PM Bug #12397 (In Progress): 12254 broke the zfs test suite for older python versions
-
12:45 PM Bug #13358: dmu_objset_upgrade_stop() needs to wait
- This is a reliable reproducer for me in a bhyve VM with 16 vCPUs....
2020-12-11
-
08:28 AM Bug #13357: Hot-Plugging NVMe drive to USB-C triggers system panic
- Yes, Debian Linux seems to be able to reset the bus, or a part of it (?).
See attached "debian-dmesg.txt" , search... -
07:57 AM Bug #13208 (Closed): Create aggr fails when underlying links have more than 128 Tx rings
- "git commit 13810335a5a8384eed97a8661536eb5352f0c933":https://github.com/illumos/illumos-gate/commit/13810335a5a8384e...
-
03:22 AM Bug #13359: mlxcx_update_link_state can race against mlxcx_register_mac
- Testing done so far on cr#1100, ps#2:
* Built a SmartOS PI with updated mlxcx
** Booted on a box with a connect... -
03:09 AM Bug #13362 (New): bhyve PIT should count square wave properly
- As discovered in #13301, some corners were cut when square wave mode was implemented for the bhyve PIT. In addition ...
-
02:40 AM Bug #13361: bhyve should mask RDT cpuid info
- An initial test of the fix shows the guest no longer attempting to perform the @wrmsr(IA32_PQR_ASSOC)@ and dmesg is f...
-
02:36 AM Bug #13325 (Closed): bhyve misinterprets MSI redir hint
- "git commit fe17aa88307d9cacf6677bbbe955585b11920199":https://github.com/illumos/illumos-gate/commit/fe17aa88307d9cac...
-
01:26 AM Bug #13343 (Closed): some mlxcx devices don't support temperature sensors
- "git commit 15174c59605d00b59ea3aae8ba85744a42aa1e96":https://github.com/illumos/illumos-gate/commit/15174c59605d00b5...
-
12:03 AM Bug #13353 (Closed): loader: 13345 did miss byte and nvlist array
- "git commit 9a2cc6e2be46528f552f7ed112fed60a329cd001":https://github.com/illumos/illumos-gate/commit/9a2cc6e2be46528f...
2020-12-10
-
10:26 PM Bug #13361: bhyve should mask RDT cpuid info
- Linux also lists the RDT-related flags in cpuinfo on that system (prior to a fix): @cat_l3 cdp_l3@
-
10:24 PM Bug #13361 (Closed): bhyve should mask RDT cpuid info
- While bhyve currently masks the RDT_A bit ( Resource Director Technology) from leaf 0x7 EBX, it has no such filter fo...
-
09:46 PM Bug #13357: Hot-Plugging NVMe drive to USB-C triggers system panic
- Unfortunately, IIUC there is currently no support to reset the entire USB 3 bus on that port, which is why the system...
-
06:59 PM Bug #13347 (Closed): loader: gfx_fb_putimage 8 bit color translation is not good
- "git commit 34e16b78b1d2e5f513ee90af24e76d9703518b4c":https://github.com/illumos/illumos-gate/commit/34e16b78b1d2e5f5...
-
05:49 PM Bug #13343: some mlxcx devices don't support temperature sensors
- This was tested in two ways. Paul at Racktop verified that this caused us to correctly attach regardless of presence....
-
07:55 AM Feature #13360 (Closed): loader: use BGRA RBG data in gfx functions
- All image data from tem and from imported images (gfx_fb_putimage()) should only operate using BGRA data format. This...
-
06:27 AM Bug #13359 (Closed): mlxcx_update_link_state can race against mlxcx_register_mac
- After the changes to make mlxcx do all the commands during attach asynchronously, we now have a much wider window for...
-
05:28 AM Bug #13325: bhyve misinterprets MSI redir hint
- The primary test case for this was an alternate bhyve userspace utilizing the OVMF bootrom. That ROM, unlike the bhy...
-
03:03 AM Bug #13358 (Closed): dmu_objset_upgrade_stop() needs to wait
- While running the zfs test suite on a DEBUG build, it tripped the following assertion:...
2020-12-09
-
09:57 PM Bug #13357: Hot-Plugging NVMe drive to USB-C triggers system panic
- After "fmadm repair" the devices, and "fmadm acquit" the events,
and finally a reboot the device is back in the tree... -
09:36 PM Bug #13357: Hot-Plugging NVMe drive to USB-C triggers system panic
- First, i had to resize my dump volume to enable savecore..
To trigger the panic i have to boot with the drive conn... -
07:57 PM Bug #13345: loader: xdr_array is missing count
- I tested the now-merged wad on my lab machine which had a pool affected by this. With the fix in place, loader is ab...
-
06:01 AM Feature #7024 (Closed): Add getgrouplist() to illumos
- "git commit f2c438c5058c64b7373448f239156bf60009abcb":https://github.com/illumos/illumos-gate/commit/f2c438c5058c64b7...
2020-12-08
-
06:37 PM Bug #13207 (Closed): Creating an aggr with more than 128 Tx or Rx rings panics
- "git commit adc528899caad05412c9b8d397e277900adf786b":https://github.com/illumos/illumos-gate/commit/adc528899caad054...
-
04:16 PM Bug #13357: Hot-Plugging NVMe drive to USB-C triggers system panic
- What would be very helpful is the kernel coredump (vmdump.N), or at least for starters the /var/adm/messages* portion...
-
11:11 AM Bug #13357 (New): Hot-Plugging NVMe drive to USB-C triggers system panic
- Hello!
When i plug in a NVMe drive to the Thunderbolt / USB-C Port of my laptop, the system panics.
The fmadm s... -
03:11 PM Bug #13356: syslog(3c) should not open syslog_door without LOG_CONS
- Review: https://www.illumos.org/rb/r/2580/
-
10:54 AM Bug #13356: syslog(3c) should not open syslog_door without LOG_CONS
- h2. *Testing*
Compile the attached @test.c@:... -
10:38 AM Bug #13356 (Closed): syslog(3c) should not open syslog_door without LOG_CONS
- On success, the @syslog(3c)@ always tries to open @/var/run/syslog_door@ (via @syslogd_ok()@), even this is not neede...
2020-12-07
-
05:53 PM Feature #13355 (Closed): remove topo module warning gags
- Right now there are some warning gags in the topo modules around uninitialized variables and parenthesis. We should r...
-
03:26 PM Bug #13354 (Closed): illumos should calibrate the TSC earlier in the boot process.
- Since time immemorial, illumos has used the i8253/8254 PIT timer to do three key tasks during boot:
* Experimentally... -
11:18 AM Bug #13353 (Closed): loader: 13345 did miss byte and nvlist array
- While porting 13345 to FreeBSD, I figured I have missed 2 cases... fortunately no harm is done as there is no code p...
-
07:38 AM Bug #13345 (Closed): loader: xdr_array is missing count
- "git commit 0b14c19974d0288384932500f606afeadc2d6009":https://github.com/illumos/illumos-gate/commit/0b14c19974d02883...
2020-12-06
-
11:43 PM Feature #13352 (Closed): disable mdns date and time in version string
- The @dns-sd@ binary generally encodes its build time in a version string. This leads to spurious wsdiff noise and mak...
-
07:01 PM Bug #13351 (Closed): loader: vbe_find_mode_xydm() is using wrong safety and iteration is buggy
- We are using iterate count max mode # (0x1ff) - min vbe mode (0x100) + 1 = 0x100.
If depth is unspecified, we walk... -
04:27 PM Bug #13350 (Closed): some ctf tests still rely on default compiler arch
- There are two ctf tests, convert-no-dwarf and merge-no-ctf, which rely on the compiler and assembler having the same ...
-
04:26 PM Feature #13349 (Closed): ctf tests should specify -fcommon when needed
- There are a few tests that are explicitly designed to test cases around having duplicate symbols with different types...
-
04:24 PM Feature #13348 (Closed): ctftest should skip known failures with clang
- There are some known bugs in clang's dwarf generation -- https://bugs.llvm.org/show_bug.cgi?id=44601. As such it'd he...
-
01:04 PM Bug #13347 (Closed): loader: gfx_fb_putimage 8 bit color translation is not good
- as we support 256 colors, we can translate to 256 colors; the translation itself is a bit broken.
Also, as alpha ble...
2020-12-04
-
07:40 PM Bug #13346 (Closed): diskinfo should identify lofi(7D) devices
- At least when using the labelled mode of *lofi(7D)* devices, i.e., with the @-l@ option, devices show up with other d...
-
05:19 PM Bug #13341 (Closed): crt1.o _start_crt_compiler hook not what gcc expects
- "git commit 4004e4c5da2fe3ad63f4ffae758da0dadafdf00d":https://github.com/illumos/illumos-gate/commit/4004e4c5da2fe3ad...
-
04:42 PM Bug #13194 (Closed): null/dangling pointer deref somewhere under dmu_objset_upgrade
- "git commit a39df08cf5d40d52f3f54886012efca9796f23c8":https://github.com/illumos/illumos-gate/commit/a39df08cf5d40d52...
-
03:56 PM Bug #13344 (Closed): loader: zfs_probe_partition should skip EFI System Partition
- "git commit 553cfb3f8c093d0ed24226e160562648609d7f2f":https://github.com/illumos/illumos-gate/commit/553cfb3f8c093d0e...
2020-12-03
-
10:19 PM Bug #13345 (Closed): loader: xdr_array is missing count
- The integer arrays are encoded in nvlist as counted array <count, i0, i1...>, loader xdr_array() is missing the count...
-
10:11 PM Bug #13344 (In Progress): loader: zfs_probe_partition should skip EFI System Partition
-
10:11 PM Bug #13344 (Closed): loader: zfs_probe_partition should skip EFI System Partition
- We can skip probing ESP, there is no ZFS on ESP.
Testing done: verified with debugger, we do skip probing ESP now. -
05:30 AM Bug #13194: null/dangling pointer deref somewhere under dmu_objset_upgrade
- I cherry-picked cr 1087 onto omnios r151034 to test it on one of our machines which was very reliable at hitting the ...
2020-12-02
-
06:15 PM Bug #13340 (Closed): zoneadmd shouldn't rely on autofs
- "git commit 8af575c0afc1d79bd23c3e1a78a546c9963e5083":https://github.com/illumos/illumos-gate/commit/8af575c0afc1d79b...
-
05:40 PM Bug #13343 (Closed): some mlxcx devices don't support temperature sensors
- The Mellanox ConnectX-4 lx (15b3,1015), unlike other parts, appears not to have a built-in temperature sensor. Unfort...
-
04:52 PM Bug #13333 (Closed): spellcheck1 doesn't zero table memory
- "git commit 2e8cdddb340293882c888e83152059f02ec5d59b":https://github.com/illumos/illumos-gate/commit/2e8cdddb34029388...
2020-12-01
-
11:46 PM Bug #13324 (Closed): struct dk_minfo_ext size differences trigger SSP in libfdisk
- "git commit 7b4214534ccdf6f8aa6e566d7501aab328c72e84":https://github.com/illumos/illumos-gate/commit/7b4214534ccdf6f8...
-
08:43 PM Bug #13324: struct dk_minfo_ext size differences trigger SSP in libfdisk
- To test this I rigged up a system that had an nvme device (blkdev), a sata device (sd), a labeled lofi device (lofi),...
-
09:46 PM Bug #13332 (Closed): loader: iterate consoles to draw loader menu screen
- "git commit 63f9f2ff473e9cb7f455f032fe3d04a95ec4b537":https://github.com/illumos/illumos-gate/commit/63f9f2ff473e9cb7...
-
07:06 PM Bug #13333: spellcheck1 doesn't zero table memory
- I tested this by checking the outputs of the hash checker and the input files and then ran several builds and verifie...
-
03:42 PM Bug #13194: null/dangling pointer deref somewhere under dmu_objset_upgrade
- With this change in place, I ran a full ZFS testsuite under a DEBUG kernel. The results are:...
-
12:26 PM Bug #13194: null/dangling pointer deref somewhere under dmu_objset_upgrade
- Details from one of my crash dumps:...
-
01:12 PM Bug #13340: zoneadmd shouldn't rely on autofs
- To test this, I ran it on our Racktop platform and triggered the error path during zone shutdown to reproduce the abo...
-
07:17 AM Bug #13331 (Closed): loader: term_drawrect and putimage coordinates fix
- "git commit 166994016fed8bc2ed47612b34708b33007a891b":https://github.com/illumos/illumos-gate/commit/166994016fed8bc2...
-
04:03 AM Bug #13050 (Closed): bhyve kernel should be cstyle clean
- "git commit 2699b94cd4d1e9baf6bfcbe579328b398a9736e6":https://github.com/illumos/illumos-gate/commit/2699b94cd4d1e9ba...
2020-11-30
-
11:10 PM Bug #13050: bhyve kernel should be cstyle clean
- In addition to @wsdiff(1)@ reporting no changes of significance to the program text, I ran the build artifacts throug...
-
08:03 PM Bug #13050: bhyve kernel should be cstyle clean
- Comprised of style changes, this can mostly be tested with @wsdiff(1)@. Comparing it against a vanilla proto area, t...
-
08:21 PM Bug #13194: null/dangling pointer deref somewhere under dmu_objset_upgrade
- A couple of other OmniOS users have recently hit this, and I think it is the same as https://github.com/openzfs/zfs/i...
-
02:01 PM Bug #13342 (Closed): ctfconvert could encode _Float128 for 32-bit objects
- When working on implementing CTF everywhere in OmniOS userland, some 32-bit objects that use the _Float128 type fail ...
-
12:13 PM Bug #13341: crt1.o _start_crt_compiler hook not what gcc expects
In addition to testing that gcc's profiling now works as expected, I also tested what happens if the hook returns a...-
12:13 AM Bug #13341 (Closed): crt1.o _start_crt_compiler hook not what gcc expects
- As can be seen in https://github.com/gcc-mirror/gcc/blob/master/libgcc/config/sol2/crtpg.c#L34 - gcc uses a hook in @...
2020-11-28
-
10:06 AM Feature #13339: Add support for Hygon Dhyana Family 18h processor
- Some system information:
~$ isainfo -x
amd64: clzero monitorx clflushopt fsgsbase rdseed adx avx2 fma bmi2 bmi1 rdran...
2020-11-27
-
08:36 PM Bug #13330 (Closed): SMB read hangs on Mac Big Sur
- "git commit 4d2aba2f17eed4643aa996841698226ff2673205":https://github.com/illumos/illumos-gate/commit/4d2aba2f17eed464...
-
04:20 PM Bug #13330: SMB read hangs on Mac Big Sur
- Thanks to Andy Fiddiman (and others) for testing this fix with Mac Big Sur clients.
Those clients no longer "hang" (i... -
06:40 PM Bug #13337 (Closed): ctfconvert should skip ssp_ns.c when checking for debug data
- "git commit 41b57d181d0b4df0badc148a4769e9d0bf008aaa":https://github.com/illumos/illumos-gate/commit/41b57d181d0b4df0...
-
03:39 PM Bug #8151: USB3 port not working
- Hi, we discovered that the problem is the same as :
https://github.com/joyent/smartos-live/issues/694
Maybe it ... -
12:33 PM Bug #13340 (Closed): zoneadmd shouldn't rely on autofs
- During zone filesystem unmounting, it is possible for zoneadmd to call into autofs_cleanup
which directly makes a sy...
2020-11-26
-
07:12 PM Bug #13337: ctfconvert should skip ssp_ns.c when checking for debug data
- Tested by running @ctfconvert@ on a 32-bit object linked with libssp_ns which previous failed:...
-
06:39 PM Bug #13258: remove lint from the uts build
- tested just by running repeated builds, though only two on sparc.
-
11:49 AM Feature #13339 (Closed): Add support for Hygon Dhyana Family 18h processor
- As a new x86 CPU vendor, Chengdu Haiguang IC Design Co., Ltd (Hygon)
is a joint venture between AMD and Haiguang Inf...
2020-11-25
-
07:56 PM Bug #13338 (Closed): bhyve should be able to emulate CLTS
- When shadowing @%cr0@, it becomes necessary to do instruction emulation for certain @%cr0@ accesses. SVM has decodin...
-
06:51 PM Bug #13337 (Closed): ctfconvert should skip ssp_ns.c when checking for debug data
If a 32-bit ELF object is built with stack smashing protection (SSP) and PIC and is using the illumos native SSP su...-
03:17 PM Bug #13336 (Closed): ctfconvert should be able to unconditionally attempt conversion
- On OmniOS and OpenIndiana, the @bash@ shell is linked with @-z redlocsym@, a flag which eliminates local symbols from...
-
09:29 AM Bug #13060 (Closed): loader: fb-putimage fails silently even with debug flag set
- "git commit d45f07cb8d28ca0e38cd96d8f00243ba58192eec":https://github.com/illumos/illumos-gate/commit/d45f07cb8d28ca0e...
-
12:58 AM Bug #13335 (New): wscons should interpret keypad plus and minus correctly
- At present, it seems that depressing the keypad @+@ (plus) and @-@ (minus) keys on a PC keyboard produces an unhelpfu...
-
12:09 AM Bug #13334 (Closed): Recognize X710 10GBaseT*L Family
- An OmniOS user reports that PCI ID 8086,15ff does not have i40e attach. A quick source dive confirms we do not suppo...
2020-11-24
-
08:42 PM Bug #13133 (Duplicate): SVM event injection can race in bhyve
-
08:42 PM Bug #13259 (Closed): SVM event injection can race in bhyve
- "git commit c74a40a584c9d875009f725565896fd7e8ee38d6":https://github.com/illumos/illumos-gate/commit/c74a40a584c9d875...
-
06:21 AM Bug #13259: SVM event injection can race in bhyve
- As noted in the description, instances of this race causing a problem have not been observed in the wild or during te...
-
08:42 PM Bug #13132 (Closed): VMX event injection can race in bhyve
- "git commit c74a40a584c9d875009f725565896fd7e8ee38d6":https://github.com/illumos/illumos-gate/commit/c74a40a584c9d875...
-
06:21 AM Bug #13132: VMX event injection can race in bhyve
- As noted in the description, instances of this race causing a problem have not been observed in the wild or during te...
-
08:42 PM Bug #13106 (Closed): clarify PPR transitions in bhyve vLAPIC
- "git commit c74a40a584c9d875009f725565896fd7e8ee38d6":https://github.com/illumos/illumos-gate/commit/c74a40a584c9d875...
-
05:26 AM Bug #13106: clarify PPR transitions in bhyve vLAPIC
- As this arose as part of the #13007 work, testing for it was covered under that wad.
-
08:42 PM Bug #13007 (Closed): bhyve vlapic should set TMR on intr accept
- "git commit c74a40a584c9d875009f725565896fd7e8ee38d6":https://github.com/illumos/illumos-gate/commit/c74a40a584c9d875...
-
05:16 PM Bug #13007: bhyve vlapic should set TMR on intr accept
- I did also confirm that the exception injection paths were exercised. Guests such as Linux typically access some MSR...
-
04:02 PM Bug #10525: wsdiff output is not correct for a binary file
- The underlying cause of the differences in hlista and hlistb are in #13333.
-
03:53 PM Bug #13333 (Closed): spellcheck1 doesn't zero table memory
- Having mostly ignored the wsdiff noise that ocasionally pops up between hlista and hlistb, I decided to reverse cours...
-
02:07 AM Bug #13299 (In Progress): File mtime changes twice, when file is modified using SMB server
- It looks like that update (during close) was from a possibly misunderstood section from a very old version of the MS-...
-
01:25 AM Feature #7024: Add getgrouplist() to illumos
- I've put together an implementation of this.
For testing, I created a test user and added the test user to the sys... -
01:00 AM Bug #13330 (In Progress): SMB read hangs on Mac Big Sur
- What's actually shown in the network capture is that MacOS "Big Sur" repeatedly sends
SMB2 read requests at an offse...
2020-11-23
-
10:54 PM Bug #13332 (Closed): loader: iterate consoles to draw loader menu screen
- The current loader screen output depends on console code to write on all active consoles. This approach is flawed as ...
-
10:47 PM Bug #13331 (Closed): loader: term_drawrect and putimage coordinates fix
- While drawing on menu screen, we also do mark terminal areas, so the scroll will know to move the image areas. Unfort...
-
07:27 PM Bug #13315 (Closed): jdk11 makes consistent javadoc generation impossible
- "git commit 273d774d1d685415fd99d31224bdae55e7cfb793":https://github.com/illumos/illumos-gate/commit/273d774d1d685415...
-
07:20 PM Bug #13330 (Closed): SMB read hangs on Mac Big Sur
- There have been several reports of problems with accessing illumos SMB shares from MacOS Big Sur, on both Intel and M...
-
06:59 PM Bug #13007: bhyve vlapic should set TMR on intr accept
- Additionally, I've been using this wad (with several others) when developing an alternative bhyve userspace implement...
-
05:57 PM Bug #13007: bhyve vlapic should set TMR on intr accept
- I've repeated the OS smoke tests on Intel and AMD with a rebased copy of the change and it continues to behave as exp...
-
06:52 PM Bug #13314 (Closed): loader: make sure console variable has usable consoles
- "git commit 560dcad7f6059e242335a94501511eae11b1308a":https://github.com/illumos/illumos-gate/commit/560dcad7f6059e24...
-
05:33 PM Bug #12318 (Closed): build zpool command as 64-bit binary
- "git commit 18425b359c7d1e5f7f63fae3ca5245407223a45b":https://github.com/illumos/illumos-gate/commit/18425b359c7d1e5f...
-
05:28 PM Bug #13319 (Closed): Typos in some LDSTACKPROTECT macros
- "git commit a39905c1c6671c3f44d52e31393ee7cdda7b4f12":https://github.com/illumos/illumos-gate/commit/a39905c1c6671c3f...
-
05:07 PM Bug #13060: loader: fb-putimage fails silently even with debug flag set
- Testing: I came up with this change after seeing loader silently fail to load a PNG and not having any idea why. Wit...
-
04:24 PM Bug #13329 (New): rpcsec & friends need to be zone-aware
- Inspired by this smartos-live filing: https://github.com/joyent/smartos-live/issues/963, I dove into the source to s...
-
02:55 PM Bug #13326: nscd stops returning results from LDAP until it is restarted (GSSAPI)
- Actually, I think this is related to a customization I had done previously:...
-
01:21 PM Bug #13326: nscd stops returning results from LDAP until it is restarted (GSSAPI)
- This is actually *not* related to GSSAPI authentication. I'm now reproducing it with anonymous authentication as well...
-
07:46 AM Bug #13328 (New): svc:/system/svc/restarter:default is sometimes not initialized properly
- Dependencies are given placeholder entries in the SMF dependency graph which are usually fleshed out when their manif...
2020-11-22
-
07:15 PM Bug #13319: Typos in some LDSTACKPROTECT macros
- To test this, I ran a wsdiff and verified that there was nothing surprising there (e.g. acpi and hlist).
-
12:12 PM Bug #13315: jdk11 makes consistent javadoc generation impossible
- Testing: Build and packaging are clean when built with both java 8 and 11. Checked (by reviewing nightly.log) that ja...
-
01:40 AM Bug #13327 (New): struct timespec not POSIX compliant
- The POSIX 2008 standard documents struct timespec with members tv_sec and tv_nsec. However, if standards are requeste...
2020-11-21
-
06:32 PM Bug #13312 (Closed): _thrp_create() should not set the thread name if passed an empty string
- "git commit 059afd40d138a2155e774750e4dcabfd78c9d0be":https://github.com/illumos/illumos-gate/commit/059afd40d138a215...
-
01:08 PM Bug #13326 (New): nscd stops returning results from LDAP until it is restarted (GSSAPI)
- I have multiple hosts with computer account keytabs that use ldapclient to get passwd/group information from Active D...
2020-11-20
-
10:13 PM Bug #13325: bhyve misinterprets MSI redir hint
- I fired up a test platform which disregards the redir-hint bit for MSIs, choosing the delivery mode solely on that bi...
-
10:10 PM Bug #13325 (Closed): bhyve misinterprets MSI redir hint
- While developing an alternative bhyve userspace which uses a standard OVMF ROM to boot its guest, I observed (alpine)...
-
10:05 PM Bug #13323 (Closed): CTF forward test needs adjusting after 13278
- "git commit 986529380f11a23c3c6de33e5cea6611d4abe648":https://github.com/illumos/illumos-gate/commit/986529380f11a23c...
-
06:33 PM Bug #13324 (Closed): struct dk_minfo_ext size differences trigger SSP in libfdisk
- Unfortunately, the 64-bit version of @struct dk_minfo_ext@ has an extra 4 bytes of padding over the 32-bit version. T...
2020-11-19
-
11:22 PM Feature #13305 (Closed): Update Intel microcode to 20201112
- "git commit 56e9aab1260c03d8b79e246590e46e9aa0ee0531":https://github.com/illumos/illumos-gate/commit/56e9aab1260c03d8...
-
04:18 PM Feature #13305: Update Intel microcode to 20201112
- I've booted these bits on all of the CPUs I have access to. Only one of those actually got a microcode update from th...
-
11:19 PM Bug #13323: CTF forward test needs adjusting after 13278
- I tested running the original test suite under an old OmniOS release and the updated one on the latest bloody version...
-
08:40 PM Bug #13323 (Closed): CTF forward test needs adjusting after 13278
- The CTF forward declaration tests says:...
-
09:58 PM Feature #13248 (Closed): parallelise the quest for elves
- "git commit ef1b64136eb11e65f9eb27b6083536fe1b69c707":https://github.com/illumos/illumos-gate/commit/ef1b64136eb11e65...
-
12:13 PM Feature #13322 (Closed): build zfs command as 64-bit binary
- As zpool was switched with 12318, also build zfs command as 64-bit binary.
Testing done: zfs command appears to be... -
11:14 AM Bug #13321 (New): Package conflict between openindiana.org and localhostoih
A package conflict recently appeared (November 2020?) between the OpenIndiana repository
and the TeX/LaTeX install...-
01:36 AM Bug #13319 (Closed): Typos in some LDSTACKPROTECT macros
- With the work in #13274 to enable the tack protector in the build, an effort was made to mimic the conditions that we...
2020-11-18
-
08:14 PM Bug #13318 (Closed): Tidy up libdtrace_jni javadoc
- If, as discussed in #13315, we move to publishing javadoc rather than packaging it, we should make sure it's reasonab...
-
04:11 PM Bug #6729: incremental replication stream of a fs tree with lots of snapshots trips assert in zfs recv
- It appears OpenZFS recently fixed this in commit 7a6c12fd6a756af5a2f664c0a6a292d22fbb2487:
Don't assert on nvlists... -
11:18 AM Feature #13280: CTF: provide option to truncate and continue
- I tested the attached with the problematic @libperl.so@ and with a number of regression test cases.:...
-
02:05 AM Bug #13312: _thrp_create() should not set the thread name if passed an empty string
- I did two things here. First I ran the libc tests to verify that this all passed:...
2020-11-17
-
07:21 PM Feature #13274 (Closed): enable -fstack-protector-strong by default in user land
- "git commit 5a0af8165ce9590e7a18f1ef4f9badc4dd72c6e6":https://github.com/illumos/illumos-gate/commit/5a0af8165ce9590e...
-
07:21 PM Feature #5788 (Closed): Want support for GCC's stack protector in libc
- "git commit 6a817834d81cc75ce12d0d393320837b1fec1e85":https://github.com/illumos/illumos-gate/commit/6a817834d81cc75c...
-
07:21 PM Feature #13273 (Closed): want upanic(2)
- "git commit 350ffdd54baf880f440ddf9697666e283894ded1":https://github.com/illumos/illumos-gate/commit/350ffdd54baf880f...
-
04:52 PM Bug #13300 (Closed): mlxcx_cq_setup() doesn't take required locks for ASSERTs
- "git commit 7fdea60d55a95f0e46066fd021c4ef1b1321bafc":https://github.com/illumos/illumos-gate/commit/7fdea60d55a95f0e...
-
04:46 PM Bug #13317 (Closed): Decrease contention on dn_struct_rwlock
- Port of OpenZFS #8946:
Currently, sequential async write workloads spend a lot of time
contending on the dn_struc...
Also available in: Atom