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:   Sun, 20 Nov 2016 10:57:12 +0000
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.2.84

I'm announcing the release of the 3.2.84 kernel.

All users of the 3.2 kernel series should upgrade.

The updated 3.2.y git tree can be found at:
        https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.2.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.2.83 is attached to this message.

Ben.

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

 Documentation/filesystems/porting               |   4 +-
 Makefile                                        |   2 +-
 arch/alpha/include/asm/uaccess.h                |  19 ++---
 arch/arm/common/sa1111.c                        |  22 +++--
 arch/arm/kernel/sys_oabi-compat.c               |   8 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c      |  12 +++
 arch/avr32/include/asm/uaccess.h                |  11 ++-
 arch/avr32/kernel/avr32_ksyms.c                 |   2 +-
 arch/avr32/lib/copy_user.S                      |   8 +-
 arch/avr32/mach-at32ap/pio.c                    |   2 +-
 arch/blackfin/include/asm/uaccess.h             |   9 +-
 arch/cris/include/asm/uaccess.h                 |  71 +++++++---------
 arch/frv/include/asm/uaccess.h                  |  12 ++-
 arch/hexagon/include/asm/uaccess.h              |   3 +-
 arch/ia64/include/asm/uaccess.h                 |  20 ++---
 arch/m32r/include/asm/uaccess.h                 |   2 +-
 arch/microblaze/include/asm/uaccess.h           |  11 ++-
 arch/mips/kernel/scall64-n32.S                  |   2 +-
 arch/mips/kernel/scall64-o32.S                  |   2 +-
 arch/mips/mm/sc-rm7k.c                          |   2 +-
 arch/mn10300/include/asm/uaccess.h              |   1 +
 arch/mn10300/lib/usercopy.c                     |   5 +-
 arch/openrisc/include/asm/uaccess.h             |  35 +++-----
 arch/parisc/include/asm/errno.h                 |   4 +-
 arch/parisc/include/asm/uaccess.h               |   7 +-
 arch/powerpc/include/asm/uaccess.h              |  21 +----
 arch/powerpc/mm/numa.c                          |  18 +++-
 arch/s390/include/asm/auxvec.h                  |   2 +
 arch/s390/include/asm/elf.h                     |   1 +
 arch/s390/include/asm/uaccess.h                 |   8 +-
 arch/score/include/asm/uaccess.h                |  46 +++++-----
 arch/sh/include/asm/uaccess.h                   |   5 +-
 arch/sh/include/asm/uaccess_64.h                |   1 +
 arch/sparc/include/asm/uaccess_32.h             |   4 +-
 arch/x86/ia32/ia32entry.S                       |   2 +-
 arch/x86/include/asm/tlbflush.h                 |   7 ++
 arch/x86/kernel/apic/apic.c                     |   3 +
 arch/x86/kernel/early-quirks.c                  | 106 +++++++++++++++++++++---
 arch/x86/kernel/paravirt.c                      |   4 +-
 arch/x86/kvm/vmx.c                              |  62 ++++++++++----
 block/genhd.c                                   |   1 +
 crypto/blkcipher.c                              |   3 +-
 crypto/cryptd.c                                 |   9 +-
 crypto/gcm.c                                    |   4 +-
 crypto/scatterwalk.c                            |   3 +-
 drivers/bcma/bcma_private.h                     |   2 -
 drivers/bluetooth/ath3k.c                       |   4 +
 drivers/bluetooth/btusb.c                       |   2 +
 drivers/char/tpm/tpm_tis.c                      |   9 +-
 drivers/firewire/net.c                          |  46 +++++++---
 drivers/gpu/drm/drm_crtc.c                      |   3 +
 drivers/gpu/drm/drm_edid.c                      |   8 ++
 drivers/gpu/drm/radeon/radeon_atombios.c        |   4 +-
 drivers/gpu/drm/radeon/radeon_connectors.c      |  15 ++--
 drivers/gpu/drm/radeon/radeon_ttm.c             |   4 +-
 drivers/hwmon/adt7411.c                         |   5 +-
 drivers/i2c/busses/i2c-eg20t.c                  |  18 ++--
 drivers/infiniband/core/multicast.c             |  13 +--
 drivers/infiniband/ulp/ipoib/ipoib.h            |   1 +
 drivers/infiniband/ulp/ipoib/ipoib_cm.c         |  16 ++++
 drivers/infiniband/ulp/ipoib/ipoib_ib.c         |   9 ++
 drivers/infiniband/ulp/ipoib/ipoib_main.c       |   2 +-
 drivers/input/joystick/xpad.c                   |   3 +
 drivers/input/serio/i8042.c                     |  17 +---
 drivers/input/serio/libps2.c                    |  10 +--
 drivers/md/dm-flakey.c                          |  23 +++--
 drivers/media/video/usbvision/usbvision-video.c |   7 --
 drivers/mtd/maps/pmcmsp-flash.c                 |   6 +-
 drivers/mtd/nand/davinci_nand.c                 |   3 +
 drivers/mtd/nand/nand_base.c                    |   2 +-
 drivers/mtd/ubi/build.c                         |   5 +-
 drivers/net/can/dev.c                           |  27 +++---
 drivers/net/ethernet/ethoc.c                    |  10 +--
 drivers/net/ppp/ppp_generic.c                   |   5 +-
 drivers/net/wireless/brcm80211/brcmsmac/stf.c   |   2 +-
 drivers/pps/clients/pps_parport.c               |   2 +-
 drivers/s390/block/dasd.c                       |  10 ++-
 drivers/scsi/aacraid/commctrl.c                 |  13 ++-
 drivers/scsi/arcmsr/arcmsr_hba.c                |   8 +-
 drivers/scsi/megaraid/megaraid_sas_base.c       |   6 +-
 drivers/scsi/megaraid/megaraid_sas_fusion.c     |   2 +-
 drivers/staging/iio/accel/kxsd9.c               |   2 +
 drivers/staging/pohmelfs/Kconfig                |   1 +
 drivers/tty/serial/samsung.c                    |   4 +-
 drivers/tty/vt/keyboard.c                       |  30 ++-----
 drivers/usb/class/cdc-acm.c                     |   5 +-
 drivers/usb/class/cdc-acm.h                     |   1 -
 drivers/usb/core/config.c                       |  93 +++++++++++++++++----
 drivers/usb/core/devio.c                        |  16 ++--
 drivers/usb/gadget/fsl_qe_udc.c                 |   7 +-
 drivers/usb/host/xhci-hub.c                     |   3 +
 drivers/usb/host/xhci-pci.c                     |   3 +-
 drivers/usb/renesas_usbhs/fifo.c                |  18 +++-
 drivers/usb/renesas_usbhs/mod_gadget.c          |   9 +-
 drivers/usb/serial/ftdi_sio.c                   |   3 +
 drivers/usb/serial/ftdi_sio_ids.h               |  12 +++
 drivers/usb/serial/mos7720.c                    |   2 +-
 drivers/usb/serial/mos7840.c                    |   4 +-
 drivers/usb/serial/option.c                     |  13 +++
 drivers/virtio/virtio_balloon.c                 |   2 +
 drivers/xen/xenfs/xenbus.c                      |  14 ++--
 fs/9p/acl.c                                     |  40 ++++-----
 fs/9p/vfs_inode.c                               |   2 +-
 fs/9p/vfs_inode_dotl.c                          |   2 +-
 fs/adfs/inode.c                                 |   2 +-
 fs/affs/inode.c                                 |   2 +-
 fs/attr.c                                       |  35 +++++---
 fs/btrfs/acl.c                                  |   4 +-
 fs/btrfs/inode.c                                |   2 +-
 fs/btrfs/ioctl.c                                |  12 +++
 fs/ceph/file.c                                  |  13 ++-
 fs/ceph/inode.c                                 |   2 +-
 fs/cifs/inode.c                                 |   4 +-
 fs/ecryptfs/inode.c                             |   2 +-
 fs/exofs/inode.c                                |   2 +-
 fs/ext2/acl.c                                   |  12 +--
 fs/ext2/inode.c                                 |   2 +-
 fs/ext3/acl.c                                   |  12 +--
 fs/ext3/inode.c                                 |   6 +-
 fs/ext4/acl.c                                   |  12 +--
 fs/ext4/extents.c                               |   8 +-
 fs/ext4/inode.c                                 |   8 +-
 fs/ext4/mballoc.c                               |  17 +---
 fs/ext4/super.c                                 |  35 +++++++-
 fs/fat/file.c                                   |   2 +-
 fs/fuse/dir.c                                   |   2 +-
 fs/generic_acl.c                                |  15 ++--
 fs/gfs2/acl.c                                   |  16 ++--
 fs/gfs2/inode.c                                 |   2 +-
 fs/hfs/inode.c                                  |   2 +-
 fs/hfsplus/inode.c                              |   2 +-
 fs/hostfs/hostfs_kern.c                         |   9 +-
 fs/hpfs/inode.c                                 |   2 +-
 fs/hugetlbfs/inode.c                            |   2 +-
 fs/jffs2/acl.c                                  |   9 +-
 fs/jffs2/fs.c                                   |   2 +-
 fs/jfs/file.c                                   |   2 +-
 fs/jfs/xattr.c                                  |   6 +-
 fs/libfs.c                                      |   2 +-
 fs/logfs/file.c                                 |   2 +-
 fs/minix/file.c                                 |   2 +-
 fs/ncpfs/inode.c                                |   2 +-
 fs/nfs/callback_xdr.c                           |   6 +-
 fs/nfs/nfs4proc.c                               |  15 +++-
 fs/nfs/write.c                                  |   5 +-
 fs/nfsd/vfs.c                                   |  12 +--
 fs/nilfs2/inode.c                               |   2 +-
 fs/ntfs/inode.c                                 |   2 +-
 fs/ocfs2/acl.c                                  |   9 +-
 fs/ocfs2/dlm/dlmconvert.c                       |  12 +--
 fs/ocfs2/dlmfs/dlmfs.c                          |   2 +-
 fs/ocfs2/file.c                                 |  36 +++++---
 fs/omfs/file.c                                  |   2 +-
 fs/posix_acl.c                                  |  30 +++++++
 fs/proc/base.c                                  |   2 +-
 fs/proc/generic.c                               |   2 +-
 fs/proc/proc_sysctl.c                           |   2 +-
 fs/ramfs/file-nommu.c                           |   2 +-
 fs/reiserfs/inode.c                             |   2 +-
 fs/reiserfs/xattr_acl.c                         |   8 +-
 fs/seq_file.c                                   |   4 +-
 fs/sysfs/inode.c                                |   2 +-
 fs/sysv/file.c                                  |   2 +-
 fs/ubifs/file.c                                 |   2 +-
 fs/ubifs/tnc_commit.c                           |   2 +-
 fs/udf/file.c                                   |   2 +-
 fs/ufs/truncate.c                               |   2 +-
 fs/utimes.c                                     |   4 +-
 fs/xfs/xfs_acl.c                                |  26 +++---
 fs/xfs/xfs_file.c                               |   6 +-
 fs/xfs/xfs_ioctl.c                              |   3 +-
 fs/xfs/xfs_iops.c                               |  26 ++++--
 fs/xfs/xfs_vnodeops.c                           |   5 +-
 fs/xfs/xfs_vnodeops.h                           |   7 +-
 include/asm-generic/uaccess.h                   |  20 +++--
 include/linux/bcma/bcma.h                       |   1 +
 include/linux/bcma/bcma_regs.h                  |   1 +
 include/linux/can/dev.h                         |   3 +-
 include/linux/fs.h                              |   2 +-
 include/linux/i8042.h                           |   6 --
 include/linux/mroute.h                          |   2 +-
 include/linux/mroute6.h                         |   2 +-
 include/linux/posix_acl.h                       |   1 +
 include/linux/serio.h                           |  24 ++++--
 include/net/tcp.h                               |   2 +
 kernel/sched.c                                  |  36 ++++----
 kernel/trace/trace.c                            |  15 ++--
 mm/hugetlb.c                                    |   4 +
 mm/ksm.c                                        |   3 +-
 mm/shmem.c                                      |   2 +-
 net/bluetooth/l2cap_sock.c                      |   2 +-
 net/bluetooth/rfcomm/sock.c                     |  19 +++--
 net/ipv4/ipmr.c                                 |   3 +-
 net/ipv4/route.c                                |   3 +-
 net/ipv4/tcp_output.c                           |   3 +-
 net/ipv6/ip6mr.c                                |   5 +-
 net/ipv6/route.c                                |   4 +-
 net/irda/af_irda.c                              |  12 +--
 net/l2tp/l2tp_ppp.c                             |   7 +-
 net/netfilter/nfnetlink_queue.c                 |   3 -
 net/netlabel/netlabel_kapi.c                    |  12 ++-
 net/sunrpc/svc.c                                |   7 +-
 net/xfrm/xfrm_state.c                           |   1 +
 net/xfrm/xfrm_user.c                            |   9 +-
 security/keys/proc.c                            |   2 +-
 sound/core/control.c                            |   2 +
 sound/core/rawmidi.c                            |   4 +-
 sound/core/timer.c                              |  72 ++++++++++------
 virt/kvm/kvm_main.c                             |   2 +
 209 files changed, 1277 insertions(+), 730 deletions(-)

Al Viro (23):
      alpha: fix copy_from_user()
      asm-generic: make copy_from_user() zero the destination properly
      asm-generic: make get_user() clear the destination on errors
      cris: buggered copy_from_user/copy_to_user/clear_user
      frv: fix clear_user()
      hexagon: fix strncpy_from_user() error return
      ia64: copy_from_user() should zero the destination on access_ok() failure
      mn10300: failing __get_user() and get_user() should zero
      mn10300: copy_from_user() should zero on access_ok() failure...
      openrisc: fix copy_from_user()
      parisc: fix copy_from_user()
      ppc32: fix copy_from_user()
      s390: get_user() should zero on failure
      score: fix __get_user/get_user
      score: fix copy_from_user() and friends
      sh64: failing __get_user() should zero
      sh: fix copy_from_user()
      sparc32: fix copy_from_user()
      blackfin: fix copy_from_user()
      m32r: fix __get_user()
      microblaze: fix copy_from_user()
      microblaze: fix __get_user()
      avr32: fix copy_from_user()

Alan Stern (4):
      USB: validate wMaxPacketValue entries in endpoint descriptors
      USB: fix typo in wMaxPacketSize validation
      USB: avoid left shift by -1
      USB: change bInterval default to 10 ms

Aleksandr Makarov (2):
      USB: serial: option: add WeTelecom WM-D200
      USB: serial: option: add WeTelecom 0x6802 and 0x6803 products

