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-next>] [day] [month] [year] [list]
Date:   Sat, 20 May 2017 15:13:21 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.11.2

I'm announcing the release of the 4.11.2 kernel.

All users of the 4.11 kernel series must upgrade.

The updated 4.11.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.11.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

thanks,

greg k-h

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

 Makefile                                     |    2 
 arch/arm/kvm/psci.c                          |    8 +
 arch/arm64/include/asm/kvm_emulate.h         |    6 +
 arch/arm64/kvm/sys_regs.c                    |    8 -
 arch/powerpc/kernel/nvram_64.c               |    1 
 arch/x86/boot/boot.h                         |    2 
 arch/x86/events/intel/rapl.c                 |    2 
 arch/x86/include/asm/pmem.h                  |    2 
 arch/x86/kvm/lapic.c                         |   22 ++-
 arch/x86/kvm/x86.c                           |   53 +++++----
 arch/x86/um/ptrace_64.c                      |    2 
 arch/x86/xen/mmu.c                           |    7 -
 block/blk-integrity.c                        |    3 
 crypto/algif_aead.c                          |  157 +++++++++++++++++++++++++--
 drivers/Makefile                             |    1 
 drivers/ata/libata-scsi.c                    |    8 +
 drivers/bluetooth/hci_bcm.c                  |    5 
 drivers/bluetooth/hci_intel.c                |   13 ++
 drivers/char/ipmi/ipmi_ssif.c                |    4 
 drivers/crypto/ccp/ccp-dev-v3.c              |  120 ++++++++++++--------
 drivers/crypto/ccp/ccp-dev-v5.c              |  114 +++++++++++--------
 drivers/crypto/ccp/ccp-dev.h                 |    8 -
 drivers/crypto/ccp/ccp-pci.c                 |    2 
 drivers/crypto/s5p-sss.c                     |    5 
 drivers/dax/dax.c                            |   55 +++------
 drivers/infiniband/core/device.c             |   33 +++--
 drivers/infiniband/core/sysfs.c              |    2 
 drivers/infiniband/core/verbs.c              |    8 +
 drivers/infiniband/hw/hfi1/ruc.c             |   26 ++--
 drivers/infiniband/hw/hfi1/verbs.c           |    4 
 drivers/infiniband/hw/hfi1/verbs.h           |    6 -
 drivers/infiniband/hw/mlx4/main.c            |    1 
 drivers/infiniband/hw/mlx4/mcg.c             |    3 
 drivers/infiniband/ulp/ipoib/ipoib_fs.c      |    3 
 drivers/infiniband/ulp/ipoib/ipoib_main.c    |   44 ++++++-
 drivers/infiniband/ulp/ipoib/ipoib_vlan.c    |    3 
 drivers/md/dm-crypt.c                        |    8 +
 drivers/md/dm-era-target.c                   |    8 -
 drivers/md/dm-rq.c                           |    6 -
 drivers/md/dm-thin.c                         |    1 
 drivers/md/raid1.c                           |    2 
 drivers/nvdimm/btt_devs.c                    |    2 
 drivers/nvdimm/claim.c                       |   23 ++-
 drivers/nvdimm/dax_devs.c                    |    2 
 drivers/nvdimm/pfn_devs.c                    |    8 -
 drivers/nvdimm/pmem.c                        |   37 ++++--
 drivers/nvdimm/region_devs.c                 |   11 +
 drivers/staging/comedi/drivers/jr3_pci.c     |   13 +-
 drivers/staging/gdm724x/gdm_mux.c            |    3 
 drivers/staging/media/lirc/lirc_sir.c        |   20 +--
 drivers/staging/vt6656/usbpipe.c             |   31 ++++-
 drivers/staging/wilc1000/linux_wlan.c        |    3 
 drivers/target/iscsi/iscsi_target.c          |    1 
 drivers/target/iscsi/iscsi_target_configfs.c |    1 
 drivers/target/iscsi/iscsi_target_login.c    |    1 
 drivers/target/target_core_file.c            |    3 
 drivers/target/target_core_sbc.c             |    5 
 drivers/tty/pty.c                            |    7 -
 drivers/tty/serial/amba-pl011.c              |   31 +++--
 drivers/tty/serial/omap-serial.c             |    9 +
 drivers/tty/serial/samsung.c                 |   39 ++++--
 drivers/usb/class/cdc-wdm.c                  |  103 -----------------
 drivers/usb/core/driver.c                    |   21 +++
 drivers/usb/core/file.c                      |    9 +
 drivers/usb/core/hub.c                       |   11 +
 drivers/usb/gadget/Kconfig                   |    1 
 drivers/usb/host/xhci-mem.c                  |   13 ++
 drivers/usb/host/xhci-pci.c                  |    3 
 drivers/usb/host/xhci.h                      |    1 
 drivers/usb/misc/usbtest.c                   |    1 
 drivers/usb/serial/ftdi_sio.c                |    1 
 drivers/usb/serial/ftdi_sio_ids.h            |    6 +
 drivers/vfio/vfio_iommu_type1.c              |  110 ++++++++----------
 fs/block_dev.c                               |   11 -
 fs/ceph/xattr.c                              |    3 
 fs/cifs/cifs_unicode.c                       |    6 +
 fs/cifs/cifs_unicode.h                       |    5 
 fs/cifs/cifsfs.c                             |   15 ++
 fs/cifs/cifsglob.h                           |    1 
 fs/cifs/cifssmb.c                            |    3 
 fs/cifs/connect.c                            |   14 +-
 fs/cifs/ioctl.c                              |    7 +
 fs/cifs/misc.c                               |    2 
 fs/cifs/smb2misc.c                           |    5 
 fs/cifs/smb2ops.c                            |    1 
 fs/cifs/smb2pdu.c                            |   14 +-
 fs/crypto/fname.c                            |    2 
 fs/crypto/policy.c                           |   87 +++++++++++---
 fs/dax.c                                     |   59 ++--------
 fs/ext4/file.c                               |   21 ++-
 fs/ext4/inode.c                              |    5 
 fs/ext4/namei.c                              |    4 
 fs/f2fs/data.c                               |    2 
 fs/f2fs/dir.c                                |   50 ++++----
 fs/f2fs/f2fs.h                               |    3 
 fs/f2fs/gc.c                                 |    2 
 fs/f2fs/hash.c                               |    7 +
 fs/f2fs/inline.c                             |    4 
 fs/f2fs/inode.c                              |    2 
 fs/f2fs/namei.c                              |   20 +--
 fs/f2fs/segment.c                            |   11 -
 fs/f2fs/super.c                              |    2 
 fs/iomap.c                                   |   18 +--
 fs/jbd2/journal.c                            |    2 
 fs/orangefs/inode.c                          |    3 
 fs/orangefs/namei.c                          |    2 
 fs/orangefs/xattr.c                          |   26 +---
 fs/overlayfs/dir.c                           |    2 
 fs/pstore/platform.c                         |   10 +
 fs/pstore/ram_core.c                         |    2 
 fs/xattr.c                                   |    2 
 include/linux/dax.h                          |    1 
 include/linux/kvm_host.h                     |   16 +-
 include/linux/memcontrol.h                   |   64 ++++++++++-
 include/linux/mmzone.h                       |    2 
 init/initramfs.c                             |   16 +-
 kernel/cgroup/cgroup.c                       |   22 ++-
 kernel/padata.c                              |    2 
 mm/filemap.c                                 |   26 +---
 mm/memcontrol.c                              |   24 +---
 mm/page_alloc.c                              |    3 
 mm/truncate.c                                |   20 ++-
 mm/vmscan.c                                  |   94 ++++++++++++----
 mm/workingset.c                              |    7 +
 net/bluetooth/hci_sock.c                     |    3 
 net/core/datagram.c                          |   13 +-
 tools/perf/arch/s390/annotate/instructions.c |   30 +++++
 tools/perf/util/annotate.c                   |    8 +
 tools/perf/util/auxtrace.c                   |    4 
 tools/testing/selftests/x86/ldt_gdt.c        |   46 +++++++
 virt/kvm/kvm_main.c                          |   34 ++---
 131 files changed, 1402 insertions(+), 766 deletions(-)

Aditya Shankar (1):
      staging: wilc1000: Fix problem with wrong vif index

Adrian Hunter (1):
      perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()

Ajay Kaher (1):
      USB: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously

Alex Williamson (1):
      vfio/type1: Remove locked page accounting workqueue

Alexey Brodkin (1):
      usb: Make sure usb/phy/of gets built-in

Amir Goldstein (1):
      ovl: do not set overlay.opaque on non-dir create

Andrew Jones (1):
      KVM: arm/arm64: fix races in kvm_psci_vcpu_on

Andrey Ryabinin (2):
      fs: fix data invalidation in the cleancache during direct IO
      fs/block_dev: always invalidate cleancache in invalidate_bdev()

Andy Lutomirski (1):
      selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug

Ankit Kumar (1):
      pstore: Fix flags to enable dumps on powerpc

Ashish Kalra (1):
      x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup

Bart Van Assche (2):
      target/fileio: Fix zero-length READ and WRITE handling
      dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()

Ben Hutchings (1):
      x86, pmem: Fix cache flushing for iovec write < 8 bytes

Björn Jacke (2):
      CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
      CIFS: add misssing SFM mapping for doublequote

Bjørn Mork (1):
      USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"

Christian Borntraeger (2):
      perf annotate s390: Fix perf annotate error -95 (4.10 regression)
      perf annotate s390: Implement jump types for perf annotate

Christoph Hellwig (1):
      libata: reject passthrough WRITE SAME requests

Dan Williams (5):
      device-dax: fix cdev leak
      device-dax: fix sysfs attribute deadlock
      libnvdimm, region: fix flush hint detection crash
      libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering
      libnvdimm, pfn: fix 'npfns' vs section alignment

David Disseldorp (3):
      cifs: fix leak in FSCTL_ENUM_SNAPS response handling
      cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
      cifs: fix CIFS_IOC_GET_MNT_INFO oops

David Hildenbrand (1):
      KVM: x86: fix user triggerable warning in kvm_apic_accept_events()

Dennis Yang (1):
      dm thin: fix a memory leak when passing discard bio down

Ding Tianhong (1):
      iov_iter: don't revert iov buffer if csum error

Eric Biggers (3):
      ext4: evict inline data when writing to memory map
      fscrypt: fix context consistency check when key(s) unavailable
      fscrypt: avoid collisions when presenting long encrypted filenames

Gary R Hook (4):
      crypto: ccp - Use only the relevant interrupt bits
      crypto: ccp - Disable interrupts early on unload
      crypto: ccp - Change ISR handler method for a v3 CCP
      crypto: ccp - Change ISR handler method for a v5 CCP

Greg Kroah-Hartman (1):
      Linux 4.11.2

Guenter Roeck (2):
      usb: hub: Fix error loop seen after hub communication errors
      usb: hub: Do not attempt to autosuspend disconnected devices

Gustavo A. R. Silva (1):
      usb: misc: add missing continue in switch

Ian Abbott (2):
      staging: comedi: jr3_pci: fix possible null pointer dereference
      staging: comedi: jr3_pci: cope with jiffies wraparound

Jack Morgenstein (3):
      IB/core: Fix sysfs registration error flow
      IB/mlx4: Fix ib device initialization error flow
      IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level

Jaegeuk Kim (4):
      f2fs: fix wrong max cost initialization
      Revert "f2fs: put allocate_segment after refresh_sit_entry"
      f2fs: fix fs corruption due to zero inode page
      f2fs: check entire encrypted bigname when finding a dentry

Jan Kara (4):
      jbd2: fix dbench4 performance regression for 'nobarrier' mounts
      mm: fix data corruption due to stale mmap reads
      ext4: return to starting transaction in ext4_dax_huge_fault()
      f2fs: Make flush bios explicitely sync

Jason A. Donenfeld (1):
      padata: free correct variable

Joeseph Chang (1):
      ipmi: Fix kernel panic at ipmi_ssif_thread()

Johan Hovold (5):
      staging: gdm724x: gdm_mux: fix use-after-free on module unload
      serial: omap: fix runtime-pm handling on unbind
      serial: omap: suspend device on probe errors
      Bluetooth: hci_bcm: add missing tty-device sanity check
      Bluetooth: hci_intel: add missing tty-device sanity check

Johannes Weiner (1):
      mm: vmscan: fix IO/refault regression in cache workingset transition

Juergen Gross (1):
      xen: adjust early dom0 p2m handling to xen hypervisor behavior

Kees Cook (2):
      pstore: Use dynamic spinlock initializer
      pstore: Shut down worker when unregistering

Krzysztof Kozlowski (1):
      crypto: s5p-sss - Close possible race for completed requests

Linus Torvalds (1):
      initramfs: avoid "label at end of compound statement" error

Luis Henriques (1):
      ceph: fix memory leak in __ceph_setxattr()

Malcolm Priestley (2):
      staging: vt6656: use off stack for in buffer USB transfers.
      staging: vt6656: use off stack for out buffer USB transfers.

Marc Zyngier (1):
      arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses

Marek Szyprowski (2):
      serial: samsung: Use right device for DMA-mapping calls
      serial: samsung: Add missing checks for dma_map_single failure

Marek Vasut (1):
      USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit

Martin Brandenburg (4):
      orangefs: fix bounds check for listxattr
      orangefs: clean up oversize xattr validation
      orangefs: do not set getattr_time on orangefs_lookup
      orangefs: do not check possibly stale size on truncate

Michael J. Ruhl (1):
      IB/core: For multicast functions, verify that LIDs are multicast LIDs

Michal Hocko (1):
      fs/xattr.c: zero out memory copied to userspace in getxattr

Mike Marciniszyn (1):
      IB/hfi1: Prevent kernel QP post send hard lockups

Mike Snitzer (1):
      block: fix blk_integrity_register to use template's interval_exp if not 0

NeilBrown (1):
      md/raid1: avoid reusing a resync bio after error handling.

Nicholas Bellinger (2):
      target: Fix compare_and_write_callback handling for non GOOD status
      iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement

Ondrej Kozina (1):
      dm crypt: rewrite (wipe) key in crypto layer using random data

Paolo Bonzini (1):
      Revert "KVM: Support vCPU-based gfn->hva cache"

Parav Pandit (1):
      IB/core: Fix kernel crash during fail to initialize device

Peter Chen (1):
      usb: host: xhci: print correct command ring address

Rabin Vincent (1):
      CIFS: fix oplock break deadlocks

Richard Weinberger (1):
      um: Fix PTRACE_POKEUSER on x86_64

Roger Quadros (1):
      usb: xhci: bInterval quirk for TI TUSB73x0

Romain Izard (1):
      usb: gadget: legacy gadgets are optional

Ross Zwisler (2):
      dax: prevent invalidation of mapped DAX entries
      dax: fix PMD data corruption when fault races with write

Sachin Prabhu (2):
      Fix match_prepath()
      Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILE

Sean Young (1):
      staging: sir: fill in missing fields and fix probe

Shamir Rabinovitch (1):
      IB/IPoIB: ibX: failed to create mcg debug file

Sheng Yong (1):
      f2fs: fix multiple f2fs_add_link() having same name for inline dentry

Somasundaram Krishnasamy (1):
      dm era: save spacemap metadata root after the pre-commit

Stafford Horne (1):
      initramfs: Always do fput() and load modules after rootfs populate

Stephan Mueller (1):
      crypto: algif_aead - Require setkey before accept(2)

Steve French (2):
      Set unicode flag on cifs echo request to avoid Mac error
      SMB3: Work around mount failure when using SMB3 dialect to Macs

Szymon Janc (1):
      Bluetooth: Fix user channel for 32bit userspace on 64bit kernel

Tejun Heo (1):
      cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()

Timur Tabi (1):
      tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44

Toshi Kani (1):
      libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify

Vince Weaver (1):
      perf/x86: Fix Broadwell-EP DRAM RAPL events

Vlastimil Babka (1):
      mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC

Wang YanQing (1):
      tty: pty: Fix ldisc flush after userspace become aware of the data already


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