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:	Wed, 17 Jun 2015 15:27:07 -0700
From:	Kamal Mostafa <kamal@...onical.com>
To:	linux-kernel@...r.kernel.org, stable@...r.kernel.org,
	kernel-team@...ts.ubuntu.com
Cc:	Kamal Mostafa <kamal@...onical.com>
Subject: [3.13.y-ckt stable] Linux 3.13.11-ckt22 stable review

This is the start of the review cycle for the Linux 3.13.11-ckt22 stable kernel.

This version contains 122 new patches, summarized below.  The new patches are
posted as replies to this message and also available in this git branch:

http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.13.y-review

git://kernel.ubuntu.com/ubuntu/linux.git  linux-3.13.y-review

The review period for version 3.13.11-ckt22 will be open for the next three days.
To report a problem, please reply to the relevant follow-up patch message.

For more information about the Linux 3.13.y-ckt extended stable kernel version,
see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .

 -Kamal

--
 .../devicetree/bindings/dma/fsl-mxs-dma.txt        |   2 +-
 Documentation/virtual/kvm/mmu.txt                  |  18 ++-
 Makefile                                           |   6 +-
 arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts   |   4 +
 arch/arm/boot/dts/imx23-olinuxino.dts              |   4 +-
 arch/arm/boot/dts/imx25.dtsi                       |   1 +
 arch/arm/boot/dts/imx28.dtsi                       |   2 +-
 arch/arm/kernel/Makefile                           |   2 +-
 arch/arm/kernel/psci-call.S                        |  31 +++++
 arch/arm/kernel/psci.c                             |  39 +-----
 arch/arm/net/bpf_jit_32.c                          |  42 +++++-
 arch/powerpc/kernel/vmlinux.lds.S                  |   1 +
 arch/powerpc/platforms/pseries/dlpar.c             |  10 +-
 arch/s390/crypto/ghash_s390.c                      |  25 ++--
 arch/x86/boot/compressed/eboot.c                   |   2 +
 arch/x86/include/asm/kvm_host.h                    |   1 +
 arch/x86/kvm/mmu.c                                 |  14 +-
 arch/x86/kvm/mmu.h                                 |   2 +
 arch/x86/kvm/paging_tmpl.h                         |   7 +
 arch/x86/kvm/x86.c                                 |   5 +-
 arch/x86/net/bpf_jit_comp.c                        |   7 +-
 drivers/acpi/osl.c                                 |   6 +-
 drivers/ata/libahci.c                              |   3 +-
 drivers/ata/libata-core.c                          |  32 +++++
 drivers/ata/libata-eh.c                            |   3 +
 drivers/block/rbd.c                                |   5 +
 drivers/firmware/dmi_scan.c                        |   7 +-
 drivers/gpio/gpiolib.c                             |  19 +++
 drivers/gpu/drm/i915/intel_lvds.c                  |  26 +++-
 drivers/gpu/drm/radeon/cik.c                       |   4 +-
 drivers/gpu/drm/radeon/evergreen.c                 |   2 +-
 drivers/gpu/drm/radeon/ni.c                        |   5 +-
 drivers/gpu/drm/radeon/r600.c                      |   2 +-
 drivers/gpu/drm/radeon/radeon_asic.c               |   2 +-
 drivers/gpu/drm/radeon/radeon_asic.h               |   4 +
 drivers/gpu/drm/radeon/radeon_uvd.c                | 105 ++++++++++-----
 drivers/gpu/drm/radeon/rv770.c                     |   2 +-
 drivers/gpu/drm/radeon/rv770d.h                    |   3 +
 drivers/gpu/drm/radeon/si.c                        |   4 +-
 drivers/gpu/drm/radeon/si_dpm.c                    |   1 +
 drivers/gpu/drm/radeon/uvd_v1_0.c                  |  14 +-
 drivers/gpu/drm/radeon/uvd_v2_2.c                  |  29 ++++
 drivers/hv/hyperv_vmbus.h                          |  11 ++
 drivers/hv/vmbus_drv.c                             |  40 ++++++
 drivers/infiniband/core/cma.c                      |  27 ++--
 drivers/input/mouse/elantech.c                     |   2 +-
 drivers/md/raid5.c                                 |   3 +-
 drivers/mmc/card/block.c                           |  12 ++
 drivers/mmc/card/queue.c                           |   2 +-
 drivers/mmc/card/queue.h                           |   2 +
 drivers/mmc/core/core.c                            |   1 +
 drivers/mmc/host/atmel-mci.c                       |   9 +-
 drivers/mmc/host/sh_mmcif.c                        |   2 +-
 drivers/net/ethernet/intel/igb/igb_main.c          |   2 +-
 drivers/net/phy/dp83640.c                          |   2 +-
 drivers/net/phy/phy.c                              |   6 +-
 drivers/net/wireless/rtlwifi/usb.c                 |   2 +-
 drivers/net/xen-netback/xenbus.c                   |  33 +++--
 drivers/pinctrl/core.c                             |  10 +-
 drivers/pinctrl/core.h                             |   2 +-
 drivers/pinctrl/devicetree.c                       |   2 +-
 drivers/scsi/3w-9xxx.c                             |  57 ++------
 drivers/scsi/3w-9xxx.h                             |   5 -
 drivers/scsi/3w-sas.c                              |  50 ++-----
 drivers/scsi/3w-sas.h                              |   4 -
 drivers/scsi/3w-xxxx.c                             |  42 +-----
 drivers/scsi/3w-xxxx.h                             |   5 -
 drivers/scsi/qla2xxx/qla_gbl.h                     |   2 -
 drivers/scsi/qla2xxx/qla_nx2.c                     |   2 +-
 drivers/scsi/scsi_devinfo.c                        |   1 +
 drivers/scsi/scsi_scan.c                           |   6 +
 drivers/scsi/sd.c                                  |  19 +--
 drivers/scsi/storvsc_drv.c                         |   3 +-
 drivers/spi/spi-bitbang.c                          |  17 ++-
 drivers/staging/ozwpan/ozhcd.c                     |   8 +-
 drivers/staging/ozwpan/ozusbif.h                   |   4 +-
 drivers/staging/ozwpan/ozusbsvc1.c                 |  19 ++-
 drivers/staging/rtl8192e/rtllib.h                  |   5 +-
 drivers/staging/rtl8192e/rtllib_softmac.c          |   2 +-
 drivers/staging/rtl8192u/ieee80211/ieee80211.h     |  10 +-
 drivers/staging/rtl8712/ieee80211.h                |   4 +-
 drivers/staging/wlags49_h2/wl_internal.h           |   4 +-
 drivers/thermal/step_wise.c                        |   3 -
 drivers/tty/hvc/hvc_xen.c                          |  18 ++-
 drivers/tty/serial/atmel_serial.c                  |   2 +
 drivers/tty/serial/of_serial.c                     |   1 -
 drivers/tty/serial/uartlite.c                      |  11 +-
 drivers/tty/serial/xilinx_uartps.c                 |  12 +-
 drivers/usb/class/cdc-acm.c                        |   7 +-
 drivers/usb/gadget/configfs.c                      |   1 +
 drivers/usb/host/xhci-ring.c                       |   7 +-
 drivers/usb/host/xhci.h                            |   2 +-
 drivers/usb/serial/cp210x.c                        |   1 +
 drivers/usb/serial/pl2303.c                        |   1 -
 drivers/usb/serial/pl2303.h                        |   4 -
 drivers/usb/serial/visor.c                         |   2 +-
 drivers/usb/storage/unusual_devs.h                 |   7 +
 drivers/vhost/scsi.c                               |   6 +-
 drivers/xen/events.c                               |   2 +-
 drivers/xen/xen-pciback/conf_space.c               |   6 +-
 drivers/xen/xen-pciback/conf_space.h               |   2 +-
 drivers/xen/xen-pciback/conf_space_header.c        |   2 +-
 fs/btrfs/ctree.c                                   |   2 +-
 fs/btrfs/ctree.h                                   |   5 +
 fs/btrfs/dir-item.c                                |  10 +-
 fs/btrfs/xattr.c                                   | 150 +++++++++++++--------
 fs/efivarfs/super.c                                |   2 +-
 fs/ext4/ext4_jbd2.c                                |   6 +
 fs/ext4/extents.c                                  |   2 +-
 fs/jbd2/recovery.c                                 |  10 +-
 fs/jbd2/revoke.c                                   |  18 +--
 fs/jbd2/transaction.c                              |  25 ++--
 fs/namei.c                                         |   3 +-
 fs/namespace.c                                     |   6 +
 fs/nfsd/nfs4state.c                                |  21 +--
 fs/nilfs2/btree.c                                  |   2 +-
 fs/ocfs2/dlm/dlmmaster.c                           |  13 ++
 fs/udf/inode.c                                     |  32 +++--
 include/drm/drm_pciids.h                           |   1 +
 include/linux/libata.h                             |  10 ++
 include/linux/nilfs2_fs.h                          |   2 +-
 include/scsi/scsi_devinfo.h                        |   1 +
 include/sound/emu10k1.h                            |  14 +-
 include/sound/soc-dapm.h                           |   2 +-
 mm/memory-failure.c                                |   8 +-
 mm/mempolicy.c                                     |   2 +-
 mm/page-writeback.c                                |   6 +-
 net/bridge/br_mdb.c                                |   2 +-
 net/bridge/br_multicast.c                          |   2 +-
 net/caif/caif_socket.c                             |   8 ++
 net/ceph/osd_client.c                              |  31 +++--
 net/core/dev.c                                     |   2 +-
 net/ipv4/route.c                                   |   4 +
 net/ipv4/udp.c                                     |  24 +++-
 net/ipv6/ip6_fib.c                                 |  39 +++++-
 net/ipv6/route.c                                   |  14 +-
 net/ipv6/udp.c                                     |   6 +-
 net/mac80211/wep.c                                 |   6 +-
 net/netfilter/ipvs/ip_vs_ctl.c                     |   3 +
 net/sched/sch_api.c                                |  10 +-
 net/sunrpc/auth_gss/gss_rpc_xdr.c                  |  23 +++-
 net/unix/af_unix.c                                 |   8 ++
 scripts/kconfig/menu.c                             |   4 +-
 scripts/sortextable.h                              |   2 +-
 sound/pci/emu10k1/emu10k1.c                        |   6 +-
 sound/pci/emu10k1/emu10k1_callback.c               |   4 +-
 sound/pci/emu10k1/emu10k1_main.c                   |  21 ++-
 sound/pci/emu10k1/emupcm.c                         |   2 +-
 sound/pci/emu10k1/memory.c                         |  11 +-
 sound/pci/hda/hda_codec.c                          |  21 +--
 sound/pci/hda/patch_conexant.c                     |  12 ++
 sound/pci/hda/patch_realtek.c                      |   1 +
 sound/soc/codecs/mc13783.c                         |   4 +-
 sound/soc/codecs/uda1380.c                         |   2 +-
 sound/soc/codecs/wm8960.c                          |   2 +-
 sound/soc/codecs/wm8994.c                          |   2 +-
 sound/synth/emux/emux_oss.c                        |  11 +-
 sound/synth/emux/emux_seq.c                        |  29 ++--
 158 files changed, 1091 insertions(+), 617 deletions(-)