Alex Deucher (1):
      drm/radeon: fix firmware info version checks

Alex Vesker (1):
      IB/ipoib: Don't allow MC joins during light MC flush

Alexey Khoroshilov (2):
      USB: serial: mos7720: fix non-atomic allocation in write path
      USB: serial: mos7840: fix non-atomic allocation in write path

Amadeusz Sławiński (1):
      Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU

Andrey Pronin (1):
      tpm: read burstcount from TPM_STS in one 32-bit transaction

Ard Biesheuvel (1):
      crypto: cryptd - initialize child shash_desc on import

Ashish Samant (1):
      ocfs2: fix start offset to ocfs2_zero_range_for_truncate()

Balbir Singh (1):
      sched/core: Fix a race between try_to_wake_up() and a woken up task

Ben Hutchings (1):
      Linux 3.2.84

Benjamin Coddington (1):
      nfs: don't create zero-length requests

Bharata B Rao (1):
      powerpc/numa: Fix multiple bugs in memory_hotplug_max()

Cameron Gutman (1):
      Input: xpad - validate USB endpoint count during probe

Christian König (1):
      drm/radeon: fix radeon_move_blit on 32bit systems

Chuck Lever (2):
      svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
      NFS: Don't drop CB requests with invalid principals

Dan Carpenter (7):
      mtd: pmcmsp-flash: Allocating too much in init_msp_flash()
      MIPS: RM7000: Double locking bug in rm7k_tc_disable()
      avr32: off by one in at32_init_pio()
      hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()
      usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
      scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
      ext3: NULL dereference in ext3_evict_inode()

