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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 414B2C433EF for ; Sun, 15 May 2022 18:47:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238433AbiEOSrV (ORCPT ); Sun, 15 May 2022 14:47:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238397AbiEOSrO (ORCPT ); Sun, 15 May 2022 14:47:14 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C511E031; Sun, 15 May 2022 11:47:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 43BBFB80DE1; Sun, 15 May 2022 18:47:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 873C6C385B8; Sun, 15 May 2022 18:47:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1652640430; bh=J9BQhsp40xf81EIZbe1SqPmMdOKHz/NTowy0fAnLDnY=; h=From:To:Cc:Subject:Date:From; b=cs8W/naB5NAdbCiTtA7KWkxavbctEB2KOJpEireSkdE1SzWUPHQNYjrM2A44f7QJZ 3/lgerQEQEgAHpLJFIVkd6p2SsVEoRtihUstpedqFu6Rm+Gt6m28JOXaB4L+hWmvat C36nBwjHChWc/jqXw3ObFTCqu9uRRMD8a8U1flhM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz, Greg Kroah-Hartman Subject: Linux 4.14.279 Date: Sun, 15 May 2022 20:47:03 +0200 Message-Id: <165264042429201@kroah.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I'm announcing the release of the 4.14.279 kernel. All users of the 4.14 kernel series must upgrade. The updated 4.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 arch/mips/bmips/setup.c | 2 arch/mips/lantiq/prom.c | 2 arch/mips/pic32/pic32mzda/init.c | 2 arch/mips/ralink/of.c | 2 drivers/block/drbd/drbd_nl.c | 13 ++-- drivers/mmc/host/rtsx_pci_sdmmc.c | 30 ++++++---- drivers/net/can/grcan.c | 38 ++++++------- fs/namespace.c | 9 ++- include/net/bluetooth/hci_core.h | 3 + include/sound/pcm.h | 2 mm/memory.c | 2 mm/userfaultfd.c | 3 + net/bluetooth/hci_core.c | 6 +- sound/core/pcm.c | 3 + sound/core/pcm_lib.c | 5 + sound/core/pcm_memory.c | 11 ++- sound/core/pcm_native.c | 110 ++++++++++++++++++++++++++------------ 18 files changed, 163 insertions(+), 82 deletions(-) Andreas Larsson (2): can: grcan: grcan_probe(): fix broken system id check for errata workaround needs can: grcan: only use the NAPI poll budget for RX ChenXiaoSong (1): VFS: Fix memory leak caused by concurrently mounting fs with subtype Greg Kroah-Hartman (1): Linux 4.14.279 Itay Iellin (1): Bluetooth: Fix the creation of hdev->name Lee Jones (1): block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicit Muchun Song (2): mm: hugetlb: fix missing cache flush in copy_huge_page_from_user() mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic() Nathan Chancellor (1): MIPS: Use address-of operator on section symbols Ricky WU (1): mmc: rtsx: add 74 Clocks in power on flow Takashi Iwai (5): ALSA: pcm: Fix races among concurrent hw_params and hw_free calls ALSA: pcm: Fix races among concurrent read/write and buffer changes ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls ALSA: pcm: Fix races among concurrent prealloc proc writes ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock