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, 18 Jul 2017 23:57:13 +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.46

I'm announcing the release of the 3.16.46 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.45 is attached to this message.

Ben.

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

 Makefile                                           |   2 +-
 arch/arm/boot/dts/bcm5301x.dtsi                    |   4 +-
 arch/arm/kvm/mmu.c                                 |  10 +
 arch/metag/include/asm/uaccess.h                   |  15 +-
 arch/metag/lib/usercopy.c                          | 312 ++++++++-------------
 arch/mips/include/asm/spinlock.h                   |   8 +-
 arch/mips/kernel/kgdb.c                            |  48 +++-
 arch/powerpc/boot/zImage.lds.S                     |   1 +
 arch/powerpc/include/asm/ppc_asm.h                 |  40 +--
 arch/powerpc/kernel/align.c                        |  27 +-
 arch/powerpc/kernel/misc_32.S                      |   4 +-
 arch/powerpc/kernel/misc_64.S                      |   7 +-
 arch/powerpc/kernel/setup_64.c                     |   9 +
 arch/s390/boot/compressed/misc.c                   |  35 +--
 arch/s390/include/asm/pgtable.h                    |   2 +
 arch/s390/include/asm/uaccess.h                    |   2 +-
 arch/s390/mm/pgtable.c                             |  19 +-
 arch/x86/include/asm/elf.h                         |   2 +-
 arch/x86/kernel/cpu/perf_event_intel_lbr.c         |   2 +
 arch/x86/kernel/ftrace.c                           |  12 +
 arch/x86/kernel/kprobes/common.h                   |   2 +-
 arch/x86/kernel/kprobes/core.c                     |   6 +-
 arch/x86/kernel/kprobes/opt.c                      |   2 +-
 arch/x86/mm/init.c                                 |  41 ++-
 arch/x86/pci/xen.c                                 |  23 +-
 .../platform/intel-mid/device_libs/platform_wdt.c  |   2 +-
 arch/x86/vdso/vdso32-setup.c                       |  11 +-
 drivers/acpi/Makefile                              |   1 -
 drivers/acpi/acpi_platform.c                       |   8 +-
 drivers/acpi/apei/ghes.c                           |   1 +
 drivers/acpi/power.c                               |   1 +
 drivers/block/xen-blkback/blkback.c                |  23 +-
 drivers/block/xen-blkback/common.h                 |  25 +-
 drivers/block/zram/zram_drv.c                      |   6 +-
 drivers/char/lp.c                                  |   6 +-
 drivers/char/mem.c                                 |  82 ++++--
 drivers/char/virtio_console.c                      |   6 +-
 drivers/crypto/caam/ctrl.c                         |   3 +-
 drivers/gpio/gpio-mcp23s08.c                       |  60 +++-
 drivers/gpu/drm/ttm/ttm_object.c                   |  10 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c              |  79 ++++--
 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c              |   4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c           |   4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c            |  26 +-
 drivers/hwmon/asus_atk0110.c                       |   3 +
 drivers/iio/adc/ti_am335x_adc.c                    |  13 +-
 .../iio/common/hid-sensors/hid-sensor-attributes.c |  10 +
 drivers/iio/industrialio-core.c                    |  16 +-
 drivers/infiniband/hw/mlx5/main.c                  |   2 +-
 drivers/infiniband/hw/qib/qib_iba7322.c            |   2 +-
 drivers/input/joystick/iforce/iforce-usb.c         |   3 +
 drivers/input/misc/cm109.c                         |   4 +
 drivers/input/misc/ims-pcu.c                       |   4 +
 drivers/input/misc/yealink.c                       |   4 +
 drivers/input/mouse/elantech.c                     |   8 +
 drivers/input/serio/i8042-x86ia64io.h              |  14 +
 drivers/input/tablet/hanwang.c                     |   3 +
 drivers/input/tablet/kbtab.c                       |   3 +
 drivers/input/touchscreen/sur40.c                  |   3 +
 drivers/isdn/gigaset/bas-gigaset.c                 |   3 +
 drivers/md/raid10.c                                |  18 ++
 drivers/media/usb/dvb-usb/dvb-usb-firmware.c       |  33 ++-
 drivers/mmc/host/sdhci-of-arasan.c                 |  16 +-
 drivers/mmc/host/sdhci.c                           |  10 +-
 drivers/mmc/host/ushc.c                            |   3 +
 drivers/mtd/ubi/upd.c                              |   8 +-
 drivers/net/ethernet/broadcom/genet/bcmgenet.c     | 167 ++++++++---
 drivers/net/ethernet/broadcom/genet/bcmgenet.h     |  14 +-
 drivers/net/ethernet/brocade/bna/bnad_debugfs.c    |   2 +-
 drivers/net/ethernet/toshiba/tc35815.c             |   2 +-
 drivers/net/macvlan.c                              |  11 +-
 drivers/net/phy/phy.c                              |   2 +-
 drivers/net/phy/phy_device.c                       |   2 +-
 drivers/net/team/team.c                            |   8 +-
 drivers/net/usb/cx82310_eth.c                      |   7 +-
 drivers/net/usb/smsc75xx.c                         |   8 +-
 drivers/net/usb/sr9700.c                           |   9 +-
 drivers/net/wimax/i2400m/usb.c                     |   3 +
 drivers/net/wireless/iwlwifi/dvm/calib.c           |   2 +-
 drivers/scsi/aacraid/src.c                         |   2 +-
 drivers/scsi/libiscsi.c                            |  26 +-
 drivers/scsi/libsas/sas_ata.c                      |   2 +-
 drivers/scsi/lpfc/lpfc_init.c                      |   1 +
 drivers/scsi/sd.c                                  |  20 +-
 drivers/scsi/sr.c                                  |   6 +-
 drivers/target/iscsi/iscsi_target_parameters.c     |  16 --
 drivers/target/iscsi/iscsi_target_util.c           |  12 +-
 drivers/target/target_core_pscsi.c                 |  47 +---
 drivers/target/target_core_sbc.c                   |  10 +-
 drivers/tty/serial/mxs-auart.c                     |  10 +-
 drivers/usb/class/usbtmc.c                         |   9 +-
 drivers/usb/core/config.c                          |  10 +
 drivers/usb/core/hcd.c                             |   7 +-
 drivers/usb/core/hub.c                             |   2 +-
 drivers/usb/core/quirks.c                          |   8 +
 drivers/usb/dwc3/gadget.h                          |  14 +-
 drivers/usb/gadget/f_acm.c                         |   4 +-
 drivers/usb/gadget/f_fs.c                          |  15 +-
 drivers/usb/gadget/f_uvc.c                         |  12 +-
 drivers/usb/host/xhci.c                            |  43 +--
 drivers/usb/misc/idmouse.c                         |   3 +
 drivers/usb/misc/iowarrior.c                       |   8 +
 drivers/usb/misc/uss720.c                          |   5 +
 drivers/usb/serial/digi_acceleport.c               |   2 +-
 drivers/usb/serial/io_ti.c                         |   6 +
 drivers/usb/serial/option.c                        |  17 +-
 drivers/usb/serial/qcserial.c                      |   2 +
 drivers/usb/serial/safe_serial.c                   |   5 +
 drivers/usb/wusbcore/wa-hc.c                       |   3 +
 drivers/uwb/hwa-rc.c                               |   3 +
 drivers/uwb/i1480/dfu/usb.c                        |   3 +
 drivers/video/fbdev/xen-fbfront.c                  |   4 +-
 drivers/virtio/virtio_balloon.c                    |   4 +
 drivers/xen/xen-acpi-processor.c                   |  34 ++-
 fs/ceph/inode.c                                    |  14 +-
 fs/cifs/cifsglob.h                                 |  12 +-
 fs/cifs/cifssmb.c                                  |   4 +
 fs/cifs/connect.c                                  |  13 +-
 fs/cifs/smb1ops.c                                  |  10 +
 fs/cifs/smb2misc.c                                 |  44 +++
 fs/cifs/smb2ops.c                                  |   3 +
 fs/cifs/smb2pdu.c                                  |   9 +-
 fs/cifs/smb2proto.h                                |   7 +
 fs/cifs/smb2transport.c                            |  58 +++-
 fs/cifs/transport.c                                |   2 +
 fs/exec.c                                          |  28 +-
 fs/ext4/inline.c                                   |   5 +-
 fs/ext4/xattr.c                                    |  65 ++---
 fs/nfs/nfs4proc.c                                  |   2 -
 include/drm/ttm/ttm_object.h                       |   5 +-
 include/linux/kernel.h                             |  45 +--
 include/linux/kvm_host.h                           |   4 +-
 include/linux/phy.h                                |   4 +
 include/linux/skbuff.h                             |   7 +
 include/linux/usb/quirks.h                         |   6 +
 include/scsi/libiscsi.h                            |   1 +
 include/trace/events/syscalls.h                    |   1 +
 kernel/events/core.c                               |   5 +-
 kernel/futex.c                                     |  22 +-
 kernel/ptrace.c                                    |  14 +-
 kernel/sched/proc.c                                |   4 +-
 kernel/trace/ring_buffer.c                         |  24 +-
 kernel/trace/trace.c                               |   8 +-
 net/9p/client.c                                    |   4 +
 net/batman-adv/fragmentation.c                     |  20 +-
 net/ceph/messenger.c                               |   6 +
 net/ceph/osdmap.c                                  |   1 -
 net/core/sock.c                                    |  10 +-
 net/dccp/ipv4.c                                    |   3 +-
 net/dccp/ipv6.c                                    |   8 +-
 net/ipv4/ip_output.c                               |   2 +-
 net/ipv4/netfilter/nf_nat_snmp_basic.c             |  19 +-
 net/ipv4/tcp_ipv4.c                                |   3 +-
 net/ipv6/af_inet6.c                                |   6 +-
 net/ipv6/ip6_fib.c                                 |   2 +
 net/ipv6/ip6_output.c                              |   2 +-
 net/ipv6/ndisc.c                                   |   3 +-
 net/ipv6/route.c                                   |   2 +
 net/ipv6/tcp_ipv6.c                                |   8 +-
 net/key/af_key.c                                   |  46 ++-
 net/l2tp/l2tp_core.c                               | 160 ++++++++---
 net/l2tp/l2tp_core.h                               |   9 +-
 net/l2tp/l2tp_debugfs.c                            |  10 +-
 net/l2tp/l2tp_eth.c                                |  10 +-
 net/l2tp/l2tp_ip.c                                 |  17 +-
 net/l2tp/l2tp_ip6.c                                |  18 +-
 net/l2tp/l2tp_netlink.c                            |  46 ++-
 net/l2tp/l2tp_ppp.c                                | 101 ++++---
 net/mac80211/rx.c                                  |  24 ++
 net/sched/act_csum.c                               |   8 +-
 net/sched/act_nat.c                                |  18 +-
 net/sched/sch_dsmark.c                             |  10 +-
 net/unix/garbage.c                                 |  18 +-
 net/wireless/nl80211.c                             |  52 ++--
 net/xfrm/xfrm_policy.c                             |  10 +-
 security/keys/gc.c                                 |   2 +-
 sound/core/seq/seq_clientmgr.c                     |   1 +
 sound/core/seq/seq_fifo.c                          |   7 +
 sound/core/seq/seq_lock.c                          |   9 +-
 sound/core/seq/seq_memory.c                        |  17 +-
 sound/core/seq/seq_memory.h                        |   1 +
 sound/core/timer.c                                 |   7 +-
 sound/pci/ctxfi/cthw20k1.c                         |   2 +-
 tools/perf/util/symbol.c                           |   2 +-
 tools/power/cpupower/utils/helpers/cpuid.c         |   1 +
 virt/kvm/eventfd.c                                 |   3 +-
 virt/kvm/kvm_main.c                                |  40 ++-
 187 files changed, 1915 insertions(+), 1047 deletions(-)

Adrian Hunter (1):
      mmc: sdhci: Do not disable interrupts while waiting for clock

Al Viro (1):
      p9_client_readdir() fix

Alan Stern (1):
      USB: fix linked-list corruption in rh_call_control()

Alexey Kodanev (1):
      udp: avoid ufo handling on IP payload compression packets

Andrey Ulanov (1):
      net: unix: properly re-increment inflight counter of GC discarded candidates

Andy Shevchenko (1):
      x86/platform/intel-mid: Correct MSI IRQ line for watchdog device

Ankur Arora (1):
      xen/acpi: upload PM state from init-domain to Xen

Anssi Hannula (1):
      mmc: sdhci-of-arasan: fix incorrect timeout clock

Anton Blanchard (1):
      scsi: lpfc: Add shutdown method for kexec

Arnd Bergmann (4):
      hwmon: (asus_atk0110) fix uninitialized data access
      IB/qib: fix false-postive maybe-uninitialized warning
      virtio_balloon: prevent uninitialized variable use
      ACPI / power: Avoid maybe-uninitialized warning

Ben Hutchings (2):
      cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
      Linux 3.16.46

Benjamin Herrenschmidt (1):
      powerpc: Disable HFSCR[TM] if TM is not supported

Bjørn Mork (1):
      USB: serial: qcserial: add Dell DW5811e

