From owner-dev-commits-src-all@freebsd.org Fri May 21 13:39:09 2021 Return-Path: Delivered-To: dev-commits-src-all@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 BAA13632B29 for ; Fri, 21 May 2021 13:39:09 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fmnl13mTZz4smG for ; Fri, 21 May 2021 13:39:09 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: by mail-wr1-f47.google.com with SMTP id n2so21205439wrm.0 for ; Fri, 21 May 2021 06:39:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=FnoP9vPOrJrN0+KwakORUxztPyvBEpTFp5LQ0FUQhtQ=; b=P205NDMZ4bZYnzj1RxpaMWywS7RisB1ftoWvg+BfSBSRC5V7EBupHjY7Nc6jgtIm9M WoCY2Ib0Ufyxrq7J7vEVFJPrZTEi0rDDz3ndd0yaQ31kDiPI6jJXCodzJRFeFFAmPlU6 V2f+dq8niuUeVkBeWFkcJWfg8QEPjoI+gHiVex4S0C5ha54MbLpHTE7l2y0tynSzizXb LzzoAe/sf2fnNU5OjppVTg/YG/BCC6W3kLIF3kYEl9bntmejS3+WYHv1KYy07OAubpkA aIVDDtxUeTQZFg7WMhUWvr3+Mei1c51fEEnFEorgbnRpbtc3QTtCam1wj+NgO6lLnJxZ /Fng== X-Gm-Message-State: AOAM532AMmh2bBwAFL3y18QJrfy04wx4Y8IAcqw42jp9O/kVuniZ6KU6 f0BIhxSeQa8FE57E2rRna/hdG4xFS4pWcQ== X-Google-Smtp-Source: ABdhPJxtlWSkV2K+oceijHqYVqObayuU45CPygfcd1M5CK9+UFWSP6zTqOJWovqMuDWi9EA3lCZYfQ== X-Received: by 2002:a5d:59a4:: with SMTP id p4mr10024247wrr.248.1621604347960; Fri, 21 May 2021 06:39:07 -0700 (PDT) Received: from [192.168.150.48] (trinity-students-nat.trin.cam.ac.uk. [131.111.193.104]) by smtp.gmail.com with ESMTPSA id c12sm2341000wrr.90.2021.05.21.06.39.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 May 2021 06:39:07 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: git: af949c590bd8 - main - Disable stack gap for ntpd during build. From: Jessica Clarke In-Reply-To: <202105211334.14LDYqoa004343@gitrepo.freebsd.org> Date: Fri, 21 May 2021 14:39:06 +0100 Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <04F25FD0-7863-4AC1-A257-EF0F1EB90659@freebsd.org> References: <202105211334.14LDYqoa004343@gitrepo.freebsd.org> To: Marcin Wojtas X-Mailer: Apple Mail (2.3654.60.0.2.21) X-Rspamd-Queue-Id: 4Fmnl13mTZz4smG X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2021 13:39:09 -0000 On 21 May 2021, at 14:34, Marcin Wojtas wrote: >=20 > The branch main has been updated by mw: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3Daf949c590bd8a00a5973b5875d7e0fa6= 832ea64a >=20 > commit af949c590bd8a00a5973b5875d7e0fa6832ea64a > Author: Marcin Wojtas > AuthorDate: 2021-05-21 09:29:22 +0000 > Commit: Marcin Wojtas > CommitDate: 2021-05-21 13:33:06 +0000 >=20 > Disable stack gap for ntpd during build. >=20 > When starting, ntpd calls setrlimit(2) to limit maximum size of its > stack. The stack limit chosen by ntpd is 200K, so when stack gap > is enabled, the stack gap is larger than this limit, which results > in ntpd crashing. Isn=E2=80=99t the bug that the unusable gap counts as usage? Jess