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, 17 Jul 2014 16:44:44 -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.14.13

I'm announcing the release of the 3.14.13 kernel.

All users of the 3.14 kernel series must upgrade.

The updated 3.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.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/cpu-freq/intel-pstate.txt      |    7 +
 Makefile                                     |    2 
 arch/arm64/include/asm/memory.h              |    2 
 arch/metag/include/asm/processor.h           |    2 
 arch/parisc/include/asm/processor.h          |    5 -
 arch/parisc/kernel/hardware.c                |    3 
 arch/parisc/kernel/sys_parisc.c              |    6 -
 arch/parisc/kernel/sys_parisc32.c            |   10 ++
 arch/parisc/kernel/syscall_table.S           |    2 
 arch/powerpc/Kconfig                         |    3 
 arch/powerpc/include/asm/perf_event_server.h |    3 
 arch/powerpc/perf/core-book3s.c              |   24 ++++
 arch/powerpc/perf/power8-pmu.c               |    2 
 arch/x86/crypto/sha512_ssse3_glue.c          |    2 
 arch/x86/mm/ioremap.c                        |   26 +++--
 drivers/acpi/ac.c                            |  130 ++++++++++++++++++++++++++-
 drivers/acpi/battery.c                       |   27 +++++
 drivers/acpi/ec.c                            |  128 ++++++++++++--------------
 drivers/acpi/resource.c                      |   10 +-
 drivers/base/dma-contiguous.c                |   12 ++
 drivers/char/i8k.c                           |    4 
 drivers/clk/clk-s2mps11.c                    |    7 -
 drivers/clk/qcom/mmcc-msm8960.c              |    2 
 drivers/clk/spear/spear3xx_clock.c           |    2 
 drivers/cpufreq/Makefile                     |    2 
 drivers/cpufreq/intel_pstate.c               |   35 ++++---
 drivers/crypto/caam/jr.c                     |    8 -
 drivers/gpu/drm/i915/i915_gem_stolen.c       |   44 +++++++++
 drivers/gpu/drm/i915/i915_reg.h              |    3 
 drivers/gpu/drm/radeon/ci_dpm.c              |    2 
 drivers/gpu/drm/radeon/evergreen.c           |    8 -
 drivers/gpu/drm/radeon/rs600.c               |    6 -
 drivers/gpu/drm/radeon/rv770_dpm.c           |    6 -
 drivers/hv/connection.c                      |    8 +
 drivers/hwmon/adm1021.c                      |   14 +-
 drivers/hwmon/adm1029.c                      |    3 
 drivers/hwmon/adm1031.c                      |    8 +
 drivers/hwmon/amc6821.c                      |    2 
 drivers/hwmon/emc2103.c                      |   15 +--
 drivers/iio/adc/ti_am335x_adc.c              |    2 
 drivers/md/dm-io.c                           |   22 +---
 drivers/md/dm.c                              |   15 ++-
 drivers/pci/pci.c                            |    9 +
 drivers/phy/phy-core.c                       |    7 -
 drivers/rtc/rtc-puv3.c                       |    4 
 drivers/thermal/thermal_hwmon.c              |   33 +++---
 drivers/usb/serial/cp210x.c                  |    1 
 drivers/usb/serial/ftdi_sio.c                |    5 -
 drivers/usb/serial/ftdi_sio_ids.h            |    9 +
 drivers/usb/serial/option.c                  |    2 
 fs/ext4/extents_status.c                     |    4 
 fs/ext4/ialloc.c                             |   14 +-
 fs/ext4/mballoc.c                            |    4 
 fs/ext4/super.c                              |    9 -
 fs/jbd2/transaction.c                        |    5 -
 include/linux/ring_buffer.h                  |    2 
 kernel/cpuset.c                              |    8 +
 kernel/trace/ring_buffer.c                   |    5 -
 kernel/trace/trace.c                         |   25 +++--
 kernel/trace/trace.h                         |    4 
 kernel/workqueue.c                           |    3 
 mm/Kconfig                                   |   15 +++
 mm/mempolicy.c                               |    2 
 63 files changed, 557 insertions(+), 237 deletions(-)

Aaron Lu (1):
      thermal: hwmon: Make the check for critical temp valid consistent

Alex Deucher (2):
      drm/radeon: fix typo in ci_stop_dpm()
      drm/radeon: fix typo in golden register setup on evergreen

