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, 18 Mar 2015 15:39:23 +0100
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.72

I'm announcing the release of the 3.10.72 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

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

 Makefile                                     |    2 
 arch/mips/kvm/trace.h                        |    6 
 arch/x86/kernel/entry_64.S                   |   13 +
 arch/x86/kvm/emulate.c                       |    3 
 drivers/acpi/video.c                         |   11 +
 drivers/clk/sunxi/clk-factors.c              |    2 
 drivers/clk/sunxi/clk-factors.h              |    1 
 drivers/gpu/drm/radeon/ni.c                  |    8 -
 drivers/hid/hid-input.c                      |   17 ++
 drivers/hv/vmbus_drv.c                       |    8 -
 drivers/iio/imu/adis16400_core.c             |    3 
 drivers/infiniband/hw/qib/qib.h              |    9 -
 drivers/infiniband/hw/qib/qib_eeprom.c       |  181 ---------------------------
 drivers/infiniband/hw/qib/qib_iba6120.c      |    2 
 drivers/infiniband/hw/qib/qib_iba7220.c      |    2 
 drivers/infiniband/hw/qib/qib_iba7322.c      |    2 
 drivers/infiniband/hw/qib/qib_init.c         |    1 
 drivers/infiniband/hw/qib/qib_sysfs.c        |   24 ---
 drivers/md/dm-io.c                           |    6 
 drivers/md/dm-raid1.c                        |    9 +
 drivers/md/dm-snap.c                         |    4 
 drivers/md/dm.c                              |   27 +---
 drivers/net/macvtap.c                        |    7 -
 drivers/net/phy/phy.c                        |   24 +++
 drivers/net/team/team.c                      |   10 -
 drivers/net/usb/plusb.c                      |    5 
 drivers/net/wireless/ath/ath5k/reset.c       |    2 
 drivers/scsi/be2iscsi/be_main.c              |    1 
 drivers/scsi/sg.c                            |    6 
 drivers/staging/comedi/comedi_compat32.c     |   12 +
 drivers/staging/comedi/drivers/cb_pcidas64.c |  122 +++++++++++-------
 drivers/target/target_core_sbc.c             |    3 
 drivers/tty/tty_io.c                         |    4 
 drivers/tty/tty_ioctl.c                      |   12 +
 drivers/usb/core/devio.c                     |    2 
 drivers/usb/host/xhci-ring.c                 |   10 +
 drivers/usb/host/xhci.h                      |    8 -
 drivers/usb/serial/bus.c                     |    2 
 drivers/usb/serial/cp210x.c                  |    2 
 drivers/usb/serial/ftdi_sio.c                |    2 
 drivers/usb/serial/ftdi_sio_ids.h            |    3 
 drivers/usb/serial/generic.c                 |    5 
 fs/autofs4/dev-ioctl.c                       |    8 -
 fs/btrfs/file.c                              |   56 ++++----
 fs/btrfs/inode.c                             |    1 
 fs/btrfs/tree-log.c                          |    2 
 fs/debugfs/inode.c                           |   34 ++---
 fs/nilfs2/btree.c                            |   47 ++++++-
 fs/proc/generic.c                            |   12 -
 fs/proc/inode.c                              |   21 +++
 fs/proc/internal.h                           |    1 
 kernel/power/qos.c                           |    6 
 mm/compaction.c                              |    2 
 mm/hugetlb.c                                 |    5 
 mm/memory.c                                  |    2 
 mm/mmap.c                                    |    4 
 mm/nommu.c                                   |    4 
 net/compat.c                                 |    9 -
 net/core/dev.c                               |    2 
 net/core/gen_stats.c                         |   15 ++
 net/core/rtnetlink.c                         |   24 ++-
 net/ipv4/ip_fragment.c                       |   11 +
 net/ipv4/ip_output.c                         |    3 
 net/ipv6/ip6_output.c                        |    3 
 net/ipv6/route.c                             |    2 
 net/irda/ircomm/ircomm_tty.c                 |    4 
 net/sched/ematch.c                           |    1 
 net/sunrpc/cache.c                           |    2 
 sound/core/pcm_native.c                      |    2 
 sound/pci/hda/patch_sigmatel.c               |   17 ++
 70 files changed, 437 insertions(+), 446 deletions(-)

Al Viro (4):
      autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
      debugfs: leave freeing a symlink body until inode eviction
      procfs: fix race between symlink removals and traversals
      sunrpc: fix braino in ->poll()

Alan Stern (1):
      USB: usbfs: don't leak kernel data in siginfo

