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, 17 Sep 2013 13:30:55 -0400
From:	Chris Metcalf <cmetcalf@...era.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] additional arch/tile changes for v3.12

This pull request is (IMO) suitable for 3.12-rc2 as well, since it introduces
no new features and is purely cleanup (and deletes more lines of code than
it adds - always a good attribute!).

On 9/16/2013 5:01 PM, Chris Metcalf wrote:
> Linus,
>
> Please pull the following changes for 3.12 from:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git master
>
> This second batch of changes is just cleanup of various kinds from
> doing some tidying work in the sources.  Some dead code is removed,
> comment typos fixed, whitespace and style issues cleaned up, and some
> header updates from our internal "upstream" architecture team.
>
> Chris Metcalf (8):
>       tile: fix typos in comment in arch/tile/kernel/unaligned.c
>       tile: use pmd_pfn() instead of casting via pte_t
>       tile: remove HUGE_VMAP dead code
>       tile: remove stale arch/tile/kernel/futex_64.S
>       tile: double default VMALLOC space
>       tile: improve gxio iorpc autogenerated code style
>       tile: <arch/> header updates from upstream
>       tile: remove stray blank space
>
>  arch/tile/Kconfig                         |  2 +-
>  arch/tile/gxio/iorpc_mpipe.c              | 90 +++++++++++++++----------------
>  arch/tile/gxio/iorpc_mpipe_info.c         | 15 +++---
>  arch/tile/gxio/iorpc_trio.c               | 28 +++++-----
>  arch/tile/gxio/iorpc_usb_host.c           |  8 +--
>  arch/tile/gxio/usb_host.c                 |  8 +--
>  arch/tile/include/arch/mpipe.h            | 24 ++++++---
>  arch/tile/include/arch/mpipe_constants.h  |  6 +--
>  arch/tile/include/arch/mpipe_shm.h        | 54 +++++++++++--------
>  arch/tile/include/arch/trio_constants.h   | 10 ++--
>  arch/tile/include/asm/page.h              |  5 +-
>  arch/tile/include/asm/pgtable_32.h        | 12 +----
>  arch/tile/include/asm/pgtable_64.h        |  4 +-
>  arch/tile/include/gxio/iorpc_mpipe.h      | 52 +++++++++---------
>  arch/tile/include/gxio/iorpc_mpipe_info.h | 12 ++---
>  arch/tile/include/gxio/iorpc_trio.h       | 28 +++++-----
>  arch/tile/include/gxio/iorpc_usb_host.h   |  8 +--
>  arch/tile/include/gxio/usb_host.h         |  8 +--
>  arch/tile/kernel/compat.c                 |  2 +-
>  arch/tile/kernel/futex_64.S               | 55 -------------------
>  arch/tile/kernel/setup.c                  |  3 +-
>  arch/tile/kernel/unaligned.c              |  4 +-
>  arch/tile/mm/fault.c                      |  2 -
>  arch/tile/mm/init.c                       |  4 --
>  arch/tile/mm/pgtable.c                    |  3 +-
>  25 files changed, 197 insertions(+), 250 deletions(-)
>  delete mode 100644 arch/tile/kernel/futex_64.S
>

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