Activity
From 2015-01-12 to 2015-02-10
2015-02-10
-
11:45 PM Bug #4545: _t_create(): Use after free in error code paths
- To reproduce the bug use the attached test.c and test.d files and do the following:...
-
09:27 PM Bug #5605 (Closed): Disable IPP printing like SMB printing can be disabled
- Another in the "for OmniOS" changes. This one allows the definition of ENABLE_IPP_PRINTING such that it can be disab...
-
09:03 PM Bug #1427: import libssl
- I want to go on record here requesting that the "symbol renaming" part of Keith's proposal should be optional (prefer...
-
05:30 PM Bug #1427 (Feedback): import libssl
- I'm just completing development of a private version of openssl that's part of illumos. I'm using Keith Wesolowski's...
-
04:14 PM Bug #5528 (Closed): devid_str_free() should be used for devid_get_minor_name() too
- "git commit faf5add516ff7b15d67af766e32716c04c75716d":https://github.com/illumos/illumos-gate/commit/faf5add516ff7b15...
-
04:14 PM Bug #5263 (Closed): Missing space in getrbuf(9f) man page
- "git commit 270be59d332e9c2003ef54b622a67d6f0e3ef7fc":https://github.com/illumos/illumos-gate/commit/270be59d332e9c20...
-
04:14 PM Bug #4717 (Closed): Missing period (.) in man pages
- "git commit 7825e891f35613dcf9e7e6d6848401511f3f96eb":https://github.com/illumos/illumos-gate/commit/7825e891f35613dc...
-
04:14 PM Bug #5585 (Closed): Typo in gethostname(3c): current processor
- "git commit 5c644dd8f2c88f1e78ae4866f22c749a3d1b0157":https://github.com/illumos/illumos-gate/commit/5c644dd8f2c88f1e...
-
04:14 PM Bug #5594 (Closed): nodename(4): Duplicate paragraph in the man page
- "git commit 23c88c5ab36a96068ae184ebd20bf625426c3773":https://github.com/illumos/illumos-gate/commit/23c88c5ab36a9606...
-
04:14 PM Bug #5186 (Closed): The door_call(3c) man page contains too much
- "git commit f4cf1a6a363de08977c8db91c119df49e9f6c296":https://github.com/illumos/illumos-gate/commit/f4cf1a6a363de089...
2015-02-09
-
11:37 PM Bug #4996 (Closed): rtld _init race leads to incorrect symbol values
- "git commit 4812581794004eff0af2b765b832403b30bf64ab":https://github.com/illumos/illumos-gate/commit/4812581794004eff...
-
11:10 PM Bug #5528 (Pending RTI): devid_str_free() should be used for devid_get_minor_name() too
-
11:10 PM Bug #5263 (Pending RTI): Missing space in getrbuf(9f) man page
-
11:10 PM Bug #4717 (Pending RTI): Missing period (.) in man pages
-
11:09 PM Bug #5585 (Pending RTI): Typo in gethostname(3c): current processor
-
11:09 PM Bug #5594 (Pending RTI): nodename(4): Duplicate paragraph in the man page
-
11:09 PM Bug #5186 (Pending RTI): The door_call(3c) man page contains too much
-
08:56 PM Feature #4863 (Closed): illumos-gate can't be built with fresh perl versions
- "git commit 1f2ca518aeecee8616fccc0c46a339773faea7d5":https://github.com/illumos/illumos-gate/commit/1f2ca518aeecee86...
-
07:30 PM Bug #5572 (Closed): elfexec and mapelfexec can disagree on aux vectors
- "git commit 386e9c9ebfe4116f62e7a0950acd30564fc60125":https://github.com/illumos/illumos-gate/commit/386e9c9ebfe4116f...
-
07:30 PM Bug #5566 (Closed): elfexec is overzealous with vpages
- "git commit 386e9c9ebfe4116f62e7a0950acd30564fc60125":https://github.com/illumos/illumos-gate/commit/386e9c9ebfe4116f...
-
06:38 PM Bug #5604 (In Progress): widec.h should expose ws* under __EXTENSIONS__
-
05:29 PM Bug #5604 (Closed): widec.h should expose ws* under __EXTENSIONS__
- widec.h hides the ws* functions in a strict standards environment (which is correct). Unfortunately, it doesn't then...
-
05:13 PM Bug #5603: Break dependency on docbook in libshell & SUNWcs
- It might make sense to update the title to something like "Break dependency on docbook" because I think that's what's...
-
01:40 PM Bug #5603: Break dependency on docbook in libshell & SUNWcs
- I think there's a subtle distinction between illumos doesn't have docbook vs. illumos doesn't ship anything that requ...
-
11:24 AM Bug #5603: Break dependency on docbook in libshell & SUNWcs
- If you don't have docbook is there any value in installing any of those files? shell_styleguide.docbook in particula...
-
03:06 AM Bug #5603 (Closed): Break dependency on docbook in libshell & SUNWcs
- The aforementioned file breaks builds on distros without docbook. It's a mere two-line removal, one from each of two...
-
04:58 PM Bug #5101 (Closed): privileges(5) manual page missing some privileges
- "git commit 8a986bad744c8a479dfacfcdc16bcad15bbb1ec6":https://github.com/illumos/illumos-gate/commit/8a986bad744c8a47...
-
02:06 AM Bug #5261: libm should stop using synonyms.h
- "git commit 9ef283481583d677cd2cf5449ef49b90eacc97d4":https://github.com/illumos/illumos-gate/commit/9ef283481583d677...
2015-02-08
-
09:25 PM Bug #5590 (Closed): improper use of NULL in tools/protocmp
- "git commit ed1591688000a5d179c4ba27793cae55590c55d2":https://github.com/illumos/illumos-gate/commit/ed1591688000a5d1...
-
05:39 PM Bug #5601 (Rejected): regression in 5498, too many TLB pages invalidated
- It turns out I misread the for loop in hati_demap_func(), it's
increasing i by MMU_PAGESIZE as well so passing MMU_P... -
03:13 AM Bug #5601 (Rejected): regression in 5498, too many TLB pages invalidated
- In 5498 the TLB invalidation code was modified to allow a
contiguous range of pages to be invalidated by one xcall, ... -
02:43 AM Bug #5589 (Closed): improper use of NULL in tools/ctf
- "git commit ad0b1ea5d69a45fe23c434277599e315f29a5fca":https://github.com/illumos/illumos-gate/commit/ad0b1ea5d69a45fe...
2015-02-07
-
12:00 PM Bug #5600 (Closed): type inconsistent with format introduced in ctf.c
- This commit:...
-
10:49 AM Bug #5599 (Closed): fix mandoc lint errors/warnings with manfiles
- pbchk currently shows a large number of man file lint issues to be dealt with:...
-
10:29 AM Bug #5598 (Closed): cstyle issues with new libm
- This is a placeholder to complete the libm integration,
git pbchk in the gate (or directly cstyle) finds an extrem... -
12:12 AM Bug #5186 (In Progress): The door_call(3c) man page contains too much
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...
Also available in: Atom