Al Viro (1):
      path_openat(): fix double fput()

Alex Deucher (2):
      drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5
      drm/radeon: add new bonaire pci id

Alexei Starovoitov (1):
      x86: bpf_jit: fix compilation of large bpf programs

Anton Blanchard (1):
      powerpc: Align TOC to 256 bytes

Arnd Bergmann (1):
      staging: rtl8712, rtl8712: avoid lots of build warnings

Axel Lin (1):
      ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls

Behan Webster (2):
      staging, rtl8192e, LLVMLinux: Change extern inline to static inline
      staging, rtl8192e, LLVMLinux: Remove unused inline prototype

Ben Hutchings (1):
      xen-pciback: Add name prefix to global 'permissive' variable

Benjamin Tissoires (1):
      Input: elantech - fix semi-mt protocol for v3 HW

Boris Ostrovsky (2):
      xen/console: Update console event channel on resume
      xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq()

Charles Keepax (1):
      ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE

Chen Gang (1):
      qla2xxx: remove redundant declaration in 'qla_gbl.h'

Christian König (4):
      drm/radeon: disable semaphores for UVD V1 (v2)
      drm/radeon: make UVD handle checking more strict
      drm/radeon: more strictly validate the UVD codec
      drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling

Christoph Hellwig (4):
      3w-sas: fix command completion race
      3w-xxxx: fix command completion race
      3w-9xxx: fix command completion race
      nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op

