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:   Thu, 9 Nov 2017 13:00:17 +0000
From:   James Hogan <james.hogan@...s.com>
To:     Zubair Lutfullah Kakakhel <Zubair.Kakakhel@...s.com>
CC:     <linux-mips@...ux-mips.org>, <ralf@...ux-mips.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 0/2] MIPS: Xilfpga: Switch to generic kernel

On Fri, Mar 31, 2017 at 10:00:40AM +0100, Zubair Lutfullah Kakakhel wrote:
> Hi,
> 
> Couple of patches that convert the MIPSfpga platform to using
> the generic kernels
> 
> Based on v4.11-rc4.

Thanks, Applied for 4.15.

Tweaks to fix conflicts:
- Use separate board-xilfpga.its.S.
- Add 32r2 and little endian requires to board-xilfpga.config
- Update arch/mips/Makefile snippet and move to end

Cheers
James


> 
> Regards,
> ZubairLK
> 
> Zubair Lutfullah Kakakhel (2):
>   MIPS: generic: Add support for MIPSfpga
>   MIPS: Xilfpga: Switch to using generic defconfigs
> 
>  arch/mips/Kbuild.platforms                     |  1 -
>  arch/mips/Kconfig                              | 24 ---------
>  arch/mips/Makefile                             |  4 ++
>  arch/mips/boot/dts/xilfpga/Makefile            |  2 +-
>  arch/mips/boot/dts/xilfpga/nexys4ddr.dts       |  8 +++
>  arch/mips/configs/generic/board-xilfpga.config | 19 +++++++
>  arch/mips/configs/xilfpga_defconfig            | 75 --------------------------
>  arch/mips/generic/Kconfig                      |  6 +++
>  arch/mips/generic/vmlinux.its.S                | 25 +++++++++
>  arch/mips/xilfpga/Kconfig                      |  9 ----
>  arch/mips/xilfpga/Makefile                     |  7 ---
>  arch/mips/xilfpga/Platform                     |  3 --
>  arch/mips/xilfpga/init.c                       | 44 ---------------
>  arch/mips/xilfpga/intc.c                       | 22 --------
>  arch/mips/xilfpga/time.c                       | 41 --------------
>  15 files changed, 63 insertions(+), 227 deletions(-)
>  create mode 100644 arch/mips/configs/generic/board-xilfpga.config
>  delete mode 100644 arch/mips/configs/xilfpga_defconfig
>  delete mode 100644 arch/mips/xilfpga/Kconfig
>  delete mode 100644 arch/mips/xilfpga/Makefile
>  delete mode 100644 arch/mips/xilfpga/Platform
>  delete mode 100644 arch/mips/xilfpga/init.c
>  delete mode 100644 arch/mips/xilfpga/intc.c
>  delete mode 100644 arch/mips/xilfpga/time.c
> 
> -- 
> 2.10.2
> 
> 

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