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:	Fri, 8 May 2015 01:09:57 +0200
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.77

I'm announcing the release of the 3.10.77 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/arm/include/asm/elf.h                               |    2 
 arch/arm/mach-s3c64xx/crag6410.h                         |    1 
 arch/arm/mach-s3c64xx/mach-crag6410.c                    |    1 
 arch/arm64/include/asm/timex.h                           |    6 -
 arch/arm64/kernel/time.c                                 |    6 -
 arch/c6x/kernel/time.c                                   |    2 
 arch/mips/include/asm/suspend.h                          |    7 -
 arch/mips/power/cpu.c                                    |    2 
 arch/mips/power/hibernate.S                              |    3 
 arch/powerpc/kernel/suspend.c                            |    4 
 arch/powerpc/perf/callchain.c                            |    2 
 arch/s390/kernel/suspend.c                               |   11 +-
 arch/s390/kvm/priv.c                                     |    1 
 arch/sh/include/asm/sections.h                           |    1 
 arch/sparc/power/hibernate.c                             |    4 
 arch/unicore32/include/mach/pm.h                         |    3 
 arch/unicore32/kernel/hibernate.c                        |    1 
 arch/x86/power/hibernate_32.c                            |    4 
 arch/x86/power/hibernate_64.c                            |    4 
 arch/xtensa/Kconfig                                      |   30 ++++++
 arch/xtensa/include/uapi/asm/unistd.h                    |    2 
 arch/xtensa/platforms/xtfpga/Makefile                    |    3 
 arch/xtensa/platforms/xtfpga/include/platform/hardware.h |    3 
 arch/xtensa/platforms/xtfpga/include/platform/lcd.h      |   15 +++
 arch/xtensa/platforms/xtfpga/lcd.c                       |   55 +++++++-----
 drivers/gpu/drm/i915/i915_reg.h                          |    1 
 drivers/gpu/drm/i915/intel_i2c.c                         |   66 ++++++++++++---
 drivers/gpu/drm/radeon/atombios_crtc.c                   |    8 +
 drivers/hv/channel.c                                     |    7 +
 drivers/i2c/i2c-core.c                                   |    3 
 drivers/infiniband/core/umem.c                           |    7 +
 drivers/infiniband/hw/mlx4/qp.c                          |    3 
 drivers/input/mouse/elantech.c                           |   22 +++++
 drivers/input/mouse/elantech.h                           |    1 
 drivers/media/usb/stk1160/stk1160-v4l.c                  |   17 +++
 drivers/memstick/core/mspro_block.c                      |    3 
 drivers/mtd/ubi/attach.c                                 |    2 
 drivers/mtd/ubi/cdev.c                                   |    2 
 drivers/mtd/ubi/eba.c                                    |    3 
 drivers/mtd/ubi/wl.c                                     |    2 
 drivers/net/ethernet/intel/e1000/e1000_main.c            |   10 ++
 drivers/net/wireless/rtlwifi/rtl8192cu/sw.c              |    2 
 drivers/net/wireless/ti/wl18xx/debugfs.c                 |    2 
 drivers/net/wireless/ti/wlcore/debugfs.h                 |    4 
 drivers/parport/Kconfig                                  |    4 
 drivers/power/lp8788-charger.c                           |    4 
 drivers/scsi/mvsas/mv_sas.c                              |    5 -
 drivers/scsi/storvsc_drv.c                               |   15 +--
 drivers/spi/spidev.c                                     |    5 -
 drivers/usb/class/cdc-wdm.c                              |   12 +-
 drivers/usb/core/hub.c                                   |    4 
 drivers/usb/gadget/composite.c                           |    2 
 drivers/usb/host/isp116x-hcd.c                           |    2 
 drivers/usb/host/r8a66597-hcd.c                          |    2 
 drivers/usb/host/sl811-hcd.c                             |    2 
 drivers/usb/host/xhci-ring.c                             |    2 
 drivers/usb/phy/phy.c                                    |    4 
 drivers/video/console/Kconfig                            |    5 -
 fs/binfmt_elf.c                                          |    9 +-
 fs/btrfs/extent-tree.c                                   |    5 -
 fs/btrfs/ioctl.c                                         |    5 +
 fs/ext4/namei.c                                          |   20 ++--
 fs/namei.c                                               |    6 -
 include/acpi/actypes.h                                   |   20 ++++
 include/acpi/platform/acenv.h                            |    1 
 include/asm-generic/sections.h                           |    4 
 include/linux/usb.h                                      |   26 +++++
 kernel/ptrace.c                                          |   20 ++++
 kernel/softirq.c                                         |    6 +
 kernel/trace/ring_buffer.c                               |   11 +-
 lib/string.c                                             |    2 
 net/ipv4/ip_forward.c                                    |    3 
 net/ipv4/tcp_output.c                                    |   64 ++++++++++----
 sound/pci/emu10k1/emuproc.c                              |   12 --
 tools/power/x86/turbostat/Makefile                       |    6 +
 virt/kvm/kvm_main.c                                      |    4 
 77 files changed, 449 insertions(+), 183 deletions(-)