Chuanxiao Dong (1):
      mmc: card: Don't access RPMB partitions for normal read/write

Dan Carpenter (1):
      vhost/scsi: potential memory corruption

Darrick J. Wong (1):
      jbd2: fix r_count overflows leading to buffer overflow in journal recovery

David Henningsson (1):
      ALSA: hda - Add Conexant codecs CX20721, CX20722, CX20723 and CX20724

Doug Anderson (1):
      pinctrl: Don't just pretend to protect pinctrl_maps, do it for real

Eric Dumazet (1):
      udp: fix behavior of wrong checksums

Eric W. Biederman (2):
      mnt: Fix fs_fully_visible to verify the root directory is visible
      ipv4: Avoid crashing in ip_error

Eryu Guan (1):
      ext4: check for zero length extent explicitly

Fabio Estevam (1):
      ARM: dts: imx23-olinuxino: Fix polarity of LED GPIO

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

Florian Fainelli (1):
      net: phy: Allow EEE for all RGMII variants

Gabriele Mazzotta (2):
      libata: Add helper to determine when PHY events should be ignored
      libata: Ignore spurious PHY event on LPM policy change

Gregory CLEMENT (1):
      ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC

Grygorii Strashko (1):
      mmc: core: add missing pm event in mmc_pm_notify to fix hib restore

