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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 15 Dec 2019 12:10:34 -0800 (PST)
From:   Paul Walmsley <paul.walmsley@...ive.com>
To:     torvalds@...ux-foundation.org
cc:     linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org
Subject: [GIT PULL] RISC-V updates for v5.5-rc2

Linus,

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.5-rc2

for you to fetch changes up to bc3e8f5d42d5cfac3f7ac9b458c2eeb02e8b1cf7:

  riscv: only select serial sifive if TTY is enabled (2019-12-08 20:29:01 -0800)

----------------------------------------------------------------
RISC-V updates for v5.5-rc2

Two minor build fixes:

- Fix builds of the ELF loader when built with 'make -j1' (nommu only)

- Fix CONFIG_SOC_SIFIVE builds when CONFIG_TTY is disabled (found
  during randconfig testing)

----------------------------------------------------------------
Kefeng Wang (1):
      riscv: only select serial sifive if TTY is enabled

Olof Johansson (1):
      riscv: Fix build dependency for loader

 arch/riscv/Kconfig.socs  | 4 ++--
 arch/riscv/boot/Makefile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Kernel object size difference:
   text	   data	    bss	    dec	    hex	filename
6894571	2330908	 313920	9539399	 918f47	vmlinux.rv64.orig
6894571	2330908	 313920	9539399	 918f47	vmlinux.rv64.patched
6655594	1939880	 257640	8853114	 87167a	vmlinux.rv32.orig
6655594	1939880	 257640	8853114	 87167a	vmlinux.rv32.patched
1172124	 354264	 130024	1656412	 19465c	vmlinux.nommu_virt.orig
1172124	 354264	 130024	1656412	 19465c	vmlinux.nommu_virt.patched

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