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:	Tue, 21 Jul 2015 22:15:42 -0400
From:	Sasha Levin <sasha.levin@...cle.com>
To:	LKML <linux-kernel@...r.kernel.org>,
	stable <stable@...r.kernel.org>
Subject: Linux 3.18.19

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm announcing the release of the 3.18.19 kernel.

All users of the 3.18 kernel series must upgrade.

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



- ----------------------------------------------------------------
Linux 3.18.19

- ----------------------------------------------------------------
Bandan Das (1):
      KVM: nSVM: Check for NRIPS support before updating control field

Borislav Petkov (1):
      x86/boot: Fix overflow warning with 32-bit binutils

Chen Gang (1):
      netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnings

Cornelia Huck (1):
      KVM: s390: virtio-ccw: don't overwrite config space values

David Vrabel (1):
      x86/xen: allow privcmd hypercalls to be preempted

Eric W. Biederman (4):
      mnt: Refactor the logic for mounting sysfs and proc in a user namespace
      mnt: Modify fs_fully_visible to deal with locked ro nodev and atime
      vfs: Remove incorrect debugging WARN in prepend_path
      vfs: Ignore unlocked mounts in fs_fully_visible

Eugene Shatokhin (1):
      kprobes/x86: Return correct length in __copy_instruction()

Fabian Frederick (3):
      fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"
      fs/ufs: restore s_lock mutex
      fs/ufs: restore s_lock mutex_init()

Filipe Manana (1):
      Btrfs: make xattr replace operations atomic

Geoff Levand (1):
      arm64/kvm: Fix assembler compatibility of macros

Ian Wilson (1):
      netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()

J. Bruce Fields (1):
      selinux: fix setting of security labels on NFS

Jan Kara (3):
      fs: Fix S_NOSEC handling
      ufs: Fix warning from unlock_new_inode()
      ufs: Fix possible deadlock when looking up directories

Jim Snow (1):
      sb_edac: Fix erroneous bytes->gigabytes conversion

Joerg Roedel (1):
      iommu/amd: Handle large pages correctly in free_pagetable

Konrad Rzeszutek Wilk (1):
      config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected

Marc Zyngier (1):
      arm: KVM: force execution of HCPTR access on VM exit

Nicolas Dichtel (1):
      rtnl: restore notifications for deleted interfaces

Nicolas Ferre (1):
      tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send

Oleg Nesterov (1):
      perf: Fix ring_buffer_attach() RCU sync, again

Oliver Hartkopp (1):
      can: fix loss of CAN frames in raw_rcv

Pablo Neira Ayuso (2):
      netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set
      netfilter: nf_tables: allow to change chain policy without hook if it exists

Palik, Imre (1):
      perf/x86: Honor the architectural performance monitoring version

Peter Hutterer (1):
      Input: synaptics - add min/max quirk for Lenovo S540

Quentin Casasnovas (1):
      x86/microcode/intel: Guard against stack overflow in the loader

Radim Krčmář (2):
      KVM: x86: make vapics_in_nmi_mode atomic
      KVM: x86: properly restore LVT0

Rui Miguel Silva (1):
      usb: gadget: f_fs: add extra check before unregister_gadget_item

Sasha Levin (3):
      Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"
      Revert "Input: synaptics - add min/max quirk for Lenovo S540"
      Linux 3.18.19

Sebastien Szymanski (1):
      ARM: clk-imx6q: refine sata's parent