Daniel Vetter (1):
      drm: Reject page_flip for !DRIVER_MODESET

Daniele Palmas (1):
      USB: serial: option: add support for Telit LE910 PID 0x1206

Dave Carroll (1):
      aacraid: Check size values after double-fetch from user

Dave Weinstein (1):
      arm: oabi compat: add missing access checks

David Howells (3):
      KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspace
      x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace
      KEYS: Fix short sprintf buffer in /proc/keys show function

Dmitry Torokhov (3):
      tty/vt/keyboard: fix OOB access in do_compute_shiftstate()
      Input: i8042 - break load dependency between atkbd/psmouse and i8042
      Input: i8042 - set up shared ps2_cmd_mutex for AUX ports

Dmitry Tunin (1):
      Bluetooth: Add support of 13d3:3490 AR3012 device

Erez Shitrit (2):
      IB/core: Fix use after free in send_leave function
      IB/ipoib: Fix memory corruption in ipoib cm mode connect flow

Eric Dumazet (1):
      tcp: fix use after free in tcp_xmit_retransmit_queue()

Florian Fainelli (2):
      net: ethoc: Fix early error paths
      brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()

Gavin Li (1):
      cdc-acm: fix wrong pipe type on rx interrupt xfers

Guenter Roeck (2):
      avr32: fix 'undefined reference to `___copy_from_user'
      openrisc: fix the fix of copy_from_user()

