Activity
From 2016-07-07 to 2016-08-05
2016-08-05
-
06:24 PM Bug #7280 (Closed): Allow changing global libzpool variables in zdb and ztest through command line
- zdb is very handy for diagnosing problems with a pool in a safe and
quick way. When a pool is in a bad shape, we oft... -
05:58 PM Bug #7279 (Closed): nvme.c: idns->id_nlbaf is a 0's based value.
- http://www.nvmexpress.org/wp-content/uploads/NVM-Express-1_1b.pdf (page 96) says Number of LBA Formats (NLBAF) is a ...
-
05:04 PM Bug #7278 (Closed): tuning zfs_arc_max does not impact arc_c_min
- When changing zfs_arc_max (e.g. as zdb does), it may be set to less than the default arc_c_min. arc_c_min should decr...
-
04:56 PM Bug #7277 (Closed): zdb should be able to print zfs_dbgmsg's
- ztest always prints the debug messages (zfs_dbgmsg()) by calling zfs_dbgmsg_print(). We should add a flag to zdb to m...
-
04:45 PM Bug #7276 (Closed): zfs(1m) manpage could better describe space properties
- The "used" and "written" properties could be described better by the zfs.1m manpage.
"written" could be better des... -
03:17 PM Bug #7257 (Closed): zfs manpage user property length needs to be updated
- "git commit 3bc71695036246c52af58ab0ad58a23a0feb5a0c":https://github.com/illumos/illumos-gate/commit/3bc71695036246c5...
-
03:15 PM Bug #7261 (Closed): nvlist code should enforce name length limit
- "git commit 48dd5e630c9b1773b7b10d08a3b90b6c9062d713":https://github.com/illumos/illumos-gate/commit/48dd5e630c9b1773...
-
02:53 PM Bug #7275 (Closed): nvme shouldn't use ddi_intr_enable/disable to block interrupts
- Apparently these functions are intended to be only used attach and detach time to enable or disable the interrupts in...
-
02:39 PM Feature #7208 (Closed): Want stac/clac disasm support
- "git commit 8889c875bfb3c5aec61e4e417d6f66cf24a7255a":https://github.com/illumos/illumos-gate/commit/8889c875bfb3c5ae...
-
02:39 PM Feature #7204 (Closed): Want broadwell rdseed and adx support
- "git commit 8889c875bfb3c5aec61e4e417d6f66cf24a7255a":https://github.com/illumos/illumos-gate/commit/8889c875bfb3c5ae...
-
09:21 AM Bug #7274 (Closed): installgrub get_start_sector() is dereferencing NULL pointer
- 7242 did initialize the part pointer to NULL and against all odds, it appears this same pointer was used uninitialize...
-
02:54 AM Bug #7207 (Closed): properly document pollhead_clean()
- "git commit 0af1cc2c200dcee1cb119ba8e280ebacdbfcf839":https://github.com/illumos/illumos-gate/commit/0af1cc2c200dcee1...
2016-08-04
-
04:54 PM Feature #6005 (Closed): bootadm update-archive should create/update archive sha-1 hash
- "git commit 2dc235874d66f757a3abf5072f6c3fd4ca7d0979":https://github.com/illumos/illumos-gate/commit/2dc235874d66f757...
-
04:07 PM Bug #7273 (Closed): nvme_identify() fails to identify controller sporadically
- On one of our eval system, we saw random failures like the following every time the host was rebooted:...
-
04:04 PM Bug #7272: nvme_reg_csts_t is not correctly defined in nvme_reg.h
- This is the ultimate cause of the funny CTF issue Igor and Robert had, too. (I thought the size seemed odd. Guess I...
-
04:00 PM Bug #7272 (Closed): nvme_reg_csts_t is not correctly defined in nvme_reg.h
- It's now defined as
typedef union {
struct {
uint32_t csts_rdy:1; /* Ready */
uint32_t csts_cfs:1; /* Con...
2016-08-03
-
11:26 PM Bug #7271 (Closed): Cleanup minor issues in id_space(9F)
- This covers cleaning up some typos and the language in a few places in id_space(9F) from Garrett.
-
11:25 PM Bug #7270 (Closed): mdb can die on divide overflow
- The following will kill mdb:...
-
11:01 PM Bug #7269 (Closed): vmxnet3s declares wrong sdu
- A user was having QEMU abort. If we look at the stack, we found the following:...
-
10:29 PM Bug #7076 (Closed): segfault in putenv + getenv
- "git commit 60b81b86c4b2eb3a0481176c344f4b6e7a6276fa":https://github.com/illumos/illumos-gate/commit/60b81b86c4b2eb3a...
-
08:50 PM Bug #7268 (Closed): Checking vmem limit of wrong process for door_calls
- As part for the Solaris door_call, the client/caller thread specifies a buffer to hold the results. If the buffer is ...
-
04:20 PM Bug #7219 (Closed): pvscsi panics while simultaneously deleting large number of disks
- "git commit 6bd8a07093bddc0edfc07bfda4ca600e31c02c03":https://github.com/illumos/illumos-gate/commit/6bd8a07093bddc0e...
-
04:20 PM Bug #7218 (Closed): pvscsi`pvscsi_bus_config uses wrong base while configuring targets
- "git commit 6bd8a07093bddc0edfc07bfda4ca600e31c02c03":https://github.com/illumos/illumos-gate/commit/6bd8a07093bddc0e...
-
03:49 PM Bug #7263 (Closed): deeply nested nvlist can overflow stack
- "git commit 9ca527c3d3dfa7c8f304b34a9e03b5eddace838f":https://github.com/illumos/illumos-gate/commit/9ca527c3d3dfa7c8...
-
02:31 PM Bug #7217: Buffer overflow in i915 driver
- Similar fix that was made in NetBSD http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/external/bsd/drm/dist/shared-core/i91...
-
12:10 PM Bug #7267: SMF is fast and loose with optional dependencies
- It also don't help that the dependency check is completely forgone when marking dependents to go down, and when check...
-
11:29 AM Bug #7267: SMF is fast and loose with optional dependencies
- The problem is with the optional_all_satisfied() function in graph.c which is too permissive. An optional dependency...
-
11:24 AM Bug #7267 (Closed): SMF is fast and loose with optional dependencies
- In terms of res order optional dependencies should behave like normal dependencies (when they're online and the resta...
-
11:11 AM Bug #7246: SMF stops dependents in the wrong order
- OK so here's the problem: the algorithm it uses to offline instances is bunk.
When a service needs to go down grap... -
10:43 AM Feature #7266 (In Progress): want simple way to find manual page location
- GNU/FreeBSD man has -w option, which allows to get actual manpage location.
For example:... -
01:39 AM Bug #7264 (Closed): Example code is rctlblk_set_value(3c) manpage does not compile.
- At the end of this manpage, and example code need to be fixed.
2016-08-02
-
09:23 PM Bug #7263 (Closed): deeply nested nvlist can overflow stack
- nvlist_pack()/nvlist_unpack() are implemented recursively, which can cause the stack to overflow with a deeply nested...
-
08:57 PM Bug #7262 (Closed): remove seq from zfs_receive_010.ksh
- The zfs test "zfs_receive_010.ksh" script uses the "seq" GNU utility for a simple for loop. There's no need to rely o...
-
08:42 PM Bug #7261 (Closed): nvlist code should enforce name length limit
- The nvlist/nvpair code stores the name length in a int16_t, therefore supporting names of up to 2^15 bytes. However, ...
-
08:25 PM Bug #7260 (Closed): disable libdiskmgmt in zfstest unless it's required
- libdiskmgmt can be disabled during most ZFS test suite tests, which can improve the latency of the tests.
-
07:25 PM Bug #7242 (Closed): usr/src/cmd/boot build needs cleanup
- "git commit 3bbf88b3546192f29c18986b9fb8a19ff364a4ea":https://github.com/illumos/illumos-gate/commit/3bbf88b3546192f2...
-
05:32 PM Bug #7259 (Closed): DS_FIELD_LARGE_BLOCKS is unused
- The DS_FIELD_LARGE_BLOCKS macro has been unused since the integration of this patch:
commit ca0cc3918a1789fa83... -
05:26 PM Bug #7258: 6951 caused uberdata32_t size to be incorrect
- The original analysis was spot on and in a rush I misread the struct description. It turns out we need to do the pack...
-
05:15 PM Bug #7258: 6951 caused uberdata32_t size to be incorrect
- The problem here is that we forgot to update the uberdata32_t as part of the work done on 6951. Packing it doesn't fi...
-
05:08 PM Bug #7258 (Closed): 6951 caused uberdata32_t size to be incorrect
- I use gdb and dbx to debug programs.
They both use thread_db library to access to the thread system inside a process... -
05:05 PM Bug #7257 (Closed): zfs manpage user property length needs to be updated
- The zfs.1m manpage says:
User Properties
...
Property values are limited to 1024 characters.
S... -
05:02 PM Bug #7115 (Closed): 6922 generates ESC_ZFS_VDEV_REMOVE_AUX a bit too often
- "git commit b72b6bb10ad55121a1b352c6f68ebdc8e20c9086":https://github.com/illumos/illumos-gate/commit/b72b6bb10ad55121...
-
05:02 PM Bug #7136 (Closed): ESC_VDEV_REMOVE_AUX ought to always include vdev information
- "git commit b72b6bb10ad55121a1b352c6f68ebdc8e20c9086":https://github.com/illumos/illumos-gate/commit/b72b6bb10ad55121...
-
04:57 PM Bug #7229 (Closed): dangerous macros in sdev_impl.h
- "git commit 6c60cf15430935d55cc9424e9f4c70acd8592df3":https://github.com/illumos/illumos-gate/commit/6c60cf15430935d5...
-
04:55 PM Bug #7230 (Closed): add assertions to dmu_send_impl() to verify that stream includes BEGIN and END records
- "git commit 12b90ee2d3b10689fc45f4930d2392f5fe1d9cfa":https://github.com/illumos/illumos-gate/commit/12b90ee2d3b10689...
-
04:52 PM Bug #7235 (Closed): remove unused func dsl_dataset_set_blkptr
- "git commit bd56f80007857b960e0981ed0797ad8ec844a96b":https://github.com/illumos/illumos-gate/commit/bd56f80007857b96...
-
04:50 PM Bug #7234 (Closed): check for empty column strings in svcs
- "git commit be1977d8f5897cf3f531fa59cd0e40fc5c03bcb4":https://github.com/illumos/illumos-gate/commit/be1977d8f5897cf3...
-
04:45 PM Feature #7090 (Closed): zfs should improve allocation order and throttle allocations
- "git commit 0f7643c7376dd69a08acbfc9d1d7d548b10c846a":https://github.com/illumos/illumos-gate/commit/0f7643c7376dd69a...
-
03:50 PM Bug #7209 (Closed): tcp_time_wait_collector() collecting all the CPU time
- "git commit c79a72d7e59c9ff493d8dde8b462cca0445f51c8":https://github.com/illumos/illumos-gate/commit/c79a72d7e59c9ff4...
-
08:06 AM Bug #7256 (Closed): low probability race in zfs_get_data
- ...
-
08:00 AM Bug #7200: no blocks must be born in a txg after a snapshot is created
- Another problematic scenario is a rollback synctask followed by a destroy synctask in the same txg,
The former would... -
07:39 AM Bug #7255 (New): Realtek PCI Express Gigabit Controller stops working
- I installed OI hipster 16.04 on a hardware box with Realtek PCIe controller (full manifest in attached file).
The rg... -
05:45 AM Bug #7254 (Closed): ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs + 1 == usedobjs
- panic message: assertion failed for thread 0xfffffd7fff152a40, thread-id 1: dirobjs + 1 == usedobjs (0x28 == 0x0), fi...
-
03:00 AM Bug #7253 (Closed): ztest failure: dsl_destroy_head(name) == 0 (0x10 == 0x0), file ../ztest.c, line 3235
- I've hit the following ASSERT when running ztest in the zfs-precommit testing. AFAICT, it's a failure case that's com...
-
12:01 AM Bug #7252 (Closed): compressed zfs send / receive
- This feature includes code to allow a system with compressed ARC enabled to send data in its compressed form straight...
2016-08-01
-
11:52 PM Bug #7251 (Rejected): specify an explicit PATH for zfstest
- Specify an explicit PATH at the start of the run, and discontinue use of variables like $CAT and $RM. We no longer ne...
-
11:52 PM Bug #7250 (Closed): testrunner can miss options specific to individual tests in runfiles
- If a runfile section specifies a property that does not exist in the DEFAULTS section, then that property is ignored....
-
11:51 PM Bug #7249 (Closed): rsend_015_pos produces false failures due to race
- The test starts a send in the background, sleeps half a second, and then tries to destroy the from snap while the sen...
-
11:50 PM Bug #7248 (Closed): large block support breaks rsend_009_pos
- rsend_009_pos gets this error:
02:52:44.35 /bpool/file: No space left on device
02:52:44.35 ERROR: /usr/bin/mv /b... -
11:17 PM Bug #7247 (Closed): zfs receive of deduplicated stream fails
- The following script will cause the zfs receive operation to fail:
# clean ... -
09:17 PM Feature #6064: ixgbe needs X550 support
- "git commit 9755d32a32562086b65f861a690627e8fbd7d8aa":https://github.com/illumos/illumos-gate/commit/9755d32a32562086...
-
12:29 PM Bug #7246: SMF stops dependents in the wrong order
- My analysis of the problem is completely wrong. I'll be updating it soon.
2016-07-31
-
02:11 PM Bug #7246: SMF stops dependents in the wrong order
- This was uncovered when I noticed that stopping the network/dns/multicast service left ghosts in the DNS cache. When...
-
02:08 PM Bug #7246 (Closed): SMF stops dependents in the wrong order
- SMF is supposed to offline services in reverse-order, i.e dependent services (leafs in SMF parlance) go down first fo...
2016-07-29
-
02:22 PM Feature #7243 (Closed): update mdocml to 1.13.4
- See http://mdocml.bsd.lv/NEWS for the list of changes.
2016-07-28
-
06:17 PM Feature #6064: ixgbe needs X550 support
- "git commit e7ad7ed17e1019f9c51dd4b451481a77f024ced3":https://github.com/illumos/illumos-gate/commit/e7ad7ed17e1019f9...
-
04:54 PM Bug #7232: add tunables to combat scheduling delay of kernel threads
- My mistake, we decided to revert solution 5 described above for the following reason:
-----
The problem is that... -
04:44 AM Bug #7232 (Closed): add tunables to combat scheduling delay of kernel threads
- The problem is that the threads running mac_soft_ring_worker() and squeue_worker() need to be scheduled promptly afte...
-
04:50 PM Bug #7188 (Closed): Panic in rfs4_compound_kstat_res
-
11:16 AM Bug #7242 (Closed): usr/src/cmd/boot build needs cleanup
- component build in usr/src/cmd/boot are suppressing compiler warnings, which should be fixed.
-
07:36 AM Bug #7241 (Closed): page_reclaim_mem() gives up on reclaiming memory too easily
- While debugging an out of memory issue (unable to create shared memory segment due to large segspt_minfree) we found ...
-
07:22 AM Bug #7240 (Closed): adding DHCP address through libipadm fails
- It looks like one can configure a 2nd DHCP address using the ipadm command, so the problem is specific to the way tha...
-
06:46 AM Bug #7239 (New): log file deletions issued over NFS
- When a file deletion is issued over NFS, it can be useful to have a way to prove that after the fact. This adds a tun...
-
06:10 AM Bug #7238 (Closed): zvol_swap/setup fails due to memory usage
- zvol/zvol_swap/setup can fail because too much memory is used:
NOTE: Executing: swap -d /dev/zvol/dsk/rpool/swap
... -
05:55 AM Bug #7237 (New): spacemap and rangetree need not manage metaslab's locks
- The space_map and range_tree code uses a lock passed in by their consumers. This lock is unnecessary, and causes cons...
-
05:37 AM Bug #7236 (Closed): libumem should be able to abort() when an allocation fails
- When libumem isn't able to satisfy an allocation request, it can be hard to debug why that was true unless you manage...
-
05:25 AM Bug #7235 (Closed): remove unused func dsl_dataset_set_blkptr
- The function dsl_dataset_set_blkptr() is unused. We should remove it.
-
05:12 AM Bug #7234 (Closed): check for empty column strings in svcs
- The code assumes that there is always at least one column specified when the command line options asked for specific ...
-
05:04 AM Bug #7233 (Closed): dir_is_empty should open directory with CLOEXEC
- This fixes a race where one thread is executing zfs_mount() while another thread forks and execs. If the fork occurs ...
-
04:30 AM Bug #7231 (Closed): nlockmgr failing to start up during bootup
- We originally noticed this as a failure to mount an NFS share, caused by the nlockmgr service not being up. I ran "sv...
-
04:10 AM Bug #7230 (Closed): add assertions to dmu_send_impl() to verify that stream includes BEGIN and END records
- A test failure occurred where a send stream had only a BEGIN record. This should not be possible if the send returns ...
-
03:46 AM Bug #7229 (Closed): dangerous macros in sdev_impl.h
- While trying to do a nondebug build, I ran into compiler errors when building uts/intel/dev. These errors do not occu...
2016-07-27
-
08:45 PM Feature #7228: Want public libzfs-like interface
- Isn't libzfs_core a "public" interface here (not sure about that, TBH)?
-
09:10 AM Feature #7228 (New): Want public libzfs-like interface
- Currently libzfs is considered private interface. But it's the only zfs interface which exists. Regular changes to l...
-
06:35 PM Feature #6064 (Closed): ixgbe needs X550 support
- "git commit dc0cb1cda72a989d92d813e487cdff59f629aa3f":https://github.com/illumos/illumos-gate/commit/dc0cb1cda72a989d...
-
02:48 PM Bug #7219: pvscsi panics while simultaneously deleting large number of disks
- Here we have a race between mt_config_thread() and async msg handler - the former is the result of mod_unload_all() o...
-
02:47 PM Bug #7223 (Closed): grub "setup" built-in broken by 6593
- "git commit 2e1aefd1b4539a3d6cf03dbfa515eabf4de09f59":https://github.com/illumos/illumos-gate/commit/2e1aefd1b4539a3d...
-
02:04 PM Bug #7217: Buffer overflow in i915 driver
- For more information see this illumos-core ticket: https://github.com/gdamore/illumos-core/issues/139
2016-07-26
-
10:11 PM Bug #7226 (Rejected): panic ssertion failed: chp->ch_bindings == 0, file: ../../common/os/evchannels.c, line: 322
- not reproducible with new full rebuild on another env
-
12:40 PM Bug #7226 (Rejected): panic ssertion failed: chp->ch_bindings == 0, file: ../../common/os/evchannels.c, line: 322
- ...
-
06:19 PM Bug #7214 (Closed): make buffer under-read while parsing conditional variables
- "git commit 67c3092ccd4e8c261df7eded9df072ff9c4e330b":https://github.com/illumos/illumos-gate/commit/67c3092ccd4e8c26...
2016-07-25
-
07:04 PM Bug #7223 (Closed): grub "setup" built-in broken by 6593
- It would appear that the grub @setup@ built-in command has been broken since LBA48 support was added in 6593. Consid...
-
06:37 PM Bug #7222 (New): NIC *.conf files should refer to dladm(1M)
- Some, if not all, of parameters configurable in the old-style *.conf files can also be configured via dladm(1M) for m...
-
01:42 PM Bug #7179 (Closed): Insufficient checking in elfdump when processing hash info
- "git commit acefc525a071e96f717b3d8d4338fa9d0a807b8a":https://github.com/illumos/illumos-gate/commit/acefc525a071e96f...
-
10:02 AM Bug #7221 (New): ndi_devi_offline() callers shouldn't duplicate devfs_clean() calls
- Some of the ndi_devi_offline() callers duplicate the devfs_clean() calls, they should simply pass NDI_DEVFS_CLEAN fla...
-
09:36 AM Bug #7220 (Closed): devfs_clean() callers shouldn't rely on its return value
- Apparently, some of devfs_clean() callers aren't aware of the following change, which made devfs_clean() always retur...
-
02:05 AM Bug #6472: Panic in rfs4_compound_kstat_res()
Duplicate -https://www.illumos.org/issues/7188 #7188 Panic in rfs4_compound_kstat_res-
-
12:21 AM Bug #7188: Panic in rfs4_compound_kstat_res
- Igor Kozhukhov wrote:
> duplicate to: 6472 Panic in rfs4_compound_kstat_res()
Ah my apologies for failing to sear... -
12:01 AM Bug #7043 (Closed): endian.h uses bad macros for _BIG_ENDIAN
- "git commit cc366bfc297550eb10cd5f677d98c8d206eca4f1":https://github.com/illumos/illumos-gate/commit/cc366bfc297550eb...
-
12:01 AM Bug #7038 (Closed): users of endian.h expect __ prefixed versions of macros
- "git commit cc366bfc297550eb10cd5f677d98c8d206eca4f1":https://github.com/illumos/illumos-gate/commit/cc366bfc297550eb...
2016-07-24
-
08:43 PM Bug #7219 (Closed): pvscsi panics while simultaneously deleting large number of disks
- trying to simultaneously delete large number of disks (eg, 8 disks during one VM settings change) leads to panic in p...
-
08:33 PM Bug #7218 (Closed): pvscsi`pvscsi_bus_config uses wrong base while configuring targets
- pvscsi fails to configure targets 10-15 (a-f, that is) due to wrong base in ddi_strtol() call:...
-
01:05 PM Bug #7217 (Closed): Buffer overflow in i915 driver
- This was discovered when we cranked up the compiler optimisation level.
Webrev: http://cr.illumos.org/~webrev/andy... -
05:46 AM Feature #5346: locale independant strto* missing (as well as their wchar variants)
- You may wish to try 2.0.12 (which is the version building fine in pkgsrc).
The changelog indicates patches to check ... -
01:05 AM Feature #5346: locale independant strto* missing (as well as their wchar variants)
- try to build guile-2.0 , debian package guile-2.0-2.0.11+1 and build failed with:...
2016-07-23
-
08:39 PM Bug #7214: make buffer under-read while parsing conditional variables
- I have verified (by looking at logs) that the make behaviour has not changed. Conditional variables are still passed...
-
04:27 PM Bug #7214: make buffer under-read while parsing conditional variables
- Webrev: http://cr.illumos.org/~webrev/andy_js/7214/
-
04:14 PM Bug #7214 (Closed): make buffer under-read while parsing conditional variables
- This was discovered after building a 64-bit version of make. The 32-bit version also suffers from the same problem, ...
-
07:45 PM Bug #7216 (Closed): usba logging through cmn_err (via usba_bus_ctl) output truncates (leading) some device names
- In illumos-gate/usr/src/uts/common/io/usb/usba/usba.c,
usba_get_mfg_prod_sn_str() fills a buffer with a string by ... -
07:30 PM Bug #7215 (Closed): usba logging through cmn_err (via usba_bus_ctl) output erroneously includes tab
- Input to cmn_err() should not include tab control character. If present, it is converted to its octal representation ...
-
01:18 AM Feature #3696: want a way to roll back a zfs clone to its origin
- You can rollback the clone using the following steps:...
2016-07-22
-
04:26 PM Bug #7212: network/ssh should depend on fs-minimal instead of fs-local
- This also stops bad /etc/vfstab entries from breaking ssh on boot. ...
-
04:04 PM Bug #7212 (Closed): network/ssh should depend on fs-minimal instead of fs-local
- The ssh.xml manifest currently has a dependency on fs-local. If there's an issue with a non-critical mountpoint on bo...
-
04:02 PM Feature #7139 (Closed): Sync mDNS with mDNSResponder-625.41.2
- "git commit cda73f64f20b8a0afc4909f5ea1f055ec7913856":https://github.com/illumos/illumos-gate/commit/cda73f64f20b8a0a...
-
02:17 PM Bug #7203 (Closed): unlinking a directory on tmpfs does not remove the directory entries
- "git commit 6da83bb0b886fae280a129718d645576517b62c6":https://github.com/illumos/illumos-gate/commit/6da83bb0b886fae2...
2016-07-21
-
07:25 PM Feature #7202 (Closed): wscons should support bright colour SGR sequences
- "git commit b6bd4f488cd95b4b547777e8a8ca2045ebb34fad":https://github.com/illumos/illumos-gate/commit/b6bd4f488cd95b4b...
-
07:25 PM Bug #7201 (Closed): wscons background and foreground white should agree on shade
- "git commit b6bd4f488cd95b4b547777e8a8ca2045ebb34fad":https://github.com/illumos/illumos-gate/commit/b6bd4f488cd95b4b...
-
12:38 PM Bug #7210 (Closed): flowadm does not have show-usage command described in the manual page
- The manual page flowadm(1M) describes a command show-usage which does not exist in the tool.
-
12:59 AM Bug #7209 (Closed): tcp_time_wait_collector() collecting all the CPU time
- So, we have a system that was NMI'd. Let's take a look at some of the
basics of the system:... -
12:51 AM Feature #7208 (Closed): Want stac/clac disasm support
- This was missed when the original SMAP wad went in.
2016-07-20
-
11:02 PM Bug #7207 (Closed): properly document pollhead_clean()
- The need to call pollhead_clean() as part of some chpoll(9E) entry points has long been required, but not documented....
-
11:00 PM Bug #7206 (Closed): dpwrite() acquires p_lock unnecessarily
- Looking at p_lock contention on a machine running Couchbase revealed acquisitions coming from this stack:...
-
10:59 PM Bug #7195 (Closed): Increase the default timeout for individual tests in zfstest
- "git commit 92b33eab9463d6c4878cfe65febf2ff232689649":https://github.com/illumos/illumos-gate/commit/92b33eab9463d6c4...
-
10:59 PM Bug #7194 (Closed): Reservation tests do not properly calculate reservation size
- "git commit 92b33eab9463d6c4878cfe65febf2ff232689649":https://github.com/illumos/illumos-gate/commit/92b33eab9463d6c4...
-
10:59 PM Bug #7205 (Closed): trap() acquires p_lock unnecessarily
- In looking at a machine running Couchbase, lock contention was modestly high on @p_lock@. The major source of @p_lock...
-
10:56 PM Feature #7204 (Closed): Want broadwell rdseed and adx support
- Plumb through the CPUID detection via isainfo.
-
10:53 PM Feature #7098 (Closed): ::prtconf could filter by attached driver name
- "git commit 20c06695f48b938258cc8a122e3e3f602bd0b9a3":https://github.com/illumos/illumos-gate/commit/20c06695f48b9382...
-
09:05 PM Bug #7203: unlinking a directory on tmpfs does not remove the directory entries
- Webrev: http://cr.illumos.org/~webrev/andy_js/7203
-
08:55 PM Bug #7203 (Closed): unlinking a directory on tmpfs does not remove the directory entries
- When unlinking a directory on tmpfs the directory itself is removed but the directory entries are not freed. This ca...
-
06:18 PM Feature #7202 (Closed): wscons should support bright colour SGR sequences
- Most terminal emulator software supports the eight ISO/ANSI-standardised SGR colour attributes: 30-37 and 40-47, for ...
-
06:14 PM Bug #7201 (Closed): wscons background and foreground white should agree on shade
- I did a brief survey of popular terminal emulators and the behaviour they exhibit when displaying white text on a whi...
-
03:54 PM Feature #7099 (Closed): mdb could illuminate proc_t flags
- "git commit 5b91507b1aabcd9611f3f4a651feb6450520b1d4":https://github.com/illumos/illumos-gate/commit/5b91507b1aabcd96...
-
11:29 AM Bug #7178: tmpfs incorrectly calculates amount of free space
- Updated webrev: http://cr.illumos.org/~webrev/andy_js/7178-3
-
09:17 AM Bug #7200 (Closed): no blocks must be born in a txg after a snapshot is created
- No new blocks must be born in a dataset in the same TXG after a snapshot of the dataset is taken.
Those blocks would... -
09:03 AM Bug #7199 (Closed): dsl_dataset_rollback_sync may try to free already free blocks
- @dsl_dataset_rollback_sync@ may try to free already freed blocks when it calls @dsl_destroy_head_sync_impl@ to destro...
-
08:58 AM Bug #7198 (Closed): libzfs should gracefully handle EINVAL from lzc_rollback
- @EINVAL@ is returned when a dataset does not have any snapshots, so there is nothing to roll back to.
Although the c... -
08:53 AM Feature #7197 (New): ztest should test rollback
- At the moment ztest does not have any tests for the rollback.
It should as some bugs seem to hide there. -
04:00 AM Bug #7086 (Closed): ztest attempts dva_get_dsize_sync on an embedded blockpointer
- "git commit 926549256b71acd595f69b236779ff6b78fa08ef":https://github.com/illumos/illumos-gate/commit/926549256b71acd5...
-
03:58 AM Bug #7164 (Closed): zdb should be able to open the root dataset
- "git commit b702644a6eb66615d67b492fd73ecd9efa11fc7d":https://github.com/illumos/illumos-gate/commit/b702644a6eb66615...
2016-07-19
-
11:59 PM Bug #7072 (Closed): zfs fails to expand if lun added when os is in shutdown state
- "git commit c39a2aae1e2c439d156021edfc20910dad7f9891":https://github.com/illumos/illumos-gate/commit/c39a2aae1e2c439d...
-
11:34 PM Bug #7163 (Closed): ztest failures due to excess error injection
- "git commit f34284d835bc555f987c1310df46c034c3101155":https://github.com/illumos/illumos-gate/commit/f34284d835bc555f...
-
11:32 PM Bug #7162 (Closed): Intermittent failures from ro_props_001_pos
- "git commit 9ec0cbeb1b55d91f199d8341727999ac1cc445cb":https://github.com/illumos/illumos-gate/commit/9ec0cbeb1b55d91f...
-
11:30 PM Bug #7147 (Closed): ztest: ztest_ddt_repair fails with ztest_pattern_match assertion
- "git commit aab80726335c76a7cae32c7300890248d73a51e3":https://github.com/illumos/illumos-gate/commit/aab80726335c76a7...
-
04:56 PM Bug #7196 (Closed): sparc: libbc syscall conflicts with syscall.h
- + /opt/gcc/4.4.4/bin/gcc -fident -finline -fno-inline-functions -fno-builtin -fno-asm -fdiagnostics-show-option -node...
-
01:42 PM Bug #6904: collation: Fix expansion substitutions
- Original fix causes a segfault in strxfrm() with iso-8859-5 locales. After discussions with Baptiste Daroussin of Fre...
2016-07-18
-
06:29 PM Bug #7195 (Closed): Increase the default timeout for individual tests in zfstest
- The default timeout of 10 minutes can on occasion be exceeded in normal operation. Bump it to 30m
-
06:16 PM Bug #7194 (Closed): Reservation tests do not properly calculate reservation size
- A shell function that mimics one in libzfs required a corresponding update.
The OS change was from issue 7104. -
01:33 PM Bug #7186: xnf: panic on Xen 4.x
- Given the nature of this issue, I would suggest that you post your bug report to developer@lists.illumos.org and CC o...
-
01:00 PM Bug #7181: race between zfs_mount and zfs_ioc_rollback
- I think that moving @dmu_objset_set_user(zfsvfs->z_os, zfsvfs)@ call to the very end of @zfsvfs_setup()@ should fix t...
-
12:54 PM Bug #7193 (New): deadlock between zfs_rename and zfs_rmdir
- I've encountered a system deadlock by running a bunch of concurrent filesystem operations (POSIX) on a ZFS filesystem...
-
12:39 PM Feature #7191: It's 2016. Lets have a way to build a 64-bit only OS.
- These options won't get fully implemented until near the end of the task. That's probably quite a long way away cons...
-
10:31 AM Feature #7191: It's 2016. Lets have a way to build a 64-bit only OS.
- it is very-very early for these options.
in first time you have to try to fix 32bit userland apps to work in 64bit m... -
10:23 AM Feature #7191 (In Progress): It's 2016. Lets have a way to build a 64-bit only OS.
- The goal is to introduce a new build option, BUILD32, which can be disabled (export BUILD32=#) to disable building of...
-
12:14 PM Bug #7190: e1000g receive DMA addresses out of sync
- As a workaround, we're currently testing the following patch:...
-
07:56 AM Bug #7190 (New): e1000g receive DMA addresses out of sync
- After a network failover the network interface stopped working. Packets got received with several seconds to minutes ...
-
12:09 PM Bug #7178: tmpfs incorrectly calculates amount of free space
- Webrev: http://cr.illumos.org/~webrev/andy_js/7178
-
11:24 AM Feature #7192: Remove SPARC-only ONLY64 option
- Webrev: http://cr.illumos.org/~webrev/andy_js/7192/
-
10:27 AM Feature #7192 (In Progress): Remove SPARC-only ONLY64 option
- This is so that it can be reintroduced as a more general build option as part of #7191.
-
10:33 AM Bug #7188: Panic in rfs4_compound_kstat_res
- duplicate to: 6472 Panic in rfs4_compound_kstat_res()
-
04:01 AM Bug #7188 (Closed): Panic in rfs4_compound_kstat_res
SunOS nfs02 5.11 omnios-r151018-ae3141d i86pc i386 i86pc
Issued command "zfs share -a" and triggered panic.
<...-
07:38 AM Bug #7189 (New): network failover doesn't always set LSO property
- After a network failover (mpath based) from igb to e1000g (82574) we observed malfunctioning (very slow) TCP connecti...
-
07:01 AM Bug #5789: lzc_snapshot() produces inconsistent errlist for different errors
- This bug should be closed now.
-
05:47 AM Bug #7187: using signbit with optimisation > -O1 gives dereferencing type-punned pointer will break strict-aliasing rules
- it looks as if iso/math_c99.h doesn't map onto the gate's libm implementation
(which itself seems to be missing @_si...
2016-07-17
-
08:33 PM Bug #7126 (Closed): NSS_XbyY_FINI has too much logic for a function-like macro
- "git commit d88e84ff401847bce26e4c3203cd18c72c77db33":https://github.com/illumos/illumos-gate/commit/d88e84ff401847bc...
-
08:32 PM Bug #7187: using signbit with optimisation > -O1 gives dereferencing type-punned pointer will break strict-aliasing rules
- Rich Lowe wrote:
> Pretty sure GCC has a builtin (or two), and we also have inlines in libm as well. Are you sure y... -
08:30 PM Bug #7187: using signbit with optimisation > -O1 gives dereferencing type-punned pointer will break strict-aliasing rules
- Pretty sure GCC has a builtin (or two), and we also have inlines in libm as well. Are you sure you should even be hi...
-
08:28 PM Bug #7187 (New): using signbit with optimisation > -O1 gives dereferencing type-punned pointer will break strict-aliasing rules
- simple test program picked from libgo in gcc5.4:...
-
01:03 PM Bug #7186 (Closed): xnf: panic on Xen 4.x
- I'm trying to install OI as DomU unter Xen 4.4.1 (Debian 8). If I configure a VIF at installation time vif=['bridge=l...
2016-07-15
-
09:38 PM Bug #6458 (Closed): nfsauth_cache_get() deadlock with kmem reap thread
- "git commit 8ee802cce77385ce86e5fe8520cee28ac9fd4669":https://github.com/illumos/illumos-gate/commit/8ee802cce77385ce...
-
01:16 AM Bug #7185: IP DCEs leak from halted non-global zones
- This bug predates #7061 and #7062, because OmniOS r151018 can reproduce this bug, and '018 does not have those fixes....
-
01:08 AM Bug #7185: IP DCEs leak from halted non-global zones
- One possible fix is to have dce_stack_destroy() check for stragglers hanging off of it. It's defensive programming, ...
-
12:56 AM Bug #7185: IP DCEs leak from halted non-global zones
- Also happens with off-link connections initiated by the zone as well. Here's a leaked IPv4 DCE:
dce_u = {
...
2016-07-14
-
08:13 PM Bug #7185 (Closed): IP DCEs leak from halted non-global zones
- Steps to reproduce:
1.) Boot a zone.
2.) Establish a connection over localhost (my first leak had 127.0.0.1, but ... -
07:53 PM Bug #7104 (Closed): increase indirect block size
- "git commit 4b5c8e93cab28d3c65ba9d407fd8f46e3be1db1c":https://github.com/illumos/illumos-gate/commit/4b5c8e93cab28d3c...
-
07:50 PM Bug #7104: increase indirect block size
- Performance evaluation:
Best case performance improvement: 80%
Worst case performance improvement: 14%
I couldn'... -
07:12 PM Bug #6327 (Closed): devfsadm and bootadm taking long time for configs with large number of zvols
- "git commit 470bc2d6d44a4a70ed9403c0bce321333e897c31":https://github.com/illumos/illumos-gate/commit/470bc2d6d44a4a70...
-
07:09 PM Bug #7071 (Closed): lzc_snapshot does not fill in errlist on ENOENT
- "git commit 25f7d993adbfb3452ac4625b3791670746d35ae3":https://github.com/illumos/illumos-gate/commit/25f7d993adbfb345...
-
06:57 PM Feature #6950 (Closed): ARC should cache compressed data
- "git commit dcbf3bd6a1f1360fc1afcee9e22c6dcff7844bf2":https://github.com/illumos/illumos-gate/commit/dcbf3bd6a1f1360f...
-
06:33 AM Bug #7184 (New): abort in libzfs when running "zfs userspace" on a zvol
- If you try to get the userspace or groupspace on a zvol, the generated error results in passing EINVAL to zfs_standar...
-
02:09 AM Bug #7183: Panic when booting illumos on linux KVM host
- QEMU emulator version 2.0.0 (Debian 2.0.0+dfsg-2ubuntu1.24), Copyright (c) 2003-2008 Fabrice Bellard
-
02:05 AM Bug #7183 (New): Panic when booting illumos on linux KVM host
- When booting OpenIndiana Hipster as a KVM guest on a Linux Mint 17.2 host, receiving a kernel panic.
This is 100 % r...
2016-07-13
-
06:35 PM Bug #7177 (Closed): More null pointer dereferences in elfdump
- "git commit a5dce49383b67bfd3a81999460d579f53a67c029":https://github.com/illumos/illumos-gate/commit/a5dce49383b67bfd...
-
04:36 AM Bug #7182: panic when booting with KVM SATA CDROM
- This seems to only happen when I have the VM assigned multiple (2 will do) cores
-
04:30 AM Bug #7182 (Closed): panic when booting with KVM SATA CDROM
- This is when booting from http://dlc.openindiana.org/isos/hipster/OI-hipster-text-20160421.iso (MD5 9b5ff26ca85f065e0...
2016-07-12
-
09:09 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- This may work, though:...
-
05:07 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- except this isn't quite right since iso/stdlib_c99.h defines already llabs() correctly, but
scoping rules would pre... -
04:08 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- I finally got annoyed enough to try something, anybody willing to take a look/try?...
-
04:00 PM Bug #6610 (Closed): NULL pointer constant issues in uts/i86xpv
- "git commit a9ba5504895c94d55fd9eb409fdb92f2385c9515":https://github.com/illumos/illumos-gate/commit/a9ba5504895c94d5...
-
08:54 AM Bug #7181 (Closed): race between zfs_mount and zfs_ioc_rollback
- @zfsvfs_setup()@ is called in both @zfs_mount@ and @zfs_resume_fs@ paths.
@dmu_objset_set_user(zfsvfs->z_os, zfsvfs... -
08:44 AM Bug #7180 (Closed): potential race between zfs_suspend_fs+zfs_resume_fs and zfs_ioc_rename
- If a filesystem is not unmounted while the rename is being performed, then, for example, a concurrect zfs rollback ma...
2016-07-11
-
05:04 PM Bug #5751: Missing type definitions
- We might as well just add these.
-
03:20 PM Bug #7174 (Closed): Hal searches for fdi files in wrong directories
- "git commit 1c755acb8b54d6f80f5596caa88a09843742ae97":https://github.com/illumos/illumos-gate/commit/1c755acb8b54d6f8...
-
03:11 AM Bug #7156 (Closed): i40e dmod shouldn't build on SPARC
- "git commit 3cb4cf2c471d8987abb34ec86fda3a6224b5add7":https://github.com/illumos/illumos-gate/commit/3cb4cf2c471d8987...
-
02:37 AM Bug #7179: Insufficient checking in elfdump when processing hash info
- An ELF hash table section consists of a count of buckets, a count of chains, an array of buckets, and an array of cha...
-
02:27 AM Bug #7179 (Closed): Insufficient checking in elfdump when processing hash info
2016-07-10
-
10:24 PM Bug #7178 (New): tmpfs incorrectly calculates amount of free space
- There is a flaw in the algorithm tmpfs uses to calculate available space. It assumes that tm_anonmax is always more ...
-
09:26 PM Bug #7177 (Closed): More null pointer dereferences in elfdump
- usr/src/head/libelf.h defines struct Elf_Data like so:...
2016-07-08
-
08:41 PM Bug #7176 (New): Yet another hole birth issue
- If you take a large file (tested with 300 MB file at 512 byte recordsize), truncate it to a small size (10 MB), and t...
-
02:20 PM Bug #6653: dtrace modifies ELF string table causing problems for linker
- according to http://wiki.osdev.org/ELF_Tutorial
* The String Table*
The string table conceptually is quite simp... -
09:58 AM Bug #6653: dtrace modifies ELF string table causing problems for linker
- one thing I just noticed via strings is...
-
12:55 PM Bug #6779: kernel panic in zfs_readdir shortly after mount
- The root cause is found. Chronology of the events:
1. we have an empty directory
2. the filesystem is nearly out ... -
12:25 AM Feature #7175 (New): Want improved 6513 detection and handling
- So, #6513 is nasty because even after the fix, on pool data written before the fix was applied, send|recv will still ...
2016-07-07
-
08:02 PM Bug #7161 (Closed): uefi reboot needs to use acpi_reset_system() if available
- "git commit 7d3321ee71cf6a0555699aa14aad6e5a5ab6bd7c":https://github.com/illumos/illumos-gate/commit/7d3321ee71cf6a05...
-
08:02 PM Bug #7167 (Closed): lofi does mismanage size(9P) properties
- "git commit 538c7dac42a1f56f75806831c01aec2529d90a80":https://github.com/illumos/illumos-gate/commit/538c7dac42a1f56f...
-
05:46 PM Bug #7141 (Closed): divide by zero when string table entry size is zero
- "git commit 4520d59fda389ed57a633978297f35ae1e5c37b8":https://github.com/illumos/illumos-gate/commit/4520d59fda389ed5...
-
11:33 AM Bug #6653: dtrace modifies ELF string table causing problems for linker
- just for grins, I tried just dtrace on an old OI 151a9 system, with the same result.
It's probably related to some c... -
10:00 AM Bug #6653: dtrace modifies ELF string table causing problems for linker
- Just to simplify reproduction of this, the attached resource.o (.orig) is the output of the compile phase.
Copy it t... -
06:07 AM Bug #6653: dtrace modifies ELF string table causing problems for linker
- Andrew Stormont wrote:
> Any idea if 2.26.1 fixes this problem?
well, running omnios-master-7397b49 and updating ...
Also available in: Atom