Chris Leech (1):
      scsi: libiscsi: add lock around task lists to fix list corruption regression

Christian Borntraeger (1):
      s390/mm: fix CMMA vs KSM vs others

Dan Carpenter (2):
      bna: integer overflow bug in debugfs
      net: tc35815: move free after the dereference

Dan Streetman (1):
      xen: do not re-use pirq number cached in pci device msi msg data

Dan Williams (1):
      USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modems

Daniel Borkmann (2):
      perf symbols: Fix symbols__fixup_end heuristic for corner cases
      bpf: try harder on clones when writing into skb

David Ahern (2):
      net: ipv6: set route type for anycast routes
      net: ipv6: send unsolicited NA if enabled for all interfaces

David Hildenbrand (1):
      KVM: kvm_io_bus_unregister_dev() should never fail

David Howells (1):
      KEYS: Change the name of the dead type to ".dead" to prevent user access

Dmitry Torokhov (1):
      Input: i8042 - add Clevo P650RS to the i8042 reset list

Doug Berger (4):
      net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values
      net: bcmgenet: correct MIB access of UniMAC RUNT counters
      net: bcmgenet: synchronize irq0 status between the isr and task
      net: bcmgenet: Power up the internal PHY before probing the MII

Edwin Chan (1):
      net: bcmgenet: add begin/complete ethtool ops

