From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DA9AEC4321D for ; Sat, 18 Aug 2018 08:45:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9D04D2184F for ; Sat, 18 Aug 2018 08:45:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9D04D2184F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726817AbeHRLwH (ORCPT ); Sat, 18 Aug 2018 07:52:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55536 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726095AbeHRLwH (ORCPT ); Sat, 18 Aug 2018 07:52:07 -0400 Received: from localhost (unknown [194.244.16.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 2462A941; Sat, 18 Aug 2018 08:45:11 +0000 (UTC) Date: Sat, 18 Aug 2018 10:45:08 +0200 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 4.18.2 Message-ID: <20180818084508.GA31677@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 4.18.2 kernel. All users of the 4.18 kernel series must upgrade. The updated 4.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-4.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=3Dlinux/kernel/git/stable/linux-stable.git;a=3Dsu= mmary thanks, greg k-h ------------ Documentation/process/changes.rst | 19=20 Makefile | 2=20 arch/arm64/mm/mmu.c | 4=20 arch/x86/crypto/sha256-mb/sha256_mb_mgr_flush_avx2.S | 2=20 arch/x86/hyperv/mmu.c | 5=20 arch/x86/include/asm/i8259.h | 1=20 arch/x86/kernel/apic/x2apic_uv_x.c | 4=20 arch/x86/kernel/cpu/bugs.c | 3=20 arch/x86/kernel/cpu/common.c | 2=20 arch/x86/kernel/cpu/cpu.h | 1=20 arch/x86/mm/pageattr.c | 6=20 arch/x86/mm/pgtable.c | 61 ++ arch/x86/mm/pti.c | 34 + arch/x86/xen/enlighten_pv.c | 3=20 crypto/ablkcipher.c | 57 +- crypto/blkcipher.c | 54 +- crypto/skcipher.c | 55 +- crypto/vmac.c | 412 ++++++++------= ----- drivers/crypto/ccp/psp-dev.c | 7=20 drivers/crypto/ccree/cc_cipher.c | 111 +++-- drivers/crypto/ccree/cc_hash.c | 81 --- include/asm-generic/pgtable.h | 8=20 include/crypto/vmac.h | 63 -- lib/ioremap.c | 4=20 net/bluetooth/hidp/core.c | 4=20 scripts/depmod.sh | 8=20 26 files changed, 493 insertions(+), 518 deletions(-) Chintan Pandya (1): ioremap: Update pgtable free interfaces with addr Dave Hansen (1): x86/mm/pti: Clear Global bit more aggressively Dou Liyang (1): x86/platform/UV: Mark memblock related init code and data correctly Eric Biggers (7): crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job= _avx2() crypto: vmac - require a block cipher with 128-bit block size crypto: vmac - separate tfm and request context crypto: blkcipher - fix crash flushing dcache in error path crypto: ablkcipher - fix crash flushing dcache in error path crypto: skcipher - fix aligning block size in skcipher_copy_iv() crypto: skcipher - fix crash flushing dcache in error path Gilad Ben-Yossef (1): crypto: ccree - fix iv handling Greg Kroah-Hartman (1): Linux 4.18.2 Guenter Roeck (2): x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled x86: i8259: Add missing include file Hadar Gat (1): crypto: ccree - fix finup M. Vefa Bicakci (1): xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits Mark Salyzyn (1): Bluetooth: hidp: buffer overflow in hidp_process_report Randy Dunlap (1): kbuild: verify that $DEPMOD is installed Tom Lendacky (2): crypto: ccp - Check for NULL PSP pointer at module unload crypto: ccp - Fix command completion detection race Toshi Kani (2): x86/mm: Disable ioremap free page handling on x86-PAE x86/mm: Add TLB purge to free pmd/pte page interfaces Vitaly Kuznetsov (1): x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others() --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlt33JMACgkQONu9yGCS aT6K+BAAjoKQCyq0tJidCwMo2Bhm8WMyuQLh/wMVLmHmacaNPj3Gi0nDCaJ7V46i HdneYuYIdikS+Ppegrp0X/RjAlcGJyvcCBIvYJttjP4ak4uLZrc88Mz4dXOmEay1 583AJiKkxR0W5KpKFDGwQbGEQGcljKIeJ3N7A7Xemqak6pWCcpPtYXk9heE7R50Q mCPpnkhjXqdqGy3kgyocbRnEFvf9ur8cILWw+c2s4v8UVK0+SFNnlrDkgLV8Ful0 M7Zk0FuBw+j427EGNrFlBSWkiGE/1Nn837I+eUilIy00m14JLRh/yucHLbFETkGm oYkRPPThQpb/DePtJmRMmvXhj768I5f3C+1E0wv+OnqL4/OBj26mjpy/VNbRT3ez pL5HUoqJlegecu+Tf7c5u1mYS7km9huVuC2qC4I5SSq+MOzsZHsKxNjgg9yI4GV0 4zOaGyIoLhWm5yTB2cZ7q3lyMCgatSyp7jxDeP+QMEIO1puIMLbuE9BCbq4lL5EQ TDa6aettDK4iIWtmWh6OuW0/NtlLiOlVH1TqTgDf0kJOLmssHRWSHS1SqxKzAvaP ohfojcCYuFizXJ9LRsVjZfm4ZqsMSzn8wkrMn/XEsN2iGrnew3QCrcunRx7p+c12 JK5lsSL8U6Zf32/1n6zHDTcu7S+nPv5cyAMjQ6Wnz0hRRwybWLA= =+A72 -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ--