From owner-svn-src-stable@freebsd.org Tue Dec 3 18:36:15 2019 Return-Path: Delivered-To: svn-src-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A8611B8D0C for ; Tue, 3 Dec 2019 18:36:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47S9fl1qDyz3Gsc for ; Tue, 3 Dec 2019 18:36:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 13F5B1FDB2 for ; Tue, 3 Dec 2019 18:36:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f179.google.com with SMTP id z22so4797673qto.7 for ; Tue, 03 Dec 2019 10:36:15 -0800 (PST) X-Gm-Message-State: APjAAAXtPmVqXfLgZ7p9AiqSfFhRURU2xwcsybNdOllT4TqK1RLGU4Xs gFzgZX4BV1M1+eJ+aKHgysDVjJwzC0Q2CZ0Z/2k= X-Received: by 2002:ac8:5319:: with SMTP id t25mt6861705qtn.242.1575398174636; Tue, 03 Dec 2019 10:36:14 -0800 (PST) MIME-Version: 1.0 References: <201912031828.xB3ISd82049461@repo.freebsd.org> In-Reply-To: <201912031828.xB3ISd82049461@repo.freebsd.org> From: Kyle Evans Date: Tue, 3 Dec 2019 12:36:02 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r355346 - in stable: 11/sys/arm/arm 12/sys/arm/arm Cc: src-committers , svn-src-all , svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2019 18:36:15 -0000 On Tue, Dec 3, 2019 at 12:28 PM Kyle Evans wrote: > > Author: kevans > Date: Tue Dec 3 18:28:39 2019 > New Revision: 355346 > URL: https://svnweb.freebsd.org/changeset/base/355346 > > Log: > MFC rarm: correct kernelstack allocation size > > This appears to be a copy-pasto from previous lines that propagated to v6 > over the years. Indeed, nothing references kernelstack beyond > USPACE_SVC_STACK_TOP and it would be odd if anything did. > This should have read: "MFC r353902"