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:	Thu, 26 Sep 2013 17:26:15 -0700
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 3.10.13

I'm announcing the release of the 3.10.13 kernel.

All users of the 3.10 kernel series must upgrade.

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

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

 Documentation/DocBook/media_api.tmpl            |    4 
 Makefile                                        |    2 
 arch/arm/boot/dts/at91rm9200.dtsi               |    6 
 arch/arm/boot/dts/at91sam9260.dtsi              |    8 -
 arch/arm/boot/dts/at91sam9263.dtsi              |    8 -
 arch/arm/boot/dts/at91sam9g45.dtsi              |    8 -
 arch/arm/boot/dts/at91sam9n12.dtsi              |    8 -
 arch/arm/boot/dts/at91sam9x5.dtsi               |    8 -
 arch/arm/boot/dts/sama5d3.dtsi                  |    4 
 arch/arm/boot/dts/sun4i-a10.dtsi                |    4 
 arch/arm/boot/dts/sun5i-a13.dtsi                |    4 
 arch/arm/kvm/coproc.c                           |   26 +++-
 arch/arm/kvm/coproc.h                           |    3 
 arch/arm/kvm/coproc_a15.c                       |    6 
 arch/arm/mach-versatile/include/mach/platform.h |    2 
 arch/arm/mach-versatile/pci.c                   |   47 ++++---
 arch/arm/xen/enlighten.c                        |    5 
 arch/arm64/kernel/perf_event.c                  |    7 -
 arch/mips/ath79/clock.c                         |    2 
 arch/powerpc/kernel/align.c                     |   10 +
 arch/powerpc/kvm/book3s_xics.c                  |    1 
 arch/powerpc/platforms/pseries/setup.c          |   31 +++--
 arch/um/include/shared/os.h                     |    1 
 arch/um/kernel/Makefile                         |    2 
 arch/um/kernel/maccess.c                        |   24 +++
 arch/um/os-Linux/process.c                      |   52 ++++++++
 arch/x86/ia32/ia32_signal.c                     |    2 
 arch/x86/include/asm/checksum_32.h              |   22 ++-
 arch/x86/include/asm/mce.h                      |   13 +-
 arch/x86/include/asm/mmu_context.h              |   20 ++-
 arch/x86/kernel/amd_nb.c                        |   13 +-
 arch/x86/kernel/signal.c                        |    6 
 arch/x86/lib/csum-wrappers_64.c                 |   12 +
 crypto/api.c                                    |    7 -
 drivers/acpi/acpi_lpss.c                        |    3 
 drivers/block/rbd.c                             |   14 +-
 drivers/clk/clk-wm831x.c                        |    2 
 drivers/cpuidle/coupled.c                       |  127 +++++++++++++++-----
 drivers/edac/amd64_edac.c                       |    9 +
 drivers/gpu/drm/drm_edid.c                      |    3 
 drivers/hid/hid-core.c                          |   17 ++
 drivers/hid/hid-ids.h                           |    7 -
 drivers/hid/hid-input.c                         |   12 +
 drivers/hid/hid-ntrig.c                         |    3 
 drivers/hid/hid-picolcd_cir.c                   |    3 
 drivers/hid/hid-picolcd_core.c                  |    2 
 drivers/hid/hid-picolcd_fb.c                    |    6 
 drivers/hid/hid-pl.c                            |   10 +
 drivers/hid/hid-sensor-hub.c                    |    3 
 drivers/hid/hid-speedlink.c                     |   11 +
 drivers/hid/hidraw.c                            |   60 ++++-----
 drivers/hid/usbhid/hid-quirks.c                 |    2 
 drivers/input/mouse/bcm5974.c                   |    6 
 drivers/iommu/intel-iommu.c                     |   72 +++++------
 drivers/leds/leds-wm831x-status.c               |    4 
 drivers/media/common/siano/smsdvb-main.c        |    3 
 drivers/media/dvb-frontends/mb86a20s.c          |   16 +-
 drivers/media/platform/coda.c                   |    2 
 drivers/media/platform/exynos-gsc/gsc-core.c    |    9 +
 drivers/media/platform/exynos-gsc/gsc-core.h    |    1 
 drivers/media/platform/exynos-gsc/gsc-m2m.c     |    1 
 drivers/media/platform/exynos4-is/media-dev.c   |    2 
 drivers/media/platform/s5p-g2d/g2d.c            |    1 
 drivers/media/usb/hdpvr/hdpvr-core.c            |   11 -
 drivers/mmc/host/tmio_mmc_dma.c                 |    4 
 drivers/mtd/nand/nand_base.c                    |    8 -
 drivers/mtd/ubi/wl.c                            |    3 
 drivers/net/wireless/ath/ath9k/ar9003_phy.c     |    4 
 drivers/net/wireless/ath/ath9k/ath9k.h          |    5 
 drivers/net/wireless/ath/ath9k/recv.c           |   17 ++
 drivers/net/wireless/ath/ath9k/xmit.c           |    1 
 drivers/net/wireless/brcm80211/brcmsmac/dma.c   |   15 +-
 drivers/of/base.c                               |    1 
 drivers/pinctrl/pinctrl-at91.c                  |    4 
 drivers/scsi/mpt3sas/Makefile                   |    2 
 drivers/scsi/sd.c                               |   11 -
 drivers/staging/comedi/drivers/dt282x.c         |    3 
 drivers/staging/iio/adc/mxs-lradc.c             |   18 +-
 drivers/target/target_core_alua.c               |    2 
 drivers/target/target_core_pr.c                 |    2 
 drivers/tty/tty_io.c                            |    3 
 drivers/usb/class/cdc-wdm.c                     |   13 +-
 drivers/usb/core/config.c                       |    3 
 drivers/usb/core/hub.c                          |   65 ++++------
 drivers/usb/core/port.c                         |   13 --
 drivers/usb/dwc3/gadget.c                       |   39 +++---
 drivers/usb/gadget/uvc_queue.c                  |    6 
 drivers/usb/host/ehci-mxc.c                     |    2 
 drivers/usb/host/ohci-pci.c                     |    2 
 drivers/usb/host/xhci-plat.c                    |    2 
 drivers/usb/host/xhci.c                         |   29 ++++
 drivers/usb/host/xhci.h                         |    1 
 drivers/usb/serial/mos7720.c                    |    6 
 drivers/xen/grant-table.c                       |   13 +-
 fs/btrfs/ioctl.c                                |    3 
 fs/ceph/ioctl.c                                 |    4 
 fs/cifs/connect.c                               |    2 
 fs/cifs/smb2misc.c                              |  148 ++++++++++++------------
 fs/ext4/inode.c                                 |  109 +++++++----------
 fs/fuse/dir.c                                   |   15 ++
 fs/fuse/file.c                                  |   11 +
 fs/fuse/fuse_i.h                                |    2 
 fs/fuse/inode.c                                 |    3 
 fs/isofs/inode.c                                |   16 --
 fs/ocfs2/extent_map.c                           |    1 
 fs/proc/root.c                                  |    3 
 include/linux/compat.h                          |    7 +
 include/linux/hid.h                             |    4 
 include/linux/pci_ids.h                         |    2 
 include/linux/rculist.h                         |    5 
 include/linux/signal.h                          |    8 +
 include/linux/usb/hcd.h                         |    2 
 include/media/v4l2-ctrls.h                      |    1 
 kernel/events/uprobes.c                         |    4 
 kernel/fork.c                                   |    7 -
 kernel/pid.c                                    |    1 
 mm/huge_memory.c                                |    2 
 mm/memcontrol.c                                 |    8 +
 net/ceph/osd_client.c                           |    2 
 net/ceph/osdmap.c                               |    2 
 net/core/scm.c                                  |    2 
 sound/pci/hda/hda_intel.c                       |    1 
 sound/pci/hda/patch_hdmi.c                      |   52 ++++++--
 sound/soc/codecs/mc13783.c                      |    4 
 sound/soc/codecs/wm8960.c                       |    6 
 125 files changed, 1013 insertions(+), 521 deletions(-)

Al Viro (1):
      Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP

Alan Stern (4):
      SCSI: sd: Fix potential out-of-bounds access
      USB: OHCI: Allow runtime PM without system sleep
      USB: fix build error when CONFIG_PM_SLEEP isn't enabled
      USB: handle LPM errors during device suspend correctly

Alex Deucher (1):
      drm/edid: add quirk for Medion MD30217PG

Alex Williamson (1):
      intel-iommu: Fix leaks in pagetable freeing

Alexander Shiyan (1):
      media: media: coda: Fix DT driver data pointer for i.MX27

Alexey Khoroshilov (1):
      media: hdpvr: fix iteration over uninitialized lists in hdpvr_probe()

Anand Avati (1):
      fuse: invalidate inode attributes on xattr modification

Andrzej Hajda (2):
      media: DocBook: upgrade media_api DocBook version to 4.2
      media: v4l2: added missing mutex.h include to v4l2-ctrls.h

Andy Lutomirski (1):
      net: Check the correct namespace when spoofing pid over SCM_RIGHTS

Anssi Hannula (1):
      ALSA: hda - hdmi: Fallback to ALSA allocation when selecting CA

Anton Blanchard (1):
      powerpc: Handle unaligned ldbrx/stdbrx

Aravind Gopalakrishnan (2):
      pci_ids: Add PCI device ID functions 3 and 4 for newer F15h models.
      x86, amd_nb: Clarify F15h, model 30h GART and L3 support

Arnd Bergmann (1):
      ARM: dts: add missing cpu #address-cell values

Arun Kumar K (1):
      media: exynos-gsc: Register v4l2 device

Bjørn Mork (1):
      media: siano: fix divide error on 0 counters

Boris BREZILLON (1):
      pinctrl: at91: fix get_pullup/down function return

Borislav Petkov (1):
      amd64_edac: Fix single-channel setups

Brian Norris (1):
      mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devices

Bruno Prémont (1):
      HID: picolcd: Prevent NULL pointer dereference on _remove()

Christoffer Dall (1):
      ARM: KVM: Fix 64-bit coprocessor handling

Colin Cross (2):
      cpuidle: coupled: abort idle if pokes are pending
      cpuidle: coupled: fix race condition between pokes and safe state

Dan Carpenter (2):
      staging: comedi: dt282x: dt282x_ai_insn_read() always fails
      USB: mos7720: use GFP_ATOMIC under spinlock

Daniel Mack (1):
      usb: ehci-mxc: check for pdata before dereferencing

Eric W. Biederman (2):
      pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeup
      proc: Restrict mounting the proc filesystem

Felipe Balbi (1):
      usb: dwc3: gadget: don't request IRQs in atomic

Felix Fietkau (4):
      ath9k: always clear ps filter bit on new assoc
      ath9k: fix rx descriptor related race condition
      ath9k: avoid accessing MRC registers on single-chain devices
      MIPS: ath79: Fix ar933x watchdog clock

Gera Kazakov (1):
      target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-out

Grant Likely (1):
      of: Fix missing memory initialization on FDT unflattening

Greg Kroah-Hartman (2):
      SCSI: Allow MPT Fusion SAS 3.0 driver to be built into the kernel
      Linux 3.10.13

Greg Thelen (1):
      memcg: fix multiple large threshold notifications

H. Peter Anvin (1):
      x86, smap: Handle csum_partial_copy_*_user()

Hans de Goede (1):
      usb: config->desc.bLength may not exceed amount of data returned by the device

Henrik Rydberg (1):
      HID: Correct the USB IDs for the new Macbook Air 6

Herbert Xu (1):
      crypto: api - Fix race condition in larval lookup

Jan Kara (2):
      ext4: simplify truncation code in ext4_setattr()
      isofs: Refuse RW mount of the filesystem instead of making it RO

Jeff Layton (1):
      cifs: ensure that srv_mutex is held when dealing with ssocket pointer

Jie Liu (1):
      ocfs2: fix the end cluster offset of FIEMAP

Jiri Kosina (1):
      HID: battery: don't do DMA from stack

Johan Hovold (1):
      USB: mos7720: fix big-endian control requests

John W. Linville (1):
      brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()

Josh Durgin (1):
      rbd: fix I/O error propagation for reads

Kees Cook (6):
      HID: pantherlord: validate output report details
      HID: sensor-hub: validate feature report details
      HID: validate HID report id size
      HID: picolcd_core: validate output report details
      HID: ntrig: validate feature report details
      HID: check for NULL field when setting values

Lan Tianyu (1):
      usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()

Laurent Pinchart (1):
      usb: gadget: uvc: Fix error handling in uvc_queue_buffer()

Libin (1):
      mm/huge_memory.c: fix potential NULL pointer dereference

Lorenzo Pieralisi (2):
      ARM: dts: at91: cpus/cpu node dts updates
      ARM: dts: sunxi: cpus/cpu nodes dts updates

Manoj Chourasia (1):
      HID: hidraw: correctly deallocate memory on device disconnect

Marek Vasut (2):
      iio: mxs-lradc: Fix misuse of iio->trig
      iio: mxs-lradc: Remove useless check in read_raw

Mark Brown (2):
      leds: wm831x-status: Request a REG resource
      clk: wm831x: Initialise wm831x pointer on init

Mauro Carvalho Chehab (1):
      media: mb86a20s: Fix TS parallel mode

Maxim Patlasov (2):
      fuse: postpone end_page_writeback() in fuse_writepage_locked()
      fuse: hotfix truncate_pagecache() issue

Mika Westerberg (1):
      ACPI / LPSS: don't crash if a device has no MMIO resources

Mike Dyer (1):
      ASoC: wm8960: Fix PLL register writes

Miklos Szeredi (1):
      fuse: readdir: check for slash in names

Oleg Nesterov (3):
      tty: disassociate_ctty() sends the extra SIGCONT
      uprobes: Fix utask->depth accounting in handle_trampoline()
      pidns: fix vfork() after unshare(CLONE_NEWPID)

Oliver Neukum (1):
      USB: cdc-wdm: fix race between interrupt handler and tasklet

Paul Mackerras (1):
      KVM: PPC: Book3S: Fix compile error in XICS emulation

Pavel Shilovsky (2):
      CIFS: Fix a memory leak when a lease break comes
      CIFS: Fix missing lease break

Peter Maydell (3):
      ARM: PCI: versatile: Fix map_irq function to match hardware
      ARM: PCI: versatile: Fix PCI I/O
      ARM: PCI: versatile: Fix SMAP register offsets

Richard Weinberger (2):
      UBI: Fix PEB leak in wear_leveling_worker()
      um: Implement probe_kernel_read()

Rik van Riel (1):
      sched/x86: Optimize switch_mm() for multi-threaded workloads

Rob Herring (1):
      ARM: xen: only set pm function ptrs for Xen guests

Roger Pau Monne (1):
      xen-gnt: prevent adding duplicate gnt callbacks

Sachin Kamat (1):
      media: s5p-g2d: Fix registration failure

Sage Weil (1):
      libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calc

Sarah Sharp (2):
      xhci-plat: Don't enable legacy PCI interrupts.
      usb: Don't fail port power resume on device disconnect.

Sergei Shtylyov (1):
      mmc: tmio_mmc_dma: fix PIO fallback on SDHI

Shawn Nematbakhsh (1):
      usb: xhci: Disable runtime PM suspend for quirky controllers

Stefan Behrens (1):
      Btrfs: don't allow the replace procedure on read only filesystems

Stefan Kriwanek (1):
      HID: Fix Speedlink VAD Cezanne support for some devices

Steffen Trumtrar (1):
      ASoC: mc13783: add spi errata fix

Sylwester Nawrocki (1):
      media: exynos4-is: Fix entity unregistration on error path

Takashi Iwai (2):
      ALSA: hda - Re-setup HDMI pin and audio infoframe on stream switches
      ALSA: hda - Add Toshiba Satellite C870 to MSI blacklist

Tejun Heo (1):
      rculist: list_first_or_null_rcu() should use list_entry_rcu()

Tony Luck (1):
      x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errors

Vaidyanathan Srinivasan (1):
      powerpc: Default arch idle could cede processor on pseries

Vasily Titskiy (1):
      HID: usbhid: quirk for N-Trig DuoSense Touch Screen

Will Deacon (2):
      arm64: perf: fix group validation when using enable_on_exec
      arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bit

majianpeng (2):
      libceph: unregister request in __map_request failed and nofail == false
      ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.


Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