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>] [day] [month] [year] [list]
Date:	Wed, 02 Oct 2013 23:52:06 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	torvalds@...ux-foundation.org
CC:	akpm@...ux-foundation.org, sparclinux@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT] Sparc


Couple small bug fixes:

1) strlcpy in ldom_reboot() is still not quite right, use sprintf
   instead from Kees Cook.

2) Generic hugetlb interface pte checks should use the widest return
   type, otherwise high bits can get chopped off.

3) Fix build with PCI MSI enabled on 32-bit sparc.

Please pull, thanks a lot!

The following changes since commit c31eeaced22ce8bd61268a3c595d542bb38c0a4f:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2013-10-01 12:58:48 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master

for you to fetch changes up to a988fb806d72d4e3a0edbeaece3f2f1172ce44b8:

  sparc: fix MSI build failure on Sparc32 (2013-10-02 20:02:35 -0400)

----------------------------------------------------------------
David Miller (1):
      mm: Fix generic hugetlb pte check return type.

Kees Cook (1):
      sparc: fix ldom_reboot buffer overflow harder

Michael Opdenacker (1):
      sparc: remove deprecated IRQF_DISABLED

Thomas Petazzoni (1):
      sparc: fix MSI build failure on Sparc32

 arch/sparc/Kconfig                 | 7 ++++++-
 arch/sparc/include/asm/floppy_64.h | 2 +-
 arch/sparc/kernel/Makefile         | 3 ++-
 arch/sparc/kernel/ds.c             | 5 ++---
 arch/sparc/kernel/ldc.c            | 4 ++--
 include/asm-generic/hugetlb.h      | 4 ++--
 6 files changed, 15 insertions(+), 10 deletions(-)
--
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