Activity
From 2020-06-04 to 2020-07-03
2020-07-03
-
04:09 PM Bug #12927 (Closed): loader: move zfs_boot_args to bootargs.h
- The struct zfs_boot_args is currently defined in libzfs.h, but it only is needed for BIOS loader and is better placed...
-
03:48 PM Bug #12897 (Closed): bhyve mevent can mistakenly handle events twice
- "git commit cf7690ebb38fa81bd6f3904ba5ad4649c0ea3c0b":https://github.com/illumos/illumos-gate/commit/cf7690ebb38fa81b...
-
03:12 PM Feature #12926 (Closed): libstand: add missing iscntrl() isgraph() and ispunct()
- Pick up few missing inlines.
-
05:27 AM Bug #12925 (New): Recursive mutex enter panic in virtio_fini()
- If a virtio device fails to attach and calls @virtio_fini(vio, B_TRUE)@, the following sequence occurs:...
-
03:53 AM Bug #12924: blkdev needs to be better at handling attach failures
- This can mostly easily be recreated by booting into kmdb, and set a breakpoint in cmlb_attach:
@::bp cmlb`cmlb_attac... -
03:46 AM Bug #12924 (Closed): blkdev needs to be better at handling attach failures
- I stumbled on this (somewhat indirectly) while testing #12506.
From @bd_attach@, we have the following key sequenc...
2020-07-02
-
11:04 PM Bug #12908: epoll should exclude normal files/directories
- This has been in SmartOS (and OmniOSce) since 2017
-
10:25 PM Bug #12908: epoll should exclude normal files/directories
- Without the fix, the epoll test suite notes problems for the file and dir tests:...
-
10:29 PM Bug #12907: epoll_ctl can avoid EINTR entirely
- I added an illumos-specific test to the epoll suite to verify the @/dev/poll@ write limit imposed as part of this pat...
-
06:20 PM Feature #12886 (Closed): ccid: add sparc build
- "git commit 60bd1e6666ad0da8ddf73bbaaca7709c40c560ab":https://github.com/illumos/illumos-gate/commit/60bd1e6666ad0da8...
-
06:18 PM Bug #12884 (Closed): stabs: gcc false positive clobbered warning
- "git commit 875000d3c627d9be03a7f83a026d1ea45d9680d6":https://github.com/illumos/illumos-gate/commit/875000d3c627d9be...
-
06:16 PM Bug #12883 (Closed): stabs: variable 'orig' set but not used
- "git commit f896265fea0bec895c572a888206977854310034":https://github.com/illumos/illumos-gate/commit/f896265fea0bec89...
-
06:03 PM Feature #12530 (Feedback): combine w(1) and whodo(1M)
- Actually after taking a look at what whodo(1M) really does, I don't see a point in keeping it at all - -l mode is alr...
-
03:23 PM Bug #12898 (Closed): ctf enum size detection should use DW_AT_byte_size
- "git commit 56f23fa092900d6145428feaadd69e5157186680":https://github.com/illumos/illumos-gate/commit/56f23fa092900d61...
-
02:50 PM Bug #12873 (Closed): pci_autoconf: Makefile and compiler warning cleanup
- "git commit 6ecc470585ed07369dd51b0ed85f5cf848e5b5c2":https://github.com/illumos/illumos-gate/commit/6ecc470585ed0736...
-
02:50 PM Bug #12867 (Closed): Mis-programmed pcie bridge leaves 64-bit device unusable
- "git commit 6ecc470585ed07369dd51b0ed85f5cf848e5b5c2":https://github.com/illumos/illumos-gate/commit/6ecc470585ed0736...
-
02:14 PM Bug #12918: mlxcx "Deadlock: cycle in blocking chain" panic
- Based on feedback from the 1st pass of the review, the following additional changes have been made:
# The @mleq_mtx@... -
08:59 AM Feature #8947: Support the Marvell 88SE9230 PCIe to SATA controller
- Just to confirm Marvell 88SE9230 (as used in Dell BOSS-S1) is not working with illumos (or at least SmartOS).
We h... -
03:16 AM Bug #12905 (Closed): drv_ioc_prop_common could leak memory and holds
- "git commit daa7e8a345b2e0424e612017e8ead2e97b0f7f37":https://github.com/illumos/illumos-gate/commit/daa7e8a345b2e042...
-
03:16 AM Feature #12899 (Closed): Want bhyve svm vmexit sdt probe
- "git commit 84a6857c97529f897af28666ef8d704e16941470":https://github.com/illumos/illumos-gate/commit/84a6857c97529f89...
-
01:36 AM Bug #12874 (Closed): small errors in wcswidth(3C)
- "git commit 4ebabf216cc42b93907be4a8b051040e2e9a3597":https://github.com/illumos/illumos-gate/commit/4ebabf216cc42b93...
2020-07-01
-
09:13 PM Bug #12923: SMT exclusion should not balk at GZ
- With the proposed patch, I was able to start a bhyve instance in the global zone on a DEBUG platform without an immed...
-
07:09 PM Bug #12923 (Closed): SMT exclusion should not balk at GZ
- The SMT exclusion, used to mitigate some micro-architectural leakage between threads on a single core, currently @ASS...
-
07:27 PM Bug #12922: bhyve vmm ops could have stronger guardrail
- This is just a minor clean-up, and considering it's already a well-protected error case, should not be at all visible...
-
06:23 PM Bug #12922 (Closed): bhyve vmm ops could have stronger guardrail
- When bhyve is initialized, it chooses a @vmm_ops@ set, based on the physical CPU (Intel or AMD) it's running on. The...
-
07:18 PM Bug #12921: bhyve IPI statistics should not be a matrix
- With the patch, the summarized stats are available:...
-
07:11 PM Bug #12921: bhyve IPI statistics should not be a matrix
- Prior to the change, querying statistics with @bhyvectl@ would show VM_MAXCPU count of IPI statistics per-vcpu:
<pre... -
06:21 PM Bug #12921 (Closed): bhyve IPI statistics should not be a matrix
- The statistics facility in bhyve currently stores counts of IPIs sent per-vcpu in a VM_MAXCPUs-sized array. While th...
-
07:17 PM Feature #12530 (In Progress): combine w(1) and whodo(1M)
-
04:31 PM Bug #12897: bhyve mevent can mistakenly handle events twice
- To test this I ran the included dtrace script in the ticket which stops bhyve at the point of serial console disconne...
-
04:24 PM Feature #12899: Want bhyve svm vmexit sdt probe
- To test the patch I ran a dtrace script to observe an ubuntu bhyve guest during boot....
-
04:19 PM Bug #12920: Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
- The title should read E5-4600
-
04:19 PM Bug #12920 (New): Newer releases falsely report CPU layer 2 cache is faulty on E4-4600 platform
Some time after SmartOS 20190619 and definitely before 2020603 the fault manager reports L2 cache on all CPU packag...-
04:17 PM Bug #12919 (New): cfgadm error message when no devices found is rather confusing
- When attempting to list devices with cfgadm, if none are present, then both @config_list()@ and @config_list_ext()@ r...
-
10:27 AM Bug #12918 (Closed): mlxcx "Deadlock: cycle in blocking chain" panic
- I have seen a few of these panics. Unfortunately because of the way we run our OS, a full dump was not captured. But ...
2020-06-30
-
06:38 PM Feature #12331: Add SAS topology enumeration to libtopo
- The markdown file from the linked gist is attached to this message, in case the gist ever disappears.
-
06:36 PM Feature #12331: Add SAS topology enumeration to libtopo
- I uploaded a patch for this to gerrit a while back: [[https://code.illumos.org/c/illumos-gate/+/695]]
Here's a hig... -
06:00 PM Bug #12917: bhyve should always use Unrestricted Guest
- It should be noted that FreeBSD bhyve implements this (Unrestricted Guest) as a per-vCPU capabilities which can be to...
-
04:09 PM Bug #12917 (Closed): bhyve should always use Unrestricted Guest
- Since the Westmere microarchitecture, Intel CPUs have had the capability to run with the "Unrestricted Guest", where ...
-
04:02 PM Bug #12916 (Closed): bhyve should be able to limit vmx capabilities
- Presently, bhyve detects certain the availability of certain CPU capabilities such as APICv during loading. If it fi...
-
03:53 PM Bug #12905: drv_ioc_prop_common could leak memory and holds
- I tested this by running my custom DLD consumer and verifying that the mac perim is not leaked and that a forced dump...
-
01:03 PM Bug #12890 (In Progress): mlxcx uses excessive stack space causing stack overflow panic
- The changes in change 705 remove the arrays from the structs which chewed up this stack
-
10:59 AM Bug #12797: mlxcx max flow table limit can be exceeded
- There are two issues, trying to create too many flow tables and panic during recovery from an allocation failure.
... -
06:45 AM Bug #12790 (Closed): locale data install should not attempt to copy missing files
- "git commit 1326c48877254e828afea8c9f7529f6faf1a1fde":https://github.com/illumos/illumos-gate/commit/1326c48877254e82...
-
03:24 AM Bug #10854: empty struct array confuses CTF
- Adding to the ticket some additional testing details from the RTI:
Comparing a proto area and a proto area without... -
01:03 AM Bug #10854 (Closed): empty struct array confuses CTF
- "git commit 5f9772673df89384a3fa8f1cbfcccd8d331f83ff":https://github.com/illumos/illumos-gate/commit/5f9772673df89384...
-
12:58 AM Bug #12604 (Closed): w needs to use line name instead of pid
- "git commit 3f764e121447070c490c9637dd5791f8c8823ee4":https://github.com/illumos/illumos-gate/commit/3f764e121447070c...
2020-06-29
-
09:21 PM Feature #12902: epoll should nominally support EPOLLEXCLUSIVE
- With the proposed fix, the test runs clean:...
-
07:55 PM Feature #12902: epoll should nominally support EPOLLEXCLUSIVE
- Prior to integration of the change, a run of the latest epoll-test-suite (which passes this test on modern Linux) sho...
-
08:58 PM Bug #12915 (New): installboot doesn't exit non-zero on error
- ...
-
04:01 PM Bug #12459 (Closed): iwn: possible unaligned pointer issue
- "git commit 35060ceaa548c2d6fa63812e06a1a0f8dc4a06b0":https://github.com/illumos/illumos-gate/commit/35060ceaa548c2d6...
-
02:35 PM Bug #12874: small errors in wcswidth(3C)
- I tested this by using man(1).
-
01:58 PM Bug #12856: pkcs11_softtoken should validate session and object handles
- Also, as a precautionary check, I also ran all of the crypto tests, which pass as expected.
-
01:04 PM Bug #12914 (New): prtconf fails to decode PCI ranges property
Here's an example from @prtconf -dDv@, with line breaks inserted into the @ranges@ property to show where each entr...-
01:00 PM Feature #12913 (Closed): i40e want configurable num_rx_groups
- It would be nice to have a configurable number of Rx groups in i40e via the driver conf, much like ixgbe has. This ca...
-
10:40 AM Bug #12867: Mis-programmed pcie bridge leaves 64-bit device unusable
This change has been successfully booted on the following systems with help from the community.
* Gigabyte R282-...-
10:25 AM Bug #12867: Mis-programmed pcie bridge leaves 64-bit device unusable
Testing results from the original problem server.
The devices now show up....-
02:39 AM Bug #12912 (Closed): epoll mishandles excessive timeout negativity
- Upstreaming "OS-5926":https://smartos.org/bugview/OS-5926 from SmartOS:
> Reported by gmcmanus via illumos-joyent#...
2020-06-28
-
09:15 PM Bug #12909: epoll should better detect fd reassignment
- With the integration of #9735, this requires "7afbf32617":https://github.com/joyent/illumos-joyent/commit/7afbf326179...
-
03:06 AM Bug #12909 (Closed): epoll should better detect fd reassignment
- Upstreaming "OS-6116":https://smartos.org/bugview/OS-6116 (and the "OS-6705":https://github.com/joyent/illumos-joyent...
-
08:08 PM Bug #12856: pkcs11_softtoken should validate session and object handles
- Without this fix, the Google PCKS#11 test suite crashes:...
-
04:10 PM Bug #12893 (Closed): inconsistencies in mkfifo(1M)
- "git commit 947cdb3fe001e3ae9c98143dd04cc7d9ee13f40c":https://github.com/illumos/illumos-gate/commit/947cdb3fe001e3ae...
-
03:12 AM Bug #12910 (Closed): EPOLLONESHOT should not remove fd
- Upstreaming "OS-7107":https://smartos.org/bugview/OS-7107 (and "OS-7479":https://smartos.org/bugview/OS-7479) from Sm...
-
03:02 AM Bug #12908 (Closed): epoll should exclude normal files/directories
- Upstreaming "OS-5941":https://smartos.org/bugview/OS-5941 from SmartOS:
>When comparing epoll behavior on Linux to... -
02:58 AM Bug #12907 (Closed): epoll_ctl can avoid EINTR entirely
- Upstreaming the non-LX portion of "OS-5521":https://smartos.org/bugview/OS-5521 from SmartOS:
Since @epoll_ctl()@ ... -
01:01 AM Bug #12906 (New): realpath() race can result in a segfault, memory corruption, or an incorrect path
- A race in the libc realpath() function can cause the function to read and write outside the bounds of its stack-based...
2020-06-27
-
04:20 PM Bug #12905 (Closed): drv_ioc_prop_common could leak memory and holds
- This is an upstream of SmartOS ticket "OS-5892":https://smartos.org/bugview/OS-5892.
The @drv_ioc_prop_common()@ f... -
03:32 PM Feature #12904 (Closed): Update nvme health logpage and temp thresholds
- NVMe 1.2, 1.3, and 1.4 have extended the nvme health logpage information and added additional temperature sensors and...
-
03:15 PM Bug #12901 (Closed): loader: can not read zfs pool with slog removed
- "git commit 9117d17eb29235fc103fe0fa874b149d3f8a9a0e":https://github.com/illumos/illumos-gate/commit/9117d17eb29235fc...
-
12:07 AM Bug #12604: w needs to use line name instead of pid
- From Yuri:
h1. Output before the change:...
2020-06-26
-
11:20 PM Bug #12770 (Closed): stop including exception unwind info in the kernel
- "git commit 9b9e3196fde9c0f47c8cc4ab00f3bc5b539ceaca":https://github.com/illumos/illumos-gate/commit/9b9e3196fde9c0f4...
-
10:46 PM Bug #12894: root zpool with SLOG should be bootable
- With the #12901 fix in place, and the system bootable again, I check adding/removing a slog from my mirrored rpool. ...
-
08:04 PM Bug #12894: root zpool with SLOG should be bootable
- Without the fix to ##12901, care should be taken not to remove a SLOG device from such a pool, lest it become hopeles...
-
10:09 PM Bug #12903: x86 libc string functions should set a frame pointer
- For testing, several approaches were used:
First a full pkgsrc build was run on a platform booted with the libc ch... -
09:48 PM Bug #12903 (New): x86 libc string functions should set a frame pointer
- Currently, if one has code that crashes in one of the libc string functions (e.g. @strlen@), the resulting stack trac...
-
09:32 PM Bug #12604: w needs to use line name instead of pid
- To test this I used tmux built with utempter support, and checked that `w` output corresponds to what is actually run...
-
08:14 PM Feature #12902 (Closed): epoll should nominally support EPOLLEXCLUSIVE
- As of version 4.5, Linux as supported the @EPOLLEXCLUSIVE@ flag on events. The man page describes it as such:
>Se... -
08:05 PM Bug #12901: loader: can not read zfs pool with slog removed
- I had a root pool with such a VDEV_HOLE associated with it. Prior to the fix, loader was unable to deal with the poo...
-
06:25 PM Bug #12901 (Closed): loader: can not read zfs pool with slog removed
- The vdev_init() does check for "known" vdev types, the [log] device removal will create "hole" device but vdev_init()...
-
05:27 PM Bug #12898: ctf enum size detection should use DW_AT_byte_size
- To verify this I also went through and did a diff of the ctf before and after and the only change was in libctf due t...
-
06:10 AM Bug #12898 (Closed): ctf enum size detection should use DW_AT_byte_size
- In the implementation of handling packed enums in #12259 the way that the size was determined was by trying to look a...
-
04:37 PM Bug #12900 (New): dtrace uses forward declaration instead of userland type
- While debugging an issue I hit a case where dtrace was using resolving my type to the forward declaration rather than...
-
04:19 PM Feature #12661 (Closed): null.h: enable NULL pointer for SPARC
- "git commit dfecc46651d2b074027544a9c03682fd51d51054":https://github.com/illumos/illumos-gate/commit/dfecc46651d2b074...
-
03:59 PM Bug #12897 (In Progress): bhyve mevent can mistakenly handle events twice
-
12:47 AM Bug #12897 (Closed): bhyve mevent can mistakenly handle events twice
- While working on bhyve I had sercons connected to a guest's com1 socket. When I disconnected bhyve segfaulted with th...
-
03:57 PM Feature #12899 (Closed): Want bhyve svm vmexit sdt probe
- We currently only have an sdt probe for vmx:...
-
03:17 PM Feature #12223: Update libdwarf to libdwarf-20200612
- The original version here with the fixes for handling relocation processing caused a regression. I worked with the fo...
-
01:31 PM Bug #12654 (Closed): nxge: smatch and NULL pointer errors
- "git commit 4df3b64db8cae3f054ccdd573395ba7807bcd868":https://github.com/illumos/illumos-gate/commit/4df3b64db8cae3f0...
-
08:05 AM Bug #12825: grep -x is very slow
- Simpler repro:...
2020-06-25
-
07:26 PM Bug #12872 (Closed): ioctl(2) needs additional ENOTTY documentation
- "git commit 207eb048d59b803f49e5ebdbfdb1ed33848b198f":https://github.com/illumos/illumos-gate/commit/207eb048d59b803f...
-
04:38 PM Bug #12872: ioctl(2) needs additional ENOTTY documentation
- I tested this via man(1).
-
06:05 PM Feature #12816 (Closed): Update Intel microcode to 20200616
- "git commit ed5ba7eb5b9baea17a09428feca1d7cfdc912cbf":https://github.com/illumos/illumos-gate/commit/ed5ba7eb5b9baea1...
-
05:55 AM Bug #12895 (Closed): zfs_onexit_fd_hold fails to release non-zfs fds
- While testing #12877, I encountered the following panic:...
-
04:52 AM Bug #10854: empty struct array confuses CTF
- I think gcc10 specific change is related to the default changes there. I'll see if I can revive the work that was doi...
-
03:58 AM Bug #12894 (Closed): root zpool with SLOG should be bootable
- After installing OmniOSce on a mirrored zpool built from two spindles, I attempted to add a a SLOG device to the pool...
2020-06-24
-
11:15 PM Bug #10854: empty struct array confuses CTF
- I also ran the new ctf tests against the current (unmodified) ctfconvert, and the ctf_array test fails with @ctfconve...
-
11:07 PM Bug #10854: empty struct array confuses CTF
- For testing, I built illumos-gate with the ctf changes.
Additionally, I ran the updated ctf tests in the util-test p... -
05:37 PM Bug #10854: empty struct array confuses CTF
- Doing some more testing, what seems to be happening is that gcc4 always uses an unsigned type to encode the upper bou...
-
06:30 PM Bug #12892: nxge: smatch error: npi_txc_pkt_stuffed_get() warn: mask and shift to zero
- Garrett D'Amore wrote:
> I don't think anyone can use nxge on x86 -- I'm pretty sure this was never offered as an ex... -
03:44 PM Bug #12892: nxge: smatch error: npi_txc_pkt_stuffed_get() warn: mask and shift to zero
- I don't think anyone can use nxge on x86 -- I'm pretty sure this was never offered as an external NIC, and only prese...
-
07:10 AM Bug #12892 (New): nxge: smatch error: npi_txc_pkt_stuffed_get() warn: mask and shift to zero
- While building on x86, the smatch does complain:...
-
03:00 PM Bug #12893 (Closed): inconsistencies in mkfifo(1M)
- There are a few small inconsistencies in mkfifo(1M), along with some confusing sentences.
-
06:35 AM Bug #12891 (Closed): eri: this 'if' clause does not guard...
- Build error on SPARC:...
2020-06-23
-
10:53 PM Bug #12890 (Closed): mlxcx uses excessive stack space causing stack overflow panic
I've had a couple of boot time panics on a system with a pair of mlxcx cards. In both cases it was a double fault w...-
09:57 PM Bug #12747: sigsetjmp should allow for 8 byte aligned buffer on amd64
- Joshua M. Clulow wrote:
> I was curious about how exactly we end up with this alignment, so I looked into it a littl... -
08:34 PM Bug #12880 (Closed): sparc: pkglint errors
- "git commit 2ca761b0b92364bea5ec829f3ac6187c20057a0a":https://github.com/illumos/illumos-gate/commit/2ca761b0b92364be...
-
08:31 PM Bug #12879 (Closed): sparc: unresolved dependencies
- "git commit e386029b3dc09ced91c6806c9767572be25b584b":https://github.com/illumos/illumos-gate/commit/e386029b3dc09ced...
-
05:26 PM Feature #12871 (Closed): bhyve ioctls needn't the struct size
- "git commit e156a47b6ebcf79f0515365c32a22c7ed38dc19b":https://github.com/illumos/illumos-gate/commit/e156a47b6ebcf79f...
-
05:26 PM Feature #12869 (Closed): bhyve kernel/user split should be clearer
- "git commit b58b977e8fdb738e19dfe72999e4f57a62e9d05f":https://github.com/illumos/illumos-gate/commit/b58b977e8fdb738e...
-
03:21 PM Bug #12285: kpti_trampolines.s does not build with binutils 2.34
- This was an upstream bug: https://sourceware.org/bugzilla/show_bug.cgi?id=25516
This should probably just be closed -
03:19 PM Bug #12889 (Duplicate): ctfconvert fails on empty array
- dupe of #10854
-
03:15 PM Bug #12889 (Duplicate): ctfconvert fails on empty array
- While porting some OpenZFS bits, ctfconvert fails with @ctfconvert: failed to get unsigned attribute for type: DW_DLE...
-
02:40 PM Bug #12840: Network speed is very poor compared to Linux and FreeBSD on the same machine
- Olaf Bohlen wrote:
> Please specify the name of the driver the interface uses, run
>
> [...]
>
> And tell use ... -
01:34 PM Bug #12840: Network speed is very poor compared to Linux and FreeBSD on the same machine
- Please specify the name of the driver the interface uses, run...
-
06:09 AM Bug #12878 (Closed): check_rtime: missing entries
- "git commit 44db26e7361c4574265471e293de16d6063dd990":https://github.com/illumos/illumos-gate/commit/44db26e7361c4574...
2020-06-22
-
09:58 PM Feature #12869: bhyve kernel/user split should be clearer
- Mike Zeller tested in his setup with this (and #12871) applied on top of SmartOS. He booted up an Ubuntu 18.04 VM and...
-
09:47 PM Feature #12869: bhyve kernel/user split should be clearer
- I smoke tested this on a local lab machine, making sure that a test instance was able to boot up and run as it had be...
-
09:57 PM Feature #12871: bhyve ioctls needn't the struct size
- Mike Zeller tested in his setup with this (and #12869) applied on top of SmartOS. He booted up an Ubuntu 18.04 VM an...
-
04:15 PM Bug #12747: sigsetjmp should allow for 8 byte aligned buffer on amd64
- I was curious about how exactly we end up with this alignment, so I looked into it a little. Note that @sigjmp_buf@ ...
2020-06-21
-
07:48 PM Bug #12770: stop including exception unwind info in the kernel
- I talked to some people I know have thought about using languages that
in theory support unwinding exceptions in the...
2020-06-20
-
02:22 PM Bug #12888 (Closed): mdb: error: variable set but not used
- Build errors on SPARC:...
-
12:50 PM Bug #12887 (New): TRIM changes rpool disk ID from c4t2d0 to c4t1d0
- Not sure whether this is a bug, but rather strange:
Prior to running a trim, my zpool status showed my rpool disk ... -
11:21 AM Feature #12886 (Closed): ccid: add sparc build
- Add sparc build for ccid.
Testing done: build/install/boot. -
09:32 AM Bug #12885 (Closed): efcode: smatch and build errors
- Cleaning up efcode build (SPARC):...
-
09:20 AM Bug #12884 (Closed): stabs: gcc false positive clobbered warning
- Since we do return immediately if setjmp() did return nonzero (that is, we got there from longjmp()), we do not reall...
-
09:10 AM Bug #12883 (Closed): stabs: variable 'orig' set but not used
- Build error on SPARC:...
-
09:02 AM Bug #12882 (Closed): sun4u/unix: build errors with gcc 7
- Build errors on SPARC with gcc 7:...
-
08:44 AM Feature #12881 (Closed): sparcv9: add __multi3
- sparc build with gcc 7 is failing due to missing symbol: __multi3, add it.
Testing done: build/install/boot. -
07:11 AM Bug #12880 (Closed): sparc: pkglint errors
- Errors from pkglint:...
-
06:58 AM Bug #12879 (Closed): sparc: unresolved dependencies
- During resolving pkg dependencies, we get many issues:...
-
06:46 AM Bug #12878 (Closed): check_rtime: missing entries
- Build errors from nightly:...
2020-06-19
-
09:53 PM Bug #12877 (Closed): Port OpenZFS #7780 - Add basic zfs ioc input nvpair validation
- From the OpenZFS commit msg:
>We want newer versions of libzfs_core to run against an existing zfs kernel module (... -
08:21 PM Bug #12541 (Closed): sgs: smatch and NULL pointer errors
- "git commit c686756220120076a07be0dcce54be698101a3d1":https://github.com/illumos/illumos-gate/commit/c686756220120076...
-
05:48 PM Bug #12824 (Closed): recvmsg(): adjust final cmsg->cmsg_len upon MSG_CTRUNC
- "git commit d865fc92e4b640c73c2957a20b3d82622c741be5":https://github.com/illumos/illumos-gate/commit/d865fc92e4b640c7...
-
05:41 PM Bug #12836 (Closed): loader: strings in nvlist are counted strings, not c-strings
- "git commit ce5f7fb896fce369b4ec50da6d3a232bce2458ce":https://github.com/illumos/illumos-gate/commit/ce5f7fb896fce369...
2020-06-18
-
08:54 PM Feature #5927: RFC 7539 support in EF
- I've started some work on this, but want to get pkcs11_softtoken cleaned up first (PKCS#11 3.0 includes support for t...
-
02:29 PM Bug #12874: small errors in wcswidth(3C)
- I opted to rewrite this page from scratch just to try and give a better explanation of how this works.
-
03:25 AM Bug #12875 (Closed): igb I211 doesn't have an nvm version which leads to ufm panic
- "git commit 6682e4c38cf4cf5fd5fc490fac27f3d7af9bab4c":https://github.com/illumos/illumos-gate/commit/6682e4c38cf4cf5f...
-
02:33 AM Bug #12875: igb I211 doesn't have an nvm version which leads to ufm panic
- This was tested in two ways:
1. The impacted user was able to verify that the fix helped them out and their system...
2020-06-17
-
08:25 PM Feature #12871: bhyve ioctls needn't the struct size
- I fired up a machine on a platform featuring this patch. There, I smoke tested bhyve to see that a guest could start...
-
06:41 PM Feature #12871: bhyve ioctls needn't the struct size
- When done with the proposed wad, 62 unique IDs are emitted (taking into account the removal of the FreeBSD 12 ABI ent...
-
06:38 PM Feature #12871: bhyve ioctls needn't the struct size
- I banged together a test program to emit the ioctl names and numbers as they currently exist in the header to cross-c...
-
07:02 PM Bug #12875 (Closed): igb I211 doesn't have an nvm version which leads to ufm panic
- A user with an Intel I211 ended up with a panic with the following stack:...
-
05:56 PM Bug #12815: ucode/update.intel needs pkgfmt fix
- Testing done: Generated patch for #12816 using this and #12817's fixes.
-
05:56 PM Bug #12817: ucode/update.intel should be able to use git repos
- Testing done: Generated patch for #12816 using this and #12815's fixes.
-
12:06 PM Bug #12874: small errors in wcswidth(3C)
- That paragraph also needs to be moved from RETURN VALUES to DESCRIPTION section.
-
01:26 AM Bug #12874 (Closed): small errors in wcswidth(3C)
- The page includes a paragraph that begins @The function wcwidth_l() behaves identically to wcwidth()@. This refers t...
2020-06-16
-
11:02 PM Bug #12764: Holes prevent TRIM
- This patch needs to be tested against the ZFS test suite. I've been looking to get proper hardware. It appears the e...
-
12:00 PM Bug #12764: Holes prevent TRIM
- Anything I can do to help move this forward? Limited coding experience though...
-
10:11 PM Bug #12754 (Closed): packet flow over a defaulted LACP port
- "git commit 99ad48a445346f36969661ed214f75b99e19a9a7":https://github.com/illumos/illumos-gate/commit/99ad48a445346f36...
-
05:01 PM Bug #12754: packet flow over a defaulted LACP port
- h2. Test With Patch
Create two aggrs: @aggr0={ixgbe2,ixgbe3}, aggr1={ixgbe5,ixgbe6}@. Notice the first port in eac... -
09:33 PM Bug #12873 (Closed): pci_autoconf: Makefile and compiler warning cleanup
- The Makefile for the Intel @pci_autoconfig@ module suppresses a few compiler warnings. These turn out to be easy to f...
-
07:00 PM Bug #12872 (Closed): ioctl(2) needs additional ENOTTY documentation
- While reviewing some driver code I noticed it was returning @ENOTTY@ for an invalid ioctl request. This threw me as I...
-
04:50 PM Feature #12816: Update Intel microcode to 20200616
- Another bugfix drop changes 0609 to 0616.
-
03:28 PM Bug #12751 (Resolved): Update the cached MSI state when any MSI capability register is written.
- Addressed by: ##12792
2020-06-15
-
10:23 PM Feature #12871 (Closed): bhyve ioctls needn't the struct size
- The bhyve ioctl numbers, as defined from the FreeBSD sources, communicate the size of the underlying struct in the up...
-
10:09 PM Feature #12870 (Closed): bhyve should allocate guest memory lazily
- For the initial porting effort of bhyve, the way we shimmed allocation for guest physical memory regions is with equa...
-
09:19 PM Feature #12869 (Closed): bhyve kernel/user split should be clearer
- To avoid code duplication, and for convenience, bhyve shares swaths of logic between the kernel module and userspace....
-
08:09 PM Bug #12868 (Feedback): CIFS - SAMBA DC says schannel_check_required
- My omnios CIFS server (version omnios-r151032-c2a701036f), joined to a samba v4.10.4 DC controller on Centos 7.8. SMB...
-
05:53 PM Bug #12796 (Closed): pcks11_softtoken C_GetMechanismList() should validate its arguments
- "git commit 989c147e4f8311ee853a577bac8009cc7ffc4a73":https://github.com/illumos/illumos-gate/commit/989c147e4f8311ee...
-
05:19 AM Bug #12796: pcks11_softtoken C_GetMechanismList() should validate its arguments
- Googles's PKCS#11 test suite crashes during the @PKCS11Test.GetMechanismListFailInvalid@ test due to this bug:
<pr... -
05:48 PM Bug #12546 (Closed): pcieb: NULL pointer errors
- "git commit 772852a5d3501d23ca0f77fcdbd7ddb0a25da28b":https://github.com/illumos/illumos-gate/commit/772852a5d3501d23...
-
05:39 PM Bug #12571 (Closed): pcisch: NULL pointer errors
- "git commit ae121a1498fc4947aa90fa23f0276b59938ed62e":https://github.com/illumos/illumos-gate/commit/ae121a1498fc4947...
-
01:55 PM Bug #12867 (Closed): Mis-programmed pcie bridge leaves 64-bit device unusable
- An OmniOS user reported a problem on a server with a pair of Mellanox Technologies MT27700 Family (ConnectX-4) cards ...
2020-06-14
-
07:16 PM Feature #12864 (New): Have pkcs11_softtoken's DES[3]_CBC_PAD mechanism use the cbc_pad mode
- Similar to #11825, it appears the DES_CBC_PAD and DES3_CBC_PAD mechanisms are broken in pkcs11_softtoken (as found by...
-
07:14 PM Feature #12863 (New): Make cbc_pad its own mode
- Currently, #11825 fixed the CBC_PAD implementation for AES. However, it would be useful to make @cbc_pad@ its own mod...
-
07:09 PM Bug #12862 (New): Simplify the C_MechanismList implementation in pkcs11_softtoken
- Currently, the pkcs11_softtoken @C_MechanismList()@ implementation uses two arrays: the first array(@soft_mechanisms[...
-
07:02 PM Bug #12861 (New): pkcs11_softtoken allows too many simultaneous operations
- The PKCS#11 usage guide (2.40) states:
>Very roughly speaking, there are three broad types of operations an open s... -
07:00 PM Bug #12860 (New): pkcs11_softtoken doesn't properly handle active operations
- Most of the PKCS#11 crypto functions have a form similar to:
@C_xxxxInit()@ - initialize/start the operation (encr... -
06:34 PM Bug #12857 (New): PKCS#11 should be more specific about invalid key handles
- PKCS#11 defines several errors that deal with invalid object handles:
@CKR_OBJECT_HANDLE_INVALID@
@CKR_KEY_HANDLE... -
06:20 PM Bug #12856 (Closed): pkcs11_softtoken should validate session and object handles
- PKCS#11 has the concept of session and object handles. These are just opaque handles used by a provider to identify s...
-
06:02 PM Bug #12840: Network speed is very poor compared to Linux and FreeBSD on the same machine
- giahung 1997tn wrote:
> It's Ethernet, as I can't get my USB dongle to work on OI. This is on real hardware, not on ... -
01:41 PM Bug #12824: recvmsg(): adjust final cmsg->cmsg_len upon MSG_CTRUNC
- Testing notes:
The new tests pass, both 32- and 64-bit variants, and the unpatched dbus test suite also passes wit...
2020-06-12
-
11:22 PM Feature #12854 (Closed): Change gcc to produce 64 bit binary by default
- This isn't filed in the right place; compiler delivery is via distributions such as OpenIndiana or OmniOS. Please fil...
-
05:09 PM Feature #12854 (Closed): Change gcc to produce 64 bit binary by default
- Currently gcc is set to product 32 bit binary by default. I suggest to change it to 64 bit by default. If the users w...
-
10:30 PM Bug #12850 (Closed): demangle(1) can trip up on names starting with underscore
- "git commit b30f02def0d29c7f2398666939cf35cf81f809f1":https://github.com/illumos/illumos-gate/commit/b30f02def0d29c7f...
-
04:28 PM Bug #12850: demangle(1) can trip up on names starting with underscore
- For testing, I ran a copy of demangle(1) with the change agains the original output that caused the error. The error ...
-
12:17 AM Bug #12850 (Closed): demangle(1) can trip up on names starting with underscore
- I noticed that when piping certain output through demangle(1), names that start with '_' will generate an error. The ...
-
07:11 PM Bug #12829 (Closed): Add Zstandard to /etc/magic
- "git commit 61de0de2b543856b77c5769b0d8981f58a7f26bd":https://github.com/illumos/illumos-gate/commit/61de0de2b543856b...
-
05:23 PM Feature #12763 (Closed): ixgbe ufm support
- "git commit f2fe7acaed48e65ea8626868085ea6e40a63b3a9":https://github.com/illumos/illumos-gate/commit/f2fe7acaed48e65e...
-
05:23 PM Feature #12761 (Closed): i40e should only register ufm data on func 0
- "git commit 44b0ba916e529fad7fa22597911db69ae8f24994":https://github.com/illumos/illumos-gate/commit/44b0ba916e529fad...
-
05:23 PM Feature #12762 (Closed): topo should create per-device UFM entries by default
- "git commit a377495feb6d6c6a51d6cca4065a74f320f29a07":https://github.com/illumos/illumos-gate/commit/a377495feb6d6c6a...
-
05:23 PM Bug #12765 (Closed): fwflash plugin cleanup handling is buggy
- "git commit 8d55b80625b903a8ec6c560f6a38b5c16d1f5cfc":https://github.com/illumos/illumos-gate/commit/8d55b80625b903a8...
-
05:23 PM Feature #12760 (Closed): igb ufm support
- "git commit 8d55b80625b903a8ec6c560f6a38b5c16d1f5cfc":https://github.com/illumos/illumos-gate/commit/8d55b80625b903a8...
-
05:23 PM Bug #12758 (Closed): ufm_detach doesn't properly clean up
- "git commit 8d55b80625b903a8ec6c560f6a38b5c16d1f5cfc":https://github.com/illumos/illumos-gate/commit/8d55b80625b903a8...
-
05:23 PM Feature #12759 (Closed): Want ability to read ufm images
- "git commit 8d55b80625b903a8ec6c560f6a38b5c16d1f5cfc":https://github.com/illumos/illumos-gate/commit/8d55b80625b903a8...
-
04:06 PM Bug #12848 (Closed): Clarify bhyve's dual license
- "git commit 1fa07ac719189ed3e8a0f8170264877c29bff62b":https://github.com/illumos/illumos-gate/commit/1fa07ac719189ed3...
-
03:13 PM Feature #12792 (Closed): bhyve upstream sync 2020 May
- "git commit 154972aff898a787b38af3bab5b8d754b5a42447":https://github.com/illumos/illumos-gate/commit/154972aff898a787...
-
03:12 PM Bug #12789 (Closed): increase timers allowed per-process
- "git commit 440a8a36792bdf9ef51639066aab0b7771ffcab8":https://github.com/illumos/illumos-gate/commit/440a8a36792bdf9e...
-
03:10 PM Bug #12531 (Closed): storage: NULL pointer errors
- "git commit 926d645fe2416b8ee611fc8ee4e28b7c7f9744dd":https://github.com/illumos/illumos-gate/commit/926d645fe2416b8e...
-
02:59 PM Bug #12853 (Closed): bhyve manifests should include BSD license
- When the package manifests for bhyve were created, the BSD license was erroneously omitted from them, despite the bhy...
-
02:56 PM Bug #12851 (Duplicate): Pull in OpenZFS removal of "slave"
-
02:55 PM Bug #12851 (Rejected): Pull in OpenZFS removal of "slave"
- We don't have device-mapper, which is where the OpenZFS fix concentrated. There is a fix to "dkio.h" in their patch,...
-
02:27 PM Bug #12851 (Duplicate): Pull in OpenZFS removal of "slave"
- See https://github.com/openzfs/zfs/pull/10435/
A first step. -
02:34 PM Bug #12852 (New): Remove "slave" terminology from illumos
- Observe:
http://src.illumos.org/source/search?q=slave&defs=&refs=&path=&hist=&project=illumos-gate
The tricky p... -
12:36 PM Bug #12824: recvmsg(): adjust final cmsg->cmsg_len upon MSG_CTRUNC
- I submitted a merge request to the upstream dbus project at
https://gitlab.freedesktop.org/dbus/dbus/-/merge_... -
12:02 AM Bug #12849 (Closed): ixgbe can do unnecessary allocations during tx
- In @ixgbe_ring_tx@, when LSO is active it may allocate and move around new mblk_ts based on the dblk_t alignment in o...
2020-06-11
-
11:58 PM Bug #12848: Clarify bhyve's dual license
- Being a comments-only change, I ran this through a build to do @wsdiff(1)@ and saw only the expected churn. There we...
-
10:29 PM Bug #12848: Clarify bhyve's dual license
- Andy F has confirmed that the OmniOS Community Edition Association accepts this dual-licensing for their changes to @...
-
09:53 PM Bug #12848 (In Progress): Clarify bhyve's dual license
- Un-wrapped the description
-
09:51 PM Bug #12848 (Closed): Clarify bhyve's dual license
- The illumos bhyve port originally began as a code drop from Pluribus, which they agreed would be released under the C...
-
07:57 PM Bug #2092: terrible performance from PCFS
- Ah yes sorry i forgot to mention that i use OpenIndiana and the implementation i pointed to is FUSE-based.
-
07:53 PM Bug #2092: terrible performance from PCFS
- giahung 1997tn wrote:
> What about just remove it? Do we can't remove it because the EFI partition is FAT32?
Whil... -
07:48 PM Bug #2092: terrible performance from PCFS
After a net search I found this exFAT project:
https://github.com/relan/exfat
With this i get ~40MB/sec for my ...-
09:35 AM Bug #2092: terrible performance from PCFS
- Milan Jurik wrote:
> There are too many design issues with PCFS so new implementation would be great.
What about ... -
06:04 PM Bug #12789: increase timers allowed per-process
- With this change, the new max is now @4* NCPU@. As before, the tunable @timer_max@ can be increased beyond the new de...
-
05:48 PM Feature #12792: bhyve upstream sync 2020 May
- Both sjorge and Mike Zeller re-ran their tests after the mevent update and found them behaving properly as expected.
-
05:34 PM Bug #12820 (Closed): failure in dladm_ether_info() can lead to a double free
- "git commit 7fa359c09493c7b56e7c3e98fccc7e5cc0f09b48":https://github.com/illumos/illumos-gate/commit/7fa359c09493c7b5...
-
11:25 AM Bug #12429 (Duplicate): sgs: NULL pointer errors
- Duplicate of 12541
-
09:39 AM Feature #12844 (Closed): Change console font to FreeBSD's style?
- The current font is too thin and difficult to see. I suggest changing the font to resemble FreeBSD and also change it...
-
06:33 AM Bug #12803 (Closed): unix: duplicate symbols in the kernel
- "git commit 6cdd461fe55315d9bc0ba40ea7da22cddbdcf784":https://github.com/illumos/illumos-gate/commit/6cdd461fe55315d9...
2020-06-10
-
06:09 PM Bug #12789: increase timers allowed per-process
- Besides being in SmartOS for several years, I ran the new timer test on a BE built with the change, which passes.
-
06:08 PM Feature #12816: Update Intel microcode to 20200616
- Reports are now trickling in:...
-
06:02 PM Feature #12792: bhyve upstream sync 2020 May
- After a small fix, the mevent tests are happy again:...
-
05:43 PM Bug #12840: Network speed is very poor compared to Linux and FreeBSD on the same machine
- giahung 1997tn wrote:
> It's Ethernet, as I can't get my USB dongle to work on OI. This is on real hardware, not on ... -
05:41 PM Bug #12840 (New): Network speed is very poor compared to Linux and FreeBSD on the same machine
- It's Ethernet, as I can't get my USB dongle to work on OI. This is on real hardware, not on a VM.
The test is down... -
03:36 PM Bug #12837 (New): mount_nfs accepts vers=4,soft options
- ...
-
02:47 PM Bug #12820: failure in dladm_ether_info() can lead to a double free
- To test this I simulated a failure by injecting a failure with mdb by causing the act of getting a mac stat to fail. ...
-
11:42 AM Bug #12694: race between write() and shutdown() for unix sockets
- Aside from testing this fix against the haproxy test case and confirming it lasts for hours without the issue (along ...
-
07:54 AM Bug #12836 (Closed): loader: strings in nvlist are counted strings, not c-strings
- The nvlist stream format has string data defined as <size><bytes..>, it may be padded by zeros to align by 4. This me...
2020-06-09
-
07:26 PM Feature #12816: Update Intel microcode to 20200616
- New, larger, ucode dropped hit the servers today. Updating this bug.
-
06:24 PM Feature #12792: bhyve upstream sync 2020 May
- I applied this patchset on top of illumos-joyent and ran some tests.
Ran various linux guests such as Ubuntu (20.0... -
06:15 PM Feature #12835 (Closed): Want support for I350 temperature sensor
- The Intel I350 which is supported by the @igb@ driver has a built-in thermal diode and optional support for an extern...
-
06:11 PM Feature #12834 (Closed): Rewrite amdbnbtemp to use the ksensor framework
- With the addition of the new sensor framework, we should use this and simplify the implementation of amdnbtemp(7D). T...
-
06:08 PM Bug #4963: posix thread priority functions are broken for TS class
- Looking at this again, this is happening because we don't actually know ->ts_uprilim at set_priority(), so we can't t...
-
06:06 PM Feature #12833 (Closed): Rewrite pchtemp to use the ksensor framework
- With the addition of the new sensor framework, we should use this and simplify the implementation of pchtemp(7D). Thi...
-
06:04 PM Feature #12832 (Closed): topo support for generic PCI device temp sensors
- With making it easier to create sensors on a per-device basis with the ksensor framework, we should make it easy to c...
-
05:56 PM Feature #12831 (Closed): temperature sensors could describe accuracy
- Currently a temperature sensor has no way to accurately to describe what the accuracy of the sensor is. We should add...
-
05:54 PM Feature #12830 (Closed): Want centralized ksensor framework
- To date, we have introduced a couple of different temperature sensors through a burgeoning series of character device...
-
05:36 PM Feature #12759: Want ability to read ufm images
- In addition, I ran the os-tests and made sure that all of the UFM related aspects passed.
-
05:17 PM Bug #12829: Add Zstandard to /etc/magic
- Testing:...
-
05:16 PM Bug #12829: Add Zstandard to /etc/magic
- The format is described in https://tools.ietf.org/html/rfc8478#section-3.1.1
> Magic_Number: 4 bytes, little-endi... -
05:14 PM Bug #12829 (Closed): Add Zstandard to /etc/magic
At present, @file test.zstd@ outputs @data@ or sometimes other incorrect strings.
Zstandard files have well chos...-
03:34 PM Bug #12390: AES: aes_mech_info_tab error
- crypto digest test log showing all passed.
-
02:43 PM Bug #12390 (Closed): AES: aes_mech_info_tab error
- "git commit 82c3f1a85d940e88355a055831c2d279c69c59e6":https://github.com/illumos/illumos-gate/commit/82c3f1a85d940e88...
-
03:23 PM Feature #12761: i40e should only register ufm data on func 0
- This was tested (thanks Ryan Zezeski) by looking at the output in fmtopo. Rather than having multiple instances of th...
-
03:21 PM Feature #12762: topo should create per-device UFM entries by default
- This was tested with fmtopo -V. I verified that we now had ufm entries on the PCI device nodes and not the function l...
-
03:19 PM Feature #12763: ixgbe ufm support
- This was tested with help from Patrick Mooney and Ryan Zezeski. I was able to go through and test the ability to read...
-
03:18 PM Bug #12765: fwflash plugin cleanup handling is buggy
- This was tested functionally by using the various fwflash -l and fwflash -r paths. In addition, I manually loaded lib...
-
03:17 PM Feature #12760: igb ufm support
- To test this, in addition to the testing that was a part of 12759, I dumped the eeprom from several different parts i...
-
03:14 PM Bug #12815: ucode/update.intel needs pkgfmt fix
- "git commit eb7a235af24981be82a88a125b4f82093a408ef4":https://github.com/illumos/illumos-gate/commit/eb7a235af24981be...
-
02:57 PM Bug #12815 (In Progress): ucode/update.intel needs pkgfmt fix
-
02:43 PM Bug #12815 (Closed): ucode/update.intel needs pkgfmt fix
- "git commit 16b19c8cd6c6339e907197a5a8c30bdb85ec0ef8":https://github.com/illumos/illumos-gate/commit/16b19c8cd6c6339e...
-
03:14 PM Bug #12817: ucode/update.intel should be able to use git repos
- "git commit eb7a235af24981be82a88a125b4f82093a408ef4":https://github.com/illumos/illumos-gate/commit/eb7a235af24981be...
-
02:57 PM Bug #12817 (In Progress): ucode/update.intel should be able to use git repos
-
02:43 PM Bug #12817 (Closed): ucode/update.intel should be able to use git repos
- "git commit d9660a7c6537b3e744aca576d92fcef0d6efcea2":https://github.com/illumos/illumos-gate/commit/d9660a7c6537b3e7...
2020-06-08
-
11:51 PM Bug #12828 (Duplicate): ucode/update.intel should be able to use git repos
- Closing as duplicate.
-
11:50 PM Bug #12828: ucode/update.intel should be able to use git repos
- John Levon wrote:
> filed as #12817 ?
Damn, forgot about that. Will close as dup. -
10:40 PM Bug #12828: ucode/update.intel should be able to use git repos
- filed as #12817 ?
-
07:58 PM Bug #12828 (Duplicate): ucode/update.intel should be able to use git repos
- Instead of requiring $1 be a tarball, why not also include:
* No arg ==> clone from well-known Intel git repo
* D... -
07:24 PM Bug #12826 (Closed): update to smatch 0.6.1-rc1-il-6
- "git commit b3263c9871d056ea54cca24eaeedd5a41fd333de":https://github.com/illumos/illumos-gate/commit/b3263c9871d056ea...
-
02:54 PM Bug #12826: update to smatch 0.6.1-rc1-il-6
- tested with a full build
-
02:44 PM Bug #12826 (Closed): update to smatch 0.6.1-rc1-il-6
- fix a crash in state_name_to_param_name() that was breaking illumos-joyent build
-
07:11 PM Bug #12777 (Closed): libc unwinding confused by indirect pointer encoding
- "git commit e1fb6a07e9492184a949d5a3ba446ff53b888a2b":https://github.com/illumos/illumos-gate/commit/e1fb6a07e9492184...
-
06:55 PM Feature #12689 (Closed): Want c11 uchar.h
- "git commit eda3ef2de2d15b389090f6ef953edaea3daaace4":https://github.com/illumos/illumos-gate/commit/eda3ef2de2d15b38...
-
06:25 PM Bug #12577 (Closed): px: NULL pointer errors
- "git commit e214b19eaa16fec1fa60a97227778103f598336f":https://github.com/illumos/illumos-gate/commit/e214b19eaa16fec1...
-
05:45 PM Bug #12827 (New): NFSv4 client gets hard-hung in the face of high packet corruption
- Some caveats:
1.) This was found using SmartOS.
2.) This was found using ipdadm(1M) to increase chance of packet ... -
05:36 PM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- Marcel Telka wrote:
> Not necessarily (yet). First check whether do you have such a thread (@mdb -ke "::stacks -c... -
01:45 PM Bug #12825 (New): grep -x is very slow
- I noticed that some grep processes were taking an inordinate (15+ minutes) to run during a pkgsrc bulk build. It app...
2020-06-07
-
01:20 PM Bug #12824 (Closed): recvmsg(): adjust final cmsg->cmsg_len upon MSG_CTRUNC
When an application calls @revcmsg(3SOCKET)@ to retrieve some ancillary data, but provides a buffer that is too sma...-
12:18 AM Bug #12390: AES: aes_mech_info_tab error
- If you look at the definition of @crypto_mech_info_t@, it's fairly obviously wrong. The next field is a bitmap of the...
2020-06-06
-
06:18 PM Bug #12390: AES: aes_mech_info_tab error
- I'd like to see some description of what exactly was wrong with the old code, other than a patch. What is it that mis...
2020-06-05
-
10:21 PM Bug #12820 (Closed): failure in dladm_ether_info() can lead to a double free
- A user had a core dump with the following:...
-
08:37 PM Bug #12563 (Closed): epic: NULL pointer errors
- "git commit 08219281a2f1c9e03d7d81800df78a7f6131e89a":https://github.com/illumos/illumos-gate/commit/08219281a2f1c9e0...
-
08:33 PM Bug #12562 (Closed): su: NULL pointer errors
- "git commit 574493ffa2fa0218f9104c9978be64dd2d4f4b37":https://github.com/illumos/illumos-gate/commit/574493ffa2fa0218...
-
08:30 PM Bug #12557 (Closed): tod: NULL pointer errors
- "git commit 35f318d5eb4055114a1be5b52b03efe211e014db":https://github.com/illumos/illumos-gate/commit/35f318d5eb405511...
-
08:28 PM Bug #12576 (Closed): pcf8591: NULL pointer errors
- "git commit a4ee597764d8f5774053526bb200ad03100a4ff0":https://github.com/illumos/illumos-gate/commit/a4ee597764d8f577...
-
08:22 PM Bug #12568 (Closed): tda8444: NULL pointer errors
- "git commit 734d822d17e7f65e682ac175dbcb29382b39620b":https://github.com/illumos/illumos-gate/commit/734d822d17e7f65e...
-
03:38 PM Bug #12777: libc unwinding confused by indirect pointer encoding
- I was hoping that either Java or C++ exceptions would exercise this logic, but that does not appear to be the case. ...
-
02:53 PM Bug #12390: AES: aes_mech_info_tab error
- To test, I built and booted a BE containing this change and then ran the crypto digest tests which all passed.
-
02:36 PM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- Dan McDonald wrote:
> So it sounds like I should file a distinct NFSv4 client bug then?
Not necessarily (yet). F... -
02:29 PM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- So it sounds like I should file a distinct NFSv4 client bug then?
-
10:25 AM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- Dan McDonald wrote:
> Is the following gist another example of such a deadlock? NOTE: The client is being tested b... -
06:16 AM Bug #12570 (Closed): pca9556: NULL pointer errors
- "git commit fa4e72b04e6507456698cd5d25ff74f4ab5d2056":https://github.com/illumos/illumos-gate/commit/fa4e72b04e650745...
-
06:09 AM Bug #12569 (Closed): ics951601: NULL pointer errors
- "git commit 5be38ebbbdbfff51cf09152ef2c304a0b4d68c0f":https://github.com/illumos/illumos-gate/commit/5be38ebbbdbfff51...
-
05:58 AM Bug #12566 (Closed): seeprom: NULL pointer errors
- "git commit 6b9ce6a49498244ac078b078afa3601c92b66d76":https://github.com/illumos/illumos-gate/commit/6b9ce6a49498244a...
2020-06-04
-
08:39 PM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- Is the following gist another example of such a deadlock? NOTE: The client is being tested by having packets get co...
-
07:49 PM Bug #12449: apcupsd triggers ASSERT on debug kernels when killed
- I need to dig more, but I think what _might_ be happening is that the draining causes @usba_do_req_exc_cb@ as the ca...
-
03:20 PM Feature #12689: Want c11 uchar.h
- To test this, I ran the updated libc tests and a couple other test suites. The libc-tests are below. The elf-tests an...
-
12:43 PM Bug #12694: race between write() and shutdown() for unix sockets
- Given the above, the apparent fix is relatively simple:...
-
12:40 PM Bug #12724 (Closed): update smatch to 0.6.1-rc1-il-5
- "git commit 6523a3aa7f325d64841382707603be7a86e68147":https://github.com/illumos/illumos-gate/commit/6523a3aa7f325d64...
-
12:07 PM Bug #12818 (New): ntpq(1m) -w flag undocumented
- The ntpq manpage doesn’t mention the -w flag (it does work though, check the output of @ntpq -p@ vs @ntpq -pw@).
Fre...
Also available in: Atom