Hans de Goede (1):
      usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices

Harald Freudenberger (1):
      crypto: s390/ghash - Fix incorrect ghash icv buffer handling.

Ian Campbell (1):
      xen: netback: read hotplug script once at start of day.

Ilya Dryomov (2):
      rbd: end I/O the entire obj_request on error
      libceph: request a new osdmap if lingering request maps to no osd

Jan Kara (2):
      udf: Remove repeated loads blocksize
      udf: Check length of extended attributes and allocation descriptors

Janusz Dziedzic (1):
      mac80211: move WEP tailroom size check

Jason A. Donenfeld (6):
      ozwpan: Use unsigned ints to prevent heap overflow
      ozwpan: divide-by-zero leading to panic
      ozwpan: Use proper check to prevent heap overflow
      ozwpan: unchecked signed subtraction leads to DoS
      USB: pl2303: Remove support for Samsung I330
      USB: visor: Match I330 phone more precisely

Jason Gunthorpe (1):
      RDMA/CMA: Canonize IPv4 on IPV6 sockets properly

Jean Delvare (2):
      thermal: step_wise: Revert optimization
      firmware: dmi_scan: Fix ordering of product_uuid

Joe Lawrence (1):
      xhci: gracefully handle xhci_irq dead device

Johan Hovold (1):
      gpio: sysfs: fix memory leaks and device hotplug

Junxiao Bi (1):
      ocfs2: dlm: fix race between purge and get lock resource

K. Y. Srinivasan (1):
      storvsc: Set the SRB flags correctly when no data transfer is needed

Kirill A. Shutemov (1):
      kernel: use the gnu89 standard explicitly

Krzysztof Opasiak (1):
      usb: gadget: configfs: Fix interfaces array NULL-termination

Larry Finger (1):
      rtlwifi: rtl8192cu: Fix kernel deadlock

Ludovic Desroches (2):
      tty/serial: at91: maxburst was missing for dma transfers
      mmc: atmel-mci: fix bad variable type for clkdiv

Lukas Czerner (1):
      ext4: fix NULL pointer dereference when journal restart fails

Lukas Wunner (2):
      drm/i915: Assume dual channel LVDS if pixel clock necessitates it
      drm/i915: Add missing MacBook Pro models with dual channel LVDS

Marek Vasut (1):
      ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name

Mark Edwards (1):
      USB: cp210x: add ID for KCF Technologies PRN device