Hector Palacios (1):
      mtd: nand: fix bug writing 1 byte less than page size

Helge Deller (1):
      parisc: Fix order of EREFUSED define in errno.h

Herbert Xu (3):
      crypto: gcm - Filter out async ghash if necessary
      crypto: scatterwalk - Fix test in scatterwalk_done
      crypto: skcipher - Fix blkcipher walk OOM crash

Ilan Tayari (1):
      xfrm: Fix memory leak of aead algorithm name

Iosif Harutyunov (1):
      ubi: Fix race condition between ubi device creation and udev

Jaganath Kanakkassery (1):
      Bluetooth: Fix potential NULL dereference in RFCOMM bind callback

James Hogan (1):
      s390: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO

Jan Beulich (2):
      xenbus: don't BUG() on user mode induced condition
      xenbus: don't look up transaction IDs for ordinary writes

Jan Kara (3):
      fs: Give dentry to inode_change_ok() instead of inode
      fs: Avoid premature clearing of capabilities
      posix_acl: Clear SGID bit when setting file permissions

Jeff Mahoney (1):
      btrfs: ensure that file descriptor used with subvol ioctls is a dir

Jia He (1):
      mm/hugetlb: avoid soft lockup in set_max_huge_pages()

Jim Lin (1):
      usb: xhci: Fix panic if disconnect

Jim Mattson (1):
      KVM: nVMX: Fix memory corruption when using VMCS shadowing

Jiri Slaby (1):
      pps: do not crash when failed to register

Joseph Qi (1):
      ocfs2/dlm: fix race between convert and migration

Karl Beldan (1):
      mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl

Konstantin Neumoin (1):
      balloon: check the number of available pages in leak balloon

Krzysztof Kozlowski (1):
      serial: samsung: Fix possible out of bounds access on non-DT platform

Lauro Costa (1):
      Bluetooth: Add USB ID 13D3:3487 to ath3k

Linus Walleij (2):
      iio: accel: kxsd9: Fix raw read return
      iio: accel: kxsd9: Fix scaling bug

Liping Zhang (1):
      netfilter: nfnetlink_queue: reject verdict request from different portid

Liu Bo (1):
      Btrfs: skip adding an acl attribute if we don't have to

Lubomir Rintel (1):
      USB: serial: option: add D-Link DWM-156/A3