Eric Biggers (1):
      ext4: mark inode dirty after converting inline directory

Eric Dumazet (5):
      net: properly release sk_frag.page
      sch_dsmark: fix invalid skb_cow() usage
      smsc75xx: use skb_cow_head() to deal with cloned skbs
      cx82310_eth: use skb_cow_head() to deal with cloned skbs
      sr9700: use skb_cow_head() to deal with cloned skbs

Felipe Balbi (2):
      usb: dwc3: gadget: make Set Endpoint Configuration macros safe
      usb: gadget: function: f_fs: pass companion descriptor along

Florian Fainelli (1):
      net: phy: Do not perform software reset for Generic PHY

Florian Westphal (1):
      xfrm: policy: init locks early

Gao Feng (1):
      netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register

Germano Percossi (1):
      CIFS: remove bad_network_name flag

Guenter Roeck (1):
      usb: hub: Fix crash after failure to read BOS descriptor

Guillaume Nault (8):
      l2tp: purge socket queues in the .destruct() callback
      l2tp: fix race in l2tp_recv_common()
      l2tp: ensure session can't get removed during pppol2tp_session_ioctl()
      l2tp: fix duplicate session creation
      l2tp: take a reference on sessions used in genetlink handlers
      l2tp: take reference on sessions being dumped
      l2tp: don't mask errors in pppol2tp_setsockopt()
      l2tp: don't mask errors in pppol2tp_getsockopt()

Hans de Goede (1):
      mmc: sdhci: Disable runtime pm when the sdio_irq is enabled

Heiko Carstens (1):
      s390/uaccess: get_user() should zero on failure (again)

Herbert Xu (1):
      macvlan: Fix device ref leak when purging bc_queue

Horia Geantă (1):
      crypto: caam - fix RNG deinstantiation error checking

