From owner-freebsd-stable@freebsd.org Mon Mar 22 01:17:14 2021 Return-Path: Delivered-To: freebsd-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 A542B575082 for ; Mon, 22 Mar 2021 01:17:14 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4F3c6f3W3Zz4hNn for ; Mon, 22 Mar 2021 01:17:14 +0000 (UTC) (envelope-from herbert@gojira.at) Received: by mailman.nyi.freebsd.org (Postfix) id 78700574D71; Mon, 22 Mar 2021 01:17:14 +0000 (UTC) Delivered-To: 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 78398574D70 for ; Mon, 22 Mar 2021 01:17:14 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [94.130.200.20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail.bsd4all.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F3c6d22Hjz4hK5 for ; Mon, 22 Mar 2021 01:17:12 +0000 (UTC) (envelope-from herbert@gojira.at) Date: Mon, 22 Mar 2021 02:17:11 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1616375831; bh=tw+eOccNUbkrHYCFnnxmkLQ2w3dMT3k3beB8H/cO1yA=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=oQbxpues1RGf09euzc3K80qGaksdosz6myEGhRaiwcBhuAYiEITHor+DzJh3ZI5xm YRhKYyfVF1TiUsyLdsIC9CdIbyCZYcyaxNSQnokkv1cSv0wvOEKv1bhSViOxSMk+HO XyvKUx+c8LjdiPkRWVpdqtiTFKCmxnR60R+GfOpBsX+6BOLhIOuatRoPxZX27oyxoQ VsG2z57KWy1WAPcvhTmNzJCyzn5AwfnDJ6ceB9RY5EvVIf5cUPXxnUa7wteIkMNLH5 MzuxUuXu7zWAy0vUC2vK966dns2XRqpb5zGwqmuYhmfZBFulOKmRH/qJBHRJTidqAq 7b8Goq30QvQhQ== From: "Herbert J. Skuhra" To: stable@freebsd.org Subject: Re: WITHOUT_KERNEL_SYMBOLS - *.ko now with debug_info Message-ID: References: <875z1ktawz.wl-herbert@gojira.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <875z1ktawz.wl-herbert@gojira.at> X-Rspamd-Queue-Id: 4F3c6d22Hjz4hK5 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail202005 header.b=oQbxpues; dmarc=none; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 94.130.200.20 as permitted sender) smtp.mailfrom=herbert@gojira.at X-Spamd-Result: default: False [-3.50 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:94.130.200.20]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[gojira.at]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[94.130.200.20:from:127.0.2.255]; DKIM_TRACE(0.00)[gojira.at:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[94.130.200.20:from]; ASN(0.00)[asn:24940, ipnet:94.130.0.0/16, country:DE]; MAILMAN_DEST(0.00)[stable] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2021 01:17:14 -0000 On Sun, Mar 21, 2021 at 11:11:08PM +0100, Herbert J. Skuhra wrote: > Hi, > > since upgrading to stable/13 I was wondering why /boot/kernel is much > larger. When using "WITHOUT_KERNEL_SYMBOLS=" in /etc/src.conf the > kernel modules now contain debug_info. OK? (I manually run "objcopy > --strip-debug".) I found the following commit: commit 9b6edf364eb05aca4709732136e92a6ab739bb36 Author: Conrad Meyer Date: Tue Jun 23 18:25:31 2020 +0000 If this change is correct maybe src.conf(5) should be updated: WITHOUT_KERNEL_SYMBOLS Set to not install kernel symbol files. This option is recommended for those people who have small root partitions. -- Herbert