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, 5 Apr 2017 13:57:12 +0100
From:   Ben Hutchings <ben@...adent.org.uk>
To:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        torvalds@...ux-foundation.org, Jiri Slaby <jslaby@...e.cz>,
        stable@...r.kernel.org
Cc:     lwn@....net
Subject: Linux 3.16.43

I'm announcing the release of the 3.16.43 kernel.

All users of the 3.16 kernel series should upgrade.

The updated 3.16.y git tree can be found at:
        https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.16.y
and can be browsed at the normal kernel.org git web browser:
        https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git

The diff from 3.16.42 is attached to this message.

Ben.

------------

 Documentation/networking/netlink_mmap.txt | 339 --------------
 Makefile                                  |   2 +-
 arch/mips/Makefile                        |   9 +
 arch/mips/include/asm/asmmacro-32.h       |   6 +
 arch/mips/include/asm/asmmacro.h          | 129 +++++-
 arch/mips/include/asm/fpregdef.h          |  14 +
 arch/mips/include/asm/fpu.h               |  15 +-
 arch/mips/include/asm/mipsregs.h          |  26 +-
 arch/mips/include/asm/msa.h               |  23 +-
 arch/mips/include/asm/uaccess.h           |   5 +-
 arch/mips/kernel/asm-offsets.c            |   1 +
 arch/mips/kernel/branch.c                 |   8 +-
 arch/mips/kernel/genex.S                  |   1 +
 arch/mips/kernel/r2300_fpu.S              |   6 +
 arch/mips/kernel/r2300_switch.S           |   5 +
 arch/mips/kernel/r4k_fpu.S                |  29 +-
 arch/mips/kernel/r4k_switch.S             |  24 +-
 arch/mips/kernel/r6000_fpu.S              |   5 +
 arch/mips/kernel/traps.c                  |  39 +-
 arch/mips/math-emu/cp1emu.c               |   6 +-
 arch/mips/ralink/prom.c                   |   9 +-
 crypto/Makefile                           |   2 +
 drivers/atm/iphase.c                      |   2 +-
 drivers/hid/hid-input.c                   |   2 +-
 drivers/mmc/host/sunxi-mmc.c              |   5 +-
 drivers/tty/serial/samsung.c              |   4 +-
 fs/aio.c                                  |   1 +
 fs/compat.c                               |  10 +-
 fs/exec.c                                 |  10 +-
 fs/internal.h                             |   2 +-
 fs/namespace.c                            |  26 +-
 fs/nfs/nfs4proc.c                         |  11 +-
 fs/open.c                                 |   2 +-
 fs/proc/root.c                            |   2 +-
 fs/sysfs/mount.c                          |   3 +-
 include/linux/blkdev.h                    |   2 +-
 include/linux/fs.h                        |   3 +
 include/uapi/linux/netlink.h              |   4 +
 include/uapi/linux/netlink_diag.h         |   2 +
 kernel/sys.c                              |   3 +-
 mm/mmap.c                                 |   4 +-
 mm/nommu.c                                |   2 +-
 net/netlink/Kconfig                       |   9 -
 net/netlink/af_netlink.c                  | 738 +-----------------------------
 net/netlink/af_netlink.h                  |  15 -
 net/netlink/diag.c                        |  39 --
 security/keys/keyring.c                   |   6 +-
 security/security.c                       |   2 +-
 48 files changed, 366 insertions(+), 1246 deletions(-)

Andre Przywara (1):
      fs/nfs: fix new compiler warning about boolean in switch

Arnd Bergmann (2):
      crypto: improve gcc optimization flags for serpent and wp512
      mmc: sunxi: avoid invalid pointer calculation

Ben Hutchings (2):
      keys: Guard against null match function in keyring_search_aux()
      Linux 3.16.43

Eric W. Biederman (1):
      vfs: Commit to never having exectuables on proc and sysfs.

Fabio Estevam (1):
      serial: samsung: Use %pa to print 'resource_size_t' type

Florian Westphal (1):
      netlink: remove mmapped netlink support

James C Boyd (1):
      HID: hid-input: Add parentheses to quell gcc warning

James Hogan (2):
      MIPS: mipsregs.h: Add write_32bit_cp1_register()
      MIPS: traps: Fix inline asm ctc1 missing .set hardfloat

Jann Horn (1):
      aio: mark AIO pseudo-fs noexec

John Crispin (1):
      MIPS: ralink: Cosmetic change to prom_init().

Linus Torvalds (1):
      blk: rq_data_dir() should not return a boolean

Manuel Lauss (1):
      MIPS: Fix build with binutils 2.24.51+

Paul Burton (9):
      MIPS: allow msa.h to be included in assembly files
      MIPS: save/restore MSACSR register on context switch
      MIPS: preserve scalar FP CSR when switching vector context
      MIPS: save/disable MSA in lose_fpu
      MIPS: init upper 64b of vector registers when MSA is first used
      MIPS: Push .set mips64r* into the functions needing it
      MIPS: assume at as source/dest of MSA copy/insert instructions
      MIPS: remove MSA macro recursion
      MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA support

Ralf Baechle (1):
      MIPS: Zero variable read by get_user / __get_user in case of an error.

Tillmann Heidsieck (1):
      atm: iphase: fix misleading indention

Tim Gardner (1):
      fs: namespace: suppress 'may be used uninitialized' warnings


View attachment "linux-3.16.43.patch" of type "text/x-diff" (76399 bytes)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