Al Viro (1):
      RCU pathwalk breakage when running into a symlink overmounting something

Alex Deucher (1):
      drm/radeon: fix doublescan modes (v2)

Andrey Ryabinin (1):
      ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASE

Anton Blanchard (1):
      powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTH

Axel Lin (1):
      usb: phy: Find the right match in devm_usb_phy_match

Brian Norris (4):
      UBI: account for bitflips in both the VID header and data
      UBI: fix out of bounds write
      UBI: initialize LEB number variable
      UBI: fix check for "too many bytes"

Calvin Owens (1):
      ksoftirqd: Enable IRQs and call cond_resched() before poking RCU

Charles Keepax (1):
      ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore

Chen Gang (2):
      drivers: parport: Kconfig: exclude h8300 for PARPORT_PC
      arm64: kernel: compiling issue, need delete read_current_timer()

Dan Carpenter (1):
      memstick: mspro_block: add missing curly braces

Dmitry Torokhov (1):
      drm/i915: cope with large i2c transfers

Ekaterina Tumanova (1):
      KVM: s390: Zero out current VMDB of STSI before including level3 data.

Erez Shitrit (1):
      IB/mlx4: Fix WQE LSO segment calculation

Eric Dumazet (2):
      tcp: fix possible deadlock in tcp_send_fin()
      tcp: avoid looping in tcp_send_fin()

Ezequiel Garcia (1):
      stk1160: Make sure current buffer is released

Felipe Balbi (7):
      usb: gadget: composite: enable BESL support
      usb: define a generic USB_RESUME_TIMEOUT macro
      usb: host: r8a66597: use new USB_RESUME_TIMEOUT
      usb: host: isp116x: use new USB_RESUME_TIMEOUT
      usb: host: xhci: use new USB_RESUME_TIMEOUT
      usb: host: sl811: use new USB_RESUME_TIMEOUT
      usb: core: hub: use new USB_RESUME_TIMEOUT

Filipe Manana (2):
      Btrfs: fix log tree corruption when fs mounted with -o discard
      Btrfs: fix inode eviction infinite loop after cloning into it

Geert Uytterhoeven (3):
      parport: disable PC-style parallel port support on cris
      console: Disable VGA text console support on cris
      nosave: consolidate __nosave_{begin,end} in <asm/sections.h>

Greg Kroah-Hartman (1):
      Linux 3.10.77

Guenter Roeck (2):
      drivers: parport: Kconfig: exclude arm64 for PARPORT_PC
      s390: Fix build error

Heiko Carstens (1):
      s390/hibernate: fix save and restore of kernel text section

Huacai Chen (1):
      MIPS: Hibernate: flush TLB entries earlier

Ian Abbott (1):
      spi: spidev: fix possible arithmetic overflow for multi-transfer message

James Bottomley (1):
      mvsas: fix panic on expander attached SATA devices

K. Y. Srinivasan (2):
      scsi: storvsc: Fix a bug in copy_from_bounce_buffer()
      Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()

Krzysztof Kozlowski (1):
      power_supply: lp8788-charger: Fix leaked power supply on probe fail

Larry Finger (1):
      rtlwifi: rtl8192cu: Add new USB ID

Lukas Czerner (1):
      ext4: make fsync to sync parent dir in no-journal for real this time

Lv Zheng (1):
      ACPICA: Utilities: split IO address types from data type models.

Marek Vasut (1):
      rtlwifi: rtl8192cu: Add new device ID

Mark Brown (2):
      video: vgacon: Don't build on arm64
      i2c: core: Export bus recovery functions

Max Filippov (2):
      xtensa: xtfpga: fix hardware lockup caused by LCD driver
      xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_range

Michael Davidson (1):
      fs/binfmt_elf.c: fix bug in loading of PIE binaries

Michael Gernoth (1):
      ALSA: emu10k1: don't deadlock in proc-functions

Nicolas Iooss (1):
      wl18xx: show rx_frames_per_rates as an array as it really is

Nishanth Menon (1):
      C6x: time: Ensure consistency in __init

Oleg Nesterov (1):
      ptrace: fix race between ptrace_resume() and wait_task_stopped()

Oliver Neukum (1):
      cdc-wdm: fix endianness bug in debug statements

Radim Krčmář (1):
      KVM: use slowpath for cross page cached accesses

Sabrina Dubroca (1):
      e1000: add dummy allocator to fix race condition between mtu change and netpoll

Sebastian Pöhn (1):
      ip_forward: Drop frames with attached skb->sk

Steven Rostedt (1):
      ring-buffer: Replace this_cpu_*() with __this_cpu_*()

Thomas D (1):
      tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O= option in Makefile

Ulrik De Bie (1):
      Input: elantech - fix absolute mode setting on some ASUS laptops

Yann Droneaud (2):
      IB/core: disallow registering 0-sized memory region
      IB/core: don't disallow registering region starting at 0x0

mancha security (1):
      lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