Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2015 14:56:05 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        melifaro@FreeBSD.org, mav@FreeBSD.org, avg@FreeBSD.org,  jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org
Subject:   FreeBSD_HEAD - Build #3270 - Fixed
Message-ID:  <1171226207.33.1442847385577.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <571436805.31.1442828906388.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <571436805.31.1442828906388.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD - Build #3270 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3270/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3270/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3270/console

Change summaries:

288064 by avg:
MFV r287817: 6220 memleak in l2arc on debug build

https://github.com/illumos/illumos-gate/commit/c546f36aa898d913ff77674fb5ff97f15b2e08b4
https://www.illumos.org/issues/6220
  5408 introduced a memleak in l2arc, namely the member b_thawed gets leaked when
  an arc_hdr is realloced from full to l2only.

Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Simon Klinkert <simon.klinkert@gmail.com>
Reviewed by: George Wilson <george@delphix.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Author: Arne Jansen <sensille@gmx.net>

288062 by melifaro:
Unify nd6 state switching by using newly-created nd6_llinfo_setstate()
  function. The change is mostly mechanical with the following exception:
Last piece of nd6_resolve_slow() was refactored: ND6_LLINFO_PERMANENT
  condition was removed as always-true, explicit ND6_LLINFO_NOSTATE ->
  ND6_LLINFO_INCOMPLETE state transition was removed as duplicate.

Reviewed by:	ae
Sponsored by:	Yandex LLC

288061 by mav:
Make cltd ignore HA ports.

288060 by melifaro:
Add "stale" timer back to nd6_cache_lladdr().
Setting timer was accidentally removed in r276844 due to misleading
  comment on its meaningless. Add it back to restore proper behaviour.

288059 by mav:
Bunch of improvements to ctlstat.

Add -p option to allow filtering by ports.
Make -l and -p options work in all modes as filters.
Improve output formatting to better fit columns.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1171226207.33.1442847385577.JavaMail.jenkins>