Lukas Wunner (3):
      x86/quirks: Apply nvidia_bugs quirk only on root bus
      x86/quirks: Reintroduce scanning of secondary buses
      x86/quirks: Add early quirk to reset Apple AirPort card

Lyude (1):
      drm/radeon: Poll for both connect/disconnect on analog connectors

Mario Kleiner (1):
      drm/edid: Add 6 bpc quirk for display AEO model 0.

Mathias Krause (1):
      xfrm_user: propagate sec ctx allocation errors

Mathias Nyman (1):
      xhci: don't dereference a xhci member after removing xhci

Michael Walle (1):
      hwmon: (adt7411) set bit 3 in CFG1 register

Mike Snitzer (1):
      dm flakey: error READ bios during the down_interval

Nikolay Aleksandrov (1):
      ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route

Paolo Bonzini (1):
      KVM: nVMX: fix lifetime issues for vmcs02

Paul Moore (1):
      netlabel: add address family checks to netlbl_{sock,req}_delattr()

Phil Turnbull (1):
      ceph: Correctly return NXIO errors from ceph_llseek

Robert Deliën (1):
      USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices

Russell King (1):
      ARM: sa1111: fix pcmcia suspend/resume

Sebastian Andrzej Siewior (1):
      x86/mm: Disable preemption during CR3 read+write

Sebastian Reichel (1):
      ARM: OMAP3: hwmod data: Add sysc information for DSI

Sergei Miroshnichenko (1):
      can: dev: fix deadlock reported after bus-off

Sheng-Hui J. Chu (1):
      USB: serial: ftdi_sio: add device ID for WICED USB UART dev board

Soheil Hassas Yeganeh (1):
      tcp: consider recv buf for the initial window scale

Stefan Haberland (1):
      s390/dasd: fix hanging device after clear subchannel

Stefan Richter (1):
      firewire: net: guard against rx buffer overflows

Steven Rostedt (1):
      x86/paravirt: Do not trace _paravirt_ident_*() functions

Steven Rostedt (Red Hat) (1):
      tracing: Move mutex to protect against resetting of seq data

Takashi Iwai (4):
      ALSA: ctl: Stop notification after disconnection
      ALSA: timer: Code cleanup
      ALSA: timer: Fix zero-division by continue of uninitialized instance
      ALSA: rawmidi: Fix possible deadlock with virmidi registration

Theodore Ts'o (2):
      ext4: validate s_reserved_gdt_blocks on mount
      ext4: validate that metadata blocks do not overlap superblock

Trond Myklebust (1):
      NFSv4.1: Fix the CREATE_SESSION slot number accounting

Vegard Nossum (10):
      ext4: check for extents that wrap around
      ext4: don't call ext4_should_journal_data() on the journal inode
      ext4: fix reference counting bug on block allocation error
      ext4: short-cut orphan cleanup on error
      net/irda: fix NULL pointer dereference on memory allocation failure
      block: fix use-after-free in seq file
      fs/seq_file: fix out-of-bounds read
      ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
      ALSA: timer: fix NULL pointer dereference on memory allocation failure
      ALSA: timer: fix NULL pointer dereference in read()/ioctl() race

Vincent Stehlé (1):
      ubifs: Fix assertion in layout_in_gaps()

Vladis Dronov (1):
      usbvision: revert commit 588afcc1

WANG Cong (1):
      ppp: defer netns reference release for ppp channel

Wanpeng Li (2):
      sched/cputime: Fix prev steal time accouting during CPU hotplug
      x86/apic: Do not init irq remapping if ioapic is disabled

Yadi.hu (1):
      i2c-eg20t: fix race between i2c init and interrupt enable

Yinghai Lu (1):
      megaraid_sas: Fix probing cards without io port

Yoshihiro Shimoda (2):
      usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()
      usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()

phil.turnbull@...cle.com (2):
      l2tp: Correctly return -EBADF from pppol2tp_getname.
      irda: Free skb on irda_accept error path.

zhong jiang (1):
      mm,ksm: fix endless looping in allocating memory when ksm enable


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