From owner-svn-src-all@freebsd.org Tue May 23 15:11:15 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47D7FD7AE40; Tue, 23 May 2017 15:11:15 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from mr11p00im-asmtp004.me.com (mr11p00im-asmtp004.me.com [17.110.69.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 282461EFA; Tue, 23 May 2017 15:11:15 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from process-dkim-sign-daemon.mr11p00im-asmtp004.me.com by mr11p00im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OQE00400VGD1B00@mr11p00im-asmtp004.me.com>; Tue, 23 May 2017 15:11:14 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=4d515a; t=1495552274; bh=ZAi7xRvXDvny8mYQgZ+I6TbNWoxmH3wh7YKS7muAmIo=; h=Date:Subject:From:To:Message-id:MIME-version:Content-type; b=L3bWGuYxT56hvlJXnqrKdk4+0Mw0DBGrzqYTO7QnVbJWV5YRfmL1hkdTALqeHTHwx XYBMg2J3+VpjhnXgDtyRaya/c8+mg2DF+mbIuM0eUe5b6Nw/4VbTw81QhBV+lYQjBf K4RQy6uHyviN4wiMrHKas556c4pGfOGniNBS/Zli6zBiFup0CKggWU1X/lY0mdxEHj 9UQkKp+U8i95ZxuU48AcknEEZEooNNfwhWkqH8oZE13gGYgcu0RZnG8JqzLiDn8RiR CBPu2IoSJMVf28FP8R1j2leTy+vCEIu4cLZwVFCyoQm47j7OxSNXCHGXaCMk5tZsKw PcSLMw/ODO7vg== Received: from icloud.com ([127.0.0.1]) by mr11p00im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OQE0084TVIM9G00@mr11p00im-asmtp004.me.com>; Tue, 23 May 2017 15:11:12 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-05-23_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1701120000 definitions=main-1705230079 User-Agent: Microsoft-MacOutlook/f.21.0.170409 Date: Tue, 23 May 2017 08:11:10 -0700 Subject: Re: svn commit: r318736 - in head: cddl/lib/libzfs contrib/compiler-rt/lib/sanitizer_common contrib/openbsm/libbsm include lib/libarchive lib/libc/gen lib/libc/include lib/libc/sys lib/libkvm lib/libmi... From: Ravi Pokala To: Ed Maste Cc: Konstantin Belousov , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Message-id: Thread-topic: svn commit: r318736 - in head: cddl/lib/libzfs contrib/compiler-rt/lib/sanitizer_common contrib/openbsm/libbsm include lib/libarchive lib/libc/gen lib/libc/include lib/libc/sys lib/libkvm lib/libmi... References: <201705230929.v4N9T5g1028124@repo.freebsd.org> <76949219-D46A-4D27-A331-1317A1410CD3@panasas.com> In-reply-to: MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2017 15:11:15 -0000 -----Original Message----- > From: on behalf of Ed Maste > Date: 2017-05-23, Tuesday at 07:16 > To: Ravi Pokala > Cc: Konstantin Belousov , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" > Subject: Re: svn commit: r318736 - in head: cddl/lib/libzfs contrib/compiler-rt/lib/sanitizer_common contrib/openbsm/libbsm include lib/libarchive lib/libc/gen lib/libc/include lib/libc/sys lib/libkvm lib/libmi... > > On 23 May 2017 at 10:10, Ravi Pokala wrote: >> >> So then `tools/build/beinstall.sh' won't DTRT for this upgrade? > > This should be fine, because the new kernel and world get installed > into a new boot environment, not over top of the existing system. The > problem only occurs when installing a new userland while the older > kernel is still running. That's right, I'd forgotten how `beinstall.sh' did it's magic. Thanks for clarifying. -Ravi (rpokala@)