From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.13.12
Date: Wed, 8 Nov 2017 10:28:43 +0100 [thread overview]
Message-ID: <20171108092843.GA23630@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 5757 bytes --]
I'm announcing the release of the 4.13.12 kernel.
All users of the 4.13 kernel series must upgrade.
The updated 4.13.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.13.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/boot/dts/armada-375.dtsi | 4 -
arch/arm/boot/dts/armada-38x.dtsi | 4 -
arch/arm/boot/dts/armada-39x.dtsi | 4 -
arch/arm/include/asm/Kbuild | 1
arch/arm/include/asm/unaligned.h | 27 ++++++
arch/arm/kvm/emulate.c | 6 -
arch/arm/kvm/hyp/Makefile | 2
arch/arm64/kernel/traps.c | 2
arch/arm64/kvm/hyp/Makefile | 2
arch/arm64/kvm/inject_fault.c | 16 +++-
arch/mips/kernel/smp-cmp.c | 2
arch/mips/kernel/smp.c | 22 ++++-
arch/mips/mm/uasm-micromips.c | 2
arch/mips/net/ebpf_jit.c | 2
arch/powerpc/include/asm/code-patching.h | 10 --
arch/powerpc/kernel/kprobes.c | 7 +
arch/x86/kernel/cpu/Makefile | 2
arch/x86/kernel/cpu/aperfmperf.c | 11 +-
arch/x86/kernel/cpu/mcheck/dev-mcelog.c | 121 ++++++-------------------------
arch/x86/kernel/cpu/proc.c | 12 ++-
drivers/block/virtio_blk.c | 12 +++
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 4 +
drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 12 +--
drivers/gpu/drm/i915/intel_dp.c | 13 ++-
drivers/gpu/drm/i915/intel_drv.h | 1
drivers/gpu/drm/i915/intel_pm.c | 51 +++++--------
drivers/irqchip/irq-mvebu-gicp.c | 1
fs/cifs/dir.c | 5 -
fs/hugetlbfs/inode.c | 5 +
fs/ocfs2/alloc.c | 24 ++++--
include/linux/swap.h | 4 +
kernel/events/core.c | 6 +
kernel/futex.c | 23 +++++
lib/asn1_decoder.c | 3
mm/hugetlb.c | 32 +++++++-
mm/swapfile.c | 23 ++++-
security/keys/keyring.c | 39 ++++-----
security/keys/trusted.c | 23 +++--
sound/core/seq/seq_clientmgr.c | 2
sound/core/timer_compat.c | 17 +++-
sound/soc/codecs/adau17x1.c | 24 +++++-
sound/soc/codecs/adau17x1.h | 2
virt/kvm/arm/vgic/vgic-its.c | 18 +---
44 files changed, 361 insertions(+), 244 deletions(-)
Andrea Arcangeli (1):
userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size
Antoine Tenart (1):
irqchip/irq-mvebu-gicp: Add missing spin_lock init
Arnd Bergmann (1):
ARM: 8715/1: add a private asm/unaligned.h
Ashish Samant (1):
ocfs2: fstrim: Fix start offset of first cluster group during fstrim
Bart Van Assche (1):
virtio_blk: Fix an SG_IO regression
Borislav Petkov (1):
x86/mcelog: Get rid of RCU remnants
Christoffer Dall (1):
KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table
Dongjiu Geng (1):
arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort
Eric Biggers (3):
KEYS: return full count in keyring_read() if buffer is too small
KEYS: trusted: fix writing past end of buffer in trusted_read()
KEYS: fix out-of-bounds read during ASN.1 parsing
Greg Kroah-Hartman (1):
Linux 4.13.12
Gustavo A. R. Silva (1):
MIPS: microMIPS: Fix incorrect mask in insn_table_MM
Huang Ying (1):
mm, swap: fix race between swap count continuation operations
Jani Nikula (1):
drm/i915/edp: read edp display control registers unconditionally
Jason A. Donenfeld (1):
MIPS: smp-cmp: Use right include for task_struct
Julien Thierry (1):
arm/arm64: kvm: Disable branch profiling in HYP code
Leo Liu (2):
drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvesting
drm/amdgpu: allow harvesting check for Polaris VCE
Linus Torvalds (1):
Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""
Maarten Lankhorst (1):
drm/i915: Do not rely on wm preservation for ILK watermarks
Mark Rutland (1):
arm64: ensure __dump_instr() checks addr_limit
Matt Redfearn (1):
MIPS: SMP: Fix deadlock & online race
Mike Kravetz (1):
fs/hugetlbfs/inode.c: fix hwpoison reserve accounting
Naveen N. Rao (2):
Revert "powerpc64/elfv1: Only dereference function descriptor for non-text symbols"
powerpc/kprobes: Dereference function pointers only if the address does not belong to kernel text
Peter Zijlstra (1):
futex: Fix more put_pi_state() vs. exit_pi_state_list() races
Rafael J. Wysocki (1):
x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo
Ricard Wanderlof (1):
ASoC: adau17x1: Workaround for noise bug in ADC
Ronnie Sahlberg (1):
cifs: check MaxPathNameComponentLength != 0 before using it
Takashi Iwai (2):
ALSA: timer: Add missing mutex lock for compat ioctls
ALSA: seq: Fix nested rwsem annotation for lockdep splat
Tejun Heo (1):
perf/cgroup: Fix perf cgroup hierarchy support
Wei Yongjun (1):
MIPS: bpf: Fix a typo in build_one_insn()
Yan Markman (1):
ARM: dts: mvebu: pl310-cache disable double-linefill
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-11-08 9:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-08 9:28 Greg KH [this message]
2017-11-08 9:28 ` Linux 4.13.12 Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171108092843.GA23630@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.