From owner-svn-src-all@freebsd.org Fri May 27 05:21:09 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA683B46BAD; Fri, 27 May 2016 05:21:09 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (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 763401FC0; Fri, 27 May 2016 05:21:09 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x230.google.com with SMTP id p64so25111288ioi.2; Thu, 26 May 2016 22:21:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=6XRqYZUUKdHS1o2DRVbkko8lm9iLuw76UiyvR9Z4FR8=; b=G4gGh+QjwU80wpzkiFcZuvrUHHFPp3Z9J5OL6/kAVwP24WarqG7+qNaS8jYA6LOgEe 3EzoWv+MbToCBB9WOcs7FdJAYj+whgNLaSpl8rrhqBmf/dPNGVEwggW5NdCff8mlr4Wi CGwK6jPC7NRW2CGyPdFBePzjhV34utOJE97k5f4iJirDCOPe3VWLKGbeZ7JkITfmXifN Ke4TIL4wJwe+J2Es5tanThfxT4X5f16HPGRp5uVzsWzqZCwZ8gQqJLiwhGL5ac/YsPyY eodgOFPzRQJcuWnR45eH72sU9FVV6XtymnUAOzzappco3u+uPqAf/jO7NHXxz6xkv8qE Lsmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=6XRqYZUUKdHS1o2DRVbkko8lm9iLuw76UiyvR9Z4FR8=; b=i0zlnzk324JG3Sy4s13+nroYvjQzD9FdhPJgJ8C99YFSDpTDXhe63SpipfIKKnqAkN k5/JMWQ5lbSQNWrNq6RDLEnJHJ+wtv75tqA/pHkF4RGIVeHH9ctsVZC91duNRnI8+FyS JlkS2eaN7sXm5ZjG3NM5nSG1+E4awJTAuq0JE0idq3HeUhfp4JRDl9DriIwQUzQJ7krO s29mir9OjBT5Jj/CNg6X/iPm0b5/YesWUCGzXWQ28J7OgL9W+I/YKzHPz8vqddpXUYhz LRx0OUlwoAWOBWqW1acRv5foWZmnm9M/IU/FcQyBHDLuEST01PTPivrDKrxA/aFjIEtU ypGg== X-Gm-Message-State: ALyK8tIXsruJ6kYWyUVlgxyyRoFIhvMZZuNDFxJWD4KI3o2n/q/3XrtixKc1iZZDzsPgqdFhm1DfUgZsGl58vA== MIME-Version: 1.0 X-Received: by 10.107.8.142 with SMTP id h14mr12070913ioi.95.1464326468775; Thu, 26 May 2016 22:21:08 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.179.6 with HTTP; Thu, 26 May 2016 22:21:08 -0700 (PDT) In-Reply-To: <201605261929.u4QJTTV5085421@repo.freebsd.org> References: <201605261929.u4QJTTV5085421@repo.freebsd.org> Date: Fri, 27 May 2016 07:21:08 +0200 X-Google-Sender-Auth: qSlJg5VwiDCCN29J6NYfpi_YnQM Message-ID: Subject: Re: svn commit: r300773 - in head/sys: crypto crypto/aesni crypto/sha2 crypto/siphash kern sys From: Antoine Brodin To: "Conrad E. Meyer" Cc: src-committers@freebsd.org, 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.22 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: Fri, 27 May 2016 05:21:09 -0000 On Thu, May 26, 2016 at 9:29 PM, Conrad E. Meyer wrote: > Author: cem > Date: Thu May 26 19:29:29 2016 > New Revision: 300773 > URL: https://svnweb.freebsd.org/changeset/base/300773 > > Log: > crypto routines: Hint minimum buffer sizes to the compiler > > Use the C99 'static' keyword to hint to the compiler IVs and output digest > sizes. The keyword informs the compiler of the minimum valid size for a given > array. Obviously not every pointer can be validated (i.e., the compiler can > produce false negative but not false positive reports). > > No functional change. No ABI change. > > Sponsored by: EMC / Isilon Storage Division This breaks some ports: http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p415919_s300812/logs/errors/x265-1.9.log Cheers, Antoine