Mark Hounschell (1):
      sd: Disable support for 256 byte/sector disks

Mark Rutland (1):
      ARM: 8307/1: psci: move psci firmware calls out of line

Mark Salyzyn (1):
      unix/caif: sk_socket can disappear when state is unlocked

Markus Pargmann (1):
      ARM: dts: imx25: Add #pwm-cells to pwm4

Mathias Nyman (2):
      xhci: fix isoc endpoint dequeue from advancing too far on transaction error
      xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256

Mel Gorman (1):
      mm, numa: really disable NUMA balancing by default on single node machines

Michal Kubeček (2):
      ipv6: do not delete previously existing ECMP routes if add fails
      ipv6: fix ECMP route replacement

Michal Simek (2):
      serial: xilinx: Use platform_get_irq to get irq description structure
      serial: of-serial: Remove device_type = "serial" registration

Mike Christie (1):
      SCSI: add 1024 max sectors black list flag

Naoya Horiguchi (1):
      mm/memory-failure: call shake_page() when error hits thp tail page

Nathan Fontenot (1):
      powerpc/pseries: Correct cpu affinity for dlpar added cpus

NeilBrown (1):
      md/raid5: don't record new size if resize_stripes fails.

Nick Meier (2):
      Drivers: hv: vmbus: Add support for VMBus panic notifier handler
      Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFY

Nicolas Dichtel (1):
      bridge/mdb: remove wrong use of NLM_F_MULTI

Nicolas Schichan (2):
      ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction.
      ARM: net: delegate filter to kernel interpreter when imm_offset() return value can't fit into 12bits.

Paolo Bonzini (1):
      KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages

Pelle Nilsson (1):
      spi: bitbang: Make setup_transfer() callback optional

Peter Kümmel (1):
      kconfig: Fix warning "‘jump’ may be used uninitialized"

Peter Zubaj (1):
      ALSA: emu10k1: Emu10k2 32 bit DMA mode

Quentin Casasnovas (1):
      cdc-acm: prevent infinite loop when parsing CDC headers.

Rafael J. Wysocki (1):
      ACPI / init: Fix the ordering of acpi_reserve_resources()

Richard Cochran (1):
      net: dp83640: fix broken calibration routine.

Ross Lagerwall (1):
      efivarfs: Ensure VariableName is NUL-terminated

Roy Franz (1):
      x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr

Ryusuke Konishi (1):
      nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()

Scott Mayhew (1):
      svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures

Shawn Bohrer (1):
      ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()

Stefan Wahren (1):
      ARM: dts: imx23-olinuxino: Fix dr_mode of usb0

Takashi Iwai (5):
      ALSA: hda - Fix mute-LED fixed mode
      ALSA: emu10k1: Fix card shortname string buffer overflow
      ALSA: emux: Fix mutex deadlock at unloading
      ALSA: emux: Fix mutex deadlock in OSS emulation
      ALSA: hda - Add headphone quirk for Lifebook E752

Takeshi Kihara (1):
      mmc: sh_mmcif: Fix timeout value for command request

Tejun Heo (1):
      writeback: use |1 instead of +1 to protect against div by zero

Thadeu Lima de Souza Cascardo (1):
      bridge: fix parsing of MLDv2 reports

Tim Gardner (1):
      scripts/sortextable: suppress warning: `relocs_size' may be used uninitialized

Tommi Rantala (1):
      ipvs: fix memory leak in ip_vs_ctl.c

Toshiaki Makita (1):
      igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector

Vasily Khoruzhick (1):
      ASoC: uda1380: Avoid accessing i2c bus when codec is disabled

Vlad Yasevich (1):
      net: core: Correct an over-stringent device loop detection.

WANG Cong (1):
      net_sched: invoke ->attach() after setting dev->qdisc

Xiao Guangrong (2):
      KVM: MMU: fix smap permission check
      KVM: MMU: fix SMAP virtualization

Zidan Wang (2):
      ASoC: wm8960: fix "RINPUT3" audio route error
      ASoC: wm8994: correct BCLK DIV 348 to 384

gregkh@...uxfoundation.org (1):
      staging: wlags49_h2: fix extern inline functions
--
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