Activity
From 2020-04-20 to 2020-05-19
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:...
2020-05-17
-
05:50 PM Bug #12743 (Closed): man page spelling mistakes
- "git commit d0b89bad7e1fdc02b67434ccc5d1c0e983e25583":https://github.com/illumos/illumos-gate/commit/d0b89bad7e1fdc02...
-
05:07 PM Bug #12728 (Closed): emlxs: symbol 'emlxs_prog_type_t' is multiply-defined
- "git commit 7e95e8d94bf4ccccc742a5e7a1370afe0d890ae3":https://github.com/illumos/illumos-gate/commit/7e95e8d94bf4cccc...
-
09:55 AM Bug #12729 (Pending RTI): bootadm set-menu timeout crashes without timeout value
-
09:49 AM Bug #12745: man page typos
- Review:
https://www.illumos.org/rb/r/2557/ -
09:27 AM Bug #12745 (Closed): man page typos
- A set of minor man page typos:
proc.4
thr_join 3 should be 3C
wait.1
"1 ore more job"
mail.1
initial sl...
2020-05-16
-
03:09 PM Bug #12744 (Closed): gfx_private: bitmap_cons_clear 8-bit mode is using wrong color
- Wrong data is provided for 8-bit mode.
Testing done: set framebuffer to 8-bit depth, log in on console, verify col... -
03:04 PM Bug #12743: man page spelling mistakes
- Review:
https://www.illumos.org/rb/r/2556/ -
02:23 PM Bug #12743 (Closed): man page spelling mistakes
- Another bunch of spelling mistakes in man pages
picl_get_propinfo.3picl - specifie
picld.1m libpicltree.3picltree... -
09:46 AM Bug #12741: Fix "more then" typo in dlopen(3c)
- Review: https://illumos.org/rb/r/2555/
-
03:32 AM Bug #12741 (Closed): Fix "more then" typo in dlopen(3c)
- There are many places in code comments and manuals where it should be "more than", not "more then". E.g., in dlopen(3...
2020-05-15
-
07:36 PM Bug #12739 (Closed): gld module missing dep on mac after 12671
- "git commit bd025ac2b6fbfbc59dfc0bd50a0e56dd56de9229":https://github.com/illumos/illumos-gate/commit/bd025ac2b6fbfbc5...
-
06:06 PM Bug #12739: gld module missing dep on mac after 12671
- This was tested by Aurélien who verified that with the fix in place the vboxnet module correctly loaded.
-
03:08 PM Bug #12739 (Closed): gld module missing dep on mac after 12671
- 12671 swapped most callers from the older @hcksum_*@ routines to @mac_hcksum_*@ routines. While most of the module de...
-
07:24 PM Feature #12676: want better offloads for vnics
- These changes have been in SmartOS for a while. OmniOSce has also side-pulled them for bhyve.
-
05:07 PM Feature #12676: want better offloads for vnics
- Test results from rpz:...
-
06:41 PM Feature #12665 (Closed): want modern bhyve
- "git commit 4c87aefe8930bd07275b8dd2e96ea5f24d93a52e":https://github.com/illumos/illumos-gate/commit/4c87aefe8930bd07...
-
03:38 PM Bug #12540 (Closed): mdb: build with gcore
- "git commit a68aefedafdc78f1f25e9c888f61357d59c87311":https://github.com/illumos/illumos-gate/commit/a68aefedafdc78f1...
-
03:32 PM Bug #12740 (New): mdb: ::gcore is not implemented on sparc
- mdb ::gcore command is working as gcore(1), except it is implemented only on x86.
-
11:07 AM Bug #12726 (Closed): sbbc: smatch and NULL pointer errors
- "git commit 836be2fe28b6fc20176de322440ef4bb1a5f37dd":https://github.com/illumos/illumos-gate/commit/836be2fe28b6fc20...
-
07:58 AM Bug #12727 (Closed): unix: 'zvp' is undeclared
- "git commit 4a6e21349395bc68ce9ec2839d99f74b079861b5":https://github.com/illumos/illumos-gate/commit/4a6e21349395bc68...
2020-05-14
-
11:52 PM Feature #12734 (Closed): bhyve on AMD should report SVM as disabled
-
11:52 PM Feature #12734: bhyve on AMD should report SVM as disabled
- This was missed in the commit list for #12665 and has already been imported there.
-
11:04 PM Feature #12734 (Closed): bhyve on AMD should report SVM as disabled
- Upstreaming "OS-8008":https://smartos.org/bugview/OS-8008 from SmartOS:
As reported in https://github.com/joyent/s... -
11:18 PM Bug #12738 (Closed): Panic in vlapic_callout_handler
- Upstreaming "OS-8076":https://smartos.org/bugview/OS-8076 from SmartOS:
Customer reported a panic:... -
11:12 PM Feature #12737 (Closed): sync shadow PCIR_COMMAND with real one for bhyve pass-thru
- Upstreaming "OS-8143":https://smartos.org/bugview/OS-8143 from SmartOS:
This is a follow up to "OS-8117":https://s... -
11:08 PM Feature #12736 (Closed): Add DISCARD/TRIM support to bhyve
- Upstreaming "OS-8136":https://smartos.org/bugview/OS-8136 from SmartOS:
It uses the existing blockif delete functi... -
11:06 PM Feature #12735 (Closed): bhyve upstream sync 2019 Sept
- Upstreaming "OS-8117":https://smartos.org/bugview/OS-8117 from SmartOS:
This merge contains mostly userspace chang... -
08:21 PM Feature #12665: want modern bhyve
- On top of all the testing that was done in SmartOS (and later OmniOSce), I smoke tested this along with the viona bit...
-
06:49 PM Bug #12733 (Closed): loader: autoboot_timeout greater than 10 is not shown
- The current timer is showing only 1 digit. We actually do not need to limit it, we can use different approach to prin...
-
05:25 PM Bug #12731 (Closed): disable IPv6 LSO until emulation is available
- "git commit 97f11506b8e20d03ac8f60ff1b6c7e38a3326df3":https://github.com/illumos/illumos-gate/commit/97f11506b8e20d03...
-
02:42 PM Bug #12731: disable IPv6 LSO until emulation is available
- Ryan built this on top of #12676 (which spurred the need for it) to test and observed TSOv6 as properly disabled on c...
-
11:49 AM Feature #12693: Enable Forward Error Correction (FEC) configuration via dladm
- Feed back from the review has suggested there are two "fec" fields.
"en_fec_cap" - To set what is advertised, and di... -
08:43 AM Bug #12640: clean up sysinfo(2)
- Hi! Sorry, I've had a lot of e-mail in the last fortnight and I'm just getting back to this now.
First, thanks fo... -
06:25 AM Bug #12720 (Closed): _fini(9E) could note it's not called when _init fails
- "git commit 91a7ed35601b9dac7c03b16025b401dc9f7a6bbd":https://github.com/illumos/illumos-gate/commit/91a7ed35601b9dac...
-
06:25 AM Bug #12719 (Closed): ioctl(9E) should mention what to return for an unknown command
- "git commit 57f6b2a25cc23b5c46f9c6de51402167ec6754cc":https://github.com/illumos/illumos-gate/commit/57f6b2a25cc23b5c...
-
01:59 AM Feature #12675 (Closed): want kthread worker interface
- "git commit 4c819f48a094cdf29d044bcea57733ebac5f688f":https://github.com/illumos/illumos-gate/commit/4c819f48a094cdf2...
2020-05-13
-
11:34 PM Bug #12719: ioctl(9E) should mention what to return for an unknown command
- h1. Testing Notes (from Robert)
> I verified the manual in man(1). -
11:12 PM Bug #12732 (Closed): Update Intel microcode to 20200508
Includes updated microcode for IceLake-U/Y
-
10:01 PM Bug #12707: Port OpenZFS Coverity Fixes
- The original OpenZFS fix includes changes to @zpool_vdev.c@ (item 4 from the original commit msg). The file is specif...
-
09:07 PM Bug #12731 (Closed): disable IPv6 LSO until emulation is available
- Prior to the integration of #12676, we should disable advertisement of IPv6 TSO/LSO. This is because no emulation is...
-
07:45 PM Feature #12730 (New): document kthread worker interface
- In #12675, the ability to create kernel-only worker threads in a process was added. It would be valuable to add deta...
-
07:42 PM Feature #12675: want kthread worker interface
- On a system with this patch (and the subsequent bhyve patches so that a consumer, viona, would be present) I tried so...
-
03:34 PM Feature #12675: want kthread worker interface
- This has been in use by viona for bhyve (and LX) on SmartOS and OmniOSce for over a year now.
-
05:48 PM Bug #12729 (Closed): bootadm set-menu timeout crashes without timeout value
- bootadm set-menu timeout doesn't check empty value and crashes after strtol in http://src.illumos.org/source/xref/ill...
-
07:39 AM Bug #12728 (Closed): emlxs: symbol 'emlxs_prog_type_t' is multiply-defined
- Build error with gcc 10:...
-
05:43 AM Feature #12691 (Closed): Want means of getting the maximum user address in a process
- "git commit 4c46c814833d7980b7ebf54590a97d7f91472bd5":https://github.com/illumos/illumos-gate/commit/4c46c814833d7980...
2020-05-12
-
08:46 PM Bug #12636 (Closed): Prevent unnecessary resilver restarts
- "git commit 0c06d385ea5bbe11d20ecea2e02cdc78733d5359":https://github.com/illumos/illumos-gate/commit/0c06d385ea5bbe11...
-
08:06 PM Bug #12721: would like svcadm disable -c
- For what it's worth, I use the C API for things. I want to finish wrapping it in a high quality Rust crate for futur...
-
05:24 PM Bug #12727 (Closed): unix: 'zvp' is undeclared
- Build errors on SPARC:...
-
05:13 PM Bug #12726 (Closed): sbbc: smatch and NULL pointer errors
- Build errors on SPARC:...
-
04:34 PM Bug #12686 (Closed): dladm: vnic creation over bge0 failed: object already exists
- "git commit 8291b3b94350ddd6df6ecd55435b59079f7a3dd2":https://github.com/illumos/illumos-gate/commit/8291b3b94350ddd6...
-
02:28 PM Bug #12725 (New): efi_reset() isn't sufficient
- I have a Dell R730 that when booted in EFI, won't reboot. efi_reset() (which triple faults) just hangs the system.
T... -
01:20 PM Support #10566 (Closed): Multiple DVA Scrubbing Fix
-
01:19 PM Bug #11941 (Rejected): loader fails to boot from this particular root pool
- This turned out not to be an issue, essentially.
-
10:49 AM Bug #12724 (Closed): update smatch to 0.6.1-rc1-il-5
- Should hopefully fix 12241 smatch: misreported 'mask and shift to zero'
-
09:44 AM Bug #6037: zfs(1M) needs to handle unknown uid/gid in context of allow/unallow more gracefully
- openzfs pr is lost and forgotten, there's another pr in zol: https://github.com/openzfs/zfs/pull/10280, back to the p...
-
12:47 AM Feature #12554: want sdev plugin framework
- "git commit 868e1ac07011f1f9626a73a411c31ebbdd462e3d":https://github.com/illumos/illumos-gate/commit/868e1ac07011f1f9...
2020-05-11
-
11:36 PM Bug #12686: dladm: vnic creation over bge0 failed: object already exists
- Hi guys, I can confirm that VNIC creation also works on NetXtreme BCM57781 with same PI (20200510T182623Z). :)
-
09:22 PM Bug #12686: dladm: vnic creation over bge0 failed: object already exists
- Ultimately we've been able to conclude that the earlier analysis was correct. This was introduced as a side effect of...
-
12:04 PM Bug #12686: dladm: vnic creation over bge0 failed: object already exists
- Robert Mustacchi wrote:
> I've put together a potential prototype at https://code.illumos.org/c/illumos-gate/+/653. ... -
09:23 PM Feature #12714: want privilege for hypervisors
- FWIW, @PRIV_SYS_HYPERVISOR@ better describes its purpose than @PRIV_VIRT_MANAGE@ for me.
-
08:26 PM Feature #12714: want privilege for hypervisors
- I don't have strong opinions one way or the other. I'll be happy with whatever we can collectively settle on. My bi...
-
08:14 PM Feature #12714: want privilege for hypervisors
- Not sure what you mean about naming - it's a sub-system thing, like PROC, NET, etc. The original naming was for cover...
-
08:09 PM Feature #12714: want privilege for hypervisors
- John Levon wrote:
> Did you consider re-using the golden oldie PRIV_VIRT_MANAGE?
I had not. Seeing it now, I hav... -
09:06 PM Bug #12713 (Closed): Network error after udating to 2020.04 / bge0: DL_BIND_REQ failed
-
09:05 PM Bug #12713: Network error after udating to 2020.04 / bge0: DL_BIND_REQ failed
- Hi Sven, thanks for providing that. Based on this, I can pretty clearly say that this is the same problem as in 12686...
-
07:37 PM Bug #12713: Network error after udating to 2020.04 / bge0: DL_BIND_REQ failed
- Hello Robert.
i startet the BE with the non working network.
Then i ran the dtrace - script followed by an "ipadm... -
02:50 PM Bug #12713: Network error after udating to 2020.04 / bge0: DL_BIND_REQ failed
- Hi Sven, For the DTrace bits to be useful, it'd really help to run them while doing the ipadm enable if. That'll real...
-
08:58 PM Feature #12674 (Closed): want mac rx barrier function
- "git commit b237158d576c3f39f35d97c4dd214c07273ddde4":https://github.com/illumos/illumos-gate/commit/b237158d576c3f39...
-
08:54 PM Feature #12674: want mac rx barrier function
- This was tested first on SmartOS bhyve. After integration there, it was side-pulled by OmniOSce.
-
08:45 PM Bug #12645 (Closed): vds: smatch and NULL pointer errors
- "git commit b939b187ee16d21b506005807c652e2c7bdfe243":https://github.com/illumos/illumos-gate/commit/b939b187ee16d21b...
-
06:12 PM Feature #12554 (Closed): want sdev plugin framework
- "git commit f8927fa6636832af96f657f29571bdbd213c6247":https://github.com/illumos/illumos-gate/commit/f8927fa6636832af...
-
05:42 PM Feature #12554: want sdev plugin framework
- This has also been in OmniOSce since commit f32aebb2e70d5b2c03fde9797160370857f5ff48 in illumos-omnios since February...
-
06:05 PM Bug #12610 (Closed): rmcadm: NULL pointer errors
- "git commit 725953abcc30bcf6f15d7b8a313ab0749275d95f":https://github.com/illumos/illumos-gate/commit/725953abcc30bcf6...
-
06:02 PM Bug #12650 (Closed): ds: smatch and NULL pointer errors
- "git commit cb453c7ae4b42ac7a2d7ce155181572a96d69b33":https://github.com/illumos/illumos-gate/commit/cb453c7ae4b42ac7...
-
05:59 PM Bug #12644 (Closed): vdc: NULL pointer errors
- "git commit 29368e865707707ba77989693d34358ebfa08757":https://github.com/illumos/illumos-gate/commit/29368e865707707b...
-
05:52 PM Bug #12707: Port OpenZFS Coverity Fixes
- To test, I ran the zfs tests. All the expected tests passed, and the failures seen were all known bugs with existing ...
-
05:49 PM Bug #12539 (Closed): mdb: NULL pointer errors
- "git commit 59b05390e07c3b0e69288f9a732dc5b90d464721":https://github.com/illumos/illumos-gate/commit/59b05390e07c3b0e...
-
04:42 PM Feature #12597 (Closed): want libutempter
- "git commit 8124b8119d8ab7f80f1bd8b094cd96356f531b54":https://github.com/illumos/illumos-gate/commit/8124b8119d8ab7f8...
-
01:19 AM Feature #12597: want libutempter
- For testing, I have built tmux and screen with utempter support, and checked that `w` reports all active panes in its...
-
04:24 PM Bug #12721: would like svcadm disable -c
- More than once, we've found a service instance disabled without any clear indication of why, and we've had to play de...
-
04:13 PM Bug #12721 (Closed): would like svcadm disable -c
-
04:23 PM Bug #12705 (Closed): remove __builtin_alloca() declaration from string.h
- "git commit c8907381b10259bed3a871a2881c0f3b7287ab3c":https://github.com/illumos/illumos-gate/commit/c8907381b10259be...
-
06:32 AM Bug #12544 (Closed): e1000g: NULL pointer errors
- "git commit e7d144c90b0aab78554a319cc0a94cafe23a72a2":https://github.com/illumos/illumos-gate/commit/e7d144c90b0aab78...
-
06:03 AM Bug #12543 (Closed): chxge: NULL pointer errors
- "git commit 4e2c3273e98e347b3b0d6ea03be57eda0b8def7b":https://github.com/illumos/illumos-gate/commit/4e2c3273e98e347b...
-
05:18 AM Bug #12538 (Closed): ldmad: NULL pointer errors
- "git commit 4f82e07802416dd88f61770ddd96e9c040095895":https://github.com/illumos/illumos-gate/commit/4f82e07802416dd8...
-
05:14 AM Bug #12655 (Closed): niagara: NULL pointer errors
- "git commit 38ff79119b4ef2a8e52068a5d95129909aadf342":https://github.com/illumos/illumos-gate/commit/38ff79119b4ef2a8...
-
05:09 AM Bug #12710 (Closed): loader: vdev_read() can corrupt memory
- "git commit cee39f3ff96ecf06e603339642e5393b7c1738e8":https://github.com/illumos/illumos-gate/commit/cee39f3ff96ecf06...
-
02:38 AM Feature #12672 (Closed): want mac_hcksum_clone function
- "git commit ec71f88e58593e3077f03588d3c38e6cbd4e8c1a":https://github.com/illumos/illumos-gate/commit/ec71f88e58593e30...
-
02:38 AM Feature #12671 (Closed): hcksum routines are too verbose
- "git commit ec71f88e58593e3077f03588d3c38e6cbd4e8c1a":https://github.com/illumos/illumos-gate/commit/ec71f88e58593e30...
-
01:33 AM Feature #12612 (Closed): import Pluribus bhyve port
- "git commit bf21cd9318e0a3a51b7f02c14a7c1b1aef2dc861":https://github.com/illumos/illumos-gate/commit/bf21cd9318e0a3a5...
2020-05-10
-
10:47 PM Feature #12708: Packages could be linted
- Tested with many full RTI builds on OmniOS r151034 and latest OpenIndiana.
Built packages with and without this ch... -
10:33 PM Bug #12718 (Closed): LDT overlap with TSS reintroduced in 12608
- "git commit 4c7b9a81057545d490dd52cf823de529d8137a5b":https://github.com/illumos/illumos-gate/commit/4c7b9a81057545d4...
-
04:39 PM Bug #12718 (Closed): LDT overlap with TSS reintroduced in 12608
- Andy F spotted an issue with the #12608 wad: It adjusts the layout of the TSS and LDT on cpu0 back to its previously ...
-
10:32 PM Bug #12720 (Closed): _fini(9E) could note it's not called when _init fails
- A question came up of whether or not _fini(9E) will be called when _init(9E) fails in a driver. This is quite importa...
-
10:29 PM Bug #12719 (Closed): ioctl(9E) should mention what to return for an unknown command
- Currently ioctl(9E) doesn't really talk about what drivers should do if they don't recognize a command. The time hono...
-
10:11 PM Bug #12715 (Closed): Update tzdata to 2020a
- "git commit 5254d4fa5763710c9674cbc8308362326643d386":https://github.com/illumos/illumos-gate/commit/5254d4fa5763710c...
-
09:47 PM Bug #12715: Update tzdata to 2020a
- In addition to the full build, I tested this update with the zonelint script and by running the OmniOS installer with...
-
12:04 AM Bug #12715 (Closed): Update tzdata to 2020a
-
02:39 PM Bug #12713: Network error after udating to 2020.04 / bge0: DL_BIND_REQ failed
- similar to https://www.illumos.org/issues/12686:
Attaching the output of dtrace -n 'fbt:bge::{ trace(arg0); trace(... -
02:29 PM Bug #12713: Network error after udating to 2020.04 / bge0: DL_BIND_REQ failed
- here are more infos:
After booting no network is working.
ipadm_show_if:... -
02:16 PM Bug #12713: Network error after udating to 2020.04 / bge0: DL_BIND_REQ failed
- see also: https://www.illumos.org/issues/12686
-
01:19 PM Bug #12717 (Closed): Stop ignoring pkgdepend errors
-
10:56 AM Feature #12714: want privilege for hypervisors
- Did you consider re-using the golden oldie PRIV_VIRT_MANAGE?
-
09:33 AM Feature #12324 (Closed): picl: smatch, NULL pointer and ld errors
- Abandon, splitting this to separate parts.
-
08:08 AM Bug #12653 (Closed): vnet: smatch and NULL pointer errors
- "git commit b17aa18c453380499cb628ad8e7f7536bfd9d483":https://github.com/illumos/illumos-gate/commit/b17aa18c45338049...
-
08:04 AM Bug #12652 (Closed): platsvc: smatch and NULL pointer errors
- "git commit a5efd12c64532eac05eb5a4b6901396be06125bf":https://github.com/illumos/illumos-gate/commit/a5efd12c64532eac...
-
08:02 AM Bug #12651 (Closed): vsw: NULL pointer errors
- "git commit 6e472272d020cb1e83ec4964e2a2f5761a354bcb":https://github.com/illumos/illumos-gate/commit/6e472272d020cb1e...
-
08:00 AM Bug #12616 (Closed): cpr: NULL pointer errors
- "git commit 90c84b2b51065d8ba19244aa8e420ccfc3fb3e45":https://github.com/illumos/illumos-gate/commit/90c84b2b51065d8b...
-
07:58 AM Bug #12617 (Closed): pcie: NULL pointer errors
- "git commit 7e7bf7f54a5544e467fcb1eaf3f5f47129d83d70":https://github.com/illumos/illumos-gate/commit/7e7bf7f54a5544e4...
-
07:56 AM Bug #12615 (Closed): todds1337: NULL pointer errors
- "git commit 3dddd038560f12863d73bf754e6534d071a45610":https://github.com/illumos/illumos-gate/commit/3dddd038560f1286...
-
07:53 AM Bug #12634 (Closed): niumx: NULL pointer errors
- "git commit 1577b7ba682b7fdc8ef49b98f2147ec01b11e568":https://github.com/illumos/illumos-gate/commit/1577b7ba682b7fdc...
-
07:51 AM Bug #12614 (Closed): todds1287: NULL pointer errors
- "git commit 47a041a028740925012faeaf8aa122cb53545a4a":https://github.com/illumos/illumos-gate/commit/47a041a028740925...
-
07:48 AM Bug #12633 (Closed): glvc: NULL pointer errors
- "git commit fccee7da6a96828fd0fd19c6b32fe901e6b31549":https://github.com/illumos/illumos-gate/commit/fccee7da6a96828f...
-
07:46 AM Bug #12630 (Closed): excalibur: NULL pointer errors
- "git commit 9d86952736be4a2132ea65d76b3dde43dc999f9e":https://github.com/illumos/illumos-gate/commit/9d86952736be4a21...
-
07:44 AM Bug #12631 (Closed): sunfire: smatch and NULL pointer errors
- "git commit 50ed1c1e61e07032076ff0041b06b604754d190c":https://github.com/illumos/illumos-gate/commit/50ed1c1e61e07032...
-
07:42 AM Bug #12629 (Closed): daktari: smatch and NULL pointer errors
- "git commit baa111a1f46457da764bd7a40234b4f9a2de1885":https://github.com/illumos/illumos-gate/commit/baa111a1f46457da...
-
07:40 AM Bug #12628 (Closed): chicago: smatch and NULL pointer errors
- "git commit c5fab18ea427d8368421383466fe138ed00ed68d":https://github.com/illumos/illumos-gate/commit/c5fab18ea427d836...
-
07:38 AM Bug #12627 (Closed): seattle: NULL pointer errors
- "git commit 44da0df0d621255604c6a72b29e72219d50a76d6":https://github.com/illumos/illumos-gate/commit/44da0df0d6212556...
-
07:36 AM Bug #12618 (Closed): cheetah: NULL pointer errors
- "git commit 0d41b2d927be6023812b1b3035b9c5cf84f700b6":https://github.com/illumos/illumos-gate/commit/0d41b2d927be6023...
-
07:34 AM Bug #12619 (Closed): mpxu: NULL pointer errors
- "git commit 1e901b654aeabd2bde7c1b05a0d83071d41ca493":https://github.com/illumos/illumos-gate/commit/1e901b654aeabd2b...
-
07:23 AM Bug #12626 (Closed): boston: NULL pointer errors
- "git commit 1e1331ff02be014b4a75626f3a9ab9237f405b35":https://github.com/illumos/illumos-gate/commit/1e1331ff02be014b...
-
07:14 AM Bug #12620 (Closed): littleneck: NULL pointer errors
- "git commit f23a396b6eea5efd75ad61ab78e31f55a36732a8":https://github.com/illumos/illumos-gate/commit/f23a396b6eea5efd...
-
07:12 AM Bug #12607 (Closed): db21554: NULL pointer errors
- "git commit 8adb60c2f39cd295bca28a5a44fa9c4934109e61":https://github.com/illumos/illumos-gate/commit/8adb60c2f39cd295...
-
07:08 AM Bug #12611 (Closed): rmclomv: NULL pointer errors
- "git commit 35420702b93f71061940bdddcc5401bcb0337e76":https://github.com/illumos/illumos-gate/commit/35420702b93f7106...
-
07:05 AM Bug #12536 (Closed): picl: NULL pointer errors
- "git commit ada2da53edc6b7d3afbdff4975c5c32c01a7c72d":https://github.com/illumos/illumos-gate/commit/ada2da53edc6b7d3...
-
07:02 AM Bug #12603 (Closed): gpio_87317: smatch and NULL pointer errors
- "git commit 9ddb26a06d595789532ca2be60f2625a035e5baa":https://github.com/illumos/illumos-gate/commit/9ddb26a06d595789...
-
06:59 AM Bug #12638 (Closed): ntwdt: NULL pointer errors
- "git commit 424a9dabffff3ee7b75ad66819578b015c7e72d0":https://github.com/illumos/illumos-gate/commit/424a9dabffff3ee7...
-
06:56 AM Bug #12639 (Closed): n2piupc: smatch and NULL pointer errors
- "git commit fd2e3606878080ff9881c6a5d17c0dc41a944a9a":https://github.com/illumos/illumos-gate/commit/fd2e3606878080ff...
-
06:52 AM Bug #12646 (Closed): vlds: NULL pointer errors
- "git commit 4b2e399d2387adc4f0af512ea0e3f84da0988e76":https://github.com/illumos/illumos-gate/commit/4b2e399d2387adc4...
-
06:49 AM Bug #12621 (Closed): tazmo: smatch and NULL pointer errors
- "git commit eb6b10e69fa5ba733da194d3ad71a0e63338be29":https://github.com/illumos/illumos-gate/commit/eb6b10e69fa5ba73...
-
06:46 AM Bug #12622 (Closed): grover: smatch and NULL pointer errors
- "git commit 12042ab213b3af68474f48555504db816a449211":https://github.com/illumos/illumos-gate/commit/12042ab213b3af68...
-
06:44 AM Bug #12602 (Closed): pic16f747: NULL pointer errors
- "git commit 5f94959e45722ce4c5b397c781bd33bdc12bc35f":https://github.com/illumos/illumos-gate/commit/5f94959e45722ce4...
-
03:36 AM Bug #12700: Recent work on the bge driver has broke my nic
- I figured out the problem. There was a vnic configured on the bge0 interface for a zone. I deleted the vnic and now a...
-
12:23 AM Bug #12716 (New): mandoc: typos in "usr/src/cmd/mandoc/lib.in"
- The mentioned file contains some unescaped dashes and in addition one dash is missing.
Examples:
* Missing dash:
<...
2020-05-09
-
11:22 PM Feature #12711: Cannot use smb/server with LDAP authentication
- ...
-
12:05 PM Feature #12711: Cannot use smb/server with LDAP authentication
- To summarize my long rambling post a bit:
* (very bad - current) ugly cron that does a switcheroo (depends on having... -
12:00 PM Feature #12711: Cannot use smb/server with LDAP authentication
- I've tagged gwr as he knows the smb code very well and jbk as he helped me with a pam change before and also has work...
-
11:59 AM Feature #12711 (New): Cannot use smb/server with LDAP authentication
- Currently it is not possible to use the smb/server with ldap authentication.
To populate /var/smb/smbpasswd you ne... -
11:20 PM Bug #12686: dladm: vnic creation over bge0 failed: object already exists
- I've put together a potential prototype at https://code.illumos.org/c/illumos-gate/+/653. If folks would be able to t...
-
09:22 PM Bug #12686: dladm: vnic creation over bge0 failed: object already exists
- Thanks for providing this everyone. With this, I think I understand everything that's happening here. Let me recap a ...
-
11:18 PM Feature #12714 (New): want privilege for hypervisors
- The inclusion of bhyve in illumos exacerbates our current lack of a privilege for controlling access to HVM-related t...
-
11:17 PM Bug #12681 (Closed): Excess service times for NFS(v3) locking calls
- "git commit 54b3584e66419f0f60689044f13d702660b4233f":https://github.com/illumos/illumos-gate/commit/54b3584e66419f0f...
-
09:11 PM Bug #12681 (Pending RTI): Excess service times for NFS(v3) locking calls
-
10:53 PM Feature #12708: Packages could be linted
- Review at https://code.illumos.org/c/illumos-gate/+/651
-
05:07 PM Bug #12713: Network error after udating to 2020.04 / bge0: DL_BIND_REQ failed
- installed:...
-
04:57 PM Bug #12713 (Duplicate): Network error after udating to 2020.04 / bge0: DL_BIND_REQ failed
- Hello,
after installing the latest updates (pkg update -rv / pkg image-update -v) the network of my HP xw4600 Work... -
04:46 PM Feature #12672: want mac_hcksum_clone function
- This underwent testing and use as part of the MAC enhancements (including #12676) implemented for the bhyve viona dri...
-
04:28 PM Feature #12671: hcksum routines are too verbose
- I do not have access to environments with the NICs which had their drivers modified by this change. I'm relying on t...
-
03:40 PM Bug #12601 (Closed): adm1026: NULL pointer errors
- "git commit f7c6b0310a1b1045e3e955e113031eb3c485707b":https://github.com/illumos/illumos-gate/commit/f7c6b0310a1b1045...
-
03:38 PM Bug #12599 (Closed): pic16f819: NULL pointer errors
- "git commit 111d63ac89d5f46c27a3de884ceaf358c6b4f3c7":https://github.com/illumos/illumos-gate/commit/111d63ac89d5f46c...
-
03:35 PM Bug #12600 (Closed): ssc100: NULL pointer errors
- "git commit b10a7a5c84767eaa0c2fd6cda5f456fccd17aaff":https://github.com/illumos/illumos-gate/commit/b10a7a5c84767eaa...
-
03:33 PM Bug #12598 (Closed): ssc050: smatch and NULL pointer errors
- "git commit 67c3b220bd061b0e5e7bed36a8deff9f85b06440":https://github.com/illumos/illumos-gate/commit/67c3b220bd061b0e...
-
03:25 PM Bug #12613 (Closed): rmc_comm: NULL pointer errors
- "git commit 2e6bb8e703b27f1b2e066859acdc04f2f8a745f9":https://github.com/illumos/illumos-gate/commit/2e6bb8e703b27f1b...
-
03:23 PM Bug #12556 (Closed): sbusmem: NULL pointer errors
- "git commit 78d71c09ff583b38d95e01afefe0faf5a10b8e36":https://github.com/illumos/illumos-gate/commit/78d71c09ff583b38...
-
03:20 PM Bug #12550 (Closed): dad: NULL pointer errors
- "git commit 033fe5502e8d73564183eeb70cde2e5fb6bf7f9f":https://github.com/illumos/illumos-gate/commit/033fe5502e8d7356...
-
03:17 PM Bug #12548 (Closed): fcode: NULL pointer errors
- "git commit d34120274c30795a501f8eb0fca6b33dd4d49e63":https://github.com/illumos/illumos-gate/commit/d34120274c30795a...
-
03:14 PM Bug #12660 (Closed): ontario: NULL pointer errors
- "git commit afcb81194ea4372157c39b75a016574dcd6a81ee":https://github.com/illumos/illumos-gate/commit/afcb81194ea43721...
-
03:12 PM Bug #12659 (Closed): iospc: NULL pointer errors
- "git commit 8b92a81b8f3ff3d4fe904caad0969cfd13b7efa6":https://github.com/illumos/illumos-gate/commit/8b92a81b8f3ff3d4...
-
03:10 PM Bug #12643 (Closed): trapstat: NULL pointer errors
- "git commit 5d2f9f1aa99a42e638400d4e11f5d87ff95ce0db":https://github.com/illumos/illumos-gate/commit/5d2f9f1aa99a42e6...
-
03:08 PM Bug #12623 (Closed): cherrystone: NULL pointer errors
- "git commit 7d94095ba5c8bcde15ac831ede6826ea9453ddd4":https://github.com/illumos/illumos-gate/commit/7d94095ba5c8bcde...
-
03:06 PM Bug #12649 (Closed): ldc: smatch and NULL pointer errors
- "git commit a704fb2d43b34f92d7dcac9c06204ea48237612d":https://github.com/illumos/illumos-gate/commit/a704fb2d43b34f92...
-
03:04 PM Bug #12647 (Closed): dr_mem: smatch and NULL pointer errors
- "git commit 7331beb48fd554088b3de38ef30491d59e0d61f7":https://github.com/illumos/illumos-gate/commit/7331beb48fd55408...
-
03:02 PM Bug #12648 (Closed): dr_cpu: NULL pointer errors
- "git commit a6c18717f209deaa8516b38f5d43c0bb5855e876":https://github.com/illumos/illumos-gate/commit/a6c18717f209deaa...
-
01:20 PM Bug #12712 (Closed): xnf calls ddi_dma_nextcookie too many times and panics the system
I can't provide a stack trace unfortunately as I've only observed this issue in Amazon's EC2 but it's pretty obviou...-
08:10 AM Bug #12710 (Closed): loader: vdev_read() can corrupt memory
- When reading less than sector size but from sector boundary, the vdev_read() will read full sector into the provided ...
2020-05-08
-
11:35 PM Feature #12554: want sdev plugin framework
- With bhyve slated as the first consumer of the plugin interface, this wad was primarily tested for regressions (altho...
-
09:51 PM Feature #12709 (Closed): Support custom URI schemes for the keylocation property
- This integrates the same feature I contributed to OpenZFS (I'm doing both to prevent divergence):...
-
04:15 PM Bug #12656 (Closed): ngdr: NULL pointer errors
- "git commit c3937c08b16d32677a7dc955a81325f2e7a61b5d":https://github.com/illumos/illumos-gate/commit/c3937c08b16d3267...
-
03:24 PM Feature #12609 (Closed): x86 memory DR should be disabled
- "git commit 04909c8c9ef61a86dd44bdaf341a1d9a2f0206e5":https://github.com/illumos/illumos-gate/commit/04909c8c9ef61a86...
-
03:24 PM Feature #12608 (Closed): want memory arena for vmm applications
- "git commit 04909c8c9ef61a86dd44bdaf341a1d9a2f0206e5":https://github.com/illumos/illumos-gate/commit/04909c8c9ef61a86...
-
02:14 PM Bug #12657 (Closed): opl: NULL pointer errors
- "git commit bbe1232ef8d8a5a776f6afde8466f315c8143dd4":https://github.com/illumos/illumos-gate/commit/bbe1232ef8d8a5a7...
-
01:37 PM Bug #12705: remove __builtin_alloca() declaration from string.h
- I spot tested this under GCC4, 7, and 9, as well doing a nightly on a system installed with this new string.h
-
11:57 AM Feature #12708 (Closed): Packages could be linted
- illumos-gate packages could be linted with `pkglint`.
A recent commit to gate introduced a new package which could... -
05:44 AM Bug #12658 (Closed): lw8: NULL pointer errors
- "git commit d1d6926f26db4efbd2feae8af9da2c4eb205853b":https://github.com/illumos/illumos-gate/commit/d1d6926f26db4efb...
-
05:37 AM Bug #12632 (Closed): serengeti: NULL pointer errors
- "git commit 35e1ee58e7a1d8c7874269affd084e732ad5a1eb":https://github.com/illumos/illumos-gate/commit/35e1ee58e7a1d8c7...
-
04:06 AM Bug #12707 (Closed): Port OpenZFS Coverity Fixes
- Port of:...
2020-05-07
-
06:52 PM Bug #12681: Excess service times for NFS(v3) locking calls
- We had been seeing in Joyent unusual NFS problems with an LX NFS client (using a SmartOS native-assistant lx_lockd, b...
-
02:51 PM Bug #12681: Excess service times for NFS(v3) locking calls
- Testing: Run Linux NFS client from behind a firewall that prevents any call-back RPC.
Verified uncontested locks can... -
04:28 PM Bug #12706: hunt sequence for "console" tty label should start at 115200 baud
- If an operator has specified serial console settings in the boot parameters, I think we would want @ttymon@ to start ...
-
03:47 PM Bug #12706 (New): hunt sequence for "console" tty label should start at 115200 baud
- The console login prompt is provided through the @svc:/system/console-login:default@ service. This service starts th...
-
03:33 PM Bug #12636: Prevent unnecessary resilver restarts
- To test, I booted a BE with the changes and ran the zfs test suite. All failures were known issues w/ existing ticket...
-
03:31 PM Bug #12701 (Closed): segspt_minfree needs right-sizing
- "git commit 6fca39246c7001c1b47c1fc2bc82de657dbd8a8e":https://github.com/illumos/illumos-gate/commit/6fca39246c7001c1...
-
03:04 PM Bug #12702: Join all-routers multicast when ILLF_ROUTER is enabled
- Good question! Initial reference: https://www.iana.org/assignments/multicast-addresses/multicast-addresses.xhtml
... -
02:21 PM Bug #12702: Join all-routers multicast when ILLF_ROUTER is enabled
- What impact does joining this multicast group have? Is this something we might still need or want to disable under s...
-
03:00 PM Bug #12642 (Closed): n2rng: NULL pointer errors
- "git commit 03b8b03e25cb9c6f5d0770cb73790096e0f19cbf":https://github.com/illumos/illumos-gate/commit/03b8b03e25cb9c6f...
-
02:54 PM Bug #12696 (Closed): libpri: leftover bits from 12454
- "git commit 5acbfd58b99f5441b5139785de11abc6090b4059":https://github.com/illumos/illumos-gate/commit/5acbfd58b99f5441...
-
02:53 PM Bug #12700: Recent work on the bge driver has broke my nic
- No. This was working with Openindiana nwam getting DHCP. This broke right after doing an upgrade. Now it does not eve...
-
03:29 AM Bug #12700: Recent work on the bge driver has broke my nic
- Are those warnings the only symptoms of the NIC being broken?
-
01:23 PM Bug #12705: remove __builtin_alloca() declaration from string.h
- John Levon wrote:
> With GCC9, compiling some of ON gives:
>
> [...]
>
> The problem is that "size_t" for 32-b... -
12:16 PM Bug #12705: remove __builtin_alloca() declaration from string.h
- With GCC9, compiling some of ON gives:...
-
12:14 PM Bug #12705 (Closed): remove __builtin_alloca() declaration from string.h
-
03:07 AM Bug #12698 (Closed): Fix typos in usr/src/man/man1m/vmstat.1m
- "git commit 9ad2adf3158400d3d79cc126f292aaf481805413":https://github.com/illumos/illumos-gate/commit/9ad2adf3158400d3...
2020-05-06
-
11:32 PM Bug #12702 (New): Join all-routers multicast when ILLF_ROUTER is enabled
- We have per-interface routing flags in illumos already. It should not be too hard to handle joining or leaving the a...
-
05:58 PM Bug #12697 (Closed): liblddbg: sparc is missing ROOTCOMPATLINKS
- "git commit 3c2825ef7eeb8520e230cacffa704343f6d53c35":https://github.com/illumos/illumos-gate/commit/3c2825ef7eeb8520...
-
03:03 PM Bug #12413 (Closed): cxgbe: cast between incompatible function types
- "git commit 41378e7950fe857e6299f2a5c2a2bc285627f816":https://github.com/illumos/illumos-gate/commit/41378e7950fe857e...
-
02:57 PM Bug #12701: segspt_minfree needs right-sizing
- Note that bug #7241 apparently saw a similar issue previously; however the fix there (try a bit harder) was not suffi...
-
02:53 PM Bug #12701: segspt_minfree needs right-sizing
- We discovered in production that sometimes restarting postgres would fail (OS-7244):...
-
02:48 PM Bug #12701 (Closed): segspt_minfree needs right-sizing
-
01:43 PM Bug #12700 (New): Recent work on the bge driver has broke my nic
- This system is running Openindiana upgraded on 5/5/2020.
pci bus 0x0006 cardnum 0x00 function 0x00: vendor 0x14e4 ... -
12:01 PM Bug #12698: Fix typos in usr/src/man/man1m/vmstat.1m
- Review: https://illumos.org/rb/r/2550/
-
11:00 AM Bug #12698 (Closed): Fix typos in usr/src/man/man1m/vmstat.1m
- In following statement:
> above only report actitivity on the processors in the processor set of the
It should ... -
12:36 AM Bug #12684: Inject zinject a percentage amount of dev errs
- To clarify, this changes the @-f@ argument to @zinject@ that controls the frequency of injected errors; it used to ta...
2020-05-05
-
09:50 PM Bug #12684 (Closed): Inject zinject a percentage amount of dev errs
- "git commit b853d39ade4a504f3447f996dbf5dd985f0236bc":https://github.com/illumos/illumos-gate/commit/b853d39ade4a504f...
-
05:10 PM Bug #12684: Inject zinject a percentage amount of dev errs
- I also tested this change in conjunction with #12636 as that test makes specific use of the functionality in this cha...
-
05:07 PM Bug #12684: Inject zinject a percentage amount of dev errs
- To test, I ran the zfs test suite (some of the tests utilize zinject). All of the failures were known existing issues.
-
08:35 PM Bug #12697 (Closed): liblddbg: sparc is missing ROOTCOMPATLINKS
- Build error on sparc (packaging).
Tested: build. -
08:31 PM Bug #12696 (Closed): libpri: leftover bits from 12454
- libpri build is broken. This only affects SPARC systems.
-
06:53 PM Bug #12695 (New): zpool_enable|disable_datasets() error handling regression
- Illumos 7955, and associated follow ons, introduce a small bug in the error handling in zpool_enable_datasets() and z...
-
03:51 PM Bug #12636: Prevent unnecessary resilver restarts
- Also includes...
-
03:07 PM Bug #12686: dladm: vnic creation over bge0 failed: object already exists
- ...
-
02:04 PM Bug #12686: dladm: vnic creation over bge0 failed: object already exists
- Hi there,
Attached are 4 files for the dtrace output.
2 of them when running over a single datalink, where the crea... -
01:51 AM Bug #12686: dladm: vnic creation over bge0 failed: object already exists
- Thanks for that Chris. That helps point us in the right direction. What's happening is that we're failing this bit of...
-
09:50 AM Bug #12694 (Closed): race between write() and shutdown() for unix sockets
- From https://smartos.org/bugview/OS-8159
I found a race condition when requesting stats over haproxy's local UDS s... -
07:17 AM Feature #12693 (Closed): Enable Forward Error Correction (FEC) configuration via dladm
- We encountered an issue with a 100G Chelsio card in which the link would not come up, one of Cheslio's recommendation...
-
02:05 AM Bug #11807 (Closed): "private use area" characters should be marked as "printable"
- "git commit 3052595ab8ddcc51231d239415b5eba5d913d45b":https://github.com/illumos/illumos-gate/commit/3052595ab8ddcc51...
-
12:29 AM Bug #11807: "private use area" characters should be marked as "printable"
- I have also used the attached code to check that other ranges didn't change:...
-
01:04 AM Bug #12447 (Closed): should install library compat symlinks from library makefiles, not Targetdirs
- "git commit cd61ae21816e53b94bc1673f3f1aa651fc3115e8":https://github.com/illumos/illumos-gate/commit/cd61ae21816e53b9...
-
01:04 AM Bug #12454 (Closed): remove lint library machinery
- "git commit 241c90a06e8d1708235651863df515a2d522a03a":https://github.com/illumos/illumos-gate/commit/241c90a06e8d1708...
2020-05-04
-
11:40 PM Bug #11807: "private use area" characters should be marked as "printable"
- Without the change:...
-
11:35 PM Bug #11807: "private use area" characters should be marked as "printable"
- To test this, I used the test case attached to original FreeBSD PR:...
-
09:35 PM Feature #12673 (Closed): promisc DLS needs fixups
-
09:35 PM Feature #12673: promisc DLS needs fixups
- Further investigation of how this fits into MAC and the rest of the viona upstreaming bits has show that it should no...
-
07:59 PM Bug #12666 (Closed): libproc manpage bugs
- "git commit 282d4a2d330d797757f16d55e1df9569f3e52d10":https://github.com/illumos/illumos-gate/commit/282d4a2d330d7977...
-
07:32 PM Feature #12691 (Closed): Want means of getting the maximum user address in a process
- The CoreCLR part of .net, and presumably other software, wants to know what the maximum mapable user address is. For ...
-
07:16 PM Bug #12670 (Closed): Unaligned output of snoop's usage() function
- "git commit d906f494f9407f1ae043a922478ce3609959caf5":https://github.com/illumos/illumos-gate/commit/d906f494f9407f1a...
-
06:43 PM Bug #12669 (Closed): Add omitted word in vmstat man page
- "git commit 18c4eaf123da22eddbe6e9a4ba7b8115ba748075":https://github.com/illumos/illumos-gate/commit/18c4eaf123da22ed...
-
02:58 PM Bug #12028 (Closed): zfs test mdb_001_pos can fail
- "git commit b68ab351091d2aea3f72a011f64de12fb05fc833":https://github.com/illumos/illumos-gate/commit/b68ab351091d2aea...
-
06:38 AM Feature #4896: Performance improvements for KCF AES modes
- Is this still relevant?
Is Illumos performance with encrypted filesystems and aes-ni comparable to other platforms?
-
06:07 AM Bug #12690 (New): arcstat(1M) does not document the -r option
- ...
-
02:06 AM Feature #12689 (Closed): Want c11 uchar.h
- The C11 standard introduced the @uchar.h@ header and associated library routines:
* mbrtoc16
* c16rtomb
* mbrtoc...
2020-05-03
-
07:12 PM Feature #12673: promisc DLS needs fixups
- To merge this properly, some bits needed to be pulled up from the Bardiche (OS-2800) wad, in addition to a fix-up fro...
-
06:35 PM Feature #12675: want kthread worker interface
- The portion of this required for bhyve/viona upstreaming is only the @TP_KTHREAD@ addition (and its consuming logic i...
-
05:44 PM Feature #12674: want mac rx barrier function
- A small change needed, since this is being integrated before the vnic-LSO/loopback wad:...
-
07:31 AM Bug #12687: shipping nightly and bldenv is a recipe for flag days
- I've checked, in OI we use nightly and buildenv to build
1) illumos-gate - nightly is used as ...
2020-05-02
-
07:23 PM Bug #12687 (New): shipping nightly and bldenv is a recipe for flag days
- Today, we ship @/opt/onbld/bin/nightly@ and @/opt/onbld/bin/bldenv@ in the *developer/build/onbld* package. These to...
-
05:45 PM Bug #12686: dladm: vnic creation over bge0 failed: object already exists
- Attaching the output of @dtrace -n 'fbt:bge::{ trace(arg0); trace(arg1); }' -o /var/tmp/bge.out@ while trying to star...
-
09:31 AM Bug #12686 (Closed): dladm: vnic creation over bge0 failed: object already exists
- Some changes between joyent_20200408T231825Z and joyent_20200424T174452Z from illumos have caused a critical regressi...
2020-05-01
-
11:15 PM Bug #12683 (Closed): w(1) and whodo(1) should silently skip dirs it cannot open
- "git commit 45de8795bcb0e4c49743f37edfdd2c89d5a7863b":https://github.com/illumos/illumos-gate/commit/45de8795bcb0e4c4...
-
03:43 PM Bug #12683: w(1) and whodo(1) should silently skip dirs it cannot open
- To test this, I build both existing and new versions of w and whodo. I then ran each in a global zone with several zo...
-
03:22 PM Bug #12683 (Closed): w(1) and whodo(1) should silently skip dirs it cannot open
- As part of the fix for #12523, it would write out an warning to stderr if it couldn't open the directory for a partic...
-
10:57 PM Feature #12685 (Closed): ddi_create_minor_node() should take const char * values
- The implementation of ddi_create_minor_node(9F) duplicates the node name that is passed to it and generally reference...
-
10:05 PM Bug #12028: zfs test mdb_001_pos can fail
- To test, I booted a BE with the fix and re-ran the failing mdb_001_pos test. With the fixes in place, it now passes.
-
09:51 PM Bug #12684 (Closed): Inject zinject a percentage amount of dev errs
- Port of OpenZFS change:...
-
08:48 PM Feature #12517 (Closed): allow for custom per-distribution branding
- "git commit 6112cec5d5374dff12a12bd285afeb5e660b7154":https://github.com/illumos/illumos-gate/commit/6112cec5d5374dff...
-
07:10 PM Feature #12517: allow for custom per-distribution branding
- h1. Testing Notes (Appendix)
Some additional specifics on template string testing appear below. I wrote a unit te... -
05:45 AM Feature #12517: allow for custom per-distribution branding
- h1. Testing Notes (Supplemental)
Built the final patchset for this change and rebooted into it. Confirmed visuall... -
07:26 PM Bug #12519 (Closed): Targetdirs: remove left over /usr/4lib
- "git commit 15fa1d047e03d3f123546d72f130c5ce4b278eba":https://github.com/illumos/illumos-gate/commit/15fa1d047e03d3f1...
-
02:49 PM Bug #12551 (Closed): cmlb: NULL pointer errors
- "git commit 85ba5240e8fe32c7405930a51a93630182ce67d7":https://github.com/illumos/illumos-gate/commit/85ba5240e8fe32c7...
-
02:04 PM Bug #12681: Excess service times for NFS(v3) locking calls
- It turns out the dump shown above was misleading, and shows the state of things _after_ the call-back attempts failed...
-
01:59 PM Bug #12681: Excess service times for NFS(v3) locking calls
- Additional analysis of this problem (where we have a firewall blocking call-backs)
The NLM server gets into an unfor... -
01:54 PM Bug #12681 (Closed): Excess service times for NFS(v3) locking calls
- Customer reports slow access from Linux clients running apache services.
Examination of network captures on both sid... -
01:56 PM Feature #12682 (Closed): want mdb-bhyve module
- As part of porting bhyve to illumos, a module was written for mdb in order to inspect and debug a bhyve guest.
This ... -
01:54 PM Feature #12680 (Closed): want PCI pass-thru in bhyve
- As part of the bhyve porting effort, support for PCI pass-thru was wired up in the illumos version.
This represents ... -
01:53 PM Feature #12679 (Closed): want viona driver for bhyve
- This represents the consolidated upstreaming effort for viona in bhyve.
Short for VirtIO-Net-Acceleration, viona p... -
01:36 PM Feature #12678 (Closed): mac_tx() is too eager to emulate hardware offloads
- Upstreaming "OS-7905":https://smartos.org/bugview/OS-7905 for bhyve:
This was discovered at the same time as OS-79... -
01:21 PM Feature #12677 (Closed): simnet has bogus mi_tx_cksum_flags
- Upstreaming "OS-7904":https://smartos.org/bugview/OS-7904 for bhyve:
While working on another issue I noticed that... -
01:17 PM Feature #12676 (Closed): want better offloads for vnics
- This is part of the bhyve upstreaming effort. It represents several tickets from SmartOS:
- "OS-6701":https://sma... -
12:41 PM Feature #12675 (Closed): want kthread worker interface
- Upstreaming a select portion of "OS-5845":https://smartos.org/bugview/OS-5845 for bhyve:
As part of the work on LX... -
12:37 PM Feature #12674 (Closed): want mac rx barrier function
- Upstreaming "OS-7727":https://smartos.org/bugview/OS-7727 for bhyve:
> As part of ongoing work on the viona subsys... -
12:33 PM Feature #12673 (Closed): promisc DLS needs fixups
- Upstreaming "OS-4600":https://smartos.org/bugview/OS-4600 for bhyve:
> Joshua Clulow hit a case where he had a zon... -
12:31 PM Feature #12672 (Closed): want mac_hcksum_clone function
- Upstreaming "OS-6762":https://smartos.org/bugview/OS-6762 for bhyve:
> In several places around the network stack,... -
12:30 PM Feature #12671 (Closed): hcksum routines are too verbose
- Upstreaming "OS-6761":https://smartos.org/bugview/OS-6761 for bhyve:
> The @hcksum_assoc@ and @hcksum_retreive@ fu... -
11:32 AM Bug #12669: Add omitted word in vmstat man page
- Review: https://www.illumos.org/rb/r/2543
-
05:46 AM Bug #12669: Add omitted word in vmstat man page
- There is missing link to the _Solaris Transition Guide_, see https://docs.oracle.com/cd/E19455-01/806-0625/6j9vfim2k/...
-
02:23 AM Bug #12669 (Closed): Add omitted word in vmstat man page
- In @vmstat@ man page:...
-
06:45 AM Bug #12296 (Closed): unix: access_mask_check() warn: bitwise AND condition is false here
- "git commit ef9416a894c90df5d46b888dbe2908c7f00fd409":https://github.com/illumos/illumos-gate/commit/ef9416a894c90df5...
-
04:10 AM Bug #12670 (Closed): Unaligned output of snoop's usage() function
- Unaligned output of snoop's usage() function:
!snoop.png!
2020-04-30
-
08:17 PM Bug #12668 (Closed): ZFS support for vectorized algorithms on x86 (initial support)
- This tracks preliminary work so that we can eventually add SIMD HW support to ZFS raidz.
We start with a port from... -
06:59 PM Bug #12667 (New): savecore -v floating point exception on incomplete core
- My system crashed and for some unknown reason the core was incomplete. Trying to decompress it with savecore -vf resu...
-
06:30 PM Bug #12664 (Closed): fix smbios memory technology operating mode capabilities
- "git commit 9f9cceb6f1158940244c35cecdbc93f9a386a4b8":https://github.com/illumos/illumos-gate/commit/9f9cceb6f1158940...
-
06:30 PM Bug #12662 (Closed): smbios(1M) interprets jedec IDs incorrectly
- "git commit 9f9cceb6f1158940244c35cecdbc93f9a386a4b8":https://github.com/illumos/illumos-gate/commit/9f9cceb6f1158940...
-
05:31 PM Feature #12635 (Closed): Allow for '-o feature@<feature>=disabled' on the command line
- "git commit f343451914d0efaf2d6fc84d8818a16246b223dc":https://github.com/illumos/illumos-gate/commit/f343451914d0efaf...
-
04:20 PM Bug #6182 (Feedback): mpt_sas panic
- The messages log is very similar to one reported in #5698, so the root cause could be easily the same. Unfortunately...
-
04:13 PM Bug #12207: mpt_sas throws errors continously
- What is the firmware version of your LSI9300-8e board? In a case it is 16.00.xx, could please try to downgrade to 15...
-
04:12 PM Bug #12518: Sync with openzfs
- The second commit on the list seems specific to how Linux queues I/Os and doesn't seem relevant to illumos.
-
12:53 PM Bug #12666 (Closed): libproc manpage bugs
- Pstopstatus(3PROC) documents Pstop(), Pwait(), Lstop(), and Lwait() to take no timeout argument, always using an impl...
-
12:05 PM Bug #12640: clean up sysinfo(2)
- Hi.
I've cleaned up the sysinfo.2 man page, created a webrev and deployed it on the web for review.
https://ov... -
07:11 AM Bug #12481 (Closed): attempting to change MTU size of aggregate over mlxcx can cause dladm to hang
- "git commit 19325e87abbf92e73010df2342fc48019027aee1":https://github.com/illumos/illumos-gate/commit/19325e87abbf92e7...
-
01:50 AM Feature #12665 (Closed): want modern bhyve
- Once #12612 has landed, the next step is to import the series of commits (squash into one) which bring bhyve up for t...
2020-04-29
-
10:13 PM Bug #12664 (Closed): fix smbios memory technology operating mode capabilities
- While looking at a system with a DIMM, I noticed a few peculiarities:...
-
10:07 PM Feature #12663 (New): expose boot hrtime for uptime interval calculations
- We currently expose a kstat, @unix:0:system_misc:boot_time@, which is expressed as the UNIX time in seconds at which ...
-
10:05 PM Bug #12662 (Closed): smbios(1M) interprets jedec IDs incorrectly
- While on a system with SMBIOS 3.2 support, I noticed that we actually had a Jedec ID for the memory module in smbios(...
-
08:33 PM Bug #12525 (Closed): unix: sparc is missing do_hotinlines()
- "git commit c11c816fbf1bf201998f795321092b084ad65f58":https://github.com/illumos/illumos-gate/commit/c11c816fbf1bf201...
-
06:18 PM Feature #12635: Allow for '-o feature@<feature>=disabled' on the command line
- For testing, since this change merely exposes existing functionality of the zfs ioctl(2) interface (rather than addin...
-
04:27 PM Bug #12535 (Closed): luxadm: NULL pointer errors
- "git commit 525fef19ebb4e2f27b3a0e5f2df600ade73fdc0c":https://github.com/illumos/illumos-gate/commit/525fef19ebb4e2f2...
-
04:16 PM Bug #12362 (Closed): audio: buffer overflow
- "git commit de172e901a45d2c11bb3be066bc4af11c104d52e":https://github.com/illumos/illumos-gate/commit/de172e901a45d2c1...
-
04:11 PM Bug #12625 (Closed): modload tools should be smatch and gcc warning clean
- "git commit e4a991eb9ba3d449515f2fe5f9f2a9e1c33ca0fd":https://github.com/illumos/illumos-gate/commit/e4a991eb9ba3d449...
-
04:06 PM Bug #12625: modload tools should be smatch and gcc warning clean
- Testing notes are in 12624.
-
04:11 PM Bug #12624 (Closed): add_drv crashes when given many aliases
- "git commit e4a991eb9ba3d449515f2fe5f9f2a9e1c33ca0fd":https://github.com/illumos/illumos-gate/commit/e4a991eb9ba3d449...
-
04:06 PM Bug #12537 (Closed): dcs: NULL pointer errors
- "git commit fd3215f7b5f6c48fd7b7b7e85d5f595a2b3808fa":https://github.com/illumos/illumos-gate/commit/fd3215f7b5f6c48f...
-
02:37 PM Bug #12585 (Closed): insufficient validation in svccfg for service name
- "git commit 2f602de35d44213d39581c59632aa8365348850b":https://github.com/illumos/illumos-gate/commit/2f602de35d44213d...
-
12:04 PM Feature #12661 (Closed): null.h: enable NULL pointer for SPARC
- Once all NULL pointer errors are integrated, we can change NULL to pointer on SPARC too.
Testing done: build/insta... -
12:00 PM Bug #12660 (Closed): ontario: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
11:56 AM Bug #12659 (Closed): iospc: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
11:35 AM Bug #12658 (Closed): lw8: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
11:28 AM Bug #12657 (Closed): opl: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
10:46 AM Bug #12656 (Closed): ngdr: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
10:29 AM Bug #12655 (Closed): niagara: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
10:23 AM Bug #12654 (Closed): nxge: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
10:11 AM Bug #12653 (Closed): vnet: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
09:58 AM Bug #12652 (Closed): platsvc: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
09:47 AM Bug #12651 (Closed): vsw: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
09:25 AM Bug #12650 (Closed): ds: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
09:09 AM Bug #12649 (Closed): ldc: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
08:44 AM Bug #12648 (Closed): dr_cpu: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
08:37 AM Bug #12647 (Closed): dr_mem: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
08:14 AM Bug #12646 (Closed): vlds: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
07:59 AM Bug #12645 (Closed): vds: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
07:33 AM Bug #12644 (Closed): vdc: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
07:26 AM Bug #12643 (Closed): trapstat: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
07:16 AM Bug #12642 (Closed): n2rng: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
06:52 AM Bug #12641 (New): miscellaneous whitespace nit cleanup
- A bunch of white space nits came up when I made some other changes recently. We could stand to do a bit of spring cl...
-
06:46 AM Bug #12640 (New): clean up sysinfo(2)
- The *sysinfo(2)* manual page has some busted markup. First, warnings from the usual checks:...
-
06:15 AM Bug #12639 (Closed): n2piupc: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
06:10 AM Bug #11807: "private use area" characters should be marked as "printable"
- h1. Background Information
* "Unicode® Standard Annex #44":https://www.unicode.org/reports/tr44/tr44-18.html conta... -
06:04 AM Bug #12638 (Closed): ntwdt: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
2020-04-28
-
10:40 PM Bug #12637 (Closed): ses_facility.c topo methods are not properly terminated
- When a series of FMA topo methods are registered, the resulting array must be null terminated. After auditing the sou...
-
10:23 PM Bug #12454: remove lint library machinery
- Tested with a full build
-
10:23 PM Bug #12447: should install library compat symlinks from library makefiles, not Targetdirs
- Tested with a full build and packaging/protocmp (which would notice if anything that should be packaged is missing or...
-
08:38 PM Feature #12608: want memory arena for vmm applications
- I booted up machines with this change (one VM, one physical) and observed the creation and sizing of the kvmm_arena. ...
-
08:38 PM Bug #12636 (Closed): Prevent unnecessary resilver restarts
- Port of two OpenZFS resilver related issues:...
-
08:32 PM Feature #12635 (Closed): Allow for '-o feature@<feature>=disabled' on the command line
- Port from OpenZFS. Some additional features to port utilize this cmdline feature for testing, so it seems reasonable ...
-
07:46 PM Bug #12634 (Closed): niumx: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
06:20 PM Bug #12633 (Closed): glvc: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
06:13 PM Bug #12632 (Closed): serengeti: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
05:42 PM Bug #12631 (Closed): sunfire: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
05:38 PM Feature #12529 (Closed): want exclusive hma registration
- "git commit 454f0c49f9d5b08ab88fe3db5788d9e5e6a7cf0f":https://github.com/illumos/illumos-gate/commit/454f0c49f9d5b08a...
-
05:38 PM Feature #12528 (Closed): expand hypervisor management API
- "git commit 761dea5e2659dff417ad5cdddda547702c3966ae":https://github.com/illumos/illumos-gate/commit/761dea5e2659dff4...
-
05:19 PM Bug #12630 (Closed): excalibur: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
05:12 PM Bug #12629 (Closed): daktari: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
04:37 PM Bug #12628 (Closed): chicago: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
04:32 PM Feature #12595 (Closed): restructure digest crypto-tests
- "git commit 080adf9151dd071434400f6061c837f7421eca5f":https://github.com/illumos/illumos-gate/commit/080adf9151dd0714...
-
02:24 PM Feature #12595: restructure digest crypto-tests
- To double-check that the tests are in fact using the bundled response files, I edited them to introduce small changes...
-
02:20 PM Feature #12595: restructure digest crypto-tests
- With the change applied, the digest crypto tests pass as expected:...
-
03:32 PM Bug #12627 (Closed): seattle: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
02:46 PM Bug #12626 (Closed): boston: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
11:35 AM Bug #12624: add_drv crashes when given many aliases
- ptribble pointed out on IRC that the @e1000g@ driver has even more aliases.
I tested uninstalling and re-installing ... -
11:10 AM Bug #12624: add_drv crashes when given many aliases
- Review posted at https://code.illumos.org/c/illumos-gate/+/603
-
11:01 AM Bug #12624: add_drv crashes when given many aliases
- Also that the right number of entries ends up in driver aliases...
-
10:37 AM Bug #12624: add_drv crashes when given many aliases
Testing my changes shows that @drvconfig@ is being called twice now with a smaller number of arguments:...-
10:13 AM Bug #12624 (Closed): add_drv crashes when given many aliases
- This is seen when installing the @driver/cpu/mc@ package on OmniOS and Indiana:...
-
10:20 AM Bug #12625 (Closed): modload tools should be smatch and gcc warning clean
-
09:10 AM Bug #12623 (Closed): cherrystone: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
08:54 AM Bug #12622 (Closed): grover: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
08:41 AM Bug #12621 (Closed): tazmo: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
08:21 AM Bug #12620 (Closed): littleneck: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
08:10 AM Bug #12619 (Closed): mpxu: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
07:51 AM Bug #12618 (Closed): cheetah: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
07:24 AM Bug #12617 (Closed): pcie: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
06:34 AM Bug #12616 (Closed): cpr: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
06:17 AM Bug #12615 (Closed): todds1337: NULL pointer errors
- Build errors on SPARC with NULL pointers:...
-
05:52 AM Bug #12614 (Closed): todds1287: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
05:44 AM Bug #12613 (Closed): rmc_comm: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
02:45 AM Feature #12612 (Closed): import Pluribus bhyve port
- Upstreaming equivalent of "OS-6409":https://smartos.org/bugview/OS-6409
This is an import of the port of bhyve tha...
2020-04-27
-
08:36 PM Feature #12528: expand hypervisor management API
- A smoke test was done with this as #12529 on both Intel (hardware) and AMD (via nested virt) systems to confirm that ...
-
08:09 PM Bug #12611 (Closed): rmclomv: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
07:59 PM Bug #12610 (Closed): rmcadm: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
05:55 PM Bug #12155 (Closed): libdemangle: variable 'result' might be clobbered by 'longjmp' or 'vfork'
- "git commit 5eadbc30703231f9c4bae46b75a14b0abf05268c":https://github.com/illumos/illumos-gate/commit/5eadbc30703231f9...
-
05:43 PM Feature #12609 (Closed): x86 memory DR should be disabled
- Upstreaming "OS-6835":https://smartos.org/bugview/OS-6835 as a bhyve prereq:
> As a side-effect of the kernel VA l... -
05:40 PM Feature #12608: want memory arena for vmm applications
- In the original ticket, jlevon has these notes about testing:
> This has been tested on two machines : a smaller (... -
05:39 PM Feature #12608 (Closed): want memory arena for vmm applications
- Upstreaming "OS-6606":https://smartos.org/bugview/OS-6606 as a bhyve prereq:
> For the time being, bhyve on illumo... -
05:29 PM Bug #12578 (Closed): pcf8574: NULL pointer errors
- "git commit 52e32d3842d8ce38bd888b33fb2e2998eab03619":https://github.com/illumos/illumos-gate/commit/52e32d3842d8ce38...
-
05:27 PM Bug #12561 (Closed): rootnex: NULL pointer errors
- "git commit d35ce8d71dd4f0ec672492fe393e3d5af4145a48":https://github.com/illumos/illumos-gate/commit/d35ce8d71dd4f0ec...
-
05:21 PM Bug #12560 (Closed): zsh: NULL pointer errors
- "git commit 87e3123fcf08cf5c377d6a69a15ea9f22d06d024":https://github.com/illumos/illumos-gate/commit/87e3123fcf08cf5c...
-
05:16 PM Bug #12572 (Closed): pcipsy: NULL pointer errors
- "git commit d1b674c50672a564fe30c5973fb7d56c97400713":https://github.com/illumos/illumos-gate/commit/d1b674c50672a564...
-
04:55 PM Bug #12573 (Closed): adm1031: NULL pointer errors
- "git commit a0fef47a74bc2bafe7fd32b012067b94a92892bd":https://github.com/illumos/illumos-gate/commit/a0fef47a74bc2baf...
-
04:49 PM Bug #12549 (Closed): socal: NULL pointer errors
- "git commit 8349c89ddec52c30180aa31f25699602b8d6c4a9":https://github.com/illumos/illumos-gate/commit/8349c89ddec52c30...
-
04:38 PM Bug #12567 (Closed): fd: NULL pointer errors
- "git commit 52c783061613842808f641364c51ebe598b482d4":https://github.com/illumos/illumos-gate/commit/52c7830616138428...
-
04:33 PM Bug #12555 (Closed): pcicfg: NULL pointer errors
- "git commit 3150e93da4db1a6b51b0046c3b48412cb427137c":https://github.com/illumos/illumos-gate/commit/3150e93da4db1a6b...
-
04:28 PM Bug #12574 (Closed): lm75: NULL pointer errors
- "git commit 54dcb32ca057468697455a0e99cc70f974c691b0":https://github.com/illumos/illumos-gate/commit/54dcb32ca0574686...
-
04:19 PM Bug #12607 (Closed): db21554: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
04:09 PM Feature #12553 (Closed): want segment driver for vmm applications
- "git commit 4beb21b1d94ca2e60959502f85aaae16f22c01e2":https://github.com/illumos/illumos-gate/commit/4beb21b1d94ca2e6...
-
03:58 PM Feature #12553: want segment driver for vmm applications
- This change has been present in illumos-omnios for quite some time, with bhyve as a successful consumer there.
-
03:20 PM Feature #12606: Support NFS v4.1 and v4.2 protocols in NFS server
- preview version: https://github.com/racktopsystems/illumos-gate/tree/nfs4xserver
-
12:32 PM Feature #12606: Support NFS v4.1 and v4.2 protocols in NFS server
- FATTR4_SEC_LABEL could be not supported.
Shares should be able to be mounted via NFSv4.1 and NFSv4.2
-
11:42 AM Feature #12606 (New): Support NFS v4.1 and v4.2 protocols in NFS server
- Support RFC5661 and RFC7862. pNFS is not supported.
-
08:06 AM Bug #12605: Addendum to 6562 add note to man pages that refquota must be ignored during receive operations
- Topicbox link: https://illumos.topicbox.com/groups/discuss/Tf2a07b0ee742a206-Md32f5c6951064ba0a8c2d827
*Note:* Whi... -
08:03 AM Bug #12605 (New): Addendum to 6562 add note to man pages that refquota must be ignored during receive operations
- In a recent discussion on illumos-discuss it became visible, that refquota is not receivable via zfs send/receive. It...
-
04:59 AM Bug #12604 (Closed): w needs to use line name instead of pid
- Currently w does the following to calculate the JCPU/PCPU values and find most interesting process for the terminal:
...
2020-04-26
-
05:04 PM Bug #12603 (Closed): gpio_87317: smatch and NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
03:56 PM Bug #12602 (Closed): pic16f747: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
03:39 PM Bug #12601 (Closed): adm1026: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
06:58 AM Bug #12600 (Closed): ssc100: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
06:42 AM Bug #12599 (Closed): pic16f819: NULL pointer errors
- Build errors on SPARC with NULL pointer:...
-
06:14 AM Bug #12598 (Closed): ssc050: smatch and NULL pointer errors
- Build error on SPARC while building with NULL pointer:...
-
05:23 AM Bug #12596 (Closed): A typo in usr/src/man/man1/ls.1
- "git commit 132f92b0e6c7ef46ac10daee56575ea421313e21":https://github.com/illumos/illumos-gate/commit/132f92b0e6c7ef46...
-
03:28 AM Bug #12596: A typo in usr/src/man/man1/ls.1
- Test result based on the "diff":https://illumos.org/rb/r/2540/diff/3#index_header:...
2020-04-25
-
05:15 PM Feature #12553: want segment driver for vmm applications
- Without bhyve as a consumer, there is little available to test this. I compared the to-be committed patch with what'...
-
04:54 PM Feature #12597 (Closed): want libutempter
- Provide an implementation of libutempter, allowing the programs to register utmpx records via somewhat standard API. ...
-
05:09 AM Bug #12596: A typo in usr/src/man/man1/ls.1
- Review: https://illumos.org/rb/r/2540/
-
02:20 AM Bug #12596 (Closed): A typo in usr/src/man/man1/ls.1
- There is a typo in usr/src/man/man1/ls.1:
> Display a suffix after a file depending on it's type, ...
It should... -
02:24 AM Feature #12476 (Closed): cyclic reprogramming can race with removal
- "git commit cb2d1b02582006a823e154df6807c505b73b1cb6":https://github.com/illumos/illumos-gate/commit/cb2d1b02582006a8...
2020-04-24
-
09:31 PM Bug #12594 (Closed): bge device IDs do not have a leading 0x
- "git commit c3267a7bdebfa73aeda8a9cc71aa02f5420ba00c":https://github.com/illumos/illumos-gate/commit/c3267a7bdebfa73a...
-
08:47 PM Bug #12594: bge device IDs do not have a leading 0x
- Tested this mostly through the build.
-
01:17 AM Bug #12594 (Closed): bge device IDs do not have a leading 0x
- When adding some PCI IDs for 12450 I erroneously added a leading 0x due to some copy and pasting from the headers for...
-
07:59 PM Feature #12476: cyclic reprogramming can race with removal
- After merging this into SmartOS, we ceased seeing those @cyclic_reprogram()@ panics. Absent the existence of bhyve (...
-
07:37 PM Feature #12472 (Closed): pam_list does not have 'group' option
- "git commit 7112648bd7986a88f0ffa61263d5cbf7229d8b03":https://github.com/illumos/illumos-gate/commit/7112648bd7986a88...
-
12:03 PM Feature #12472: pam_list does not have 'group' option
- retested everything again after the last changes from the review:
1. I've update pam.conf and added the following ... -
07:28 PM Bug #12592 (Closed): stmf_sbd: panic in _init on sparc
- "git commit fba27d8741c08c38aa9cf5fd383633304ddad810":https://github.com/illumos/illumos-gate/commit/fba27d8741c08c38...
-
05:07 PM Bug #12592: stmf_sbd: panic in _init on sparc
- Yuri notes that these variables (@HardwareAcceleratedLocking@, @HardwareAcceleratedInit@, and @HardwareAcceleratedMov...
-
06:14 PM Bug #12547 (Closed): pci_pci: NULL pointer errors
- "git commit 9d9483ac38cb12576b0b6e2a6d950e6d65a622a0":https://github.com/illumos/illumos-gate/commit/9d9483ac38cb1257...
-
06:11 PM Bug #12542 (Closed): dtrace: NULL pointer errors
- "git commit 692bcae7eb9419bcc3f9d011a67c6a5c6497a72f":https://github.com/illumos/illumos-gate/commit/692bcae7eb9419bc...
-
06:04 PM Bug #12532 (Closed): unix: NULL pointer errors
- "git commit 12551037071c8ef2216bb540edd94a5bff5e90ae":https://github.com/illumos/illumos-gate/commit/12551037071c8ef2...
-
05:59 PM Bug #12533 (Closed): cfgadm_plugins: NULL pointer errors
- "git commit 13c31a0ee516ab913296f7367d3c09a79ff3ba21":https://github.com/illumos/illumos-gate/commit/13c31a0ee516ab91...
-
05:54 PM Bug #12534 (Closed): fm: NULL pointer errors
- "git commit 67dca347c78f6433be936f7be1c9bbf7069a19ec":https://github.com/illumos/illumos-gate/commit/67dca347c78f6433...
-
07:14 AM Bug #12584 (Closed): spitfire: '0' flag used with '%b' cmn_err format
- "git commit cd8579f741f9678d47f40aa55c57144419a78b13":https://github.com/illumos/illumos-gate/commit/cd8579f741f9678d...
-
07:12 AM Bug #12581 (Closed): sockets using cubic congestion control can block
- "git commit f1ee6ec32e6dc51b77619a27816d945ad64a5378":https://github.com/illumos/illumos-gate/commit/f1ee6ec32e6dc51b...
-
07:12 AM Bug #12583 (Closed): Import FreeBSD congestion control updates
- "git commit 3b0b0a4e9ef34199357e064b48f2dd2e9ff1c9a2":https://github.com/illumos/illumos-gate/commit/3b0b0a4e9ef34199...
-
07:12 AM Bug #12582 (Closed): CUBIC module should react immediately to CC_RTO congestion signal
- "git commit 1e609378b9a5ee694d9a9d3d87e1e9dee3e0ab18":https://github.com/illumos/illumos-gate/commit/1e609378b9a5ee69...
-
05:55 AM Bug #12590 (Closed): bge: build error on sparc
- "git commit 28d0944ba6c6e08aa6145b438dd9f61e65a4177f":https://github.com/illumos/illumos-gate/commit/28d0944ba6c6e08a...
-
02:59 AM Feature #12579 (Closed): parallelize crypto-test build
-
02:58 AM Feature #12579: parallelize crypto-test build
- Rejected in favor of ##12595.
-
02:57 AM Feature #12595 (Closed): restructure digest crypto-tests
- The message digest tests in the @crypto-test@ framework have their test data vectors embedded directly into C files a...
-
12:42 AM Bug #12593 (Closed): NULL ptr deref in door_upcall via auditctl setpolicy
- We had a bunch of systems panic with this stack:...
2020-04-23
-
08:31 PM Bug #12592 (Closed): stmf_sbd: panic in _init on sparc
One early boot:...-
12:23 PM Bug #12591 (New): bootadm install-bootloader -R option behaviour is confusing
When invoked with the -R option bootadm install-bootloader will install the loader files onto the specified altroot...-
06:28 AM Bug #12590 (Closed): bge: build error on sparc
- While building on sparc:...
2020-04-22
-
09:19 PM Bug #12586 (Closed): zvol_write() can use dmu_tx_hold_write_by_dnode()
- "git commit 25df42a1dccd017663f3ad651c90038648d1d6a8":https://github.com/illumos/illumos-gate/commit/25df42a1dccd0176...
-
03:50 PM Bug #12586: zvol_write() can use dmu_tx_hold_write_by_dnode()
- To test, I ran the zfs test suite. The only failures were known failures (with tickets).
-
08:48 PM Bug #11948: early kernel allocates too much memory when large displays are attached
- These were those changes:
https://github.com/joyent/illumos-joyent/commit/2c0eb3d4f98089c725b93d03ed8ad8f439bb0ab3... -
06:32 PM Bug #12588 (New): savecore could be smarter when expanding dumps
- I had a dump where the compressed dump was erroneously named 'vmcore.0'. Not noticing beforehand, running savecore wi...
-
03:30 PM Bug #12480 (Closed): long mblk chain will cause mlxcx to stop sending
- "git commit 82b4190e0f86654c179e1dad46c51c6f999464ec":https://github.com/illumos/illumos-gate/commit/82b4190e0f86654c...
-
11:35 AM Bug #12480: long mblk chain will cause mlxcx to stop sending
- The code has been tested using iperf3 to load up the driver.
Tested with the specific test case, used dtrace to prov... -
12:16 PM Feature #12472: pam_list does not have 'group' option
- Also tested a case when a non existing user is added to users.allow...
-
11:16 AM Feature #12472: pam_list does not have 'group' option
- Got it on gerrit after a few tries:
https://code.illumos.org/c/illumos-gate/+/572
Notes for future me:
https://g... -
10:45 AM Feature #12472: pam_list does not have 'group' option
- I've redone the testing.
1. I've update pam.conf and added the following at there respectice sections... -
09:27 AM Bug #4963: posix thread priority functions are broken for TS class
- We still need to update ->ts_uprilim if it's lower than the new prio:
tsp->ts_upri = prio;
if (tsp->ts_uprilim < ... -
06:10 AM Feature #12579: parallelize crypto-test build
- This was backed out because it appears to have caused at least one build failure. From Dan:...
-
06:05 AM Feature #12579: parallelize crypto-test build
- "git commit 865498e43471404cd766389d4b8e045ed6ef3be1":https://github.com/illumos/illumos-gate/commit/865498e43471404c...
-
03:39 AM Feature #12579 (In Progress): parallelize crypto-test build
-
01:29 AM Feature #12508 (Closed): ndi_devi_alloc() and friends could take const char * names
- "git commit 6205b5c44bad9044e168b06aef439c2e7cdc8a89":https://github.com/illumos/illumos-gate/commit/6205b5c44bad9044...
-
12:57 AM Feature #12482 (Closed): Have /usr/bin/awk point to /usr/bin/nawk
- "git commit e98dc02a871a9cd0498c8862434b16aa85e772d3":https://github.com/illumos/illumos-gate/commit/e98dc02a871a9cd0...
-
12:56 AM Feature #12450 (Closed): Add support for BCM57765 family devices to bge
- "git commit a2876d03ca2556102e024ae4a50bb4db8fe562b0":https://github.com/illumos/illumos-gate/commit/a2876d03ca255610...
-
12:56 AM Bug #12498 (Closed): bge ring interrupt masking logic is broken
- "git commit 9e717e77bf4b9b5ad279c38a2311c076468e85f5":https://github.com/illumos/illumos-gate/commit/9e717e77bf4b9b5a...
-
12:56 AM Bug #12497 (Closed): bge ape locking left always disabled after 7513
- "git commit 9e717e77bf4b9b5ad279c38a2311c076468e85f5":https://github.com/illumos/illumos-gate/commit/9e717e77bf4b9b5a...
-
12:56 AM Bug #12496 (Closed): bge mac address initialization is wrong
- "git commit 9e717e77bf4b9b5ad279c38a2311c076468e85f5":https://github.com/illumos/illumos-gate/commit/9e717e77bf4b9b5a...
2020-04-21
-
10:46 PM Feature #12482: Have /usr/bin/awk point to /usr/bin/nawk
- Forgot to add awk test suite raw outputs. Doing so now.
-
04:08 PM Feature #12482: Have /usr/bin/awk point to /usr/bin/nawk
- Also, the man page for awk now points to a modified version of the nawk page, and oawk is its own man page now.
-
08:39 PM Feature #12520 (Closed): Enable IPv6 tso in igb, ixgbe, and i40e
- "git commit 85f496fabdffd32673f6be280a3caa103f7d58a5":https://github.com/illumos/illumos-gate/commit/85f496fabdffd326...
-
04:47 PM Feature #12520: Enable IPv6 tso in igb, ixgbe, and i40e
- This was tested, primarily by Ryan Zezeski who set up and used his networking tests which ran through different IPv6 ...
-
07:32 PM Feature #12552 (Closed): increase get_max_pages
- "git commit 0418219cf21334a9c6712bbb2cec543b2ee4f989":https://github.com/illumos/illumos-gate/commit/0418219cf21334a9...
-
03:55 PM Feature #12552: increase get_max_pages
- To test this independently in illumos-gate, I booted up a platform with the patch and checked in @mdb -k@ that @max_p...
-
05:47 PM Bug #12498: bge ring interrupt masking logic is broken
- Please see testing notes on 12496.
-
05:47 PM Bug #12497: bge ape locking left always disabled after 7513
- Please see testing notes on 12496.
-
05:46 PM Bug #12496: bge mac address initialization is wrong
- We tested this on three different devices, which covers three different chipset families in bge(7D):
* BCM5719
* ... -
05:37 PM Feature #12450: Add support for BCM57765 family devices to bge
- This was tested by having two users run with devices from the series. This initially did basic testing, but that unco...
-
04:03 PM Bug #12518: Sync with openzfs
- The last commit doesn't appear to be useful for illumos -- on illumos @taskq_member()@ just checks a field of the cur...
-
03:46 PM Bug #12586 (Closed): zvol_write() can use dmu_tx_hold_write_by_dnode()
- Port of OpenZFS #10184:
zvol_write() can use dmu_tx_hold_write_by_dnode()
We can improve the performance of write... -
03:42 PM Bug #12585: insufficient validation in svccfg for service name
- The problem is that the service name in the manifest is incorrectly prefixed with "svc:/" but we don't validate that....
-
02:34 PM Bug #12585 (Closed): insufficient validation in svccfg for service name
- The attached manifest validates but makes svccfg import keep over with...
-
03:42 PM Bug #12582: CUBIC module should react immediately to CC_RTO congestion signal
- More details from Cody
When we change the module to immediately react to the CC_RTO event, the iperf transfer no l... -
09:53 AM Bug #12582: CUBIC module should react immediately to CC_RTO congestion signal
- This page has some good analysis of the issue: https://smartos.org/bugview/OS-7951
-
08:12 AM Bug #12582 (Closed): CUBIC module should react immediately to CC_RTO congestion signal
- This is related to #12581 and fixes one of the issues described there.
h1. Analysis courtesy of Cody Mello
The ... -
12:49 PM Feature #12472: pam_list does not have 'group' option
- 3rd pass with more feedback from jbk
- check sysconf for -1 return and error out
- move grbuflen inside pam_sm_acct... -
12:20 PM Bug #12469 (Closed): mlxcx: errors in package metadata
- "git commit ee73640b6a4781aa745f3868c448d1b9dd1c29f6":https://github.com/illumos/illumos-gate/commit/ee73640b6a4781aa...
-
08:24 AM Bug #12584 (Closed): spitfire: '0' flag used with '%b' cmn_err format
- Build errors with gcc 4.4.4-il:
... -
08:21 AM Bug #12583 (Closed): Import FreeBSD congestion control updates
- In the course of investigating a #12581 I noticed some wild values in the cwnd a ssthresh values.
FreeBSD has some c... -
08:09 AM Bug #12581: sockets using cubic congestion control can block
- Following changes to the cubic post recovery routine, here is a dtrace example which would previously have blocked:
... -
08:05 AM Bug #12581 (Closed): sockets using cubic congestion control can block
- This seemed to readily happen on a long distance ssh session, Eg in my case from the UK to Maryland. If the remote ss...
2020-04-20
-
10:35 PM Bug #12469: mlxcx: errors in package metadata
- To test this, I did a full build and onu, then checked that I was able to successfully install the network/mlxcx pack...
-
03:12 PM Bug #12469 (In Progress): mlxcx: errors in package metadata
-
12:03 AM Bug #12469: mlxcx: errors in package metadata
- This problem prevents the installation of mlxcx on an IPS system:...
-
07:43 PM Bug #12580 (In Progress): halt: build depends on compiler
- Building on sparc with gcc 7:...
-
06:06 PM Feature #12526 (Closed): Could combine misc_link_i386.c handlers
- "git commit 629c07fb6e3f1db7dc0b6e1647ee779f6aaef329":https://github.com/illumos/illumos-gate/commit/629c07fb6e3f1db7...
-
04:44 PM Feature #12526: Could combine misc_link_i386.c handlers
- I booted a machine with the patch and checked that the symlinks in @/dev@ for smbios, srn, and ucode were present as ...
-
03:51 PM Feature #12579 (Closed): parallelize crypto-test build
- "git commit e1086107dcddb40ce490ac7c851716c9e1d7796d":https://github.com/illumos/illumos-gate/commit/e1086107dcddb40c...
-
02:39 PM Feature #12579: parallelize crypto-test build
- From mail_msg on a full vanilla build:...
Also available in: Atom