Ilya Dryomov (2):
      libceph: don't set weight to IN when OSD is destroyed
      libceph: force GFP_NOIO for socket allocations

James Hogan (8):
      metag/usercopy: Drop unused macros
      metag/usercopy: Fix alignment error checking
      metag/usercopy: Add early abort to copy_to_user
      metag/usercopy: Zero rest of buffer from copy_from_user
      metag/usercopy: Set flags before ADDZ
      metag/usercopy: Fix src fixup in from user rapf loops
      metag/usercopy: Add missing fixups
      MIPS: KGDB: Use kernel context for sleeping threads

James Morse (1):
      ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal

Jan Beulich (1):
      xen-blkback: don't leak stack data via response ring

Jan-Marek Glogowski (1):
      Reset TreeId to zero on SMB2 TREE_CONNECT

Janosch Frank (1):
      KVM: s390: Fix guest migration for huge guests resulting in panic

Joerg Roedel (1):
      ACPI: Do not create a platform_device for IOAPIC/IOxAPIC

Johan Hovold (20):
      USB: serial: digi_acceleport: fix OOB-event processing
      USB: serial: io_ti: fix NULL-deref in interrupt callback
      USB: serial: safe_serial: fix information leak in completion handler
      USB: iowarrior: fix NULL-deref in write
      isdn/gigaset: fix NULL-deref at probe
      net: wimax/i2400m: fix NULL-deref at probe
      USB: idmouse: fix NULL-deref at probe
      USB: uss720: fix NULL-deref at probe
      USB: wusbcore: fix NULL-deref at probe
      uwb: hwa-rc: fix NULL-deref at probe
      uwb: i1480-dfu: fix NULL-deref at probe
      mmc: ushc: fix NULL-deref at probe
      Input: iforce - validate number of endpoints before using them
      Input: cm109 - validate number of endpoints before using them
      Input: ims-pcu - validate number of endpoints before using them
      Input: yealink - validate number of endpoints before using them
      Input: hanwang - validate number of endpoints before using them
      Input: kbtab - validate number of endpoints before using them
      Input: sur40 - validate number of endpoints before using them
      USB: usbtmc: add missing endpoint sanity check

Johannes Berg (2):
      nl80211: fix dumpit error path RTNL deadlocks
      mac80211: reject ToDS broadcast data frames

John Garry (1):
      scsi: libsas: fix ata xfer length

Jon Mason (1):
      ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags

Jon Maxwell (1):
      dccp/tcp: fix routing redirect race

Josh Poimboeuf (2):
      ACPI: Fix incompatibility with mcount-based function graph tracing
      ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram

Juergen Gross (1):
      xen, fbfront: fix connecting to backend

Kai-Heng Feng (1):
      Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000

Kees Cook (2):
      mm: Tighten x86 /dev/mem with zeroing reads
      fs/exec.c: account for argv/envp pointers

Kinglong Mee (1):
      NFSv4: fix a reference leak caused WARNING messages

Ladi Prosek (1):
      virtio_balloon: init 1st buffer in stats vq

Laurent Pinchart (1):
      usb: gadget: uvc: Fix endianness mismatches

Maor Gottlieb (1):
      net/mlx5: Increase number of max QPs in default profile

Marcelo Henrique Cerri (1):
      s390/decompressor: fix initrd corruption caused by bss clear

Martin K. Petersen (2):
      scsi: sr: Sanity check returned mode data
      scsi: sd: Fix capacity calculation with 32-bit sector_t

Masami Hiramatsu (1):
      kprobes/x86: Fix kernel panic when certain exception-handling addresses are probed

Mathias Krause (1):
      x86/vdso: Ensure vdso32_enabled gets set to valid values only

Mathias Nyman (1):
      xhci: Manually give back cancelled URB if we can't queue it for cancel

Matt Fleming (1):
      sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting

Mauro Carvalho Chehab (1):
      dvb-usb: don't use stack for firmware load

Max Lohrmann (1):
      target: Fix VERIFY_16 handling in sbc_parse_cdb

Michael Ellerman (1):
      powerpc/boot: Fix zImage TOC alignment

Michael Engl (1):
      iio: adc: ti_am335x_adc: fix fifo overrun recovery

Michael S. Tsirkin (1):
      virtio_console: fix uninitialized variable use

Michal Nazarewicz (2):
      kernel.h: make abs() work with 64-bit types
      include/linux/kernel.h: change abs() macro so it uses consistent return type

Minchan Kim (1):
      zram: do not use copy_page with non-page aligned address

Murray McAllister (1):
      drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()

Nathan Sullivan (1):
      net: phy: handle state correctly in phy_stop_machine

Nicholas Bellinger (3):
      target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export
      iscsi-target: Fix TMR reference leak during session shutdown
      iscsi-target: Drop work-around for legacy GlobalSAN initiator

Nicholas Piggin (1):
      powerpc/kernel: Use kprobe blacklist for asm functions

Nikolaus Schulz (1):
      iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative values

Oliver Neukum (1):
      ACM gadget: fix endianness in notifications

Oliver O'Halloran (1):
      powerpc/64: Fix flush_(d|i)cache_range() called from modules

Pan Bian (1):
      team: fix memory leaks

Paolo Abeni (1):
      ipv6: move stub initialization after ipv6 setup completion

Paul Burton (1):
      MIPS: End spinlocks with .insn

Paul Mackerras (1):
      powerpc: Don't try to fix up misaligned load-with-reservation instructions

Pavel Shilovsky (1):
      CIFS: Handle mismatched open calls

Peter Xu (1):
      KVM: x86: clear bus pointer when destroyed

Peter Zijlstra (4):
      futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
      futex: Add missing error handling to FUTEX_REQUEUE_PI
      perf/core: Fix event inheritance on fork()
      perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()

Raghava Aditya Renukunta (1):
      scsi: aacraid: Fix typo in blink status

Rik van Riel (1):
      tracing: Add #undef to fix compile error

Robert Middleton (1):
      gpio:mcp23s08 Fixed missing interrupts

Roger Quadros (1):
      usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval

Sabrina Dubroca (1):
      ipv6: make ECMP route replacement less greedy

Sachin Prabhu (1):
      cifs: Do not send echoes before Negotiate is complete

Samuel Thibault (1):
      usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk

Sebastian Siewior (1):
      ubi/upd: Always flush after prepared for an update

Shaohua Li (1):
      md/raid1/10: fix potential deadlock

Sinclair Yeh (1):
      drm/vmwgfx: Make sure backup_handle is always valid

Song Hongyan (1):
      iio: hid-sensor-attributes: Fix sensor property setting failure.

Stefan Brüns (1):
      dvb-usb-firmware: don't do DMA on stack

Stefan Wahren (1):
      serial: mxs-auart: fix baud rate range

Steven Rostedt (VMware) (2):
      tracing: Allocate the snapshot buffer before enabling probe
      ring-buffer: Have ring_buffer_iter_empty() return true when empty

Suzuki K Poulose (1):
      kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd

Sven Eckelmann (1):
      batman-adv: Keep fragments equally sized

Takashi Iwai (6):
      ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
      ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
      ALSA: seq: Fix race during FIFO resize
      ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
      ALSA: timer: Fix race between read and ioctl
      ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT

Theodore Ts'o (1):
      ext4: lock the xattr block before checksuming it

Thomas Gleixner (1):
      x86/vdso: Plug race between mapping and ELF header setup

Thomas Hellstrom (3):
      drm/vmwgfx: Type-check lookups of fence objects
      drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
      drm/vmwgfx: Remove getparam error message

Thorsten Leemhuis (1):
      Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled

Uwe Kleine-König (1):
      serial: mxs-auart: Fix baudrate calculation

Wei Yongjun (1):
      ring-buffer: Fix return value check in test_ringbuffer()

Willy Tarreau (1):
      char: lp: fix possible integer overflow in lp_setup()

Yan, Zheng (1):
      ceph: fix recursion between ceph_set_acl() and __ceph_setattr()

Yuejie Shi (1):
      af_key: Add lock to key dump

bsegall@...gle.com (1):
      ptrace: fix PTRACE_LISTEN race corrupting task->state


View attachment "linux-3.16.46.patch" of type "text/x-diff" (236174 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