Alex Williamson (1):
      PCI: Fix unaligned access in AF transaction pending test

Alexandre Demers (1):
      drm/radeon/dpm: Reenabling SS on Cayman

Andras Kovacs (1):
      USB: cp210x: add support for Corsair usb dongle

Andy Whitcroft (1):
      ACPI / resources: only reject zero length resources based at address zero

Anton Blanchard (1):
      powerpc/perf: Never program book3s PMCs with values >= 0x80000000

Axel Lin (3):
      hwmon: (amc6821) Fix permissions for temp2_input
      hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_div
      hwmon: (adm1021) Fix cache problem when writing temperature limits

Bernd Wachter (1):
      usb: option: Add ID for Telewell TW-LTE 4G v2

Bert Vermeulen (1):
      USB: ftdi_sio: Add extra PID.

Chen Gang (2):
      drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue
      drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue

Christian König (1):
      drm/radeon: stop poisoning the GART TLB

Colin Cross (1):
      arm64: implement TASK_SIZE_OF

Cristian Stoica (1):
      crypto: caam - fix memleak in caam_jr module

Dirk Brandewie (3):
      intel_pstate: Fix setting VID
      intel_pstate: don't touch turbo bit if turbo disabled or unavailable.
      intel_pstate: Update documentation of {max,min}_perf_pct sysfs files

Eric Sandeen (1):
      ext4: disable synchronous transaction batching if max_batch_time==0

Greg Kroah-Hartman (1):
      Linux 3.14.13

Gu Zheng (1):
      cpuset,mempolicy: fix sleeping function called from invalid context

Guenter Roeck (4):
      i8k: Fix non-SMP operation
      hwmon: (emc2103) Clamp limits instead of bailing out
      hwmon: (adm1031) Fix writes to limit registers
      powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64

Helge Deller (3):
      parisc: add serial ports of C8000/1GHz machine to hardware database
      parisc: fix fanotify_mark() syscall on 32bit compat kernel
      parisc,metag: Do not hardcode maximum userspace stack size

Jan Kardell (1):
      iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends

Joe Thornber (1):
      dm io: fix a race condition in the wake up code for sync_io

Joel Stanley (2):
      powerpc/perf: Add PPMU_ARCH_207S define
      powerpc/perf: Clear MMCR2 when enabling PMU

Joonsoo Kim (1):
      DMA, CMA: fix possible memory leak

Jussi Kivilinna (1):
      crypto: sha512_ssse3 - fix byte count to bit count conversion

K. Y. Srinivasan (1):
      Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code

Krzysztof Kozlowski (1):
      clk: s2mps11: Fix double free corruption during driver unbind

Lan Tianyu (2):
      Revert "ACPI / AC: Remove AC's proc directory."
      ACPI / battery: Retry to get battery information if failed during probing

Lv Zheng (4):
      ACPI / EC: Avoid race condition related to advance_transaction()
      ACPI / EC: Add asynchronous command byte write support
      ACPI / EC: Remove duplicated ec_wait_ibf0() waiter
      ACPI / EC: Fix race condition in ec_transaction_completed()

Maxime Bizon (1):
      workqueue: fix dev_set_uevent_suppress() imbalance

Michal Sojka (1):
      USB: serial: ftdi_sio: Add Infineon Triboard

Mikulas Patocka (1):
      dm: allocate a special workqueue for deferred device removal

Prabhakar Lad (1):
      cpufreq: Makefile: fix compilation for davinci platform

Roger Quadros (1):
      phy: core: Fix error path in phy_create()

Roland Dreier (1):
      x86, ioremap: Speed up check for RAM pages

Stephen Boyd (1):
      clk: qcom: HDMI source sel is 3 not 2

Steven Rostedt (Red Hat) (1):
      ring-buffer: Check if buffer exists before polling

Theodore Ts'o (4):
      ext4: fix unjournalled bg descriptor while initializing inode bitmap
      ext4: clarify error count warning messages
      ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()
      ext4: fix a potential deadlock in __ext4_es_shrink()

Thomas Gleixner (1):
      clk: spear3xx: Use proper control register offset

Ville Syrjälä (1):
      drm/i915: Don't clobber the GTT when it's within stolen memory

Vincent Minet (1):
      intel_pstate: Set CPU number before accessing MSRs

Yasuaki Ishimatsu (1):
      workqueue: zero cpumask of wq_numa_possible_cpumask on init


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