Activity
From 2015-01-08 to 2015-02-06
2015-02-06
-
08:23 PM Bug #5597 (Closed): assertion failed: avl_is_empty(&dn->dn_dbufs), file: ../../common/fs/zfs/dnode_sync.c, line: 488
- The following assert happened today with about two weeks old debug build (changeset b045990). It means that I do not...
-
06:38 PM Bug #4393 (Closed): /etc/rpc: 100133 and 100169 should be added
- "git commit 97a9db610324e7db4393415018e0e737485a94cd":https://github.com/illumos/illumos-gate/commit/97a9db610324e7db...
-
05:24 PM Bug #4393 (Pending RTI): /etc/rpc: 100133 and 100169 should be added
-
03:45 PM Bug #5596 (Closed): tar doesn't properly wait for its children
- From SmartOS OS-3810:
This repro's for me every time:... -
08:22 AM Bug #5593: Recent versions of svcadm invoked for multiple FMRIs say "Partial FMRI matches multiple instances"
- For a bit more historic context, here are Jerry's insights from the mailing list discussion on the issue:
When we ...
2015-02-05
-
11:23 PM Bug #4393 (In Progress): /etc/rpc: 100133 and 100169 should be added
- While on this I also took an opportunity to fix several minor issues as well:
# Some entries have the _name-of-the... -
07:24 PM Bug #5595: libzpool won't build with a studio primary
- What's happening is not Studio emitting invalid groups. What happens is that Studio emits a group that contains 3 se...
-
07:06 PM Bug #5595 (Closed): libzpool won't build with a studio primary
- Since ZFS started putting inline functions in headers, libzpool has been unable to build with Sun Studio.
The reas... -
07:07 PM Bug #5580 (Rejected): Sun Studio probably relies on the behaviour 3616 removed
- This is #5595
-
06:36 PM Bug #5578 (Closed): file(1) should validate Elf_Shdr->sh_name
- "git commit 91600d919baafe4e4d8bdee4168878036351c556":https://github.com/illumos/illumos-gate/commit/91600d919baafe4e...
-
06:11 PM Bug #5531 (Closed): NULL pointer dereference in dsl_prop_get_ds()
- Fix for Issue #5592, which closed another related race, has been committed.
-
02:15 PM Bug #5594 (Closed): nodename(4): Duplicate paragraph in the man page
- The following paragraph is twice in the nodename(4) man page:...
-
10:09 AM Bug #5593 (Closed): Recent versions of svcadm invoked for multiple FMRIs say "Partial FMRI matches multiple instances"
- Initial discussion on the mailing list: http://comments.gmane.org/gmane.os.illumos.devel/20204
With recent illumos...
2015-02-04
-
11:33 PM Bug #5592 (Closed): NULL pointer dereference in dsl_prop_notify_all_cb()
- "git commit 9d47dec0481d8cd53b2c1053c96bfa3f78357d6a":https://github.com/illumos/illumos-gate/commit/9d47dec0481d8cd5...
-
08:49 PM Bug #5592: NULL pointer dereference in dsl_prop_notify_all_cb()
- Review available at: https://reviews.csiden.org/r/155/
-
08:47 PM Bug #5592 (Closed): NULL pointer dereference in dsl_prop_notify_all_cb()
- The fix for Issue #5531 didn't fully close the race in the dsl_prop callback code. It is still possible for the dsl_p...
-
03:27 PM Bug #5550 (Rejected): lz4 kernel panic
- You should check fmdump because it sounds like you have a hardware failure. If it isn't a hardware issue, let us know!
-
01:55 PM Bug #5532: Unneeded bcopy() during scrub
- Interesting observation. Here's a link to the developer guide that'll help you get your change integrated: http://il...
-
01:52 PM Bug #5543: zfs lz4 compression cause two cross-calls per I/O
- Recently, there was a change that should turn the kmem_free into at most 1 cross-call. Does that help? If not, can ...
-
11:48 AM Bug #5468: Missing dependencies in lib/Makefile
- The problem is actually worse than originally thought. Any time a make target uses $(LINK.c) but does not pass $(LDL...
-
11:42 AM Bug #5591: initialisation inversion of component order in cmd-crypto/elfsign.c
- It should be possible to initialise with just a zero:...
-
08:51 AM Bug #5591 (Closed): initialisation inversion of component order in cmd-crypto/elfsign.c
- KMF_DATA is defined thus:...
-
08:42 AM Bug #5590 (Closed): improper use of NULL in tools/protocmp
- protocmp improperly uses NULL for 0 when an 'int' is expected.
The attached patch fixes protocmp's use of NULL to ... -
08:30 AM Bug #5589 (Closed): improper use of NULL in tools/ctf
- There are a few improper uses of NULL in tools/ctf.
The attached patch fixes using NULL where:
- an integer type ... -
08:12 AM Bug #5588 (Closed): invalid use of NULL in itm_util.c
- In c, uintptr_t is defined as...
-
02:09 AM Bug #5587 (Closed): fcinfo can't display emulex at target mode 16G speed
- Dup of https://www.illumos.org/issues/5495.
-
02:06 AM Bug #5587 (Closed): fcinfo can't display emulex at target mode 16G speed
- "fcinfo hba-port" can't display target mode FC coonection speed, need modify file uts/common/io/comstar/port/fct/fct....
-
01:49 AM Bug #5531: NULL pointer dereference in dsl_prop_get_ds()
- Review available at: https://reviews.csiden.org/r/155/
-
01:31 AM Bug #5531 (Feedback): NULL pointer dereference in dsl_prop_get_ds()
- commit e57a022b8f718889ffa92adbde47a8f08abcdb25 didn't fully close the race. It is still possible for the dsl_prop ...
-
01:10 AM Bug #4487: snoop can only work with 2GB files
- Note that this was intended for writing files larger than 2GB. Reading files larger than 2GB still does not work -- ...
-
01:08 AM Bug #5586 (New): snoop doesn't correctly read files over 4GB
- If you give snoop an input file larger than 4GB, it happily tries to process it, but only maps the first (filesize % ...
-
12:39 AM Bug #5585 (Closed): Typo in gethostname(3c): current processor
- There is a typo in the gethostname(3c) man page: the "current processor" should be changed to "current machine" here:...
2015-02-03
-
11:52 PM Bug #1100 (Closed): cpustat usage message is incorrect
- "git commit bd181d5a0c2b96669dcb4aa44619e0b7dbbedab9":https://github.com/illumos/illumos-gate/commit/bd181d5a0c2b9666...
-
09:07 PM Bug #1059: curses.h conflicts with stdbool.h
- http://zinascii.com/pub/illumos/gate/1059/webrev/
According to POSIX, stdbool.h must define the bool macro; so I u... -
08:54 PM Bug #5584 (In Progress): Option argument to stmfadm list-view is not optional
- It seems to me that `-l, --lu-name` should not be called an option. This is not an option here, but a requirement, wi...
-
07:57 PM Bug #5563 (Closed): Some traverse() callers do strange things
- "git commit 6e062f4a9c9a27ea6e2e980c1b5f4c41e33aba45":https://github.com/illumos/illumos-gate/commit/6e062f4a9c9a27ea...
-
07:57 PM Bug #5527 (Closed): ::spa_space fails with mdb: couldn't find member dd_phys of type struct zfs`dsl_dir'
- "git commit 2515f5d4dbff605ba645d47a6851d8d0bac5b994":https://github.com/illumos/illumos-gate/commit/2515f5d4dbff605b...
-
04:21 PM Support #5583 (New): support QLogic 16Gb FC-HBA
- is there any driver to support QLogic 16Gb FC-HBA
-
06:59 AM Bug #5269: zpool import slow
- Not yet. There is a solution, but it still needs rigorous testing. I hope to get around to it in the next few weeks.
-
01:42 AM Bug #5269: zpool import slow
- Hello,
Does this issue fixed in latest zfs code?
I checked the mail loop, seems we already have got the solution....
2015-02-02
-
10:15 PM Bug #5565: System crash with combination of lofi encryption + ZFS + NFS
- I did some more testing: Without the lofi loopback layer everything runs stable.
2015-02-01
-
06:11 AM Bug #5581 (Closed): libm manual pages contain bad tables that mandoc skips
- The manual pages for libm use ^G as a table separator, which mandoc thinks invalid and will skip.
The manual pages... -
01:11 AM Bug #1100: cpustat usage message is incorrect
- http://zinascii.com/pub/illumos/webrevs/1100/
There was an existing webrev for this but the review seems to have
...
2015-01-31
-
11:58 PM Bug #872: remove duplicate daemon() definitions
- webrev: http://zinascii.com/pub/illumos/webrevs/872/
Besides the public daemon symbol in libc, two other libs defi... -
07:25 PM Bug #5580 (Rejected): Sun Studio probably relies on the behaviour 3616 removed
- This is a bit of a guess, because I haven't debugged it yet.
Recently, ZFS added inline functions in header files,... -
12:53 AM Bug #5579 (New): zfs mount is inconsistent with mount(1m)
- The zfs mount command behaves differently than other mount operations. All filesystems, when mounted using the mount...
2015-01-30
-
10:29 PM Bug #5578 (Closed): file(1) should validate Elf_Shdr->sh_name
- file(1) blindly trusts the section name index it finds in section headers, and will crash if one is invalid. It shou...
-
01:28 AM Bug #5577 (Closed): sockmod_pfp should limit bpf program size
- If a bpf_program of absurd length is passed to sockmod_pfp via ATTACH_FILTER, there's a reasonable chance it will han...
-
01:28 AM Bug #5576 (Closed): sockmod_pfp improperly handles SIOCGSTAMP
- When making an SIOCGSTAMP ioctl to a PF_PACKET socket, sockmod_pfp commits two wrongs:
1. It attempts to do an ifi... -
01:28 AM Bug #5575 (Closed): sockmod_pfp needs larger statistics counters
- sockmod_pfp uses uint16 counters to record data for getsockopt(PACKET_STATISTICS).
Longer traces and/or high packet ... -
01:28 AM Bug #5574 (Closed): sockmod_pfp unable to locate ifindex for bind
- When trying to bind devices, it doesn't manage to find them in some cases and is generally inconsistent with how it l...
-
01:28 AM Bug #5573 (Closed): sockmod_pfp improperly handles SO_RCVBUF
- The current sockmod_pfp code does not handle SO_RCVBUF, but elues to magical fallback code that will instead. No such...
2015-01-29
-
09:17 PM Bug #5572 (Closed): elfexec and mapelfexec can disagree on aux vectors
- It is possible for mapelfexec to come up with a different number of aux vectors that elfexec thinks it should have. e...
-
09:06 PM Bug #5511 (Closed): stat.h(3head) manpage #define typo
- "git commit 63098359d8842cf81b6fb1b81567e12c671db06f":https://github.com/illumos/illumos-gate/commit/63098359d8842cf8...
-
07:53 PM Bug #5571 (Closed): Provide 64-bit python modules
- We do not provide a 64 bit version of the solaris.misc python library:...
-
07:09 PM Bug #5570 (New): panic in dmu_objset_userspace_upgrade
- <tt>dmu_objset_userspace_upgrade</tt> panics when running under debug bits because the pool is held while a txg is ex...
-
07:04 PM Bug #5569 (New): zfs command does not upgrade userspace automatically
- The c zfs command does not properly handle the <tt>userspace</tt> subcommand on old filesystems that can be upgraded....
-
04:11 PM Bug #5554 (Closed): kmdb can't trace stacks that begin within itself
- "git commit 32b5e9f0cda85eef94eb578dd053e155df43fed3":https://github.com/illumos/illumos-gate/commit/32b5e9f0cda85eef...
-
04:11 PM Bug #5568 (Closed): 'allthreads' needs to be global
- "git commit 7eb15eeb0b1a3f960946b7563765e128425fc13b":https://github.com/illumos/illumos-gate/commit/7eb15eeb0b1a3f96...
-
01:28 AM Bug #5568 (Closed): 'allthreads' needs to be global
- 'allthreads' is used by the debugger, etc, and thus shouldn't be static lest it be optimized away, or otherwise not v...
-
09:17 AM Bug #5531 (Closed): NULL pointer dereference in dsl_prop_get_ds()
- "git commit e57a022b8f718889ffa92adbde47a8f08abcdb25":https://github.com/illumos/illumos-gate/commit/e57a022b8f718889...
-
03:50 AM Bug #4965: NLM: Mac OS X client can be stuck at locking a NFS file on an illumos server (SmartOS, Nexenta or OmniOS etc.) running open source lockd
- This seems to help
nfsv3 between osx and Nexenta.
A)Optimize the nfs clients performance for OSX
Create the fi... -
01:27 AM Bug #5567 (New): ::findstack/::stacks have trouble with stacks containing cycles
- It turns out that crawl(), in the implementation of ::stacks and ::findstack is not sufficiently careful to avoid loo...
-
12:28 AM Bug #5563 (Pending RTI): Some traverse() callers do strange things
-
12:16 AM Bug #5566 (Closed): elfexec is overzealous with vpages
- elfexec can sometimes get a little overzealous in its use of the struct vpage, which can lead to over large allocatio...
2015-01-28
-
06:47 PM Bug #5565 (New): System crash with combination of lofi encryption + ZFS + NFS
- Dear Illumos team,
I have a fairly complicated issue, but I manage to reliably crash the system with it.
I have a... -
04:19 PM Bug #5564 (Closed): arcstat does not work after 5497
- The integration of 5497 appears to have introduced a regression in arcstat in that one of the kstats that it uses is ...
-
08:06 AM Bug #5504: crash: kernel heap corruption detected
- Issue seems identical to http://www.listbox.com/member/archive/182191/2015/01/sort/time_rev/page/1/entry/11:84/201501...
2015-01-27
-
07:56 PM Bug #5546 (Closed): libproc's fake_elf may free stack junk when reading corrupt dumps
- "git commit 7199059354284218c1c31276b0a51935fb228cc2":https://github.com/illumos/illumos-gate/commit/7199059354284218...
-
07:56 PM Bug #5547 (Closed): libproc's fake_elf should give up if there's no .hash
- "git commit de1f518f033a642fe7aa3c2b59429241a01e387f":https://github.com/illumos/illumos-gate/commit/de1f518f033a642f...
-
07:38 PM Bug #5263 (In Progress): Missing space in getrbuf(9f) man page
-
07:26 PM Bug #4717 (In Progress): Missing period (.) in man pages
-
06:22 PM Bug #5563 (Closed): Some traverse() callers do strange things
- The *traverse()* function in @common/fs/lookup.c@ accepts a vnode as the input parameter _cvpp_. The vnode should be...
-
04:13 PM Bug #5562 (Closed): ZFS sa_handle's violate kmem invariants, debug kernels panic on boot
- "git commit 0fda3cc5c1c5a1d9bdea6d52637bef6e781549c9":https://github.com/illumos/illumos-gate/commit/0fda3cc5c1c5a1d9...
-
12:05 AM Bug #5562: ZFS sa_handle's violate kmem invariants, debug kernels panic on boot
- Review available at: https://reviews.csiden.org/r/154/
-
07:25 AM Bug #5545 (Closed): remove unused pritospl and spltopri
- "git commit 6ac69b9e8b1fd0a0c01fff97ef2c9510c8934330":https://github.com/illumos/illumos-gate/commit/6ac69b9e8b1fd0a0...
-
07:25 AM Bug #5557 (Closed): rfs3_lookup() could return invalid error
- "git commit f46abf18becdb2393d5f5bb30fa594037403c4a3":https://github.com/illumos/illumos-gate/commit/f46abf18becdb239...
2015-01-26
-
10:31 PM Bug #5562 (Closed): ZFS sa_handle's violate kmem invariants, debug kernels panic on boot
- debug kernels panic with the message: ...
-
09:22 PM Bug #5557 (Pending RTI): rfs3_lookup() could return invalid error
-
01:39 PM Feature #5560: grub should support EFI/GPT partitioning
- webrev: http://ma.nexenta.com/~woodstock/illumos-5560/
-
01:11 PM Feature #5560 (Closed): grub should support EFI/GPT partitioning
- To support booting from EFI/GPT partitioned disks, grub needs to be able to handle that partition table format. There...
-
01:39 PM Feature #5561: support root pools on EFI/GPT partitioned disks
- webrev: http://ma.nexenta.com/~woodstock/illumos-5561/
-
01:30 PM Feature #5561 (Closed): support root pools on EFI/GPT partitioned disks
- With the change for #5560 our grub can use EFI/GPT partitioned disks, so there is no reason why we shouldn't allow ro...
2015-01-24
-
04:23 PM Bug #5558 (Closed): pargs is missing -l option in usage
- The -l option is missing in pargs usage output:...
-
06:59 AM Bug #5523: add default option -errfmt for sunpro in Makefile.master and uts/Makefile.uts
- It seems as it is not necessary to add these to 'cw' as sunpro only options can be directly specified via, for exampl...
-
03:25 AM Bug #5552 (Closed): libsun_sas leaks devids
- "git commit b045990893825c31e176b319ae8cc4ef32115d17":https://github.com/illumos/illumos-gate/commit/b045990893825c31...
-
03:23 AM Feature #3317 (Closed): dis(1) should support cross-target disassembly
- "git commit f7184619589931c4b827180c213074c470f08a8f":https://github.com/illumos/illumos-gate/commit/f7184619589931c4...
2015-01-23
-
11:51 PM Bug #5557 (Closed): rfs3_lookup() could return invalid error
- Here in rfs3_lookup() we are trying to fail with NFS3ERR_ACCES:...
-
09:02 PM Bug #5222: l2arc compression buffers "leak"
- Prakash Surya wrote:
> The fix for this was merged and landed in this commit:
>
> commit 244781f10dcd82684fd8163c... -
08:47 PM Bug #5222: l2arc compression buffers "leak"
- The fix for this was merged and landed in this commit:
commit 244781f10dcd82684fd8163c016540667842f203
Author: Praka... -
08:05 PM Feature #5556 (New): cannot set property for 'pool/dataset': 'sharenfs' is too long
- in libzfs_dataset.c zfs checks if property string is greater then ZAP_MAXNAMELEN
if (strlen(nvpair_name(elem)) >=...
2015-01-22
-
06:28 PM Bug #5555 (New): mislabelled entries in syslog
- In my system log I see a lot of this sort of thing:...
-
05:53 PM Bug #5554 (Closed): kmdb can't trace stacks that begin within itself
- Robert reported that after #5132, kmdb can't trace a stack out of itself, believing the %fp to be invalid. That's be...
2015-01-21
-
04:54 PM Bug #5550: lz4 kernel panic
- ok, guys, then close it if you are absolutely sure it is a double
-
04:08 PM Bug #5550: lz4 kernel panic
- Agreed. While executing lz4 code, an interrupt occured. The interrupt is totally unrelated to lz4.
-
04:14 PM Feature #5553 (New): kstat driver for CPU temperature
- I've written a kstat producer that publishes CPU temperature, TjMax and other values by reading corresponding MSRs.
... -
02:59 PM Bug #5552 (Closed): libsun_sas leaks devids
- Using the attached test program (linked with libSMHBAAPI and libumem):...
-
12:10 AM Bug #5360 (Closed): Race condition in devfs upgrades reader to writer incidentally and causes panic
- "git commit 22253b45e469decdb988b799c90598f2652597cd":https://github.com/illumos/illumos-gate/commit/22253b45e469decd...
2015-01-20
-
10:52 PM Bug #5509 (Closed): nfsauth_cache_get() could spend a lot of time walking exi_cache
- "git commit 71da0c32412fe8362672d1dba2fa4c6b061445b6":https://github.com/illumos/illumos-gate/commit/71da0c32412fe836...
-
03:37 PM Bug #5550: lz4 kernel panic
- I'm not a domain expert, but that panic really looks less like an LZ4 problem and more like a hardware fault/error.
-
08:09 AM Bug #5550 (Rejected): lz4 kernel panic
- I am not sure about lz4...
-
02:03 PM Feature #5551 (New): Skipping dmu_buf_will_dirty() call in dsl_dir_transfer_space()
- dsl_dir_transfer_space() is mostly called after dsl_dir_diduse_space(),
which already calls dmu_buf_will_dirty() for... -
01:19 AM Bug #5548: Attempt to read ACLs from Illumos NFS client is toxic
- I think the right fix for this is to reject NFSv4 style attributes for V3 and fail in xdd_secattr(). In this case the...
-
01:07 AM Bug #5548 (New): Attempt to read ACLs from Illumos NFS client is toxic
- When you mount using NFSv3 illumos client to illumos server and attempt to cp -p some file (using GNU cp which tries ...
-
01:12 AM Bug #5549 (New): NFS Server returns inconsistent information for ACLPROC_GETACL request
- The bug is in this code in acl3_getacl():...
-
12:26 AM Bug #5547 (Closed): libproc's fake_elf should give up if there's no .hash
- As implemented currently, libproc's fake_elf cannot operate without a valid .hash section. It should give up quickly...
-
12:15 AM Bug #5546 (Closed): libproc's fake_elf may free stack junk when reading corrupt dumps
- If we fail to read .dynamic in general, dp will point to stack junk which we'll then try to free under 'bad:'
2015-01-19
-
07:57 PM Bug #1017 (Closed): zfs_znode_alloc should not call vn_reinit
-
05:57 PM Bug #4872 (Closed): system crash after nlm_gc hits bogus mutex
- "git commit 096e63b2c66f47e2a2d213edc199cdb082d8b2d6":https://github.com/illumos/illumos-gate/commit/096e63b2c66f47e2...
-
03:11 PM Bug #5545 (Closed): remove unused pritospl and spltopri
- Nothing in our repo ever used these. They are just clutter that complicates the understanding on how spl & friends b...
2015-01-18
-
10:47 PM Bug #1017: zfs_znode_alloc should not call vn_reinit
- After discussing with Robert Mustacchi and reading the code (vnode.h,
vnode.c, zfs_znode.c), I've determined this ch... -
05:08 PM Bug #5544 (New): FCoE needs "FCoE Initiation Protocol" (FIP)
- Current FCoE driver (v20091123-1.02) does not contains "FCoE Initiation Protocol" (FIP), ether id 0x8914.
I cannot s...
2015-01-17
-
01:07 AM Bug #5535 (Closed): libelf should check for e_phoff overflow
- "git commit 18059eae28246ed2eef942a16364131202558094":https://github.com/illumos/illumos-gate/commit/18059eae28246ed2...
-
12:09 AM Bug #5543 (New): zfs lz4 compression cause two cross-calls per I/O
- When lz4 compression is enabled and uses the "heap" mode it goes through the following code:...
2015-01-16
-
03:02 PM Bug #453: ZPOOL_CONFIG_ASHIFT not set correctly for drives with large sector size
- Hi Eric,
What about your Openindiana release ?
My binary file is only working with 0.151.1.9 (also called b129) , Z... -
02:25 PM Bug #5531: NULL pointer dereference in dsl_prop_get_ds()
- Review available at: https://reviews.csiden.org/r/153/
-
08:59 AM Bug #3621: ZFS LU stuck in the offlining state
- Latest crashdump can be found from http://www.mui.fi/vmdump.0
-
08:07 AM Bug #3621 (Feedback): ZFS LU stuck in the offlining state
- I referred to illumos kernel version in hipster. However, even though problem has become much less frequent, it still...
-
08:59 AM Bug #5079: panicstr = stmf_svc: I/O deadman hit
- Latest crashdump can be found from http://www.mui.fi/vmdump.0 original url's no longer have old dumps.
-
08:06 AM Bug #5079: panicstr = stmf_svc: I/O deadman hit
- Unfortunately, problem still exists in illumos-f8554bb, although it happens much less frequently than before. I'm upl...
-
02:38 AM Bug #5542: devfsadm fails to set usb child device permissions per /etc/minor_perm
- I've eliminated at least one possible source of issues by making the following change to /etc/logindevperm:
#/dev/... -
01:53 AM Bug #5542: devfsadm fails to set usb child device permissions per /etc/minor_perm
- Also, I'm not sure why input@5 is being mounted as 755, instead of 666. The only minor_perm entry with 755 is for the...
-
01:43 AM Bug #5542 (New): devfsadm fails to set usb child device permissions per /etc/minor_perm
- Upon installing a USB HID device (using ugen), the following /devices entries are seen:
root@sanbox:/devices/pci@0... -
02:20 AM Bug #5514 (Closed): hat_unload_callback passes the wrong length to segvn_hat_unload_callback
- "git commit a6a74e0e62d62ff750cd4b790be5eacc99c3bb8c":https://github.com/illumos/illumos-gate/commit/a6a74e0e62d62ff7...
-
02:20 AM Bug #5498 (Closed): kmem_reap does one xcall per page
- "git commit a6a74e0e62d62ff750cd4b790be5eacc99c3bb8c":https://github.com/illumos/illumos-gate/commit/a6a74e0e62d62ff7...
2015-01-15
-
07:18 PM Bug #5541 (Closed): queue(3) man page is needed
- This is in the usr/src/uts/common/sys/queue.h file:...
-
07:19 AM Bug #5520: GRUB Error 21 booting from USB stick on Dell BIOS
- So, it turned out that the USB stick I tried that patch out on works with it, but when I try some other Kingston DT3s...
-
01:35 AM Feature #4923 (Closed): want preadv and pwritev
- "git commit fca543ca45b12c44a243625bce68b645ba8ed791":https://github.com/illumos/illumos-gate/commit/fca543ca45b12c44...
2015-01-14
-
08:08 PM Bug #5509 (Pending RTI): nfsauth_cache_get() could spend a lot of time walking exi_cache
-
07:05 PM Bug #5539 (In Progress): -Wunused-variable trips up ipsecesp
- Nightlies don't catch this for some reason, but compiling in usr/src/uts/*/ipsecesp reveals this error:...
-
03:34 PM Bug #5519 (Closed): zfs-diagnosis: Memory leak in zpool_find_load_time()
- "git commit 69a6f7175eaa5e5a2a38a92e6e522062e898f570":https://github.com/illumos/illumos-gate/commit/69a6f7175eaa5e5a...
-
11:17 AM Bug #5519 (Pending RTI): zfs-diagnosis: Memory leak in zpool_find_load_time()
-
03:34 PM Bug #5518 (Closed): Memory leaks in libzfs import implementation
- "git commit 078266a5aafa880521ea55488ef3d676f35e908e":https://github.com/illumos/illumos-gate/commit/078266a5aafa8805...
-
11:17 AM Bug #5518 (Pending RTI): Memory leaks in libzfs import implementation
-
12:43 PM Bug #5538: Kernel panic on SAS disk failure
- cf. #5208 for other people reporting this issue.
-
12:29 PM Bug #5538 (Duplicate): Kernel panic on SAS disk failure
- Our storage server suddenly reboots after a disk fails and is removed from the zpool. We encountered these crashes m...
-
10:16 AM Bug #5537 (New): Hot device removal on mpt_sas not handled gracefully
- Hot-connecting drive to system and hot removal (without mounting or otherwise using the device), results in a barely ...
2015-01-13
-
11:26 PM Bug #5375 (Closed): utmpd(1M) core dumps when WTMPX_UPDATE_FREQ is zero
- "git commit 0d435d6202242b0a06dc4bc41a1117591a9405f8":https://github.com/illumos/illumos-gate/commit/0d435d6202242b0a...
-
07:15 PM Bug #5536 (New): BPF: destroying held mutex in bpfclose()
- Line 554 in file /illumos-gate/usr/src/uts/common/io/bpf/bpf.c:
@
554 mutex_enter(&d->bd_lock);
555 mutex_destro... -
06:13 PM Bug #5535 (Closed): libelf should check for e_phoff overflow
- libelf needs to guard against an e_phoff that is sufficiently large as to overflow when checking that the apparent lo...
-
09:55 AM Bug #5534 (New): Single device pool I/O suspended, zpool export hangs indefinitely
- I currently have a single disk pool named backup which is just there to "zfs receive" from the main 8 disk SAS pool.
... -
09:16 AM Bug #5533 (In Progress): LOADPRIVDATA macro could return NULL on memory stress
- During memory stress condition,
cron service is dumping core multiple times.
... -
09:00 AM Bug #5532 (New): Unneeded bcopy() during scrub
- According to profiler, bcopy() inside vdev_mirror_scrub_done() may consume up to 10% of CPU time when scrubbing. As I...
-
03:51 AM Bug #5497 (Closed): lock contention on arcs_mtx
- "git commit 244781f10dcd82684fd8163c016540667842f203":https://github.com/illumos/illumos-gate/commit/244781f10dcd8268...
-
01:38 AM Bug #5531 (Closed): NULL pointer dereference in dsl_prop_get_ds()
- As reported in: https://gist.github.com/pfmooney/8ca6e4b05c078de42524
I obtained the crash dump from pmooney on IR...
2015-01-12
-
09:20 PM Bug #5208: Edge case in mpt_sas causing panic
- I've also just (monday early morning) been hit by this.
hardware
----------------
LSI SAS 9201-16i
BIOS version ... -
08:44 PM Bug #5530 (New): return typo in zfs_smb_acl_mgmt()
- As by Marcel Telka:
> > http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libzfs/common/libzfs_dataset.c... -
08:42 PM Bug #5529: missed zcmd_free_nvlists() after zcmd_write_src_nvlist() in libzfs
- Also, the return value at line 4110 is wrong. We should definitely return something different than NULL here.
-
08:35 PM Bug #5529 (New): missed zcmd_free_nvlists() after zcmd_write_src_nvlist() in libzfs
- >
> Another example:
>
> http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libzfs/common/libzfs_dataset.... -
07:49 PM Bug #5383 (Closed): 5234 breaks build on sparc
- "git commit 6ca738233e59efaafdd9083077d19ca19802b6ba":https://github.com/illumos/illumos-gate/commit/6ca738233e59efaa...
-
03:36 PM Bug #5528 (In Progress): devid_str_free() should be used for devid_get_minor_name() too
-
03:22 PM Bug #5528 (Closed): devid_str_free() should be used for devid_get_minor_name() too
- In the devid_get(3devid) man page there is this:...
-
03:04 PM Bug #5527: ::spa_space fails with mdb: couldn't find member dd_phys of type struct zfs`dsl_dir'
- Review available at: https://reviews.csiden.org/r/152/
-
02:58 PM Bug #5527: ::spa_space fails with mdb: couldn't find member dd_phys of type struct zfs`dsl_dir'
- % mdb /dev/ksyms /dev/kmem
Loading modules: [ unix genunix specfs dtrace mac cpu.generic uppc apix scsi_vhci zfs mpt... -
02:54 PM Bug #5527 (Closed): ::spa_space fails with mdb: couldn't find member dd_phys of type struct zfs`dsl_dir'
-
03:45 AM Bug #5526 (Closed): One more gcc warning for cmd/power
- On the SPARC platform, one more gcc warning for cmd/power appears:
@
handlers.c: In function 'ztop':
handlers.c:... -
02:52 AM Bug #5524 (Closed): Update prototypes to 2015
- "git commit c9ab4856df62d6551317f963d6be1cfc56a72ed1":https://github.com/illumos/illumos-gate/commit/c9ab4856df62d655...
-
12:08 AM Bug #5524 (Closed): Update prototypes to 2015
-
02:52 AM Feature #5525 (Closed): Update hwdata - 20150111
- "git commit a5749a83c6e3fe55b6590fe96667ef2d1881d776":https://github.com/illumos/illumos-gate/commit/a5749a83c6e3fe55...
-
12:15 AM Feature #5525 (Closed): Update hwdata - 20150111
- Update pci.ids and usb.ids to latest.
-
12:08 AM Bug #5516 (Closed): perl problems in libbsm/auditxml
- "git commit 81d662ee1fa70e2f91e1d6fa52d3621146c10d61":https://github.com/illumos/illumos-gate/commit/81d662ee1fa70e2f...
2015-01-11
-
12:59 PM Bug #5523 (New): add default option -errfmt for sunpro in Makefile.master and uts/Makefile.uts
- when using sunstudio as a shadow compiler, it would be nice to get both
_warning:_ and _error:_ messages instead of ... -
02:11 AM Bug #5507 (Closed): libelf may overflow data buffer when translating data to memory representation
- "git commit 98cadd320d4521e7438bc624f89adef498589add":https://github.com/illumos/illumos-gate/commit/98cadd320d4521e7...
-
02:11 AM Bug #5510 (Closed): elfdump doesn't print the member header before pr_reg
- "git commit 3f3aaf4e95972f6d6393cbff0a4652f4ee2c0dbf":https://github.com/illumos/illumos-gate/commit/3f3aaf4e95972f6d...
2015-01-10
-
11:11 PM Bug #4872: system crash after nlm_gc hits bogus mutex
- https://reviews.csiden.org/r/23/
-
09:02 PM Bug #5522 (New): LZ4_uncompress_unknownOutputSize crash
- I'm running latest SmartOS (20150108T111855Z) and I've encountered this crash (the full information is attached):
... -
07:25 PM Bug #5521 (New): zfs hold with empty tag prints the wrong error message
- The hold ioctl handler returns EINVAL in one of two
cases:
# the hold tag is empty (new)
# user wanted to put a ... -
09:28 AM Bug #5520: GRUB Error 21 booting from USB stick on Dell BIOS
- Rich Ercolani wrote:
> May or may not be related to https://smartos.org/bugview/ROGUE-4 ?
I think the most they p... -
08:00 AM Bug #5520: GRUB Error 21 booting from USB stick on Dell BIOS
- May or may not be related to https://smartos.org/bugview/ROGUE-4 ?
-
12:00 AM Bug #5520 (Closed): GRUB Error 21 booting from USB stick on Dell BIOS
- So I've seen this now on:
* Dell PE R710, latest BIOS and previous release
* Dell PE 2950, latest BIOS
* Dell PE R...
2015-01-09
-
06:27 PM Feature #5313 (Closed): Allow I/Os to be aggregated across ZIO priority classes
- "git commit fe319232d24f4ae183730a5a24a09423d8ab4429":https://github.com/illumos/illumos-gate/commit/fe319232d24f4ae1...
-
06:19 PM Bug #5519 (Closed): zfs-diagnosis: Memory leak in zpool_find_load_time()
- The zpool_find_load_time() function is called on every iteration here in zfs_fm_recv():...
-
03:42 PM Bug #5218: posix definition of NULL
- I'm testing this change on the SPARC platform. So far, I've found hundreds of warnings from the gcc compiler and tho...
-
02:30 PM Bug #5518 (Closed): Memory leaks in libzfs import implementation
- There are various memory leaks in libzfs import implementation. Steps to reproduce:...
-
07:57 AM Bug #5516: perl problems in libbsm/auditxml
- No, adt_xlate.c wasn't generated correctly, this seems better:...
-
07:40 AM Bug #5516 (Closed): perl problems in libbsm/auditxml
- Noticed a wad of perl warnings in nightly.log concerning lib/libbsm/auditxml:...
-
07:20 AM Bug #5257: svccfg setenv: unable to have spaces in environment variable value
- Similar (maybe the same), but definetely related issue is described here:
https://www.mail-archive.com/smf-discuss... -
06:52 AM Bug #5504: crash: kernel heap corruption detected
- Multiple crashes on different systems have now happened to me, any takers?
kernel memory allocator:
buffer freed to ...
2015-01-08
-
08:20 PM Bug #5382: pvn_getpages handles lengths <= PAGESIZE just fine
- It's a cleanup. Given the pretty small amount of documentation of the VFS, anyone dealing with any filesystem more o...
-
05:09 PM Bug #5382: pvn_getpages handles lengths <= PAGESIZE just fine
- Changing all file systems to replace this pattern:...
-
08:15 PM Bug #5384: pvn_getpages may assert in valid scenarios
- Sadly, there is no real documentation for the vm/vfs/vn code. Since pvn_getpages is called by just about every files...
-
05:03 PM Bug #5384: pvn_getpages may assert in valid scenarios
- This could also be considered a bug in the caller, depending on what we believe the expected operation of pvn_getpag...
-
06:19 PM Feature #5313: Allow I/Os to be aggregated across ZIO priority classes
- This change was largely motivated by a client workload consisting of 100MB to 1GB files being written to a 10 drive R...
-
06:08 PM Bug #5494 (Closed): libndmp memory leaks when setting a property
- "git commit f093add7b63e274f746dd55365f052cded44cc16":https://github.com/illumos/illumos-gate/commit/f093add7b63e274f...
-
06:06 PM Bug #4518: lockd: Cannot establish NLM service over <file desc. 9, protocol udp>
- We've been looking at these issues at Delphix, and have discovered that there are two similar-looking issues. The fi...
-
05:56 PM Bug #5515 (Closed): dataset user hold doesn't reject empty tags
- Dataset user holds can't handle empty tag names, but they don't actually reject them....
-
04:55 PM Bug #5514 (Closed): hat_unload_callback passes the wrong length to segvn_hat_unload_callback
- hat_unload_callback() is supposed to call the specified callback on each range that is unloaded. The only consumer of...
-
01:43 PM Bug #5513 (Closed): KM_NORMALPRI should be documented in kmem_alloc(9f) and kmem_cache_create(9f) man pages
- We do have support for the KM_NORMALPRI flag in illumos for very long time now, but this flag is not documented yet i...
Also available in: Atom