Activity
From 2020-08-07 to 2020-09-05
2020-09-05
-
10:31 PM Bug #13108: mlxcx fails to attach on system using pcplusmp after 12988
- I coded up an implementation for option 2 as presented by Robert. Given the constraint that the async vector needs to...
-
03:15 PM Bug #13108: mlxcx fails to attach on system using pcplusmp after 12988
- So, the fundamental problem here is that in the older @pcplusmp@ PSM module, the all interrupt vectors are treated as...
-
03:03 PM Bug #13087 (Closed): zfs: zfs_ereport_post() and zfs_ereport_start() return values are ignored
- "git commit 9b0881404678e5235132f9320785c3f5ce6e71f6":https://github.com/illumos/illumos-gate/commit/9b0881404678e523...
-
01:07 AM Bug #13097: improve VM tunables for modern systems
- Peter Tribble wrote:
> Thanks.
>
> As for small memory systems, I suspect the case of interest is something like ...
2020-09-04
-
08:39 PM Feature #7709 (Closed): hrt2ts and friends are too clever for their own good
- "git commit 88b8d9620aed414dab5fb34108dee58556f060f0":https://github.com/illumos/illumos-gate/commit/88b8d9620aed414d...
-
03:17 PM Bug #13070: mtu option too large MTU 1728 - 1500
- In native zones, each of these tunables has the supported interface of ipadm(1M). ipadm(1M) maintains each netstack'...
-
05:29 AM Bug #13070: mtu option too large MTU 1728 - 1500
- This fixed the network speed:
sudo ndd -set /dev/tcp tcp_wscale_always 1
sudo ndd -set /dev/tcp tcp_tstamp_if_wsc... -
02:47 PM Bug #12936 (Closed): bhyve vlapic needs ability to bypass isrvec_stk
- "git commit 5365b8a5984eca60a3cedc7f9f738e51fb056bec":https://github.com/illumos/illumos-gate/commit/5365b8a5984eca60...
-
03:21 AM Bug #12936: bhyve vlapic needs ability to bypass isrvec_stk
- A derivative of this change was tested by a member of the FreeBSD community in their bhyve environment with a variety...
-
01:39 PM Feature #13018: A virtual function of a ConnectX-4 VDI attached to an IllumOS based VM (OI) is not handled correctly by mlxcx
- Ok, try...
-
01:26 PM Feature #13018: A virtual function of a ConnectX-4 VDI attached to an IllumOS based VM (OI) is not handled correctly by mlxcx
- ...
-
10:52 AM Bug #13108: mlxcx fails to attach on system using pcplusmp after 12988
- For completeness, here's @::interrupts@ when booted with APIX...
-
10:50 AM Bug #13108 (Closed): mlxcx fails to attach on system using pcplusmp after 12988
- After updating to a driver which included the bits from 12988, an OmniOS user reported that the @mlxcx@ driver was no...
-
06:54 AM Bug #13107 (Closed): pageout should use hrtime instead of lbolt
- The paging routines in @uts/common/os/vm_pageout.c@ presently make use of a mixture of @ddi_get_lbolt(9F)@ and @gethr...
-
12:36 AM Feature #13079: Add ksensor support for voltage and current sensors
- I tested this in a couple different ways:
* I used the ksensor os-tests and verified that they old passed, which w...
2020-09-03
-
10:12 PM Feature #13102 (Closed): ptools could be built with ctf
- "git commit fbfe962ed9b45c98bebaea25573c8b8f1630d482":https://github.com/illumos/illumos-gate/commit/fbfe962ed9b45c98...
-
04:04 AM Feature #13102: ptools could be built with ctf
- To test this I ran ctfdump on several of the ptools and confirmed that they now had CTF data.
-
03:54 AM Feature #13102 (Closed): ptools could be built with ctf
- Currently the various ptools aren't built with ctf. If they had been, it'd be much easier to debug issues like #13101...
-
10:12 PM Bug #13101 (Closed): pargs dumps core when it can't read argv
- "git commit fbfe962ed9b45c98bebaea25573c8b8f1630d482":https://github.com/illumos/illumos-gate/commit/fbfe962ed9b45c98...
-
04:07 AM Bug #13101: pargs dumps core when it can't read argv
- To test this I verified that pargs no longer dumped core on the affected core dump and that it worked correctly on se...
-
03:50 AM Bug #13101 (Closed): pargs dumps core when it can't read argv
- While looking at a core dump that had been truncated, pargs dumped core:...
-
08:36 PM Bug #13106 (Closed): clarify PPR transitions in bhyve vLAPIC
- Between the complicated conditional logic for APICv vs. non-accelerated LAPIC emulation, and the TPR shadowing change...
-
07:30 PM Bug #12456 (Closed): ipsec: variable may be used uninitialized
- "git commit 4132743a134e253014b777399c8f8275cf71636c":https://github.com/illumos/illumos-gate/commit/4132743a134e2530...
-
11:52 AM Bug #13105 (Closed): dnode_special_open() error: unchecked function return 'zrl_tryenter'
- smatch error:...
-
10:03 AM Bug #13104 (Closed): zfs: offset_t is signed and can not be > MAXOFFSET_T
- Build error with smatch:...
-
09:39 AM Bug #13103 (Closed): zfs: zvol_strategy() warn: unsigned 'off' is never less than zero
- warning from smatch:...
-
07:42 AM Bug #13097: improve VM tunables for modern systems
- Thanks.
As for small memory systems, I suspect the case of interest is something like AWS (or VirtualBox) where yo... -
04:33 AM Feature #12863: Make cbc_pad its own mode
- A bit of history for the timing improvements:
Originally, the PKCS5/7 padding (in the context of AES they're ident...
2020-09-02
-
09:36 PM Bug #13097: improve VM tunables for modern systems
- Peter, I have done some more testing in 512MB guests with this fix rebased on the end of the ZFS (and other) changes ...
-
09:13 AM Bug #13097: improve VM tunables for modern systems
- Oh, and yes, I think a swap file of at least some size is pretty critical in a world without overcommitted memory -- ...
-
09:12 AM Bug #13097: improve VM tunables for modern systems
- Those are fair questions. I'm not completely convinced that ZFS isn't doable in 512MB. There are some things that s...
-
09:03 AM Bug #13097: improve VM tunables for modern systems
- So, a couple of thoughts:
How many people are using illumos with ZFS on a 512M system? I can imagine that would be... -
08:00 AM Bug #13097: improve VM tunables for modern systems
- Notes from a block comment I intend to integrate with this change:...
-
07:58 AM Bug #13097: improve VM tunables for modern systems
- Note that my current plan is to play with the values until I cannot deadlock the system just by allocating anymore --...
-
07:57 AM Bug #13097 (Closed): improve VM tunables for modern systems
- Modern systems tend to be configured to swap to a ZFS zvol device. ZFS pool I/O requires a lot more (mostly transien...
-
08:32 PM Bug #12384 (Closed): update to GCC 7.5.0
- This was done a while back...
-
08:26 PM Bug #13072 (Closed): clarify VMCB interface in bhyve
- "git commit 096bb5cb663d8fa04eda9a4aceb4d82a9cbae42c":https://github.com/illumos/illumos-gate/commit/096bb5cb663d8fa0...
-
02:24 AM Bug #13072: clarify VMCB interface in bhyve
- With this change in place, all of the usual suspects were booted up:
- FreeBSD
- Linux
- OpenBSD
- Windows
- Omn... -
08:22 PM Bug #13100 (Closed): zdb rpool crash on raidz
- attempted run of zdb rpool:...
-
08:20 PM Feature #7709: hrt2ts and friends are too clever for their own good
- This change has been present in SmartOS for years without presenting a problem. With it built on top of illumos-gate...
-
07:55 PM Bug #12976 (Closed): system panics with error in IP module
- "git commit 2ad530425ac9cd3f429e64463a85f6f58703061c":https://github.com/illumos/illumos-gate/commit/2ad530425ac9cd3f...
-
07:36 PM Bug #12976: system panics with error in IP module
- Note that the #9531 implementation is tickled by netstat(1) processes. Additional testing has demonstrated that `net...
-
03:25 PM Bug #12976: system panics with error in IP module
- Jason now has non-DEBUG production time up with this fix too, and he is happy.
-
03:44 PM Bug #13098 (New): Low output level from audio devices
- Many people have noticed this problem, but I have actual measurements that illustrate it. For measurement, I used Au...
-
07:31 AM Bug #13096 (Closed): xnf asleep at wheel while freemem smashes into the ground
- The @xnf@ driver (for Xen virtual network interfaces) performs a variety of exciting allocations within @xnf_send()@....
-
07:17 AM Bug #13095 (New): ZFS ARC minimum size is too large
- The ARC will shrink in response to memory pressure, but will stop doing so once it hits @arc_c_min@. That value star...
-
07:01 AM Bug #13094 (Closed): systems have more kmem caches than they used to
- The @kmem_taskq@ is used for various house keeping functions within the kernel memory allocator. One of the most imp...
-
06:48 AM Bug #13093 (New): ZFS should be more careful in low memory situations
- Once more of ZFS is able to correctly use the pageout reserve pool (see #13092), we should ensure that it takes that ...
-
06:44 AM Bug #13092 (Closed): ZFS I/O pipeline should use the pageout_reserve pool
- When the system is under memory pressure (@freemem@ is below @lotsfree@), the @pageout_scanner()@ begins scanning mem...
2020-09-01
-
09:10 PM Bug #13091: process contract escaped SMF
- The only relevant lines in startd's log file:...
-
09:06 PM Bug #13091 (New): process contract escaped SMF
- I originally saw this problem with OmniOS's "ntp" SMF service when I configured it to wait for sync at startup. I've...
-
08:44 PM Bug #13090 (Closed): junk characters in `zpool online -e` EACCES error message
- Here's my /etc/os-release:...
-
08:17 PM Bug #13072: clarify VMCB interface in bhyve
- As part of this change, the segment attribute/access conversion code was shuffled around a bit. That conversion code...
-
08:16 PM Bug #13089 (New): want segment access defines for bhyve
- In bhyve, the access/attributes of the various segments (%[cdefgs]s, %ldtr, %tr) is exposed though the ioctl API from...
-
07:43 PM Bug #13088 (New): uniqtime() is too clever for its own good
- As richlowe pointed out in the feedback for #7709, the @uniqtime()@ function also has "optimized" time conversion log...
-
07:02 PM Bug #13085 (Closed): fast_syscall state should be tracked
- "git commit 8515d723262b57176aeeda8734edbe79fe1e7a5a":https://github.com/illumos/illumos-gate/commit/8515d723262b5717...
-
06:25 PM Bug #13085: fast_syscall state should be tracked
- I repeated the above test, using the modified @ldt.c@ on an illumos-gate BE featuring the change. Before running the...
-
05:31 PM Bug #13084 (Closed): tl_open should handle id_space exhaustion
- "git commit 1c8449e95a93a750df972545379490366b392934":https://github.com/illumos/illumos-gate/commit/1c8449e95a93a750...
-
03:51 PM Bug #13084: tl_open should handle id_space exhaustion
- While I have not installed netatalk like in the original bug report, I did boot up a BE with the proposed change and ...
-
04:43 PM Bug #13047 (Closed): SMB server is too strict about security descriptors
- "git commit d11e14a72ad0bfccf84405261d5d93e6eaafe6a7":https://github.com/illumos/illumos-gate/commit/d11e14a72ad0bfcc...
-
04:43 PM Bug #13045 (Closed): Idmap's KDC lookup override doesn't work
- "git commit bdc3270f393f51a419684e0fd3d7112e9b269773":https://github.com/illumos/illumos-gate/commit/bdc3270f393f51a4...
-
03:53 PM Feature #13083: Enable gate builds with OpenJDK 11
- FWIW - the OmniOS OpenJDK11 package is directly using the patches that Peter kindly provided in https://illumos.topic...
-
03:15 PM Bug #13087 (Closed): zfs: zfs_ereport_post() and zfs_ereport_start() return values are ignored
- use (void) to silence analyzers.
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <be... -
09:23 AM Feature #13018: A virtual function of a ConnectX-4 VDI attached to an IllumOS based VM (OI) is not handled correctly by mlxcx
- A possible fix is "here":https://github.com/pwinder/illumos-gate/commit/d3ae8d9e9f7d6cefafc6b13206b03b340f719518#diff...
-
07:50 AM Feature #13018: A virtual function of a ConnectX-4 VDI attached to an IllumOS based VM (OI) is not handled correctly by mlxcx
- If you have an environment where you can test this, can you try the following to confirm whether my theory is correct...
-
04:57 AM Bug #11499: default to hires tick
- Testing:
Build, running, build with build running. Confirmed value of `hz`. Confirmed value of `hz` when `hire...
2020-08-31
-
07:08 PM Bug #13026 (Closed): SMB and NFS use the global zone's IDMAP when they shouldn't
- "git commit 526073d8a2a73617d29e806e575a271bc992905b":https://github.com/illumos/illumos-gate/commit/526073d8a2a73617...
-
05:33 PM Feature #13022 (Closed): Want method to globally disable HMA
- "git commit be4662198f3d57350960479f8997432537cfd6a5":https://github.com/illumos/illumos-gate/commit/be4662198f3d5735...
-
10:18 AM Feature #13083: Enable gate builds with OpenJDK 11
- Joshua M. Clulow wrote:
> Looking at the packages available in OpenIndiana, it seems that they only currently have O... -
10:05 AM Bug #12780 (Closed): GRUB is broken after 11479
- "git commit c94be9439c4f0773ef60e2cec21d548359cfea20":https://github.com/illumos/illumos-gate/commit/c94be9439c4f0773...
-
07:05 AM Feature #7709: hrt2ts and friends are too clever for their own good
- Robert Mustacchi wrote:
> Upstreaming of "OS-5655":https://smartos.org/bugview/OS-5655 from SmartOS:
>
> The fami... -
02:43 AM Feature #7709 (In Progress): hrt2ts and friends are too clever for their own good
-
03:21 AM Bug #13085 (Closed): fast_syscall state should be tracked
- Upstreaming "OS-7084":https://smartos.org/bugview/OS-7084 from SmartOS:
> The i86pc platform disables fast syscall... -
03:09 AM Bug #13084 (Closed): tl_open should handle id_space exhaustion
- This is uptreaming of "OS-5957":https://smartos.org/bugview/OS-5957 from SmartOS:
> Reported as "illumos-joynet#13...
2020-08-30
-
10:55 PM Feature #1532 (In Progress): Long-term kernel-resident processes need a way to play fair
- I think it's time to fix @kpreemptpri@. It has been at 99 in SmartOS for so long that I didn't immediately even thin...
-
10:29 PM Feature #13083: Enable gate builds with OpenJDK 11
- Looking at the packages available in OpenIndiana, it seems that they only currently have OpenJDK 7 & 8 under:
http... -
06:10 PM Feature #13083 (Closed): Enable gate builds with OpenJDK 11
- The Java world is moving on, and JDK8 is getting rather old.
It would be beneficial to support gate builds with a ... -
10:12 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- Just a heads-up that my issue appears to have been a result of my motherboard automatically setting the frequency too...
-
08:47 PM Feature #13022: Want method to globally disable HMA
- Kindly tested for me by Volker A. Brandt on an AMD machine:
"Six-Core AMD Opteron(tm) Processor 8431"
Using O... -
08:19 PM Bug #12637 (Closed): ses_facility.c topo methods are not properly terminated
- "git commit ab26215b1a80ead55969e925a597044ad4185a34":https://github.com/illumos/illumos-gate/commit/ab26215b1a80ead5...
2020-08-29
-
07:37 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
Okay, here is an update. I have a dev build joyent_20200824T192056Z running on an E5-4600. I forgot about this bug ...-
07:02 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- I have what seems to me to be a very similar problem where SmartOS/illumos is telling me that the cache on core 0 of ...
-
02:40 PM Bug #12637: ses_facility.c topo methods are not properly terminated
- Unfortunately, folks with the hardware who were in a best position to test weren't able to get that done. However, we...
-
07:01 AM Feature #13082: pageout needs a deadman
- I have a relatively simple prototype for this that works well enough that I have been able to get a few memory deadlo...
2020-08-28
-
06:32 PM Bug #13064 (Closed): bhyve should not waste extra page for VMCS
- "git commit 007ca33219ffdc49281657f5f8a9ee1bbfc367ab":https://github.com/illumos/illumos-gate/commit/007ca33219ffdc49...
-
06:17 PM Bug #13064: bhyve should not waste extra page for VMCS
- Testing for this was included in the testing of #13063.
-
06:32 PM Bug #13063 (Closed): clarify VMCS interfaces in bhyve
- "git commit 007ca33219ffdc49281657f5f8a9ee1bbfc367ab":https://github.com/illumos/illumos-gate/commit/007ca33219ffdc49...
-
04:19 PM Bug #12752 (Closed): getipsecprotobyname(3NSL) synopsis is incomplete
- "git commit 638bc9f013400030354ab6566ae2a5726f7580fa":https://github.com/illumos/illumos-gate/commit/638bc9f013400030...
-
06:19 AM Feature #13082 (Closed): pageout needs a deadman
- There are some lingering issues in low memory situations that cause the system to deadlock while paging out to ZFS po...
-
12:27 AM Feature #13081 (Closed): add mlxcx temp sensor
- The mlxcx(7D) devices have support for exposing their internal temperature sensors through device registers. It would...
-
12:24 AM Feature #13080 (Closed): Add support for cxgbe temp/volt sensor
- The Chelsio 'cxgbe' series of parts has support for a temperature and voltage sensor on the part. It'd be great if th...
-
12:24 AM Feature #13079 (Closed): Add ksensor support for voltage and current sensors
- When the ksensor framework was introduced, it as designed such that we could add sensors for other types of periphera...
-
12:20 AM Bug #13067: Regression between Hipster-November2019 install media and 2020-07: 'ls /devices' hangs
- Do you have the ability to generate an nmi potentially? If not, we may be able to boot with kmdb and drop into a debu...
2020-08-27
-
07:23 PM Bug #13034 (Closed): dnode_sync is careless with range tree
- "git commit 7611ab7b771a068fbab94a90143de2afd495769f":https://github.com/illumos/illumos-gate/commit/7611ab7b771a068f...
-
05:42 PM Bug #13034: dnode_sync is careless with range tree
- With the proposed patch included in a DEBUG build, the reproducer workload is no longer able to panic the machine as ...
-
02:34 PM Feature #13018: A virtual function of a ConnectX-4 VDI attached to an IllumOS based VM (OI) is not handled correctly by mlxcx
- Is there a way to query/test this, having an illumos based system running in such an environment?
Or is there some d... -
10:15 AM Feature #13018: A virtual function of a ConnectX-4 VDI attached to an IllumOS based VM (OI) is not handled correctly by mlxcx
- MLXCX_OP_CREATE_EQ is used to create event queues for asynchronous events and completion events. I *suspect* this is ...
-
06:10 AM Bug #12512 (In Progress): dispadmin.1m manpage is missing \fB \fR around FX
-
05:51 AM Bug #12752 (In Progress): getipsecprotobyname(3NSL) synopsis is incomplete
-
12:58 AM Bug #13077 (Closed): bhyve kernel should be -Wformat clean
- When bhyve was ported to illumos, the printf-like warnings in the kernel were suppressed with -Wno-format. As we're ...
-
12:07 AM Feature #13076 (New): SMF could allow the operator to ignore failing start methods
- An SMF service with the *transient* duration is, in some senses, akin to dropping something in an @/etc/rc.local@ fil...
2020-08-26
-
10:19 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- I'll need to dig a bit more to confirm, but these would appear to be correctable error events... which leads to the q...
-
10:14 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- ...
-
10:11 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- Sorry if I clipped something useful...
root@dba012:/root# fmdump -e | sort -k 5 | cut -d" " -f 5 |uniq -c
76 ... -
10:04 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- If you do 'fmdump -e' are all of the events 'ereport.cpu.intel.quickpath.mem_redundant' or are there different values?
-
10:01 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- ...
-
09:16 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- Actually try @fmdump -eV@ -- I found some HW errata for that CPU that might be relevant, and that should contain enou...
-
08:03 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
meaning these events?
--------------- ------------------------------------ -------------- ---------
TIME ...-
07:56 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- Is that fmdump -evv output from an event (if not can you supply that)?
-
07:49 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- from another system, but same issue.
Jul 02 03:08:33.3748 ereport.cpu.intel.l2dcache_uc 0xb80d985dd162e401... -
06:38 PM Bug #12767 (Closed): Document '-delete' option to find(1)
- "git commit d770dd109db2b92dea49c41ab80ce452e6e7064c":https://github.com/illumos/illumos-gate/commit/d770dd109db2b92d...
-
02:22 PM Bug #12988 (Closed): potential hang in mlxcx when async and ring vectors end up on same CPU
- "git commit e1447ca93391f31609bda487cb922dbff9dcdef5":https://github.com/illumos/illumos-gate/commit/e1447ca93391f316...
-
02:22 PM Bug #12987 (Closed): devo_power misconfigured in mlxcx
- "git commit e1447ca93391f31609bda487cb922dbff9dcdef5":https://github.com/illumos/illumos-gate/commit/e1447ca93391f316...
-
02:22 PM Bug #12980 (Closed): attempting to change MTU on mlxcx based aggregation can induce FMA event
- "git commit e1447ca93391f31609bda487cb922dbff9dcdef5":https://github.com/illumos/illumos-gate/commit/e1447ca93391f316...
-
01:28 PM Bug #13075: No console messages after early boot on non-VGA graphics
- When bootloader is involved, then gfx_private driver inherits frame buffer info from the bootloader, part of that is ...
-
12:24 PM Bug #13075 (Closed): No console messages after early boot on non-VGA graphics
- If the console is attached to a graphics card/chipset which does not advertise it is VGA, on boot the console output ...
-
10:20 AM Bug #12818: ntpq(1m) -w flag undocumented
- The @ntp@ stuff comes from the distribution, not illumos-gate.
At least OmniOS has moved to @ntpsec@ by default thes... -
07:53 AM Bug #12818: ntpq(1m) -w flag undocumented
- Yes, it works. It just isn’t documented in the man page.
-
05:12 AM Bug #12818: ntpq(1m) -w flag undocumented
- ntpq -pw certainly works
bash-5.0$ ntpq -p server.lan
remote refid st t when poll reach del... -
05:46 AM Feature #12844 (Closed): Change console font to FreeBSD's style?
-
05:46 AM Feature #12844 (Resolved): Change console font to FreeBSD's style?
-
03:20 AM Feature #13040 (Closed): grep can leverage bmg in more cases
- "git commit dbe930bf51e0d7458b24d30e9f25756c5da54ddf":https://github.com/illumos/illumos-gate/commit/dbe930bf51e0d745...
-
03:20 AM Feature #3546 (Closed): add support for grep -o option
- "git commit 81dd18d87c3c2e198d2178dfd1f30d62a81b69ea":https://github.com/illumos/illumos-gate/commit/81dd18d87c3c2e19...
-
03:20 AM Feature #13036 (Closed): grep tests could be easier to extend
- "git commit f415aa8f1340638644c6cf63e9d11d3767f4cbba":https://github.com/illumos/illumos-gate/commit/f415aa8f13406386...
-
03:20 AM Feature #13038 (Closed): grep could support --label
- "git commit 8ccd021704a4fe1b4022c110d3dd497f8cd907d5":https://github.com/illumos/illumos-gate/commit/8ccd021704a4fe1b...
-
03:20 AM Feature #13037 (Closed): grep could support -L
- "git commit 2e5ac464a5683c5bf11439ccad74c9f279051820":https://github.com/illumos/illumos-gate/commit/2e5ac464a5683c5b...
2020-08-25
-
09:03 PM Feature #13061 (Closed): Import sed tests from freebsd
- "git commit cd94aa947d1e02a1c25259f2cf06c165d75aa4fa":https://github.com/illumos/illumos-gate/commit/cd94aa947d1e02a1...
-
02:40 PM Feature #13061: Import sed tests from freebsd
- All tests pass when run using the @sed@ post 13051...
-
09:03 PM Bug #13051 (Closed): sed: lastline check does not work properly with empty files
- "git commit c6fc7f7b786ce47c35645054cdce73e83f39e7f3":https://github.com/illumos/illumos-gate/commit/c6fc7f7b786ce47c...
-
08:02 PM Feature #12844: Change console font to FreeBSD's style?
- i'd have gone with doing a reverse-video of the SPARC console fb
-
07:34 PM Bug #13003 (Closed): console: multiple issues related to colors and font loading and switching
- "git commit e0721d5ae1542c80097f6fcd487736fdfe601233":https://github.com/illumos/illumos-gate/commit/e0721d5ae1542c80...
-
06:34 PM Feature #12863: Make cbc_pad its own mode
- To test, I ran the crypto test suite, all tests passed.
-
03:33 PM Bug #12780: GRUB is broken after 11479
- The change I submitted here fixes the problem for me: https://code.illumos.org/c/illumos-gate/+/692
-
03:14 PM Feature #13066 (Closed): Want crontab -u
- "git commit 6863ede29751efd2be66ec1b48c3c0ee705d7d61":https://github.com/illumos/illumos-gate/commit/6863ede29751efd2...
-
01:32 PM Feature #13066: Want crontab -u
- I tested this by building an updated @crontab@ binary and then trying combinations of options to show that previous o...
-
03:06 AM Bug #13044 (Closed): Clarify parts of getopt_long(3C)
- "git commit 31c9b836861e74f837a36ca29220b58f3657585a":https://github.com/illumos/illumos-gate/commit/31c9b836861e74f8...
2020-08-24
-
11:51 PM Bug #13032 (Closed): printf(3C) should talk about NULL string pointers
- "git commit 9fff840dca14d75459a8240b19c931e2fec186c5":https://github.com/illumos/illumos-gate/commit/9fff840dca14d754...
-
09:03 PM Bug #13072 (Closed): clarify VMCB interface in bhyve
- Similar to #13063, the in-kernel interface used by bhyve to access the VMCB on AMD hardware could be cleaned up. Fai...
-
07:10 AM Bug #10556: Fatal firmware error with iwn wireless
- Installed hipster 2020.04 on Dell Vostro 3550 with the same wifi card.
Same issue with same messages in /var/adm/mes... -
04:41 AM Bug #13071 (Closed): igb(7D) needs to mention it's GLDv3, not STREAMS
- The igb(7D) man page doesn't mention GLDv3, and reads like a pre-GLDv3 STREAMS man page in some places.
2020-08-23
-
11:42 PM Bug #13021 (Closed): Invalid state if bindtextdomain() fails during re-binding
- "git commit 0a9a25a293d437b1563e1d8479fef8f3795ba817":https://github.com/illumos/illumos-gate/commit/0a9a25a293d437b1...
-
07:34 PM Bug #12767 (In Progress): Document '-delete' option to find(1)
- Working on this
2020-08-22
-
07:59 PM Bug #13070 (New): mtu option too large MTU 1728 - 1500
- This error is printed on each boot. I'm using a Realtek Ethernet card and on Linux the MTU is always set to 1500.
... -
07:59 PM Feature #13062 (Closed): loader: make env_discard() public
- "git commit 5fae793b9b02afd1f3f434f3a915a64c08edc7b2":https://github.com/illumos/illumos-gate/commit/5fae793b9b02afd1...
-
07:51 PM Bug #13054: Ilumos based distros failed to install on FreeBSD's Bhyve
- The issue is resolved. Please close it. Thanks.
-
07:48 PM Bug #13054: Ilumos based distros failed to install on FreeBSD's Bhyve
- Igor Kozhukhov wrote:
> also we have fix for bhyve on DilOS where we can specify phys block to VM - it'll use correc... -
04:27 AM Bug #12976: system panics with error in IP module
- The bug filer, running a DEBUG kernel in his environment, has exposed a race between socket closing and the new-ish #...
-
03:54 AM Bug #11255: After GCC 7 switch dependencies on GCC runtime packages are incorrect
- We can do this if we are sure that our compilers completely ignore /usr/lib/libgcc_s.so*.
Otherwise there can be in...
2020-08-21
-
10:35 PM Bug #11255: After GCC 7 switch dependencies on GCC runtime packages are incorrect
- I wonder if we should leave the libraries in version-specific directories, but use IPS mediators (which I am only jus...
-
09:29 PM Bug #11255: After GCC 7 switch dependencies on GCC runtime packages are incorrect
- Seems so.
-
04:29 PM Bug #11255: After GCC 7 switch dependencies on GCC runtime packages are incorrect
- That seems fair for the C++ one, I guess, though one might reasonably wonder why the incompatible one didn't end up w...
-
04:09 PM Bug #11255: After GCC 7 switch dependencies on GCC runtime packages are incorrect
- We've moved gcc runtime out of /usr/lib during 4.9 => 6 migration, as GCC 5 and 6 C++ runtimes were not compatible wi...
-
03:20 PM Bug #11255: After GCC 7 switch dependencies on GCC runtime packages are incorrect
- I guess this may be less true of @libstdc++@, but I'm not sure on that one.
-
03:17 PM Bug #11255: After GCC 7 switch dependencies on GCC runtime packages are incorrect
- What about, instead, if distributions delivered a correct and sufficiently recent GCC runtime into @/usr/lib@? This ...
-
08:33 PM Bug #13063: clarify VMCS interfaces in bhyve
- Using the proposed fix for this, I booted up the normal crew of guests:
- CentOS
- OmniOSce
- OpenBSD
- Windows
... -
06:03 PM Bug #13068 (Closed): gptzfsboot: command from /boot/config should be nul terminated
- "git commit b89fb824168e36795c325b5e0a4d1e71dd2d8d65":https://github.com/illumos/illumos-gate/commit/b89fb824168e3679...
-
03:09 PM Bug #13065 (Closed): log when suspending a zpool
- "git commit 8548ec78d85644539a23c4262ed2b9512a47865e":https://github.com/illumos/illumos-gate/commit/8548ec78d8564453...
-
10:43 AM Bug #13065: log when suspending a zpool
- I did a simple test on this by making all writes fail for a bhyve VM, and checking the message appears when the pool ...
-
05:06 AM Bug #12996 (Closed): bhyve kernel should be wscheck clean
- "git commit 84971882a96ac0fecd538b02208054a872ff8af3":https://github.com/illumos/illumos-gate/commit/84971882a96ac0fe...
2020-08-20
-
09:31 PM Bug #13069 (New): kernel_fpu_begin() panics if used more than once with a custom context
- Doing some experimenting with the kfpu interfaces (in the hopes they might be useful with the in-kernel crypto accele...
-
09:12 PM Bug #13068 (Closed): gptzfsboot: command from /boot/config should be nul terminated
- make sure we terminate the read configuration properly.
FreeBSD update: https://svnweb.freebsd.org/changeset/b... -
09:01 PM Bug #12996: bhyve kernel should be wscheck clean
- Since this is a whitespace-only change, I tested it with @wsdiff@. The only changes I saw, besides the normal DOF an...
-
07:22 PM Bug #12991 (Closed): bhyve vlapic should SIPI more carefully
- "git commit e0c0d44e917080841514d0dd031a696c74e8c435":https://github.com/illumos/illumos-gate/commit/e0c0d44e91708084...
-
02:23 PM Bug #12991: bhyve vlapic should SIPI more carefully
- Testing notes for this (and #12990) are written up in #12989.
-
07:22 PM Bug #12990 (Closed): improve interface boundary for bhyve ins/outs
- "git commit e0c0d44e917080841514d0dd031a696c74e8c435":https://github.com/illumos/illumos-gate/commit/e0c0d44e91708084...
-
02:23 PM Bug #12990: improve interface boundary for bhyve ins/outs
- Testing notes for this (and #12991) are written up in #12989.
-
07:22 PM Bug #12989 (Closed): improve interface boundary for bhyve MMIO
- "git commit e0c0d44e917080841514d0dd031a696c74e8c435":https://github.com/illumos/illumos-gate/commit/e0c0d44e91708084...
-
02:43 PM Feature #13040: grep can leverage bmg in more cases
- I tested this with the updated grep test suite, test run below. I also spot checked the performance of a number of di...
-
02:42 PM Feature #3546: add support for grep -o option
- I tested this with the updated grep test suite, test run below. This included a number of large additions to the test...
-
02:42 PM Feature #13037: grep could support -L
- I tested this with the updated grep test suite, test run below. I also verified ggrep had the same behavior with -L.
... -
02:42 PM Feature #13036: grep tests could be easier to extend
- I tested this by running the grep test suite and verifying that everything passed. I also forced a number of failures...
-
02:41 PM Feature #13038: grep could support --label
- I tested this with the updated grep test suite, test run below. I also verified ggrep had the same behavior with --la...
-
01:58 PM Bug #13067 (New): Regression between Hipster-November2019 install media and 2020-07: 'ls /devices' hangs
- On a boot environment fresh from the standard November 2019 install media, not pkg image-update'd, the following thin...
-
01:29 PM Feature #13066: Want crontab -u
- Webrev also at http://cr.illumos.org/~webrev/citrus/ig_13066_crontab-u/
for an easier way to view the man page changes. -
01:09 PM Feature #13066 (Closed): Want crontab -u
It would be useful if the @crontab@ command supported a @-u username@ option to specify the username for the operat...-
12:02 PM Bug #13065 (Closed): log when suspending a zpool
- While experimenting with ZFS I/O failures, I hit a situation where the root pool would get suspended,
and due to all... -
01:38 AM Bug #13064 (Closed): bhyve should not waste extra page for VMCS
- When bhyve was ported to illumos, the allocation for the VMCS was expanded for an extra page (per vCPU!) in order to ...
-
01:36 AM Bug #13063 (Closed): clarify VMCS interfaces in bhyve
- As it was imported from FreeBSD, bhyve has an API surface for interacting with the VMCS (virtual machine control stru...
2020-08-19
-
09:25 PM Feature #13062 (Closed): loader: make env_discard() public
- remove static from env_discard() to make it globally available. Needed to unset variable without using callback. Whil...
-
09:13 PM Feature #13061 (Closed): Import sed tests from freebsd
- The illumos sed shares its roots with the one in FreeBSD. FreeBSD has a number of tests that would be useful to add t...
-
05:47 PM Bug #13059: Dell R630 - X2APIC enabled cause boot hang
- Happens on Bleeding edge and Joysent SmartOS
-
12:21 PM Bug #13059 (New): Dell R630 - X2APIC enabled cause boot hang
- After purchasing two R630 -- I've discovered that this server is non-bootable with illumos.
The error appears to ... -
04:25 PM Feature #12983 (Closed): Want additional prototypes for manual pages
- "git commit 76f19f5fdc974fe5be5c82a556e43a4df93f1de1":https://github.com/illumos/illumos-gate/commit/76f19f5fdc974fe5...
-
04:22 PM Bug #13044: Clarify parts of getopt_long(3C)
- I tested this by looking at the new page with @man(1)@ and then I also took the new example code and copy and pasted ...
-
03:33 PM Bug #13060 (Closed): loader: fb-putimage fails silently even with debug flag set
- fb-putimage will fail silently when given some PNG files even with the debug flag set, such as PNG files that use fea...
-
07:50 AM Bug #13041 (Closed): i40e_get_available_resources() broken again for X722 part
- "git commit 341c5f490806c8b3e6e31512923db4c0e1b464b1":https://github.com/illumos/illumos-gate/commit/341c5f490806c8b3...
-
02:35 AM Bug #13049 (Closed): cstyle should tolerate freebsd headers
- "git commit dcbbe9e03d9d35c714d909a1f4767ce83c885e80":https://github.com/illumos/illumos-gate/commit/dcbbe9e03d9d35c7...
-
12:32 AM Bug #13058 (New): high contention on root vnode mutex during a lookup-heavy workload
- The box at hand is quite old: a 2 socket * 10 cores * 2 threads Sandy Bridge. There is a lx-zone with Debian performi...
2020-08-18
-
06:45 PM Bug #13057 (New): pessimal mutex behavior
- This is a slightly edited copy of what I originally posted here:
https://illumos.topicbox.com/groups/discuss/T58ee93... -
06:26 PM Bug #13056 (New): pessimal rw locks behavior
- While read-write locking always modifying the same cacheline suffers from fundamental scalability issues, the current...
-
06:23 PM Bug #11953: PCI Fatal Error encountered on AMD B450 platform
- I have an X470 chipset on an ASRock Rack X470D4U, and am seeing these sorts of errors, that now tickle FMA thanks to ...
-
04:53 PM Bug #13033: assertion failed: size <= (1ULL << 24) (0x1189000 <= 0x1000000), file: ../../common/fs/zfs/abd.c, line: 309
- Sorry Jason, I'm not on IRC. Haven't had a need until now. You can contact me by email at jcw0624@outlook.com .
I do... -
03:40 PM Bug #13055 (New): zinject's range arg "-r" should accept hex values by default
- zinject [-q] <-t type> [-e errno] [-l level] [-r range]
[-a] [-m] [-u] [-f freq] <object>
allows one t... -
03:22 PM Bug #13054: Ilumos based distros failed to install on FreeBSD's Bhyve
- Igor Kozhukhov wrote:
> DilOS 2.0.2.48 iso contain GRUB1 and it's not boot on UEFI.
> i'll prepare new ISO with loa... -
07:38 AM Bug #13054: Ilumos based distros failed to install on FreeBSD's Bhyve
- DilOS 2.0.2.48 iso contain GRUB1 and it's not boot on UEFI.
i'll prepare new ISO with loader and it'll possible to b... -
07:16 AM Bug #13054: Ilumos based distros failed to install on FreeBSD's Bhyve
- Jason King wrote:
> What sort of disks are you providing to the VM (since it looks like the problem is with the disk... -
07:13 AM Bug #13054: Ilumos based distros failed to install on FreeBSD's Bhyve
- Jason King wrote:
> What sort of disks are you providing to the VM (since it looks like the problem is with the disk...
2020-08-17
-
08:06 PM Bug #11499 (In Progress): default to hires tick
-
06:20 PM Bug #13033: assertion failed: size <= (1ULL << 24) (0x1189000 <= 0x1000000), file: ../../common/fs/zfs/abd.c, line: 309
- Are you on irc? I can msg you a URL to upload if you're on freenet. Otherwise, we can figure out another way to get ...
-
06:01 PM Bug #13054: Ilumos based distros failed to install on FreeBSD's Bhyve
- What sort of disks are you providing to the VM (since it looks like the problem is with the disks)? virtio-blk device...
-
05:48 PM Bug #13054 (New): Ilumos based distros failed to install on FreeBSD's Bhyve
- I have reported everything in details on the FreeBSD forums thread here:
https://forums.freebsd.org/threads/bhyve-... -
04:29 PM Bug #13048 (Closed): Fix format issue in regex(5) man page
- "git commit 0d54f452f42b98b9da0e75b9401795c3a0560297":https://github.com/illumos/illumos-gate/commit/0d54f452f42b98b9...
-
03:44 PM Bug #13049: cstyle should tolerate freebsd headers
- I really really hate that our cstyle has some specific idiosyncrasies which makes it pretty much impossible to implem...
-
03:39 PM Bug #13049: cstyle should tolerate freebsd headers
- Prior to this change, running cstyle against files with the standard FreeBSD license header would result in the error...
-
02:51 PM Bug #8679: failed to attach AMD IOMMU
- I see this too on a Ryzen 7 3700x attached to an ASRock Rack X470DU4.
-
02:37 PM Bug #12755 (Closed): Double fault when booting under Amazon EC2
- "git commit b445c7c6f2f09c2296534b5ccda2c05321c474b1":https://github.com/illumos/illumos-gate/commit/b445c7c6f2f09c22...
-
12:43 PM Bug #6395: cannot tune segkpsize up
- Arne Jansen wrote:
> It's not possible to tune segkpsize up, the system panics with 'startup: cannot attach segkp'.....
2020-08-16
-
08:19 PM Bug #12936: bhyve vlapic needs ability to bypass isrvec_stk
- I booted up Linux, FreeBSD, and OmniOS guests with the same debugging, but all of those seemed to use the APIC in suc...
-
08:16 PM Bug #12936: bhyve vlapic needs ability to bypass isrvec_stk
- Windows Server 2019 was another test platform for nested priorities, where I saw a similar 3-deep isrvec_stk_top valu...
-
02:06 PM Bug #13051: sed: lastline check does not work properly with empty files
- Before the changes in the attached gerrit review, some of the new tests fail:...
-
12:55 PM Bug #13051 (Closed): sed: lastline check does not work properly with empty files
Sed has a bug where it does not treat a line as a 'last line' candidate if there are more files to process.
e.g....
2020-08-15
-
12:24 AM Bug #13050 (Closed): bhyve kernel should be cstyle clean
- Once #13049 is addressed, it would be nice for the bhyve kernel code to be brought into compliance with cstyle so it ...
-
12:24 AM Bug #13049 (Closed): cstyle should tolerate freebsd headers
- Currently, the cstyle script does not handle the FreeBSD license headers as they are attached to files from that code...
2020-08-14
-
10:41 PM Bug #12505 (Closed): Answer KEBE question about cred in unexport()
- "git commit 06260e34c28df0a3a191e42e1b51c9de745b3510":https://github.com/illumos/illumos-gate/commit/06260e34c28df0a3...
-
10:38 PM Bug #12989: improve interface boundary for bhyve MMIO
- To test, I booted up the following guests to make sure that they functioned properly:
- CentOS 8
- FreeBSD-CURRENT ... -
10:09 PM Bug #13048 (Closed): Fix format issue in regex(5) man page
- In regex(5) man page:
> whatever it would have matched without the "\(" and Qq \) ,
It should be:
> whatever... -
09:02 PM Bug #13046: i40e_device_find() ASSERTs that num_ports and num_partitions are non-zero, but i40e_parse_discover_capabilities() can return with them being zero
- The suggested fix above is incomplete. The original prototype also added checking the NULL return from i40e_device_f...
-
07:53 PM Bug #13046: i40e_device_find() ASSERTs that num_ports and num_partitions are non-zero, but i40e_parse_discover_capabilities() can return with them being zero
- Unfortunately, the @i40e_device_find()@ caller does not accept @NULL@ as return value and would panic at line 1030:
... -
07:13 PM Bug #13046 (New): i40e_device_find() ASSERTs that num_ports and num_partitions are non-zero, but i40e_parse_discover_capabilities() can return with them being zero
- In the function i40e_parse_discover_capabilities(), the i40e_hw elements of num_ports and num_partitions are initiali...
-
08:50 PM Bug #13028 (Closed): system/test/utiltest package is missing licence metadata
- "git commit 4e81fcfe0bcce62e29d80c1e391d9a241c0ee3b1":https://github.com/illumos/illumos-gate/commit/4e81fcfe0bcce62e...
-
08:50 PM Bug #13027 (Closed): sed loses count of relative line offset
- "git commit 4e81fcfe0bcce62e29d80c1e391d9a241c0ee3b1":https://github.com/illumos/illumos-gate/commit/4e81fcfe0bcce62e...
-
07:43 PM Bug #13047 (Closed): SMB server is too strict about security descriptors
- SMB allows a user to 'remove' an ACL by specifying that it wants the acl to change (SMB_DACL/SACL_SECINFO), but marki...
-
07:11 PM Bug #13045 (Closed): Idmap's KDC lookup override doesn't work
- Our kerberos library provides a mechanism for 'overriding' the normal lookup routine, by specifying a "_krb5_override...
-
06:45 PM Bug #13041: i40e_get_available_resources() broken again for X722 part
- The problem as stated in previous comments is that the driver can find more ports than functions, and that is not a p...
-
01:03 PM Bug #13041: i40e_get_available_resources() broken again for X722 part
- The system I tested this on is based on this:
https://www.supermicro.com/en/products/motherboard/X11DPH-T
which... -
06:20 PM Bug #13029 (Closed): AMD bhyve should reload TSS ASAP
- "git commit 4d3fdeb14779bb6b0838521971d9ac99d65b0572":https://github.com/illumos/illumos-gate/commit/4d3fdeb14779bb6b...
-
04:53 PM Bug #13044 (Closed): Clarify parts of getopt_long(3C)
- The other day I was trying to figure out how to modify things to use long options with getopt_long(3C). There were a ...
-
04:22 PM Bug #13033: assertion failed: size <= (1ULL << 24) (0x1189000 <= 0x1000000), file: ../../common/fs/zfs/abd.c, line: 309
- I have created an account here and I'm ready to upload the core dumps. The compressed files are about 840MB. How to I...
-
05:19 AM Bug #13043 (Closed): HPET config register does not change size
- According to the "IA-PC HPET Specification 1.0a":https://www.intel.com/content/dam/www/public/us/en/documents/technic...
-
05:10 AM Feature #13042 (Closed): make prom_debug more useful outside startup.c
- We have a coarse-grained early boot debug logging facility that one may enable by setting @prom_debug@ in the boot en...
2020-08-13
-
06:41 PM Bug #13021: Invalid state if bindtextdomain() fails during re-binding
- Results from running the new unit tests (with @-f@) against an unpatched libc:...
-
03:50 PM Bug #13034: dnode_sync is careless with range tree
- The @range_tree_vacate@ function was previously implemented by @avl_destroy_nodes@, prior to the integration of #1197...
-
01:31 PM Bug #13041 (Closed): i40e_get_available_resources() broken again for X722 part
- See bug 9601 for the original fix.
After that, we got some new code via bug 12933:... -
07:30 AM Bug #13039: HPET on AWS EC2 may be Hazard-Prone Error Trigger
- With the HPET programming disabled, I can boot an @m4.16xlarge@ instance:...
-
07:28 AM Bug #13039: HPET on AWS EC2 may be Hazard-Prone Error Trigger
- To check whether ARAT, HPET, or the deep C-state override are active, you can run:...
-
05:42 AM Bug #13039 (Closed): HPET on AWS EC2 may be Hazard-Prone Error Trigger
- Amazon provide a wide variety of virtual machine configurations in their cloud. Many of them advertise themselves as...
-
05:50 AM Feature #3546: add support for grep -o option
- I ended up taking a fresh swing at this with the merged grep. To make this easier to implement, and to support it for...
-
05:46 AM Feature #13040 (Closed): grep can leverage bmg in more cases
- In the internal implementation, there are basically two engines that are used by grep:
1. regcomp(3C) and regexec(... -
05:35 AM Feature #13038 (Closed): grep could support --label
- Over the years, folks have found the @--label@ option to grep(1) useful when working in a pipeline as it allows you t...
-
05:33 AM Feature #13037 (Closed): grep could support -L
- Today grep supports the @-l@ option, but doesn't support its opposite form @-L@. It'd be useful if it did to help wit...
-
05:32 AM Feature #13036 (Closed): grep tests could be easier to extend
- The grep test suite is a little challenging to work with right now. In particular, it's designed so that there are mu...
2020-08-12
-
11:33 PM Bug #13035 (New): Using O_WRONLY|O_TRUNC is broken for /dev/null in zones
- Try running the attached test e.g. with truss and observe the EINVAL reported. This happens in normal zones, not in t...
-
10:11 PM Bug #13034: dnode_sync is careless with range tree
- Also open as "OpenZFS #10708":https://github.com/openzfs/zfs/issues/10708
-
09:46 PM Bug #13034 (Closed): dnode_sync is careless with range tree
- While testing an unrelated change, I observed a panic in ZFS:...
-
09:10 PM Bug #12505: Answer KEBE question about cred in unexport()
- After some mailing list debate, here's what's going to happen:
- unexport() is getting a 3rd parameter, cred_t *cr... -
02:54 PM Bug #13033: assertion failed: size <= (1ULL << 24) (0x1189000 <= 0x1000000), file: ../../common/fs/zfs/abd.c, line: 309
- Yes I already asked for more details including coredump and output of zfs status. There was an l2arc configured on th...
-
02:42 PM Bug #13033: assertion failed: size <= (1ULL << 24) (0x1189000 <= 0x1000000), file: ../../common/fs/zfs/abd.c, line: 309
- Would they be willing to provide the crash dump to someone for analysis?
-
07:32 AM Bug #13033: assertion failed: size <= (1ULL << 24) (0x1189000 <= 0x1000000), file: ../../common/fs/zfs/abd.c, line: 309
- I can connect anybody willing to take this on with the person affected if more details are needed.
-
07:30 AM Bug #13033 (New): assertion failed: size <= (1ULL << 24) (0x1189000 <= 0x1000000), file: ../../common/fs/zfs/abd.c, line: 309
- Hello
We from the OpenIndiana Dev team have gotten a report of a crashing machine with the above assertion failing... -
02:25 AM Bug #13012 (Closed): zpool_read_label semantics should match OpenZFS
- "git commit 0ac8993002ee179cc3289243a0fc956ee0db04da":https://github.com/illumos/illumos-gate/commit/0ac8993002ee179c...
-
02:25 AM Feature #13013 (Closed): Port OpenZFS zpool label clear improvements
- "git commit 0ac8993002ee179cc3289243a0fc956ee0db04da":https://github.com/illumos/illumos-gate/commit/0ac8993002ee179c...
-
12:29 AM Bug #12944 (Closed): remove long obsolete libsys
- "git commit 0904e7ecf266ebe6844dfc4b178441dc8d81296b":https://github.com/illumos/illumos-gate/commit/0904e7ecf266ebe6...
2020-08-11
-
02:21 PM Bug #13012: zpool_read_label semantics should match OpenZFS
- To test, I ran the zfs test suite. All the expected tests pass (including the new tests introduced with this change)....
-
02:20 PM Feature #13013: Port OpenZFS zpool label clear improvements
- To test, I ran the zfs test suite. All the expected tests pass (including the new tests introduced with this change)....
-
05:03 AM Bug #13019 (Closed): loader.efi: cursor and pixel draw should use Blt() if possible
- "git commit f7eeebb7a51b880fb7920f443b9774532d3efea6":https://github.com/illumos/illumos-gate/commit/f7eeebb7a51b880f...
2020-08-10
-
11:51 PM Bug #13032 (Closed): printf(3C) should talk about NULL string pointers
- The @printf(3C)@ manual page has this to say on the subject of @NULL@ pointers passed as the value argument for a @%s...
-
11:41 PM Bug #12944: remove long obsolete libsys
- testing:
Check for libsys consumers, build, boot, build in the new booted bits, etc. -
11:32 PM Bug #13010 (Closed): bhyve should not exit when VM debugged
- "git commit c3d209cab1511045e9bb1a521f1bd85995d4fd7e":https://github.com/illumos/illumos-gate/commit/c3d209cab1511045...
-
11:32 PM Bug #13009 (Closed): mdb-bhyve mishandles memseg offsets
- "git commit c3d209cab1511045e9bb1a521f1bd85995d4fd7e":https://github.com/illumos/illumos-gate/commit/c3d209cab1511045...
-
11:32 PM Bug #13008 (Closed): bhyve devmem could match better
- "git commit c3d209cab1511045e9bb1a521f1bd85995d4fd7e":https://github.com/illumos/illumos-gate/commit/c3d209cab1511045...
-
08:35 PM Bug #13031 (Closed): bhyve kernel should use proper struct types
- With #12989 altering the bhyve instruction emulation logic, so it is no longer compiled for both the kernel and users...
-
08:19 PM Bug #13030 (Closed): remove 'retu' pattern from bhyve
- In the bhyve kernel, there's a common pattern for handlers which may decide that emulation needs to continue in users...
-
04:03 PM Bug #13024 (Closed): Add omitted word in sed man page
- "git commit 40ae3b8f7394f061252c31a21b854ae328f6f269":https://github.com/illumos/illumos-gate/commit/40ae3b8f7394f061...
2020-08-09
-
11:16 PM Bug #13029: AMD bhyve should reload TSS ASAP
- With the proposed patch applied, I'm able to dtrace @svm_launch:return@ without the machine immediately rebooting. T...
-
07:56 PM Bug #13029 (Closed): AMD bhyve should reload TSS ASAP
- Unlike VMX, SVM does not restore the TSS when making a round trip to guest context. This means that the TSS must be ...
2020-08-08
-
03:52 PM Bug #13007: bhyve vlapic should set TMR on intr accept
- This will effectively supersede the change made in "OS-7622":https://smartos.org/bugview/OS-7622
2020-08-07
-
11:51 PM Bug #13014 (Closed): ksensor tests are a bit environment dependent
- "git commit b018085dfc5b5d4dc24cf2784f322e76bc3e91c0":https://github.com/illumos/illumos-gate/commit/b018085dfc5b5d4d...
-
07:25 PM Bug #13014: ksensor tests are a bit environment dependent
- This was tested by Toomas who hit it in his environment. We verfiied that all the ksensor tests successfully ran and ...
-
10:44 PM Bug #13027: sed loses count of relative line offset
- And for completness, with GNU sed, the results are the same barring the test for a range starting with line 0, which ...
-
10:40 PM Bug #13027: sed loses count of relative line offset
- I ran the new tests with the original @sed@ and got three failures:...
-
10:30 PM Bug #13027 (Closed): sed loses count of relative line offset
As reported in https://illumos.topicbox.com/groups/discuss/T5a5499ff3291b3b2-Mcba7401e39f8b8a0dcb4b52e/a-bug-in-sed...-
10:32 PM Bug #13028 (Closed): system/test/utiltest package is missing licence metadata
- The @system/test/utiltest@ package includes some tests from the GNU awk test-suite. The licence for these is missing ...
-
08:13 PM Bug #13026 (Closed): SMB and NFS use the global zone's IDMAP when they shouldn't
- SMB and NFS use crget() as a base for their credentials.
This copies the global kcred, and so sets cr->cr_zone to th... -
05:18 PM Feature #13025 (Closed): Port OpenZFS: Add support for boot environment data to be stored in the label
- OpenZFS commit: https://github.com/openzfs/zfs/commit/108a454a4604df6ea3be817f3cf076726df2c67a
Modern bootloaders ... -
10:49 AM Bug #12980: attempting to change MTU on mlxcx based aggregation can induce FMA event
- A walk through on the circumstances which cause the message to appear when a ring is stopped.
An important factor ... -
09:37 AM Bug #13024 (Closed): Add omitted word in sed man page
- In sed man page:
> A single command may be specified as the first argument to .
It should be:
> A single com... -
08:01 AM Bug #12988: potential hang in mlxcx when async and ring vectors end up on same CPU
- Here is a description of the scenario which causes the deadlock.
The deadlock can only occur if a mlxcx_intr_n() a... -
03:44 AM Bug #13023 (New): Changing dump device during savecore causes panic
- Discovered by Jörgen Lundman -- if savecore is running and an administrator runs dumpadm to alter the dump device, th...
Also available in: Atom