Activity
From 2020-05-18 to 2020-06-16
2020-06-16
-
11:02 PM Bug #12764: Holes prevent TRIM
- This patch needs to be tested against the ZFS test suite. I've been looking to get proper hardware. It appears the e...
-
12:00 PM Bug #12764: Holes prevent TRIM
- Anything I can do to help move this forward? Limited coding experience though...
-
10:11 PM Bug #12754 (Closed): packet flow over a defaulted LACP port
- "git commit 99ad48a445346f36969661ed214f75b99e19a9a7":https://github.com/illumos/illumos-gate/commit/99ad48a445346f36...
-
05:01 PM Bug #12754: packet flow over a defaulted LACP port
- h2. Test With Patch
Create two aggrs: @aggr0={ixgbe2,ixgbe3}, aggr1={ixgbe5,ixgbe6}@. Notice the first port in eac... -
09:33 PM Bug #12873 (Closed): pci_autoconf: Makefile and compiler warning cleanup
- The Makefile for the Intel @pci_autoconfig@ module suppresses a few compiler warnings. These turn out to be easy to f...
-
07:00 PM Bug #12872 (Closed): ioctl(2) needs additional ENOTTY documentation
- While reviewing some driver code I noticed it was returning @ENOTTY@ for an invalid ioctl request. This threw me as I...
-
04:50 PM Feature #12816: Update Intel microcode to 20200616
- Another bugfix drop changes 0609 to 0616.
-
03:28 PM Bug #12751 (Resolved): Update the cached MSI state when any MSI capability register is written.
- Addressed by: ##12792
2020-06-15
-
10:23 PM Feature #12871 (Closed): bhyve ioctls needn't the struct size
- The bhyve ioctl numbers, as defined from the FreeBSD sources, communicate the size of the underlying struct in the up...
-
10:09 PM Feature #12870 (Closed): bhyve should allocate guest memory lazily
- For the initial porting effort of bhyve, the way we shimmed allocation for guest physical memory regions is with equa...
-
09:19 PM Feature #12869 (Closed): bhyve kernel/user split should be clearer
- To avoid code duplication, and for convenience, bhyve shares swaths of logic between the kernel module and userspace....
-
08:09 PM Bug #12868 (Feedback): CIFS - SAMBA DC says schannel_check_required
- My omnios CIFS server (version omnios-r151032-c2a701036f), joined to a samba v4.10.4 DC controller on Centos 7.8. SMB...
-
05:53 PM Bug #12796 (Closed): pcks11_softtoken C_GetMechanismList() should validate its arguments
- "git commit 989c147e4f8311ee853a577bac8009cc7ffc4a73":https://github.com/illumos/illumos-gate/commit/989c147e4f8311ee...
-
05:19 AM Bug #12796: pcks11_softtoken C_GetMechanismList() should validate its arguments
- Googles's PKCS#11 test suite crashes during the @PKCS11Test.GetMechanismListFailInvalid@ test due to this bug:
<pr... -
05:48 PM Bug #12546 (Closed): pcieb: NULL pointer errors
- "git commit 772852a5d3501d23ca0f77fcdbd7ddb0a25da28b":https://github.com/illumos/illumos-gate/commit/772852a5d3501d23...
-
05:39 PM Bug #12571 (Closed): pcisch: NULL pointer errors
- "git commit ae121a1498fc4947aa90fa23f0276b59938ed62e":https://github.com/illumos/illumos-gate/commit/ae121a1498fc4947...
-
01:55 PM Bug #12867 (Closed): Mis-programmed pcie bridge leaves 64-bit device unusable
- An OmniOS user reported a problem on a server with a pair of Mellanox Technologies MT27700 Family (ConnectX-4) cards ...
2020-06-14
-
07:16 PM Feature #12864 (New): Have pkcs11_softtoken's DES[3]_CBC_PAD mechanism use the cbc_pad mode
- Similar to #11825, it appears the DES_CBC_PAD and DES3_CBC_PAD mechanisms are broken in pkcs11_softtoken (as found by...
-
07:14 PM Feature #12863 (New): Make cbc_pad its own mode
- Currently, #11825 fixed the CBC_PAD implementation for AES. However, it would be useful to make @cbc_pad@ its own mod...
-
07:09 PM Bug #12862 (New): Simplify the C_MechanismList implementation in pkcs11_softtoken
- Currently, the pkcs11_softtoken @C_MechanismList()@ implementation uses two arrays: the first array(@soft_mechanisms[...
-
07:02 PM Bug #12861 (New): pkcs11_softtoken allows too many simultaneous operations
- The PKCS#11 usage guide (2.40) states:
>Very roughly speaking, there are three broad types of operations an open s... -
07:00 PM Bug #12860 (New): pkcs11_softtoken doesn't properly handle active operations
- Most of the PKCS#11 crypto functions have a form similar to:
@C_xxxxInit()@ - initialize/start the operation (encr... -
06:34 PM Bug #12857 (New): PKCS#11 should be more specific about invalid key handles
- PKCS#11 defines several errors that deal with invalid object handles:
@CKR_OBJECT_HANDLE_INVALID@
@CKR_KEY_HANDLE... -
06:20 PM Bug #12856 (Closed): pkcs11_softtoken should validate session and object handles
- PKCS#11 has the concept of session and object handles. These are just opaque handles used by a provider to identify s...
-
06:02 PM Bug #12840: Network speed is very poor compared to Linux and FreeBSD on the same machine
- giahung 1997tn wrote:
> It's Ethernet, as I can't get my USB dongle to work on OI. This is on real hardware, not on ... -
01:41 PM Bug #12824: recvmsg(): adjust final cmsg->cmsg_len upon MSG_CTRUNC
- Testing notes:
The new tests pass, both 32- and 64-bit variants, and the unpatched dbus test suite also passes wit...
2020-06-12
-
11:22 PM Feature #12854 (Closed): Change gcc to produce 64 bit binary by default
- This isn't filed in the right place; compiler delivery is via distributions such as OpenIndiana or OmniOS. Please fil...
-
05:09 PM Feature #12854 (Closed): Change gcc to produce 64 bit binary by default
- Currently gcc is set to product 32 bit binary by default. I suggest to change it to 64 bit by default. If the users w...
-
10:30 PM Bug #12850 (Closed): demangle(1) can trip up on names starting with underscore
- "git commit b30f02def0d29c7f2398666939cf35cf81f809f1":https://github.com/illumos/illumos-gate/commit/b30f02def0d29c7f...
-
04:28 PM Bug #12850: demangle(1) can trip up on names starting with underscore
- For testing, I ran a copy of demangle(1) with the change agains the original output that caused the error. The error ...
-
12:17 AM Bug #12850 (Closed): demangle(1) can trip up on names starting with underscore
- I noticed that when piping certain output through demangle(1), names that start with '_' will generate an error. The ...
-
07:11 PM Bug #12829 (Closed): Add Zstandard to /etc/magic
- "git commit 61de0de2b543856b77c5769b0d8981f58a7f26bd":https://github.com/illumos/illumos-gate/commit/61de0de2b543856b...
-
05:23 PM Feature #12763 (Closed): ixgbe ufm support
- "git commit f2fe7acaed48e65ea8626868085ea6e40a63b3a9":https://github.com/illumos/illumos-gate/commit/f2fe7acaed48e65e...
-
05:23 PM Feature #12761 (Closed): i40e should only register ufm data on func 0
- "git commit 44b0ba916e529fad7fa22597911db69ae8f24994":https://github.com/illumos/illumos-gate/commit/44b0ba916e529fad...
-
05:23 PM Feature #12762 (Closed): topo should create per-device UFM entries by default
- "git commit a377495feb6d6c6a51d6cca4065a74f320f29a07":https://github.com/illumos/illumos-gate/commit/a377495feb6d6c6a...
-
05:23 PM Bug #12765 (Closed): fwflash plugin cleanup handling is buggy
- "git commit 8d55b80625b903a8ec6c560f6a38b5c16d1f5cfc":https://github.com/illumos/illumos-gate/commit/8d55b80625b903a8...
-
05:23 PM Feature #12760 (Closed): igb ufm support
- "git commit 8d55b80625b903a8ec6c560f6a38b5c16d1f5cfc":https://github.com/illumos/illumos-gate/commit/8d55b80625b903a8...
-
05:23 PM Bug #12758 (Closed): ufm_detach doesn't properly clean up
- "git commit 8d55b80625b903a8ec6c560f6a38b5c16d1f5cfc":https://github.com/illumos/illumos-gate/commit/8d55b80625b903a8...
-
05:23 PM Feature #12759 (Closed): Want ability to read ufm images
- "git commit 8d55b80625b903a8ec6c560f6a38b5c16d1f5cfc":https://github.com/illumos/illumos-gate/commit/8d55b80625b903a8...
-
04:06 PM Bug #12848 (Closed): Clarify bhyve's dual license
- "git commit 1fa07ac719189ed3e8a0f8170264877c29bff62b":https://github.com/illumos/illumos-gate/commit/1fa07ac719189ed3...
-
03:13 PM Feature #12792 (Closed): bhyve upstream sync 2020 May
- "git commit 154972aff898a787b38af3bab5b8d754b5a42447":https://github.com/illumos/illumos-gate/commit/154972aff898a787...
-
03:12 PM Bug #12789 (Closed): increase timers allowed per-process
- "git commit 440a8a36792bdf9ef51639066aab0b7771ffcab8":https://github.com/illumos/illumos-gate/commit/440a8a36792bdf9e...
-
03:10 PM Bug #12531 (Closed): storage: NULL pointer errors
- "git commit 926d645fe2416b8ee611fc8ee4e28b7c7f9744dd":https://github.com/illumos/illumos-gate/commit/926d645fe2416b8e...
-
02:59 PM Bug #12853 (Closed): bhyve manifests should include BSD license
- When the package manifests for bhyve were created, the BSD license was erroneously omitted from them, despite the bhy...
-
02:56 PM Bug #12851 (Duplicate): Pull in OpenZFS removal of "slave"
-
02:55 PM Bug #12851 (Rejected): Pull in OpenZFS removal of "slave"
- We don't have device-mapper, which is where the OpenZFS fix concentrated. There is a fix to "dkio.h" in their patch,...
-
02:27 PM Bug #12851 (Duplicate): Pull in OpenZFS removal of "slave"
- See https://github.com/openzfs/zfs/pull/10435/
A first step. -
02:34 PM Bug #12852 (New): Remove "slave" terminology from illumos
- Observe:
http://src.illumos.org/source/search?q=slave&defs=&refs=&path=&hist=&project=illumos-gate
The tricky p... -
12:36 PM Bug #12824: recvmsg(): adjust final cmsg->cmsg_len upon MSG_CTRUNC
- I submitted a merge request to the upstream dbus project at
https://gitlab.freedesktop.org/dbus/dbus/-/merge_... -
12:02 AM Bug #12849 (Closed): ixgbe can do unnecessary allocations during tx
- In @ixgbe_ring_tx@, when LSO is active it may allocate and move around new mblk_ts based on the dblk_t alignment in o...
2020-06-11
-
11:58 PM Bug #12848: Clarify bhyve's dual license
- Being a comments-only change, I ran this through a build to do @wsdiff(1)@ and saw only the expected churn. There we...
-
10:29 PM Bug #12848: Clarify bhyve's dual license
- Andy F has confirmed that the OmniOS Community Edition Association accepts this dual-licensing for their changes to @...
-
09:53 PM Bug #12848 (In Progress): Clarify bhyve's dual license
- Un-wrapped the description
-
09:51 PM Bug #12848 (Closed): Clarify bhyve's dual license
- The illumos bhyve port originally began as a code drop from Pluribus, which they agreed would be released under the C...
-
07:57 PM Bug #2092: terrible performance from PCFS
- Ah yes sorry i forgot to mention that i use OpenIndiana and the implementation i pointed to is FUSE-based.
-
07:53 PM Bug #2092: terrible performance from PCFS
- giahung 1997tn wrote:
> What about just remove it? Do we can't remove it because the EFI partition is FAT32?
Whil... -
07:48 PM Bug #2092: terrible performance from PCFS
After a net search I found this exFAT project:
https://github.com/relan/exfat
With this i get ~40MB/sec for my ...-
09:35 AM Bug #2092: terrible performance from PCFS
- Milan Jurik wrote:
> There are too many design issues with PCFS so new implementation would be great.
What about ... -
06:04 PM Bug #12789: increase timers allowed per-process
- With this change, the new max is now @4* NCPU@. As before, the tunable @timer_max@ can be increased beyond the new de...
-
05:48 PM Feature #12792: bhyve upstream sync 2020 May
- Both sjorge and Mike Zeller re-ran their tests after the mevent update and found them behaving properly as expected.
-
05:34 PM Bug #12820 (Closed): failure in dladm_ether_info() can lead to a double free
- "git commit 7fa359c09493c7b56e7c3e98fccc7e5cc0f09b48":https://github.com/illumos/illumos-gate/commit/7fa359c09493c7b5...
-
11:25 AM Bug #12429 (Duplicate): sgs: NULL pointer errors
- Duplicate of 12541
-
09:39 AM Feature #12844 (Closed): Change console font to FreeBSD's style?
- The current font is too thin and difficult to see. I suggest changing the font to resemble FreeBSD and also change it...
-
06:33 AM Bug #12803 (Closed): unix: duplicate symbols in the kernel
- "git commit 6cdd461fe55315d9bc0ba40ea7da22cddbdcf784":https://github.com/illumos/illumos-gate/commit/6cdd461fe55315d9...
2020-06-10
-
06:09 PM Bug #12789: increase timers allowed per-process
- Besides being in SmartOS for several years, I ran the new timer test on a BE built with the change, which passes.
-
06:08 PM Feature #12816: Update Intel microcode to 20200616
- Reports are now trickling in:...
-
06:02 PM Feature #12792: bhyve upstream sync 2020 May
- After a small fix, the mevent tests are happy again:...
-
05:43 PM Bug #12840: Network speed is very poor compared to Linux and FreeBSD on the same machine
- giahung 1997tn wrote:
> It's Ethernet, as I can't get my USB dongle to work on OI. This is on real hardware, not on ... -
05:41 PM Bug #12840 (New): Network speed is very poor compared to Linux and FreeBSD on the same machine
- It's Ethernet, as I can't get my USB dongle to work on OI. This is on real hardware, not on a VM.
The test is down... -
03:36 PM Bug #12837 (New): mount_nfs accepts vers=4,soft options
- ...
-
02:47 PM Bug #12820: failure in dladm_ether_info() can lead to a double free
- To test this I simulated a failure by injecting a failure with mdb by causing the act of getting a mac stat to fail. ...
-
11:42 AM Bug #12694: race between write() and shutdown() for unix sockets
- Aside from testing this fix against the haproxy test case and confirming it lasts for hours without the issue (along ...
-
07:54 AM Bug #12836 (Closed): loader: strings in nvlist are counted strings, not c-strings
- The nvlist stream format has string data defined as <size><bytes..>, it may be padded by zeros to align by 4. This me...
2020-06-09
-
07:26 PM Feature #12816: Update Intel microcode to 20200616
- New, larger, ucode dropped hit the servers today. Updating this bug.
-
06:24 PM Feature #12792: bhyve upstream sync 2020 May
- I applied this patchset on top of illumos-joyent and ran some tests.
Ran various linux guests such as Ubuntu (20.0... -
06:15 PM Feature #12835 (Closed): Want support for I350 temperature sensor
- The Intel I350 which is supported by the @igb@ driver has a built-in thermal diode and optional support for an extern...
-
06:11 PM Feature #12834 (Closed): Rewrite amdbnbtemp to use the ksensor framework
- With the addition of the new sensor framework, we should use this and simplify the implementation of amdnbtemp(7D). T...
-
06:08 PM Bug #4963: posix thread priority functions are broken for TS class
- Looking at this again, this is happening because we don't actually know ->ts_uprilim at set_priority(), so we can't t...
-
06:06 PM Feature #12833 (Closed): Rewrite pchtemp to use the ksensor framework
- With the addition of the new sensor framework, we should use this and simplify the implementation of pchtemp(7D). Thi...
-
06:04 PM Feature #12832 (Closed): topo support for generic PCI device temp sensors
- With making it easier to create sensors on a per-device basis with the ksensor framework, we should make it easy to c...
-
05:56 PM Feature #12831 (Closed): temperature sensors could describe accuracy
- Currently a temperature sensor has no way to accurately to describe what the accuracy of the sensor is. We should add...
-
05:54 PM Feature #12830 (Closed): Want centralized ksensor framework
- To date, we have introduced a couple of different temperature sensors through a burgeoning series of character device...
-
05:36 PM Feature #12759: Want ability to read ufm images
- In addition, I ran the os-tests and made sure that all of the UFM related aspects passed.
-
05:17 PM Bug #12829: Add Zstandard to /etc/magic
- Testing:...
-
05:16 PM Bug #12829: Add Zstandard to /etc/magic
- The format is described in https://tools.ietf.org/html/rfc8478#section-3.1.1
> Magic_Number: 4 bytes, little-endi... -
05:14 PM Bug #12829 (Closed): Add Zstandard to /etc/magic
At present, @file test.zstd@ outputs @data@ or sometimes other incorrect strings.
Zstandard files have well chos...-
03:34 PM Bug #12390: AES: aes_mech_info_tab error
- crypto digest test log showing all passed.
-
02:43 PM Bug #12390 (Closed): AES: aes_mech_info_tab error
- "git commit 82c3f1a85d940e88355a055831c2d279c69c59e6":https://github.com/illumos/illumos-gate/commit/82c3f1a85d940e88...
-
03:23 PM Feature #12761: i40e should only register ufm data on func 0
- This was tested (thanks Ryan Zezeski) by looking at the output in fmtopo. Rather than having multiple instances of th...
-
03:21 PM Feature #12762: topo should create per-device UFM entries by default
- This was tested with fmtopo -V. I verified that we now had ufm entries on the PCI device nodes and not the function l...
-
03:19 PM Feature #12763: ixgbe ufm support
- This was tested with help from Patrick Mooney and Ryan Zezeski. I was able to go through and test the ability to read...
-
03:18 PM Bug #12765: fwflash plugin cleanup handling is buggy
- This was tested functionally by using the various fwflash -l and fwflash -r paths. In addition, I manually loaded lib...
-
03:17 PM Feature #12760: igb ufm support
- To test this, in addition to the testing that was a part of 12759, I dumped the eeprom from several different parts i...
-
03:14 PM Bug #12815: ucode/update.intel needs pkgfmt fix
- "git commit eb7a235af24981be82a88a125b4f82093a408ef4":https://github.com/illumos/illumos-gate/commit/eb7a235af24981be...
-
02:57 PM Bug #12815 (In Progress): ucode/update.intel needs pkgfmt fix
-
02:43 PM Bug #12815 (Closed): ucode/update.intel needs pkgfmt fix
- "git commit 16b19c8cd6c6339e907197a5a8c30bdb85ec0ef8":https://github.com/illumos/illumos-gate/commit/16b19c8cd6c6339e...
-
03:14 PM Bug #12817: ucode/update.intel should be able to use git repos
- "git commit eb7a235af24981be82a88a125b4f82093a408ef4":https://github.com/illumos/illumos-gate/commit/eb7a235af24981be...
-
02:57 PM Bug #12817 (In Progress): ucode/update.intel should be able to use git repos
-
02:43 PM Bug #12817 (Closed): ucode/update.intel should be able to use git repos
- "git commit d9660a7c6537b3e744aca576d92fcef0d6efcea2":https://github.com/illumos/illumos-gate/commit/d9660a7c6537b3e7...
2020-06-08
-
11:51 PM Bug #12828 (Duplicate): ucode/update.intel should be able to use git repos
- Closing as duplicate.
-
11:50 PM Bug #12828: ucode/update.intel should be able to use git repos
- John Levon wrote:
> filed as #12817 ?
Damn, forgot about that. Will close as dup. -
10:40 PM Bug #12828: ucode/update.intel should be able to use git repos
- filed as #12817 ?
-
07:58 PM Bug #12828 (Duplicate): ucode/update.intel should be able to use git repos
- Instead of requiring $1 be a tarball, why not also include:
* No arg ==> clone from well-known Intel git repo
* D... -
07:24 PM Bug #12826 (Closed): update to smatch 0.6.1-rc1-il-6
- "git commit b3263c9871d056ea54cca24eaeedd5a41fd333de":https://github.com/illumos/illumos-gate/commit/b3263c9871d056ea...
-
02:54 PM Bug #12826: update to smatch 0.6.1-rc1-il-6
- tested with a full build
-
02:44 PM Bug #12826 (Closed): update to smatch 0.6.1-rc1-il-6
- fix a crash in state_name_to_param_name() that was breaking illumos-joyent build
-
07:11 PM Bug #12777 (Closed): libc unwinding confused by indirect pointer encoding
- "git commit e1fb6a07e9492184a949d5a3ba446ff53b888a2b":https://github.com/illumos/illumos-gate/commit/e1fb6a07e9492184...
-
06:55 PM Feature #12689 (Closed): Want c11 uchar.h
- "git commit eda3ef2de2d15b389090f6ef953edaea3daaace4":https://github.com/illumos/illumos-gate/commit/eda3ef2de2d15b38...
-
06:25 PM Bug #12577 (Closed): px: NULL pointer errors
- "git commit e214b19eaa16fec1fa60a97227778103f598336f":https://github.com/illumos/illumos-gate/commit/e214b19eaa16fec1...
-
05:45 PM Bug #12827 (New): NFSv4 client gets hard-hung in the face of high packet corruption
- Some caveats:
1.) This was found using SmartOS.
2.) This was found using ipdadm(1M) to increase chance of packet ... -
05:36 PM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- Marcel Telka wrote:
> Not necessarily (yet). First check whether do you have such a thread (@mdb -ke "::stacks -c... -
01:45 PM Bug #12825 (New): grep -x is very slow
- I noticed that some grep processes were taking an inordinate (15+ minutes) to run during a pkgsrc bulk build. It app...
2020-06-07
-
01:20 PM Bug #12824 (Closed): recvmsg(): adjust final cmsg->cmsg_len upon MSG_CTRUNC
When an application calls @revcmsg(3SOCKET)@ to retrieve some ancillary data, but provides a buffer that is too sma...-
12:18 AM Bug #12390: AES: aes_mech_info_tab error
- If you look at the definition of @crypto_mech_info_t@, it's fairly obviously wrong. The next field is a bitmap of the...
2020-06-06
-
06:18 PM Bug #12390: AES: aes_mech_info_tab error
- I'd like to see some description of what exactly was wrong with the old code, other than a patch. What is it that mis...
2020-06-05
-
10:21 PM Bug #12820 (Closed): failure in dladm_ether_info() can lead to a double free
- A user had a core dump with the following:...
-
08:37 PM Bug #12563 (Closed): epic: NULL pointer errors
- "git commit 08219281a2f1c9e03d7d81800df78a7f6131e89a":https://github.com/illumos/illumos-gate/commit/08219281a2f1c9e0...
-
08:33 PM Bug #12562 (Closed): su: NULL pointer errors
- "git commit 574493ffa2fa0218f9104c9978be64dd2d4f4b37":https://github.com/illumos/illumos-gate/commit/574493ffa2fa0218...
-
08:30 PM Bug #12557 (Closed): tod: NULL pointer errors
- "git commit 35f318d5eb4055114a1be5b52b03efe211e014db":https://github.com/illumos/illumos-gate/commit/35f318d5eb405511...
-
08:28 PM Bug #12576 (Closed): pcf8591: NULL pointer errors
- "git commit a4ee597764d8f5774053526bb200ad03100a4ff0":https://github.com/illumos/illumos-gate/commit/a4ee597764d8f577...
-
08:22 PM Bug #12568 (Closed): tda8444: NULL pointer errors
- "git commit 734d822d17e7f65e682ac175dbcb29382b39620b":https://github.com/illumos/illumos-gate/commit/734d822d17e7f65e...
-
03:38 PM Bug #12777: libc unwinding confused by indirect pointer encoding
- I was hoping that either Java or C++ exceptions would exercise this logic, but that does not appear to be the case. ...
-
02:53 PM Bug #12390: AES: aes_mech_info_tab error
- To test, I built and booted a BE containing this change and then ran the crypto digest tests which all passed.
-
02:36 PM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- Dan McDonald wrote:
> So it sounds like I should file a distinct NFSv4 client bug then?
Not necessarily (yet). F... -
02:29 PM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- So it sounds like I should file a distinct NFSv4 client bug then?
-
10:25 AM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- Dan McDonald wrote:
> Is the following gist another example of such a deadlock? NOTE: The client is being tested b... -
06:16 AM Bug #12570 (Closed): pca9556: NULL pointer errors
- "git commit fa4e72b04e6507456698cd5d25ff74f4ab5d2056":https://github.com/illumos/illumos-gate/commit/fa4e72b04e650745...
-
06:09 AM Bug #12569 (Closed): ics951601: NULL pointer errors
- "git commit 5be38ebbbdbfff51cf09152ef2c304a0b4d68c0f":https://github.com/illumos/illumos-gate/commit/5be38ebbbdbfff51...
-
05:58 AM Bug #12566 (Closed): seeprom: NULL pointer errors
- "git commit 6b9ce6a49498244ac078b078afa3601c92b66d76":https://github.com/illumos/illumos-gate/commit/6b9ce6a49498244a...
2020-06-04
-
08:39 PM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- Is the following gist another example of such a deadlock? NOTE: The client is being tested by having packets get co...
-
07:49 PM Bug #12449: apcupsd triggers ASSERT on debug kernels when killed
- I need to dig more, but I think what _might_ be happening is that the draining causes @usba_do_req_exc_cb@ as the ca...
-
03:20 PM Feature #12689: Want c11 uchar.h
- To test this, I ran the updated libc tests and a couple other test suites. The libc-tests are below. The elf-tests an...
-
12:43 PM Bug #12694: race between write() and shutdown() for unix sockets
- Given the above, the apparent fix is relatively simple:...
-
12:40 PM Bug #12724 (Closed): update smatch to 0.6.1-rc1-il-5
- "git commit 6523a3aa7f325d64841382707603be7a86e68147":https://github.com/illumos/illumos-gate/commit/6523a3aa7f325d64...
-
12:07 PM Bug #12818 (New): ntpq(1m) -w flag undocumented
- The ntpq manpage doesn’t mention the -w flag (it does work though, check the output of @ntpq -p@ vs @ntpq -pw@).
Fre...
2020-06-03
-
10:36 PM Bug #12241: smatch: misreported 'mask and shift to zero'
- still apparently there post-#12716
-
10:36 PM Bug #12724: update smatch to 0.6.1-rc1-il-5
- NB: this apparently does not fix #12241 but there is still no usable test case for that.
-
08:07 PM Bug #12724: update smatch to 0.6.1-rc1-il-5
- I tested this with a full build
-
09:00 PM Bug #12817: ucode/update.intel should be able to use git repos
- The tarballs have come from https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases up to now
-
05:56 PM Bug #12817 (In Progress): ucode/update.intel should be able to use git repos
- The update.intel script assumes a tarball, which is not necessarily needed now that https://github.com/intel/Intel-Li...
-
08:59 PM Bug #12815: ucode/update.intel needs pkgfmt fix
- I have always run update.intel inside a `bldenv`, which is why I haven't seen this.
It doesn't hurt to set the varia... -
06:11 PM Bug #12815: ucode/update.intel needs pkgfmt fix
- Yuri Pankov wrote:
> It should actually fail during the packaging step, wonder why it doesn't for you.
I notice... -
06:02 PM Bug #12815: ucode/update.intel needs pkgfmt fix
- Dan McDonald wrote:
> Tested during the update for #12816. Pre-fix, generated terrible noise in the manifest. Post... -
05:55 PM Bug #12815: ucode/update.intel needs pkgfmt fix
- Tested during the update for #12816. Pre-fix, generated terrible noise in the manifest. Post-fix, no noise at all.
-
05:48 PM Bug #12815 (In Progress): ucode/update.intel needs pkgfmt fix
- The invocation of pkgfmt in update.intel doesn't set the version like the rest of -gate does. This causes large & un...
-
08:51 PM Bug #12575 (Closed): ltc1427: NULL pointer errors
- "git commit 1bc19844f9d6f3eb43c88648a6862df9de480213":https://github.com/illumos/illumos-gate/commit/1bc19844f9d6f3eb...
-
08:49 PM Bug #12564 (Closed): sbus: NULL pointer and smatch errors
- "git commit 89545d90d6724cb5f0b2cc0d34b1e0b21f2c31f1":https://github.com/illumos/illumos-gate/commit/89545d90d6724cb5...
-
05:51 PM Feature #12816 (Closed): Update Intel microcode to 20200616
- Subject says it all. Found a related bug in the update.intel script (#12815) that'll be coming along for the ride.
-
05:39 PM Bug #12805 (Closed): sun_fc: in C++11 this 'throw' will call 'terminate' because destructors default to 'noexcept'
- "git commit f7c0877265657617150d9e7010f62fd4554ca9e5":https://github.com/illumos/illumos-gate/commit/f7c0877265657617...
-
05:29 PM Bug #12565 (Closed): max1617: NULL pointer errors
- "git commit 01e7b7f0889d1871183449cbcbc41e1f90f40610":https://github.com/illumos/illumos-gate/commit/01e7b7f0889d1871...
-
10:04 AM Bug #12786 (Closed): fix CTF pointer overrun
- "git commit d15d17d4231f87f1571fa6d585377206f360f667":https://github.com/illumos/illumos-gate/commit/d15d17d4231f87f1...
-
10:02 AM Bug #12814 (In Progress): CCVERBOSE flag in CFLAGS is redundant and not needed
- CCVERBOSE (-v) translates into -Wall, but we also get -Wall from global settings (Makefile.master):
CERRWARN = -er... -
10:00 AM Bug #12721 (Closed): would like svcadm disable -c
- "git commit 8fff788790878e3c95666decd46960ecc74c1c69":https://github.com/illumos/illumos-gate/commit/8fff788790878e3c...
-
06:24 AM Bug #12813 (Closed): pptadm and libppt are x86 only
- "git commit 87be0d9605ee884229638b6fd168fa7165e109a3":https://github.com/illumos/illumos-gate/commit/87be0d9605ee8842...
2020-06-02
-
10:49 PM Bug #12717 (Closed): Stop ignoring pkgdepend errors
- "git commit 069e6b7e31ba5dcbc5441b98af272714d9a5455c":https://github.com/illumos/illumos-gate/commit/069e6b7e31ba5dcb...
-
10:49 PM Feature #12708 (Closed): Packages could be linted
- "git commit 069e6b7e31ba5dcbc5441b98af272714d9a5455c":https://github.com/illumos/illumos-gate/commit/069e6b7e31ba5dcb...
-
07:24 PM Bug #12813 (Closed): pptadm and libppt are x86 only
- Build error on sparc. We will get non-packaged files in proto tree. The solution is to move those targets to i386 spe...
-
05:10 PM Feature #12792: bhyve upstream sync 2020 May
- sjorge tested this atop SmartOS:
Applied this on top of SmartOS PI I build earlier today. Tested the following OS'... -
04:02 PM Bug #10556: Fatal firmware error with iwn wireless
- Installed hipster 2020.04 on toshiba z930 with the same wifi card.
Bug is still open. Firmware is present. -
02:38 PM Feature #7510 (Closed): enable highres clock usage for non-privileged users
- "git commit 605d010da59abaf92279a7caed83515cbb3218dc":https://github.com/illumos/illumos-gate/commit/605d010da59abaf9...
2020-06-01
-
11:25 PM Bug #12783 (Closed): async unlinked drain races with ZFS unmount
- "git commit b39b008f8a57ea7ddfd0f69b24529deba7c25ae1":https://github.com/illumos/illumos-gate/commit/b39b008f8a57ea7d...
-
10:23 PM Bug #12559 (Closed): zs: NULL pointer errors
- "git commit 94bce860c16a04a3d8eaeaa18807723c026e23b5":https://github.com/illumos/illumos-gate/commit/94bce860c16a04a3...
-
10:18 PM Bug #12804 (Closed): sysevent.h: C++11 requires a space between string literal and macro
- "git commit fdf1a8710a94b4953ba782ed5bdc1549b0356ddc":https://github.com/illumos/illumos-gate/commit/fdf1a8710a94b495...
-
09:14 PM Bug #12668 (Closed): ZFS support for vectorized algorithms on x86 (initial support)
- "git commit e86372a01d2d16a5dd4a64e144ed978ba17fe7dd":https://github.com/illumos/illumos-gate/commit/e86372a01d2d16a5...
-
08:30 PM Bug #12119 (Closed): ndmpd: cast between incompatible function types
- "git commit 82049ff560eed6fbdf4cf222d894467f5809f9b3":https://github.com/illumos/illumos-gate/commit/82049ff560eed6fb...
-
08:04 PM Bug #12750 (Closed): bhyve should not hold HMA registration with no running VMs
- "git commit 8e3a263e496f0b896b62a8ebe101c0b2b56c9a15":https://github.com/illumos/illumos-gate/commit/8e3a263e496f0b89...
-
05:50 PM Feature #12775 (Closed): reorganize bhyve contrib headers
- "git commit d0b3c59ba652f183eeec1414dd9fbdc56bf05cc8":https://github.com/illumos/illumos-gate/commit/d0b3c59ba652f183...
-
02:34 PM Bug #12545 (Closed): ixgbe: IXGBE_LE32_TO_CPUS macro is missing assignment
- "git commit e213fe2d75a0e47cc0b3f67c473e24dfa9304e0b":https://github.com/illumos/illumos-gate/commit/e213fe2d75a0e47c...
-
09:47 AM Bug #12800 (Closed): smf methods using wrong exit code tokens
- "git commit 9f84ea46383c55ba04c274011946d91804aba95f":https://github.com/illumos/illumos-gate/commit/9f84ea46383c55ba...
-
09:44 AM Bug #12800: smf methods using wrong exit code tokens
- There wasn't a lot of testing I could do for this but I copied the new @svc-forwarding@ file to a system and checked ...
2020-05-31
-
05:56 PM Bug #12808 (Closed): sun4u/unix: this 'if' clause does not guard
- "git commit 2a93e0bc6b60286283274376cae765bed0c59594":https://github.com/illumos/illumos-gate/commit/2a93e0bc6b602862...
-
05:13 PM Bug #12811 (New): CIFS/SMB autohome doesn't work for Windows hosts
- Hi,
autohome shares not visible, neither created when accessing CIFS/SMB server with Windows host
I attached tcpd... -
02:11 PM Bug #12810 (Closed): usr/src/tools/opensolaris contents are unused
- The following files are not used during the build, not shipped, and don't seem to have any useful information in them...
2020-05-30
-
06:15 AM Bug #12808 (Closed): sun4u/unix: this 'if' clause does not guard
- Build error on SPARC:...
2020-05-29
-
10:40 PM Feature #12775: reorganize bhyve contrib headers
- Considering this was just file reorganization, I tested only by @wsdiff(1)@-ing a build with the change against a "va...
-
10:33 PM Feature #12807 (Closed): Want option to explicitly set bhyve virtio disk serial number
-
05:15 PM Bug #12668: ZFS support for vectorized algorithms on x86 (initial support)
- To test this I ran a zfs test run which includes running the new "raidz_test" program
to test the algorithms and com... -
12:28 PM Bug #12806 (In Progress): Serial console polling burns CPU on VMware
- After doing some debugging with a serial console recently (in a VM) I noticed that when the guest stops in the loader...
-
06:53 AM Bug #12805 (Closed): sun_fc: in C++11 this 'throw' will call 'terminate' because destructors default to 'noexcept'
- Build errors with gcc 10:...
-
06:43 AM Bug #12804 (Closed): sysevent.h: C++11 requires a space between string literal and macro
- Build errors with gcc 10:...
-
06:07 AM Bug #12803 (Closed): unix: duplicate symbols in the kernel
- When built with gcc 10, krtld will report duplicate symbols swapinfo and v, and indeed:
swapinfo is defined in uts... -
06:00 AM Bug #12793: kernel FPU support
- Jerry Jelinek wrote:
> Ticket 12794 depends on this work. There is no consumer for the kernel FPU
> support include...
2020-05-28
-
11:32 PM Bug #12801: libdiskmgt leaks PROM device information handles like a sieve
- Yes I suspect it could just allocate the object it needs and keep it in a list with some less restrictive maximum num...
-
11:28 PM Bug #12801: libdiskmgt leaks PROM device information handles like a sieve
- I remember running across that limit many years ago and being confounded by it. There is no real reason for it, and ...
-
11:21 PM Bug #12801: libdiskmgt leaks PROM device information handles like a sieve
- This appears to be a regression introduced by #8709, which removed the original cleanup code.
-
09:24 PM Bug #12801: libdiskmgt leaks PROM device information handles like a sieve
- Note that if you're hitting this condition and all @/dev/openprom@ handles are in use, @prtconf -d@ will fail to work...
-
06:34 PM Bug #12801 (Closed): libdiskmgt leaks PROM device information handles like a sieve
- In the @findevs()@ routine, we call @di_prom_init()@ to get a PROM device information handle. This handle is stored ...
-
08:03 PM Bug #12795 (Closed): Remove remaining bhyveconsole wait code
- "git commit 60f7064656cca223eac2c6b527d51f6afb62a4ef":https://github.com/illumos/illumos-gate/commit/60f7064656cca223...
-
07:57 PM Bug #12795: Remove remaining bhyveconsole wait code
- Tested by build, onu and starting a bhyve VM.
-
07:34 PM Bug #12802 (New): When /usr/bin/find should report errors when actl_get fails.
- Due to #9952 (openzfs #8668) files or directories with corrupted ACLs can exist. When /usr/bin/find comes across it,...
-
05:56 PM Feature #12709 (Closed): Support custom URI schemes for the keylocation property
- "git commit 6c24238b6748a460b462c0b48b263cef4a6cbcdd":https://github.com/illumos/illumos-gate/commit/6c24238b6748a460...
-
03:24 PM Feature #12709: Support custom URI schemes for the keylocation property
- For testing, I ran the zfs test suite. All failures were known issues with existing tickets.
Additionally, I creat... -
05:14 PM Bug #9952 (Duplicate): Block size change during zfs receive drops spill block
-
04:33 PM Bug #9952: Block size change during zfs receive drops spill block
- This is a duplicate of openzfs#8668:
caf9dd209 Fix send/recv lost spill block
We pulled this fix in to illumo... -
04:52 PM Feature #8727: Native data and metadata encryption for zfs
- The following additional openzfs commits, beyond the list above, are included with this commit:
caf9... -
11:09 AM Bug #12800 (Closed): smf methods using wrong exit code tokens
- A couple of SMF methods are using undefined exit code tokens - @SMF_ERROR_FATAL@ and @SMF_ERR_OTHER@
-
10:33 AM Bug #12799 (In Progress): mlxcx #if defined for MAC_VLAN_UNTAGGED is redundant
-
10:26 AM Bug #12799 (Closed): mlxcx #if defined for MAC_VLAN_UNTAGGED is redundant
- There were some *#if defined* statements for *MAC_VLAN_UNTAGGED*, from when the code was originally developed, they a...
-
08:24 AM Bug #12785 (Closed): grep -h ignored with -r
- "git commit 4adc6f153a42519cb03b97bf215e1d4823300ebe":https://github.com/illumos/illumos-gate/commit/4adc6f153a42519c...
-
07:56 AM Bug #12798: mlxcx command interface should allow concurrent commands and be interrupt driven
- When Robert released his work-in-progress in 2019, I started investigating and this is one of the first changes I mad...
-
07:52 AM Bug #12798 (Closed): mlxcx command interface should allow concurrent commands and be interrupt driven
- At the moment only a single command can be submitted to the HCA at a time, and then that command is polled for comple...
-
07:47 AM Bug #12797 (Closed): mlxcx max flow table limit can be exceeded
- During testing with an Atto ConnectX-4 based card the system panic'ed after a failure to allocate a flow table.
The ... -
12:04 AM Bug #12796 (Closed): pcks11_softtoken C_GetMechanismList() should validate its arguments
- Using Google's pkcs11 test suite against , it crashes running C_GetMechanismList() if @pulCount@ is NULL. Per the spe...
2020-05-27
-
09:59 PM Bug #12795 (Closed): Remove remaining bhyveconsole wait code
The original Pluribus port included support for pausing VM execution until the console socket was connected.
Joyen...-
05:32 PM Bug #12785: grep -h ignored with -r
- Testing notes:
Manually tested that the new grep displays filenames (or not) as
expected depending on whether -h,... -
03:55 PM Bug #12788 (Closed): fix tst.include.ksh for ddi_ufm.h
- "git commit c9ad389f76487048d6fde034960b0f5edfb778d7":https://github.com/illumos/illumos-gate/commit/c9ad389f76487048...
-
09:53 AM Bug #12788: fix tst.include.ksh for ddi_ufm.h
- I ran the failing dtrace tst.include.ksh and checked it passed
-
03:44 PM Feature #12787 (Closed): build needs native rpcgen
- "git commit 2aeafac3612e19716bf8164f89c3c9196342979c":https://github.com/illumos/illumos-gate/commit/2aeafac3612e1971...
-
01:36 PM Bug #12793: kernel FPU support
- Ticket 12794 depends on this work. There is no consumer for the kernel FPU
support included as part of this ticket (... -
01:31 PM Bug #12793 (Closed): kernel FPU support
- The ability for the kernel to use the FPU is a prerequisite for porting the ZFS HW-accelerated raidz
calculations fr... -
01:33 PM Bug #12794 (Closed): ZFS support for vectorized algorithms on x86 (HW support)
- This is the second phase of the work to port the ZFS HW-accelerated raidz
calculation code from OpenZFS. This work d... -
09:52 AM Bug #12786: fix CTF pointer overrun
- I ran the CTF test suite, a full build, did spot checks of svc.startd CTF, and ran some of the dtrace test suite
2020-05-26
-
11:44 PM Feature #12792 (Closed): bhyve upstream sync 2020 May
- Sync upstream activity in FreeBSD's bhyve into illumos.
For now, we'll be ignoring the changes made to support save/... -
10:45 PM Bug #11902 (Closed): Typos in proc_arg_grab(3PROC)
- "git commit 95adbecaacb2fe97eb8c9e49e7c1d6910c577bba":https://github.com/illumos/illumos-gate/commit/95adbecaacb2fe97...
-
05:46 PM Bug #11902: Typos in proc_arg_grab(3PROC)
- I tested this by looking at this in man(1).
-
10:45 PM Bug #11668 (Closed): libproc(3LIB) typo in proc_get_auxv
- "git commit 6bc3974f378feda6e0d0b8f2a7ca95eceb9587db":https://github.com/illumos/illumos-gate/commit/6bc3974f378feda6...
-
05:46 PM Bug #11668: libproc(3LIB) typo in proc_get_auxv
- I tested this by looking at this in man(1).
-
09:37 PM Feature #12791 (Closed): rpcgen: if main is not provided, _svcstate_lock should be extern
- When we do generate svc stubs without main, we should declare "mutex_t _svcstate_lock" as "extern", so we can decide ...
-
08:56 PM Bug #12790 (Closed): locale data install should not attempt to copy missing files
- The C.UTF-8 does not provide all data files the other locales do, the install recipe is just trying to copy the speci...
-
07:39 PM Bug #12789 (Closed): increase timers allowed per-process
- Upstream of Joyent OS-5738 and OS-5806. While this was originally for LX, there's really nothing LX specific about th...
-
06:28 PM Bug #8680: Time of Day clock error
- I see the same problem occasionally when running as a guest under VMware Fusion.
Apparently ToD clock "jumps" are so... -
05:32 PM Feature #12685 (Closed): ddi_create_minor_node() should take const char * values
- "git commit 7bcaeddb7bbb778bc9a9c0e0c78b6bb8a3ea0540":https://github.com/illumos/illumos-gate/commit/7bcaeddb7bbb778b...
-
04:45 PM Feature #7510: enable highres clock usage for non-privileged users
- To test this, I wrote a small program with a high-resolution timer that created a 23 nanosecond timer and then used D...
-
04:34 PM Bug #12788 (Closed): fix tst.include.ksh for ddi_ufm.h
- dtrace can't parse trailing commas, so the test fails with this new header
-
12:12 PM Feature #12787 (Closed): build needs native rpcgen
- The current build system is using /usr/bin/rpcgen from build host, this makes it hard to provide updates for rpcgen, ...
-
10:46 AM Bug #12786: fix CTF pointer overrun
- via Nicolò Mazzucato:
" The problem arose when `p = "s"`, and `lp->ctl_prefix = "struct"`.
`strncmp("s","s... -
10:45 AM Bug #12786 (Closed): fix CTF pointer overrun
-
10:04 AM Bug #12781 (Closed): /etc/ppt_aliases needs to be in the boot archive
- "git commit b325f34d6fd056178a119182f410f157d35a9ea6":https://github.com/illumos/illumos-gate/commit/b325f34d6fd05617...
2020-05-25
-
04:44 PM Feature #12736 (Closed): Add DISCARD/TRIM support to bhyve
- "git commit 282a8ecb1f4aca0718d89ef1299b5928e5405bca":https://github.com/illumos/illumos-gate/commit/282a8ecb1f4aca07...
-
03:48 PM Feature #12736: Add DISCARD/TRIM support to bhyve
- The proposed wad is a combination of "bfe191c4":https://github.com/joyent/illumos-joyent/commit/bfe191c490dc33e77e134...
-
04:42 PM Bug #12766 (Closed): clean up bhyve lints
- "git commit aee33e58f237f0d3cfeab24295f491937f0f7c79":https://github.com/illumos/illumos-gate/commit/aee33e58f237f0d3...
-
04:21 PM Bug #12766: clean up bhyve lints
- A @wsdiff@ run between this wad and the vanilla gate noted no meaningful differences.
-
03:19 PM Bug #12784 (Closed): Fix errors in plockstat man page
- "git commit 00509c829a7bda32eeabfd272e5e6307ed93079e":https://github.com/illumos/illumos-gate/commit/00509c829a7bda32...
2020-05-24
-
09:42 AM Bug #12781: /etc/ppt_aliases needs to be in the boot archive
- It sounds like we need at least one follow-up issue filing but that the change to put ppt_aliases in the boot archive...
-
01:45 AM Bug #12781: /etc/ppt_aliases needs to be in the boot archive
- Yeah, I basically never got around to writing the bit that updates the aliases file
-
12:04 AM Bug #12781: /etc/ppt_aliases needs to be in the boot archive
- It looks like @ppt_aliases@ is only documented in the @pptadm@ man page so far, and @pptadm@ is currently only a util...
-
06:48 AM Bug #12782: GRUB should pass pool and vdev GUIDs in $ZFS-BOOTFS
- Honestly is it not time to retire the ancient GRUB at this stage?
-
06:29 AM Bug #12782: GRUB should pass pool and vdev GUIDs in $ZFS-BOOTFS
- What is the syntax of what has to be inserted into $ZFS-BOOTFS (or presumably into the kernel$ menu line, unless some...
-
02:56 AM Bug #12764 (In Progress): Holes prevent TRIM
-
02:30 AM Bug #12764: Holes prevent TRIM
- Tested to generate the error by creating a zpool and associated SLOG. Removing the SLOG and performing zpool trim <p...
2020-05-23
-
11:44 PM Bug #12766 (Pending RTI): clean up bhyve lints
-
06:58 PM Bug #12766: clean up bhyve lints
- Considering lint is deprecated, this should have no effect on the build or the emitted artifacts. I ran a full clean...
-
11:42 PM Feature #12775 (In Progress): reorganize bhyve contrib headers
-
05:28 PM Feature #12736: Add DISCARD/TRIM support to bhyve
- I smoke-tested this using an illumos-gate build atop an OmniOSce machine. The guest I was using (CentOS7) was runnin...
-
04:40 PM Feature #12737 (Closed): sync shadow PCIR_COMMAND with real one for bhyve pass-thru
- "git commit e43213726a6068355df89cb553a223328af375f4":https://github.com/illumos/illumos-gate/commit/e43213726a606835...
-
03:42 PM Bug #12781: /etc/ppt_aliases needs to be in the boot archive
- Ok, thats a use case I didn't anticipate.
Do we already have documentation for ppt_aliases, and ideally, a tool to... -
12:48 PM Bug #12781: /etc/ppt_aliases needs to be in the boot archive
- I have been using @ppt_aliases@ up to now just because of the problem that John highlights - I wanted to keep the ori...
-
10:20 AM Bug #12781: /etc/ppt_aliases needs to be in the boot archive
- I agree with Andy and John.
separate file can be more easy managed in this case and shouldn't depend on original files. -
10:12 AM Bug #12781: /etc/ppt_aliases needs to be in the boot archive
- I'm not sure I agree: ppt_aliases is an over-ride mechanism. If you just did a normal update_drv you'd lose the origi...
-
09:13 AM Bug #12781: /etc/ppt_aliases needs to be in the boot archive
- I kinda doubt that /etc/ppt_aliases if of any use outside of SmartOS. It's really just a kludge to work around the pr...
-
09:04 AM Bug #12781 (In Progress): /etc/ppt_aliases needs to be in the boot archive
-
02:52 PM Bug #11668: libproc(3LIB) typo in proc_get_auxv
- Review at https://code.illumos.org/c/illumos-gate/+/697.
-
02:51 PM Feature #12763: ixgbe ufm support
- Review at https://code.illumos.org/c/illumos-gate/+/684.
-
02:51 PM Feature #12762: topo should create per-device UFM entries by default
- Review at https://code.illumos.org/c/illumos-gate/+/683.
-
02:51 PM Feature #12761: i40e should only register ufm data on func 0
- Review at https://code.illumos.org/c/illumos-gate/+/682.
-
02:51 PM Bug #12765: fwflash plugin cleanup handling is buggy
- Review at https://code.illumos.org/c/illumos-gate/+/681.
-
02:51 PM Feature #12760: igb ufm support
- Review at https://code.illumos.org/c/illumos-gate/+/681.
-
02:51 PM Bug #12758: ufm_detach doesn't properly clean up
- Review at https://code.illumos.org/c/illumos-gate/+/681.
-
02:50 PM Feature #12759: Want ability to read ufm images
- Review at https://code.illumos.org/c/illumos-gate/+/681.
-
02:49 PM Feature #12689: Want c11 uchar.h
- Review at https://code.illumos.org/c/illumos-gate/+/643.
-
02:48 PM Feature #12685: ddi_create_minor_node() should take const char * values
- Review was at https://code.illumos.org/c/illumos-gate/+/638.
-
02:42 PM Feature #12685: ddi_create_minor_node() should take const char * values
- Josh also tested this for me by going through and booting up a system with a USB keyboard on the wscons and successfu...
-
12:16 PM Bug #12783: async unlinked drain races with ZFS unmount
- To test this, I used the following script to create a ZFS filesystem which has 10000 entries in the unlink list:
<... -
10:21 AM Bug #12785: grep -h ignored with -r
- ReviewBoard link:
https://www.illumos.org/rb/r/2563/ -
10:14 AM Bug #12785 (Closed): grep -h ignored with -r
- Following the update of grep in #8858, grep -hr no longer works as expected.
A recursive grep (grep -r) will show ... -
09:26 AM Bug #12750: bhyve should not hold HMA registration with no running VMs
- Testing of latest patch set:...
-
08:30 AM Feature #12772: Need support for bnxt(7D)
- Thank you for considering this. A possible new driver could also add two other nics, also offered with Dell PowerEdge...
-
08:30 AM Bug #12784: Fix errors in plockstat man page
- Nan Xiao wrote:
> At the end of man page, there is:
> Is this you wanted? Thanks very much!
Yes, sorry, I missed... -
06:15 AM Bug #12784: Fix errors in plockstat man page
- Joshua M. Clulow wrote:
> I wonder if we should figure out how to put a URL for that guide into the manual page refe... -
12:35 AM Bug #12784: Fix errors in plockstat man page
- I wonder if we should figure out how to put a URL for that guide into the manual page reference; i.e., https://illumo...
-
12:33 AM Bug #12784 (Closed): Fix errors in plockstat man page
- (1)
> Refer to the for more information about DTrace security features.
"Dynamic Tracing Guide" is omitted.
... -
08:00 AM Bug #12745 (Closed): man page typos
- "git commit c376fe93141769de29a07813de2dfb2c8c4b8481":https://github.com/illumos/illumos-gate/commit/c376fe93141769de...
-
06:00 AM Bug #12778 (Closed): typo in proc_arg_grab(3PROC)
-
05:56 AM Bug #12778: typo in proc_arg_grab(3PROC)
- While this is a dup of 11902, I've gone through and taken care of all the additional feedback there. Thanks Ryan.
-
05:02 AM Bug #12747: sigsetjmp should allow for 8 byte aligned buffer on amd64
- Segfaults occur when compile libc for AMD64 with @-mtune=intel -m64@ options.
Disassemble of __csigsetjmp(sigjmp_b...
2020-05-22
-
11:35 PM Feature #12735 (Closed): bhyve upstream sync 2019 Sept
- "git commit 84659b24a533984de271059abf9a1092835d15a9":https://github.com/illumos/illumos-gate/commit/84659b24a533984d...
-
09:11 PM Feature #12735: bhyve upstream sync 2019 Sept
- After the testing done in SmartOS, I built this on top of illumos-gate and smoke-tested a VM on my OmniOSce hardware ...
-
11:32 PM Feature #12685: ddi_create_minor_node() should take const char * values
- To test this I plugged in a usb keyboard and usb mouse and attached a bunch of virtual IP-KVM services to a system (t...
-
11:00 PM Feature #12772: Need support for bnxt(7D)
- Unfortunately the bnxe driver and the bnxt driver are actually rather different. This'll require a new driver. While ...
-
10:43 PM Bug #12768 (Closed): 12392 regressed ftello64 behavior
- "git commit cf3ec608f736765ec9852eed5e611848a25de9a4":https://github.com/illumos/illumos-gate/commit/cf3ec608f736765e...
-
07:19 PM Bug #12774 (Closed): Resilver restarts unnecessarily when it encounters errors
- "git commit 165c5c6fe7d6c7a95878c8a3aae7da65d1da1d90":https://github.com/illumos/illumos-gate/commit/165c5c6fe7d6c7a9...
-
07:15 PM Bug #12774: Resilver restarts unnecessarily when it encounters errors
- The original description goes into the details as to why, but to highlight the core behaviors:
Prior to this chang... -
04:37 PM Bug #12774: Resilver restarts unnecessarily when it encounters errors
- To test, I ran the zfs test suite (which included a new test for this change). All of the expected tests pass, and al...
-
07:02 PM Feature #12682 (Closed): want mdb-bhyve module
- "git commit 9c3024a3457d2d1269be18124a1ac69e33000da7":https://github.com/illumos/illumos-gate/commit/9c3024a3457d2d12...
-
04:05 PM Feature #12682: want mdb-bhyve module
- And additional note on testing: After merging this into SmartOS, no regressions were noted in unrelated mdb operation...
-
04:03 PM Feature #12682: want mdb-bhyve module
- This change has been in SmartOS and OmniOS for over a year now. When initially merged into SmartOS, Hans mentioned h...
-
06:38 PM Bug #12783 (Closed): async unlinked drain races with ZFS unmount
- We've received some reports of `pkg update` failing on OmniOS because the BE cannot be cloned....
-
06:30 PM Bug #12754: packet flow over a defaulted LACP port
- Here is the test I ran to verify the bug exists in gate.
Create two aggrs: aggr0={ixgbe2,ixgbe3}, aggr1={ixgbe5,ix... -
06:18 PM Bug #12779 (Closed): mdb str_flags is missing STRXPG4TTY
- "git commit 88d6421c15f1c4daea9c8128e715662091258054":https://github.com/illumos/illumos-gate/commit/88d6421c15f1c4da...
-
09:59 AM Bug #12779 (Closed): mdb str_flags is missing STRXPG4TTY
@12306 XPG4v2 slave pty behaviour should generally be disabled@ added a new flag to @sys/strsubr.h@ but forgot to u...-
03:46 PM Bug #12782 (Closed): GRUB should pass pool and vdev GUIDs in $ZFS-BOOTFS
- 7119 added support for scanning available disks to find the boot device after it has been moved, but it requires the ...
-
02:39 PM Feature #12680 (Closed): want PCI pass-thru in bhyve
- "git commit eb9a1df2aeb866bf1de4494433b6d7e5fa07b3ae":https://github.com/illumos/illumos-gate/commit/eb9a1df2aeb866bf...
-
01:09 PM Bug #12721: would like svcadm disable -c
- Also tested recursive enable.
Example output:
root@piano:~# svcs -xv coreadm
svc:/system/coreadm:default (syst... -
01:06 PM Bug #12781 (Closed): /etc/ppt_aliases needs to be in the boot archive
12680 added PCI pass-through support in bhyve and introduces a new driver aliases file called @/etc/ppt_aliases@
T...-
10:53 AM Bug #12780 (Closed): GRUB is broken after 11479
- The size of objset_phys_t increased and GRUB was not updated to account for it. This causes two different failures:
... -
06:19 AM Bug #12778: typo in proc_arg_grab(3PROC)
- Also, proc_arg_grab(3PROC) refers to @lwps@ as "thread specification", but proc_lwp_range_valid(3PROC) refers to it w...
-
06:16 AM Bug #12778: typo in proc_arg_grab(3PROC)
- This sentence is worded strangely (redundant use of "for more information") and has a typo ("tread")....
-
05:28 AM Bug #12778 (Closed): typo in proc_arg_grab(3PROC)
- Fix "proc_arg_grag". Perhaps give the page a once over for any other typos as well.
-
02:58 AM Bug #12746 (Closed): x86_emulate_cpuid() should clear upper 32 bits
- "git commit 3c5f2a9de9c6554ce899ad4ebf7978ea7293994a":https://github.com/illumos/illumos-gate/commit/3c5f2a9de9c6554c...
-
02:09 AM Bug #12777 (Closed): libc unwinding confused by indirect pointer encoding
- Joshua Clulow reported that a rust binary (the accounts test suite for olm-rs) was segfaulting in a manner that sugge...
2020-05-21
-
07:54 PM Feature #12775 (Closed): reorganize bhyve contrib headers
- When bhyve was initially merged, its 'contrib' headers landed in @usr/contrib@ thanks to the original Pluribus lineag...
-
07:04 PM Bug #12774 (Closed): Resilver restarts unnecessarily when it encounters errors
- Port of two OpenZFS changes:...
-
05:00 PM Feature #12737 (In Progress): sync shadow PCIR_COMMAND with real one for bhyve pass-thru
-
04:59 PM Feature #12736 (In Progress): Add DISCARD/TRIM support to bhyve
-
04:59 PM Feature #12735 (In Progress): bhyve upstream sync 2019 Sept
-
04:50 PM Feature #12773: support CLOCK_THREAD_CPUTIME_ID and CLOCK_PROCESS_CPUTIME_ID
- Attaching a larval toy test program that demonstrates differences between LX"s emulation and what happens on a platfo...
-
04:45 PM Feature #12773: support CLOCK_THREAD_CPUTIME_ID and CLOCK_PROCESS_CPUTIME_ID
- NOTE: LX has half-hearted emulation for this in SmartOS & OmniOSce, but a proper implementation of these two would g...
-
04:35 PM Feature #12773 (Closed): support CLOCK_THREAD_CPUTIME_ID and CLOCK_PROCESS_CPUTIME_ID
- Linux provides two clock backends for reading what amounts to microstate accounting data from either the current LWP ...
-
04:42 PM Bug #12753 (Closed): simnet requests zero-sized kmem alloc
- "git commit 537911b676ea740315ce9055d857ea1d626e6fe7":https://github.com/illumos/illumos-gate/commit/537911b676ea7403...
-
01:58 PM Feature #12772: Need support for bnxt(7D)
- To be precise, FreeBSD 12.1 did not recognize BCM57406 at install time. Manually loading bnxt driver in /boot/loader....
-
01:47 PM Feature #12772 (New): Need support for bnxt(7D)
- There are some servers, like newer Dell PowerEdge, which ship with a BCM57406 NIC, which are NetXtreme II under the h...
-
01:04 PM Bug #12771 (Closed): 11909 re-introduced lockstat panic
- "git commit a24f6116881200a5b2b236df929cd332dc31f5c2":https://github.com/illumos/illumos-gate/commit/a24f6116881200a5...
-
12:57 PM Bug #12771: 11909 re-introduced lockstat panic
- I tested lockstat, dtrace -n lockstat:::, and a quick (partial) dtrace test suite run
-
10:53 AM Bug #12771 (Closed): 11909 re-introduced lockstat panic
- The original THREAD_KPRI_RELEASE cleanup caused OS-7925 due to accidentally removing a needed mov. The upstreaming di...
-
12:28 PM Bug #12721: would like svcadm disable -c
- I tested the C API changes with a small test program that disables a service instance.
I tested all the variations...
2020-05-20
-
09:40 PM Feature #12756: Support for CH340 USB Serial device
- After some back and forth on IRC, it looks like it indeed needs a new driver as the above file is just a vendor/produ...
-
08:56 PM Feature #12756: Support for CH340 USB Serial device
- prtconf -v info...
-
08:49 PM Feature #12756: Support for CH340 USB Serial device
- ...
-
08:33 PM Feature #12756: Support for CH340 USB Serial device
- Could not find any better datasheets but I did find the source on OpenBSD
https://github.com/openbsd/src/blob/b666... -
09:17 PM Bug #12474: Provide CFI for amd64 _start
- Since you seemed skeptical about the entire bug, it didn't seem worthwhile to post a review with the fix until some c...
-
09:11 PM Bug #12474: Provide CFI for amd64 _start
- Jason, are you working on this?
-
09:07 PM Bug #12770 (Closed): stop including exception unwind info in the kernel
- It's a minor thing, but we should stop including .eh_frame in kernel objects. Nothing should be throwing exceptions ...
-
08:24 PM Bug #12768: 12392 regressed ftello64 behavior
- To test this I wrote some additional regression tests and reran the libc test suite:...
-
04:37 PM Bug #12768 (Closed): 12392 regressed ftello64 behavior
- In 12392 I refactored a bit of the way that the ftell code was implemented to try and centralize that. Unfortunately,...
-
08:07 PM Bug #12757 (Closed): lz4 hash table does not start zeroed
- "git commit cab7c30c9587a8c7b5dd94af5f688dc5b8e8add7":https://github.com/illumos/illumos-gate/commit/cab7c30c9587a8c7...
-
06:46 PM Feature #12680: want PCI pass-thru in bhyve
- Hans built this patchset to test on OI. With it loaded, he was able to pass-thru a wireless device into a Linux gues...
-
05:38 PM Bug #12769 (Resolved): VirtualBox fails to start k
- Hi
Just upgraded to latest OpenIndiana Hipster
release this evening and now
when I attempt to start VirtualBox ... -
03:05 PM Bug #12767 (Closed): Document '-delete' option to find(1)
- #3965 added the @-delete@ option to find(1), however the man page was never updated to indicate this is a supported o...
-
12:40 PM Bug #12766 (Closed): clean up bhyve lints
- While upstreaming bhyve and its related components, since-obsoleted lint infrastructure was left in place. This was ...
-
04:35 AM Bug #12753: simnet requests zero-sized kmem alloc
- To aid in testing I wrote a dtrace script to track the adding and removing of multicast addresses on simnet devices, ...
-
01:54 AM Bug #12765 (Closed): fwflash plugin cleanup handling is buggy
- The @fwflash@ program has two different options for clean up handling. By default it will handle it itself, otherwise...
-
01:19 AM Bug #12746: x86_emulate_cpuid() should clear upper 32 bits
- Using the above script, bhyve would behave as noted in the issue report, leaving any garbage in the upper bits untouc...
-
12:30 AM Bug #12746: x86_emulate_cpuid() should clear upper 32 bits
- Here's a silly little test program I've used to check if high bits in a CPUID operation are cleared:...
2020-05-19
-
09:50 PM Bug #12764: Holes prevent TRIM
- Bug encountered on OmniOS r34.
-
09:49 PM Bug #12764 (In Progress): Holes prevent TRIM
- Exactly what this ZoL bug states: https://github.com/openzfs/zfs/pull/10227
Added and later removed an SLOG.
No... -
09:49 PM Feature #12680: want PCI pass-thru in bhyve
- I've compared the downstream (SmartOS) sources with this proposed patch, and we match for all of the PPT and bhyve re...
-
08:41 PM Feature #12763 (Closed): ixgbe ufm support
- To make it easier to read ixgbe's eeprom, we should add ufm support to ixgbe. Unfortunately the 82599 EEPROM map and ...
-
08:35 PM Feature #12762 (Closed): topo should create per-device UFM entries by default
- In the original implementation of the UFM subsystem, UFM entries in topo showed up on a per-PCI function basis by def...
-
08:25 PM Feature #12761 (Closed): i40e should only register ufm data on func 0
- Today, i40e reports a UFM entry on all of its instances. However, the UFM it represents is device wide and in fact it...
-
08:23 PM Feature #12760 (Closed): igb ufm support
- It'd be nice to enable support for ufm information in igb and allowing us to read the igb eeprom. This change works w...
-
08:16 PM Feature #12759 (Closed): Want ability to read ufm images
- The UFM subsystem today has the ability to report information about modules. We've envisioned that it should be able ...
-
08:16 PM Bug #12758 (Closed): ufm_detach doesn't properly clean up
- While iterating on some ufm related issues, I noticed that the ufm_attach(9E) was failing. The attach routine is very...
-
08:09 PM Bug #12755: Double fault when booting under Amazon EC2
- So I agree double checking things is useful and in the face of a bunch of hypervisor games we should do anyways. But ...
-
08:03 PM Bug #12755: Double fault when booting under Amazon EC2
- Here is the fix that we've been using: https://code.illumos.org/c/illumos-gate/+/679
-
07:58 PM Bug #12755: Double fault when booting under Amazon EC2
- OK. I'd be curious to understand more as the on_fault/no_fault logic in the CMI MSR code should cause us to return wi...
-
07:55 PM Bug #12755: Double fault when booting under Amazon EC2
- The issue is that it advertises support for the PPIN and shows it as unlocked, but attempts to enable it don't stick....
-
07:42 PM Bug #12755: Double fault when booting under Amazon EC2
- Can you share which of the MSRs it's emulating or not emulating as expected there? I would have expected them not to ...
-
09:35 AM Bug #12755 (Closed): Double fault when booting under Amazon EC2
- gcpu_init_ident_intc tries to enable PPIN and assumes that it works. Other platforms double check that. The subsequen...
-
05:58 PM Bug #12757 (Closed): lz4 hash table does not start zeroed
- I experienced a reproducible gate build failure on a box with an Atom CPU....
-
04:07 PM Bug #12738 (Closed): Panic in vlapic_callout_handler
- "git commit ee8ae3fa63afd7fd57d5e63676a991af0fb8d887":https://github.com/illumos/illumos-gate/commit/ee8ae3fa63afd7fd...
-
03:58 PM Feature #12679 (Closed): want viona driver for bhyve
- "git commit b22a70abf81f995ecc990b8444e63308bc389d5c":https://github.com/illumos/illumos-gate/commit/b22a70abf81f995e...
-
03:07 PM Feature #12693 (Closed): Enable Forward Error Correction (FEC) configuration via dladm
- "git commit d77e6e0f12d19668c0e9068c0fcd7a2123da5373":https://github.com/illumos/illumos-gate/commit/d77e6e0f12d19668...
-
01:56 PM Feature #12756 (New): Support for CH340 USB Serial device
- ...
-
12:55 PM Bug #12712: xnf calls ddi_dma_nextcookie too many times and panics the system
- I have hit the same issue after upgrading an aws instance to omnios r151034. I managed to capture a screenshot of th...
-
06:52 AM Feature #12676: want better offloads for vnics
- Just want to note that the following SmartOS tickets were also upstreamed in this wad.
"OS-7904":https://smartos.o... -
04:12 AM Bug #12754 (Closed): packet flow over a defaulted LACP port
- This is an upstream of SmartOS "OS-6805":https://smartos.org/bugview/OS-6805. Found below is my original synopsis.
... -
03:05 AM Bug #12753 (Closed): simnet requests zero-sized kmem alloc
- This is an upstream of SmartOS ticket "OS-7840":https://smartos.org/bugview/OS-7840. The original bug report is found...
2020-05-18
-
10:14 PM Bug #12738: Panic in vlapic_callout_handler
- As noted in the SmartOS ticket, reproducing this issue proved difficult. Only one of their customers reported seeing...
-
09:52 PM Bug #12752 (Closed): getipsecprotobyname(3NSL) synopsis is incomplete
- As seen at https://illumos.org/man/3nsl/getipsecprotobyname the SYNOPSIS of *getipsecprotobyname(3NSL)* appears to be...
-
09:48 PM Feature #12679: want viona driver for bhyve
- These viona patches were compared against their downstream SmartOS counterparts. Furthermore they were smoke-tested ...
-
09:45 PM Feature #12679: want viona driver for bhyve
- It should be noted that while the Reviewed-by list for the upstreaming commit is limited, nearly all of the included ...
-
09:44 PM Feature #12679: want viona driver for bhyve
- This driver, along with its associated changes, has been in production in Joyent SmartOS for an extended period of ti...
-
08:51 PM Bug #12751 (Resolved): Update the cached MSI state when any MSI capability register is written.
- We should pull in the following bhyve commit from FreeBSD.
Bhyve users on FreeBSD have reported that Ubuntu 20.04 f... -
08:25 PM Bug #12750 (Closed): bhyve should not hold HMA registration with no running VMs
At present, the bhyve @vmm@ driver grabs a HMA registration when it is loaded, and only releases it when unloaded.
...-
07:29 PM Bug #12732 (Closed): Update Intel microcode to 20200508
- "git commit d5b4c61b9474779079c9ef8650d04dd7c8207a06":https://github.com/illumos/illumos-gate/commit/d5b4c61b94747790...
-
06:42 PM Feature #12678 (Closed): mac_tx() is too eager to emulate hardware offloads
- "git commit c61a1653a4d73dbc950dac7d96350fd6cb517486":https://github.com/illumos/illumos-gate/commit/c61a1653a4d73dbc...
-
06:42 PM Feature #12677 (Closed): simnet has bogus mi_tx_cksum_flags
- "git commit c61a1653a4d73dbc950dac7d96350fd6cb517486":https://github.com/illumos/illumos-gate/commit/c61a1653a4d73dbc...
-
06:42 PM Feature #12676 (Closed): want better offloads for vnics
- "git commit c61a1653a4d73dbc950dac7d96350fd6cb517486":https://github.com/illumos/illumos-gate/commit/c61a1653a4d73dbc...
-
06:15 PM Bug #12749 (Closed): gcc10 complains about vmcb_state struct packing
- As noted in #12746, gcc10 was complaining about pointer access into the @vmcb_state@ struct:...
-
05:55 PM Bug #12729 (Closed): bootadm set-menu timeout crashes without timeout value
- "git commit f13f199891d2a0440db0361743dd73527f565e89":https://github.com/illumos/illumos-gate/commit/f13f199891d2a044...
-
05:00 PM Bug #12729: bootadm set-menu timeout crashes without timeout value
- Testing with proposed fix:...
-
05:55 PM Bug #12741 (Closed): Fix "more then" typo in dlopen(3c)
- "git commit c039d8138bcc82c8082abc5560e0293afb7994cf":https://github.com/illumos/illumos-gate/commit/c039d8138bcc82c8...
-
05:48 PM Bug #12744 (Closed): gfx_private: bitmap_cons_clear 8-bit mode is using wrong color
- "git commit 109b65249647da8f2f4306cd9b3d2800b05fd59b":https://github.com/illumos/illumos-gate/commit/109b65249647da8f...
-
05:45 PM Bug #12707 (Closed): Port OpenZFS Coverity Fixes
- "git commit 3382f241dd77fdfc4a9c4b03092e328924cd0c65":https://github.com/illumos/illumos-gate/commit/3382f241dd77fdfc...
-
05:35 PM Bug #12707: Port OpenZFS Coverity Fixes
- I went ahead and applied the dir_rd_update.c change as well (even though it appears to no longer be used by any zfs-t...
-
05:43 PM Bug #12733 (Closed): loader: autoboot_timeout greater than 10 is not shown
- "git commit 0c268761780011e1de45099cf76b2ee464ea8f50":https://github.com/illumos/illumos-gate/commit/0c268761780011e1...
-
03:57 PM Feature #12748 (New): Add wait-for-seconds feature to pwait(1)
- The review of #12676 reminded me that there's a need to wait for a process to exit, but with a limit on how long it s...
-
03:11 PM Bug #12747 (Closed): sigsetjmp should allow for 8 byte aligned buffer on amd64
- mdb segfaults if libc compiled with -mtune=intel option on amd64 arch with SSE2 optimisation.
If compile with gcc-... -
02:05 AM Bug #12746 (Closed): x86_emulate_cpuid() should clear upper 32 bits
- When investigating a gcc9 gripe in the bhyve codebase, I noticed something that looked amiss:...
Also available in: Atom