Aleksander Morgado (1):
      xhci: fix reporting of 0-sized URBs in control endpoint

Alex Deucher (1):
      drm/radeon: fix 1 RB harvest config setup for TN/RL

Alexander Drozdov (2):
      ipv4: ip_check_defrag should correctly check return value of skb_copy_bits
      ipv4: ip_check_defrag should not assume that skb_network_offset is zero

Andy Lutomirski (1):
      x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization

Ben Shelton (1):
      usb: plusb: Add support for National Instruments host-to-host cable

Catalin Marinas (1):
      net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg

Chen-Yu Tsai (1):
      clk: sunxi: Support factor clocks with N factor starting not from 0

Chris Wilson (1):
      ACPI / video: Load the module even if ACPI is disabled

Daniel Borkmann (1):
      rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY

Darrick J. Wong (1):
      dm io: reject unsupported DISCARD requests with EOPNOTSUPP

David Herrmann (1):
      HID: input: fix confusion on conflicting mappings

David Sterba (1):
      btrfs: fix lost return value due to variable shadowing

Eric Dumazet (1):
      macvtap: make sure neighbour code can push ethernet header

Fernando Soto (1):
      Drivers: hv: vmbus: incorrect device name is printed when child device is unregistered

Filipe Manana (1):
      Btrfs: fix data loss in the fast fsync path

Grazvydas Ignotas (1):
      mm/memory.c: actually remap enough memory

Greg Kroah-Hartman (1):
      Linux 3.10.72

Guenter Roeck (1):
      net: phy: Fix verification of EEE support in phy_init_eee

Ian Abbott (2):
      staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back
      staging: comedi: cb_pcidas64: fix incorrect AI range code handling

Ignacy Gawędzki (2):
      gen_stats.c: Duplicate xstats buffer for later use
      ematch: Fix auto-loading of ematch modules.

James Hogan (1):
      KVM: MIPS: Fix trace event to save PC directly

Jiri Kosina (1):
      HID: fixup the conflicting keyboard mappings quirk

Jiri Pirko (2):
      team: fix possible null pointer dereference in team_handle_frame
      team: don't traverse port list using rcu in team_set_mac_address

Jiri Slaby (1):
      tty: fix up atime/mtime mess, take four

Johan Hovold (4):
      net: irda: fix wait_until_sent poll timeout
      USB: serial: fix infinite wait_until_sent timeout
      TTY: fix tty_wait_until_sent on 64-bit machines
      USB: serial: fix potential use-after-free after failed probe

Joonsoo Kim (1):
      mm/compaction: fix wrong order check in compact_finished()

Martin KaFai Lau (1):
      ipv6: fix ipv6_cow_metrics for non DST_HOST case

Mathias Nyman (1):
      xhci: Allocate correct amount of scratchpad buffers

Matthew Thode (1):
      net: reject creation of netdev names with colons

Max Mansfield (1):
      usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards

Michael Scott (1):
      PM / QoS: remove duplicate call to pm_qos_update_target

Michal Kubeček (1):
      udp: only allow UFO for packets from SOCK_DGRAM sockets

Michiel vd Garde (1):
      USB: serial: cp210x: Adding Seletek device id's

Mikulas Patocka (3):
      dm mirror: do not degrade the mirror on discard error
      dm: fix a race condition in dm_get_md
      dm snapshot: fix a possible invalid memory access on unload

Minh Duc Tran (1):
      fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit.

Mitko Haralanov (1):
      IB/qib: Do not write EEPROM

Naoya Horiguchi (1):
      mm/hugetlb: add migration entry check in __unmap_hugepage_range

Nicholas Bellinger (1):
      target: Check for LBA + sectors wrap-around in sbc_parse_cdb

Paolo Bonzini (1):
      KVM: emulate: fix CMPXCHG8B on 32-bit hosts

Quentin Casasnovas (1):
      Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.

Rasmus Villemoes (1):
      iio: imu: adis16400: Fix sign extension

Roman Gushchin (2):
      mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()
      mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()

Ryusuke Konishi (1):
      nilfs2: fix potential memory overrun on inode

Sergey Ryazanov (1):
      ath5k: fix spontaneus AR5312 freezes

Takashi Iwai (2):
      ALSA: pcm: Don't leave PREPARED state after draining
      ALSA: hda - Add pin configs for ASUS mobo with IDT 92HD73XX codec

Tony Battersby (1):
      sg: fix read() error reporting

WANG Cong (1):
      rtnetlink: call ->dellink on failure when ->newlink exists


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