From owner-svn-src-all@freebsd.org Wed Jan 24 18:33:33 2018 Return-Path: Delivered-To: svn-src-all@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 09D02EBD056; Wed, 24 Jan 2018 18:33:33 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f170.google.com (mail-io0-f170.google.com [209.85.223.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90BB26EDB1; Wed, 24 Jan 2018 18:33:32 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f170.google.com with SMTP id t22so5843789ioa.7; Wed, 24 Jan 2018 10:33:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=xTVQMtWw+yuUQIzSdrMDY715bw0yQXVpOdaoN4/7bjo=; b=rbbCr6MqCfq1mbRthnWGd02abNN3TjMI0MqCUoxRYYCDSShK5CEu1isXBhhTtu+r1s P2zJJWJzdYJ4lrpj+lmEUjq0zVt50Tyy77jbg/zmNxuTMPYdCcZx4OfbvPbnXh7wKDGl YZOAorL3t72eE3daiUXbtx+iD1lA7RPWVff3jccpP0FW2PlqNuw9GnbUM+4a5KIgkQUA WadfsPA11RTRdZxopW5FrGlbj2Hh2aewRiwQK8D3rKNHiSNfCPioh1M1juH2DwCJrrbL S1IPvDyJo0wXZXtoEGYyM79owPxolQ9grPk8cSgG1kFjZYwXErua6RoJ/h4OYnbyyboh 1jLQ== X-Gm-Message-State: AKwxytdlzx7M0VTHj7PqQqwjnfm1LFQRlhdmZpYc+nJxuEJGroHnSGRv i+OuyAj9AvUY9JuV6ul/Mww5GZnk X-Google-Smtp-Source: AH8x225AQeF0jys3JFm3ynXKfaMG7gRzVeKFLLfJ72KsOLThcmmBNIvRO+JS6PrpxCQdrp/u5cuBSA== X-Received: by 10.107.22.199 with SMTP id 190mr10308664iow.242.1516818805876; Wed, 24 Jan 2018 10:33:25 -0800 (PST) Received: from mail-io0-f175.google.com (mail-io0-f175.google.com. [209.85.223.175]) by smtp.gmail.com with ESMTPSA id s70sm593494itb.0.2018.01.24.10.33.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Jan 2018 10:33:25 -0800 (PST) Received: by mail-io0-f175.google.com with SMTP id f34so5837440ioi.13; Wed, 24 Jan 2018 10:33:25 -0800 (PST) X-Received: by 10.107.6.130 with SMTP id f2mr9396220ioi.117.1516818805399; Wed, 24 Jan 2018 10:33:25 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.95.152 with HTTP; Wed, 24 Jan 2018 10:33:24 -0800 (PST) In-Reply-To: References: <201801211542.w0LFgbsp005980@repo.freebsd.org> <51ff8aef-5660-7857-e4d5-12cdc77bc071@FreeBSD.org> <20180124182548.X1063@besplex.bde.org> <1516817048.42536.182.camel@freebsd.org> From: Conrad Meyer Date: Wed, 24 Jan 2018 10:33:24 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r328218 - in head/sys: amd64/amd64 arm/xscale/ixp425 arm64/arm64 cam cam/ctl compat/ndis dev/aacraid dev/advansys dev/ath dev/beri/virtio dev/bnxt dev/bwn dev/ciss dev/cxgbe/crypto dev/... To: Warner Losh Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 24 Jan 2018 18:33:33 -0000 Bruce didn't get this wrong, you've just misread his (style / opinion) complaint as an actual bug (which is kind of the whole reason why it's hard to treat his complaints seriously): > size_t happens to have the same representation as u_long on all supported arches So yes, the check works on i386. Best, Conrad On Wed, Jan 24, 2018 at 10:28 AM, Warner Losh wrote: > Does mallocarray(10 ,1Gb) panic on i386? It does not. It should. > > Warner > > On Jan 24, 2018 11:20 AM, "Conrad Meyer" wrote: >> >> Please point out what in Bruce's rant is actually relevant. Again, I >> usually start reading them and get sidetracked in things that are >> opinions stated as fact, or outright incorrect. At which point, I >> give up on them. >> >