lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3612df6e-940e-9541-558c-be1f742c469f@ti.com>
Date:   Mon, 13 Mar 2017 19:05:49 +0530
From:   Sekhar Nori <nsekhar@...com>
To:     Roger Quadros <rogerq@...com>, <paul@...an.com>, <tony@...mide.com>
CC:     <bcousson@...libre.com>, <t-kristo@...com>,
        <linux-omap@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/4] ARM: OMAP2+: omap_hwmod: provide space for more hwmod
 flags

On Monday 13 March 2017 05:23 PM, Roger Quadros wrote:
> From: Sekhar Nori <nsekhar@...com>
> 
> 'flags' member of omap_hwmod structure is fast running
> out of space with 16 different flags already defined.
> 
> Make flags a 32-bit entity so as to allow for more flags.
> 
> This results is a ~2.3K data section size increase with
> TI config fragments.

This line needs to be changed to refer to omap2plus_defconfig.

> 
> before:
>    text	   data	    bss	    dec	    hex	filename
> 8886648	 610452	 261876	9758976	 94e900	vmlinux
> 
> after:
>    text	   data	    bss	    dec	    hex	filename
> 8886584	 612820	 261876	9761280	 94f200	vmlinux

I guess this data is probably stale as well. Here is the before and
after numbers using omap2plus_defconfig on v4.11-rc2

before:
   text	   data	    bss	    dec	    hex	filename
8186930	3082444	8252992	19522366	129e33e	vmlinux

after:
   text	   data	    bss	    dec	    hex	filename
8186922	3084812	8252992	19524726	129ec76	vmlinux

The size increase remains at ~2.3K in data section.

Thanks,
Sekhar

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