Steven Rostedt (1):
      tracing: Have filter check for balanced ops

 Makefile                                    |   2 +-
 arch/arm/kvm/interrupts.S                   |  10 +-
 arch/arm/kvm/interrupts_head.S              |  20 +++-
 arch/arm/mach-imx/clk-imx6q.c               |   2 +-
 arch/arm64/include/asm/kvm_arm.h            |  21 ++--
 arch/x86/Kconfig                            |   2 +-
 arch/x86/include/asm/kvm_host.h             |   2 +-
 arch/x86/kernel/cpu/microcode/intel_early.c |   2 +-
 arch/x86/kernel/cpu/perf_event_intel.c      |  12 +--
 arch/x86/kernel/entry_32.S                  |   3 +
 arch/x86/kernel/entry_64.S                  |   3 +
 arch/x86/kernel/head_32.S                   |  13 ++-
 arch/x86/kernel/kprobes/core.c              |   7 +-
 arch/x86/kvm/i8254.c                        |   2 +-
 arch/x86/kvm/lapic.c                        |   5 +-
 arch/x86/kvm/svm.c                          |   8 +-
 drivers/edac/sb_edac.c                      |  38 +++----
 drivers/input/mouse/synaptics.c             |   1 +
 drivers/iommu/amd_iommu.c                   |   6 ++
 drivers/net/can/dev.c                       |   5 +
 drivers/net/can/slcan.c                     |   1 +
 drivers/net/can/vcan.c                      |   3 +
 drivers/s390/kvm/virtio_ccw.c               |  11 +-
 drivers/tty/serial/atmel_serial.c           |   7 +-
 drivers/usb/gadget/function/f_fs.c          |  10 +-
 drivers/xen/Makefile                        |   2 +-
 drivers/xen/preempt.c                       |  44 ++++++++
 drivers/xen/privcmd.c                       |   2 +
 fs/btrfs/ctree.c                            |   2 +-
 fs/btrfs/ctree.h                            |   5 +
 fs/btrfs/dir-item.c                         |  10 +-
 fs/btrfs/xattr.c                            | 150 +++++++++++++++++-----------
 fs/dcache.c                                 |  11 --
 fs/inode.c                                  |   4 +-
 fs/namespace.c                              |  34 ++++++-
 fs/nfs/nfs4proc.c                           |   2 -
 fs/proc/root.c                              |   5 +-
 fs/sysfs/mount.c                            |   5 +-
 fs/ufs/balloc.c                             |  34 +++----
 fs/ufs/ialloc.c                             |  16 +--
 fs/ufs/inode.c                              |   5 +-
 fs/ufs/namei.c                              |  22 ++--
 fs/ufs/super.c                              |  11 ++
 fs/ufs/ufs.h                                |   1 +
 include/linux/fs.h                          |   2 +-
 include/xen/xen-ops.h                       |  26 +++++
 kernel/events/core.c                        |  14 +--
 kernel/trace/trace_events_filter.c          |   9 +-
 net/can/af_can.c                            |   6 +-
 net/core/rtnetlink.c                        |   3 -
 net/netfilter/nf_tables_api.c               |   5 +-
 net/netfilter/nfnetlink_cthelper.c          |   7 +-
 net/netfilter/nft_compat.c                  |   6 ++
 security/selinux/hooks.c                    |   3 +-
 54 files changed, 433 insertions(+), 209 deletions(-)
 create mode 100644 drivers/xen/preempt.c
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVrvzKAAoJEN6mb/eXdyzcpuAP/02uNr7KOFlhD8EPcnBI96H3
/uCJs3kf6KKLdYgGc65KUuKGf6TDka29Fd+h2L9F2So/VD0fDlNeIGTPPVKRbSQt
B+j/Yp/TNFTp3t0bE/OG4bWgQQHerLZUGDQvuIr2MgDpUR+NxM5Ti8fuuqUj/ac6
C6UmogK+abk4z5MhaGxx68m4HgET/mtZPzyqRFTqk6QCiv/UPnAbq6NiOfzeJDe9
QiW6z7mvSLTGGrqYk0GlCeIp4feirfEvt+FTi//2lMEwwe0unZFW3+7auUWxMjZK
xYmFcHDHceu9iK03f0C1xG73CcoUqT7AJTEB3758KsyBK6JWmTB4B4q2sQm4pFvR
7XQZD161WSd7sKtmhOTaJL1wv4QEScg5MWj002n+E5TEXlC+0ZS0i3ggHb1L+ktB
W7SM8OFf4JgOWIfwjPPgmYavfneTFTc/DFwQMxciVpvBiMivolHmQUvHpOTrd1w1
I5qZyVK74nN4jf8bjC3Yr4NtOq7ByXWRqj6BR0L8eni/TI00xGvKVjOP/rb5yA/R
eNNBpnotmarsYOV4xSA7OQ4pH1MWSOXK7BC/x4469NMJ7UO0T9LA2OhWnYKJEM8Y
IH+Qfkrfl0HJCxkfwJbII76BZuSLTc/K9iarx9K3ecNUWFnKVBTwLYDGyPzkQ8EY
REj4Hp6vGis2pjIy+7H+
=q05E
-----END PGP SIGNATURE-----
--
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