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] [day] [month] [year] [list]
Date:   Tue, 20 Sep 2016 14:44:38 -0400
From:   Chris Metcalf <cmetcalf@...lanox.com>
To:     Paul Gortmaker <paul.gortmaker@...driver.com>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] tile: migrate exception table users off module.h and onto
 extable.h

On 9/19/2016 5:34 PM, Paul Gortmaker wrote:
> These files were only including module.h for exception table
> related functions.  We've now separated that content out into its
> own file "extable.h" so now move over to that and avoid all the
> extra header content in module.h that we don't really need to compile
> these files.
>
> Cc: Chris Metcalf<cmetcalf@...lanox.com>
> Signed-off-by: Paul Gortmaker<paul.gortmaker@...driver.com>
> ---
>
> [see:https://lkml.org/lkml/2016/7/24/224  for additional context if needed]
>
>   arch/tile/kernel/unaligned.c | 2 +-
>   arch/tile/mm/extable.c       | 2 +-
>   arch/tile/mm/fault.c         | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)

Thanks!  Taken into the tile tree.

-- 
Chris Metcalf, Mellanox Technologies
http://www.mellanox.com

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