From owner-freebsd-amd64@freebsd.org Wed Apr 17 17:00:24 2019 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD21215724A1 for ; Wed, 17 Apr 2019 17:00:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 582328887E for ; Wed, 17 Apr 2019 17:00:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 16107157249C; Wed, 17 Apr 2019 17:00:24 +0000 (UTC) Delivered-To: amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03ED01572499 for ; Wed, 17 Apr 2019 17:00:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (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 "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DE6088871 for ; Wed, 17 Apr 2019 17:00:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id A5CB4665 for ; Wed, 17 Apr 2019 17:00:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3HH0MXM029511 for ; Wed, 17 Apr 2019 17:00:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3HH0MQC029510 for amd64@FreeBSD.org; Wed, 17 Apr 2019 17:00:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: amd64@FreeBSD.org Subject: [Bug 212539] readelf -w consumes a lot of memory with GCC-compiled kernels Date: Wed, 17 Apr 2019 17:00:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2019 17:00:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212539 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: emaste Date: Wed Apr 17 17:00:16 UTC 2019 New revision: 346323 URL: https://svnweb.freebsd.org/changeset/base/346323 Log: readelf: speed up readelf -wo Use an array instead of STAILQ, and sort at the end instead of while adding new elements. PR: 212539 Submitted by: Bora ?zarslan Reviewed by: markj MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Changes: head/contrib/elftoolchain/readelf/readelf.c --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-amd64@freebsd.org Wed Apr 17 17:22:41 2019 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4270A15731F0 for ; Wed, 17 Apr 2019 17:22:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C6EEE89E7C for ; Wed, 17 Apr 2019 17:22:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8353915731EC; Wed, 17 Apr 2019 17:22:40 +0000 (UTC) Delivered-To: amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70C0815731EB for ; Wed, 17 Apr 2019 17:22:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (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 "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02C6A89E79 for ; Wed, 17 Apr 2019 17:22:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 2AF39AC2 for ; Wed, 17 Apr 2019 17:22:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3HHMdLg083843 for ; Wed, 17 Apr 2019 17:22:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3HHMdkm083842 for amd64@FreeBSD.org; Wed, 17 Apr 2019 17:22:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: amd64@FreeBSD.org Subject: [Bug 212539] readelf -w consumes a lot of memory with GCC-compiled kernels Date: Wed, 17 Apr 2019 17:22:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2019 17:22:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212539 --- Comment #4 from Conrad Meyer --- (In reply to commit-hook from comment #3) > Author: emaste > Date: Wed Apr 17 17:00:16 UTC 2019 > New revision: 346323 > URL: https://svnweb.freebsd.org/changeset/base/346323 Would it makes sense to bump the size of la_list_cap and la_list_len to siz= e_t? 4 billion is a lot of items, but sometimes we encounter it in other areas.= I don't know much about this particular tool so please excuse this comment if= it is completely inappropriate. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-amd64@freebsd.org Wed Apr 17 17:22:58 2019 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 309E41573234 for ; Wed, 17 Apr 2019 17:22:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B87F789EB1 for ; Wed, 17 Apr 2019 17:22:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7798A157322F; Wed, 17 Apr 2019 17:22:57 +0000 (UTC) Delivered-To: amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63A80157322D for ; Wed, 17 Apr 2019 17:22:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (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 "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB91D89EAC for ; Wed, 17 Apr 2019 17:22:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 1FB78AC6 for ; Wed, 17 Apr 2019 17:22:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3HHMtXg084155 for ; Wed, 17 Apr 2019 17:22:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3HHMtVC084154 for amd64@FreeBSD.org; Wed, 17 Apr 2019 17:22:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: amd64@FreeBSD.org Subject: [Bug 212539] readelf -w consumes a lot of memory with GCC-compiled kernels Date: Wed, 17 Apr 2019 17:22:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emaste@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2019 17:22:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212539 Conrad Meyer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |emaste@freebsd.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-amd64@freebsd.org Wed Apr 17 17:50:39 2019 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E14815741A0 for ; Wed, 17 Apr 2019 17:50:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 054A58B0EB for ; Wed, 17 Apr 2019 17:50:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BAB5A157419F; Wed, 17 Apr 2019 17:50:38 +0000 (UTC) Delivered-To: amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8404157419E for ; Wed, 17 Apr 2019 17:50:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (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 "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4253D8B0E7 for ; Wed, 17 Apr 2019 17:50:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 8281FDAA for ; Wed, 17 Apr 2019 17:50:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3HHobqU033319 for ; Wed, 17 Apr 2019 17:50:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3HHobw4033318 for amd64@FreeBSD.org; Wed, 17 Apr 2019 17:50:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: amd64@FreeBSD.org Subject: [Bug 212539] readelf -w consumes a lot of memory with GCC-compiled kernels Date: Wed, 17 Apr 2019 17:50:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emaste@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2019 17:50:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212539 --- Comment #5 from Ed Maste --- (In reply to Conrad Meyer from comment #4) Even if no reasonable application is going to have that many elements, size= _t is the proper type for this. Will update. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-amd64@freebsd.org Wed Apr 17 17:51:09 2019 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E4331574366 for ; Wed, 17 Apr 2019 17:51:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C6DE68B3D2 for ; Wed, 17 Apr 2019 17:51:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8B2DB1574360; Wed, 17 Apr 2019 17:51:08 +0000 (UTC) Delivered-To: amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79F47157435F for ; Wed, 17 Apr 2019 17:51:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (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 "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16BCE8B3C6 for ; Wed, 17 Apr 2019 17:51:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 45B76DC0 for ; Wed, 17 Apr 2019 17:51:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3HHp7K1036981 for ; Wed, 17 Apr 2019 17:51:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3HHp7cn036980 for amd64@FreeBSD.org; Wed, 17 Apr 2019 17:51:07 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: amd64@FreeBSD.org Subject: [Bug 212539] readelf -w consumes a lot of memory with GCC-compiled kernels Date: Wed, 17 Apr 2019 17:51:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emaste@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2019 17:51:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212539 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: emaste Date: Wed Apr 17 17:50:44 UTC 2019 New revision: 346327 URL: https://svnweb.freebsd.org/changeset/base/346327 Log: readelf: use size_t for object counts PR: 212539 Reported by: cem Sponsored by: The FreeBSD Foundation Changes: head/contrib/elftoolchain/readelf/readelf.c --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-amd64@freebsd.org Sat Apr 20 12:38:56 2019 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D669158D1C9 for ; Sat, 20 Apr 2019 12:38:56 +0000 (UTC) (envelope-from georg@bege.email) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CB2EF8FD88 for ; Sat, 20 Apr 2019 12:38:55 +0000 (UTC) (envelope-from georg@bege.email) Received: by mailman.ysv.freebsd.org (Postfix) id 8A5D5158D1C8; Sat, 20 Apr 2019 12:38:55 +0000 (UTC) Delivered-To: amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 780A5158D1C7 for ; Sat, 20 Apr 2019 12:38:55 +0000 (UTC) (envelope-from georg@bege.email) Received: from mail.unix.io (unknown [IPv6:2604:180:2:124a::6da3]) by mx1.freebsd.org (Postfix) with ESMTP id CEBF88FD87 for ; Sat, 20 Apr 2019 12:38:54 +0000 (UTC) (envelope-from georg@bege.email) Received: from gateway.int.ninth-art.de (gateway.int.ninth-art.de [10.8.0.3]) by mail.unix.io (Postfix) with ESMTP id 063111CA129F for ; Sat, 20 Apr 2019 08:29:07 -0400 (EDT) Received: from gateway.int.ninth-art.de (orion.int.ninth-art.de [192.168.0.6]) by gateway.int.ninth-art.de (Postfix) with ESMTP id B856F32E0B for ; Sat, 20 Apr 2019 14:29:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bege.email; h=to:reply-to :from:subject:message-id:date:mime-version:content-type :content-transfer-encoding; s=mail141202; bh=W/xlGAO8YTgFe0QoTs7 e8q1wQNw=; b=twFvej21217Cm7KMzFPiuWvRfewiXujyz+54pKh6ce6jKyUuKEq GfLdBjotHoGLo2cdm6qbP/eYqynNp5jo+cFmBCVkZKV0zQEt3IM3WzRACWF2KagC 0vv1Re+V/qVEzLaA6INWNBFnIEHUJqEtbQ/qiYs0G4pgZNbkYam0OtSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bege.email; h=to:reply-to :from:subject:message-id:date:mime-version:content-type :content-transfer-encoding; q=dns; s=mail141202; b=JPyRl+fsWVYaY ePkpOa+5XmngrMG+c2zLXTGiNVPNFwR4/uMHm6TC2UXdxATLH20efbE729HIhZ1L Hd++QzPm0nPj3bESuMJshSvzzHX4f6/xq7KDVSShFscEkqd4tQxTYaBulKiy3T8J FrtmbsNXn4vTGWMsUpE0WNyx7bq4yg= Received: from lazarus.int.ninth-art.de (relay [10.8.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by gateway.int.ninth-art.de (Postfix) with ESMTPSA id AF51B32C7D for ; Sat, 20 Apr 2019 14:29:04 +0200 (CEST) To: amd64@freebsd.org Reply-To: georg@bege.email From: Georg Bege Subject: Contacting mate-media maintainer, eg. gnome@freebsd.org not responsive? Message-ID: <8a01866b-cfaa-f3fd-1c6e-014ed7d5be94@bege.email> Date: Sat, 20 Apr 2019 14:29:16 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: CEBF88FD87 X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bege.email header.s=mail141202 header.b=twFvej21; spf=pass (mx1.freebsd.org: domain of georg@bege.email designates 2604:180:2:124a::6da3 as permitted sender) smtp.mailfrom=georg@bege.email X-Spamd-Result: default: False [5.73 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RDNS_NONE(1.00)[]; HAS_REPLYTO(0.00)[georg@bege.email]; R_SPF_ALLOW(-0.20)[+mx]; TO_DN_NONE(0.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[bege.email:+]; MX_GOOD(-0.01)[cached: mail.unix.io]; NEURAL_HAM_SHORT(-0.05)[-0.047,0]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-0.05)[asn: 3842(-0.19), country: US(-0.06)]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:3842, ipnet:2604:180:2::/48, country:US]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bege.email:s=mail141202]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[amd64@freebsd.org]; DMARC_NA(0.00)[bege.email]; NEURAL_SPAM_MEDIUM(0.74)[0.744,0]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_LONG(0.99)[0.993,0]; HFILTER_HOSTNAME_UNKNOWN(2.50)[]; GREYLIST(0.00)[pass,body] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2019 12:38:56 -0000 Hello people, what would I need to do if I wanted to contact a maintainer which is not available/unresponsive? Who's maintaining the mate packages, is gnome@ a generic alias? I tried to come in contact some months ago but failed... best regards, -- Georg Bege Mail: georg@bege.email IRC: megaTherion @ Freenode From owner-freebsd-amd64@freebsd.org Sat Apr 20 15:13:18 2019 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CBE4158FFF4 for ; Sat, 20 Apr 2019 15:13:18 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) 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 05965944E7 for ; Sat, 20 Apr 2019 15:13:18 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: by mail-wm1-x336.google.com with SMTP id w15so9439822wmc.3 for ; Sat, 20 Apr 2019 08:13:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-transfer-encoding; bh=tQqIsMNpowvq/ydD5S8VTEKDR2oYgqtwhXqjyKms3D4=; b=PB/6TejtytF3XBusVTjMsHTCOO8BDuabXjNcLeManpbXrG2c5FUdrFd8XhB/Y7tTrq TBpHyHBTh4GFJlIt6zM1nr4jMN6iSNwaSgeKN8LU5dEdkCo96aoQh/S8MpHEO6vPlyyF mI+8pLpVS1/B1rzfpZxfiG3W3UtCIoYen7vGWt1zUOZiDfCrKmSR+7ZduaDsGKydXc7B N4GOTVHy1nY4d7Xe+qjh+VHXTgkq8kGqgjdzEeoft0BiSU8pcxaAinLg7xzwkwWMli+b SvTso5o3uqex1gmKzlFxKulOCo0s9RdRNbaitO561Ngl4IBREJ8fU0H4Ychui+cunRfJ uP2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:reply-to:mime-version:content-transfer-encoding; bh=tQqIsMNpowvq/ydD5S8VTEKDR2oYgqtwhXqjyKms3D4=; b=tzFdtgqEWqTUC1tPFcPWGhB8gfIKNbRWQWsFvdOD6guWrMnWKNDGz/Hgev68OmhvUr q1sBPqo4AZVBIIGvb/nN6cGa35FDq7NbJnaw/Hhx/b/I9t1gvUy6aHe0pZZyN7FCKLmP HVN7woqyzHOwroX//NipwwzHpW0gN1OWVE8yYqlQ7GxQMKCWVsvo6OqrfFYZOyOeFAzd OuiBQjUmkGyI5Q62JmMW7Q4LeuR8qm5vYFJIllISQ5ekurUFUunj8i4zKjIFyjq5WKkr QRkzw6LVHhfA4xerGDFF0h+iQvvNX7/OCdPix4YIQW4FVXRN2pFvXNL9P15oMHyjhPoq Cq3w== X-Gm-Message-State: APjAAAW8vRPTrT13JOxXvNLHamVEJR85LS26CMP38tVKzUEZsUovAlIf NlS1/8JZaflpHNiUxKJnuaDMOoax X-Google-Smtp-Source: APXvYqxfXo4tsTcHrZu3z4UmOLuxDVHdcgB5mhTrnL91twKyax/e/blolTlFS/XIocjLorQnAqy/iw== X-Received: by 2002:a1c:720a:: with SMTP id n10mr6110258wmc.107.1555773195788; Sat, 20 Apr 2019 08:13:15 -0700 (PDT) Received: from ernst.home (p5B3BEDB7.dip0.t-ipconnect.de. [91.59.237.183]) by smtp.gmail.com with ESMTPSA id r16sm6756254wrx.37.2019.04.20.08.13.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 20 Apr 2019 08:13:14 -0700 (PDT) Date: Sat, 20 Apr 2019 17:13:13 +0200 From: Gary Jennejohn To: freebsd-amd64@freebsd.org Subject: Re: Contacting mate-media maintainer, eg. gnome@freebsd.org not responsive? Message-ID: <20190420171313.41c04f97@ernst.home> In-Reply-To: <8a01866b-cfaa-f3fd-1c6e-014ed7d5be94@bege.email> References: <8a01866b-cfaa-f3fd-1c6e-014ed7d5be94@bege.email> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 05965944E7 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.98)[-0.984,0] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2019 15:13:18 -0000 On Sat, 20 Apr 2019 14:29:16 +0200 Georg Bege wrote: > Hello people, > > what would I need to do if I wanted to contact a maintainer which is not available/unresponsive? > Who's maintaining the mate packages, is gnome@ a generic alias? > I tried to come in contact some months ago but failed... > It would be better to send this inquiry to ports@. amd64@ has nothing to do with maintaining ports. -- Gary Jennejohn From owner-freebsd-amd64@freebsd.org Sat Apr 20 19:29:33 2019 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9D961573D06 for ; Sat, 20 Apr 2019 19:29:33 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "slim.berklix.org", Issuer "slim.berklix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 71F216F053 for ; Sat, 20 Apr 2019 19:29:29 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from lapr.no.berklix.net (p4FC2A8B9.dip0.t-ipconnect.de [79.194.168.185]) (authenticated bits=128) by slim.berklix.org (8.15.2/8.15.2) with ESMTPSA id x3KIL3vc030712 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 20 Apr 2019 20:21:04 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from lapr.no.berklix.net (localhost [127.0.0.1]) by lapr.no.berklix.net (8.15.2/8.15.2) with ESMTP id x3KILTD3028683; Sat, 20 Apr 2019 18:21:29 GMT (envelope-from jhs@berklix.com) Message-Id: <201904201821.x3KILTD3028683@lapr.no.berklix.net> To: Georg Bege cc: gljennjohn@gmail.com cc: freebsd-amd64@freebsd.org Subject: Re: Contacting mate-media maintainer, eg. gnome@freebsd.org not responsive? From: "Julian H. Stacey" Organization: http://berklix.com/jhs http://stolenvotes.uk User-agent: EXMH on FreeBSD http://berklix.com/free/ X-From: http://www.berklix.org/~jhs/ In-reply-to: Your message "Sat, 20 Apr 2019 17:13:13 +0200." <20190420171313.41c04f97@ernst.home> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28681.1555784489.1@lapr.no.berklix.net> Content-Transfer-Encoding: quoted-printable Date: Sat, 20 Apr 2019 20:21:29 +0200 X-Rspamd-Queue-Id: 71F216F053 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.68 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; MULTIPLE_UNIQUE_HEADERS(0.70)[Cc]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[slim.berklix.com]; RECEIVED_SPAMHAUS_PBL(0.00)[185.168.194.79.zen.spamhaus.org : 127.0.0.10]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:33824, ipnet:94.185.88.0/22, country:DE]; SUBJECT_ENDS_QUESTION(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.27)[-0.270,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.47)[0.473,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[berklix.com]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(0.99)[0.989,0]; RCVD_IN_DNSWL_NONE(0.00)[68.90.185.94.list.dnswl.org : 127.0.10.0]; IP_SCORE(-0.10)[asn: 33824(-0.49), country: DE(-0.01)]; R_SPF_NA(0.00)[]; FREEMAIL_CC(0.00)[gmail.com]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2019 19:29:33 -0000 Hi, Reference: > From: Gary Jennejohn > Reply-to: gljennjohn@gmail.com > Date: Sat, 20 Apr 2019 17:13:13 +0200 Gary Jennejohn wrote: > On Sat, 20 Apr 2019 14:29:16 +0200 > Georg Bege wrote: > > > Hello people, > > = > > what would I need to do if I wanted to contact a maintainer which is n= ot available/unresponsive? > > Who's maintaining the mate packages, is gnome@ a generic alias? > > I tried to come in contact some months ago but failed... > > = > > It would be better to send this inquiry to ports@. amd64@ has nothing > to do with maintaining ports. > > -- = > Gary Jennejohn gnome@ will doubtless be an alias for freebsd-gnome@ https://lists.freebsd.org/mailman/listinfo/freebsd-gnome so try freebsd-gnome@freebsd.org before ports@ Cheers, Julian -- = Julian Stacey, Consultant Systems Engineer, BSD Linux Unix, Munich Aachen = Kent http://stolenvotes.uk Brexit ref. stole votes from 700,000 Brits in EU. Lies bought; Campaigns fined; 1.9 M young had no vote, 1.3 M old leavers = dead.