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=-9.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 44002C4CEC7 for ; Fri, 13 Sep 2019 13:08:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 194FC206A5 for ; Fri, 13 Sep 2019 13:08:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568380125; bh=G/8/zSGcnabzQomBou+lc5kJ/m1z05L/8BmRmSk50vk=; h=From:To:Cc:Subject:Date:List-ID:From; b=GxDZfCUfNLsRn2bH6qlLnUCAZJr933Txd0FeUTDeUh5ZB+7hgzsHBkMjvxHZb8lqd Ly3VseshP2sVjCVfPIeTWG8N/g4Ca4ImkraFOTR+mugFRzzek1OILLJ+DmfpQ4cC4C EJUfJlRfq4Wj0yVDU9k7HZFZffG4CnwEAsMjPjtg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730195AbfIMNIo (ORCPT ); Fri, 13 Sep 2019 09:08:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:33196 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730046AbfIMNIn (ORCPT ); Fri, 13 Sep 2019 09:08:43 -0400 Received: from localhost (unknown [104.132.45.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 766642089F; Fri, 13 Sep 2019 13:08:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568380122; bh=G/8/zSGcnabzQomBou+lc5kJ/m1z05L/8BmRmSk50vk=; h=From:To:Cc:Subject:Date:From; b=U6ZVwk7JTNZnzBdOcfR30p4uNJaRjSkf+NRIQzapizgDCY4qQ151cJJ58J1yOlQzY s1RgwXT9FB8S/IqXiiixW5vI7U5RSMEqF4uw2ajQ3fcwnpkq9Kg2kkxjX8YeUJPyad 8ncuWhRZPDA/p/YV/jM5aQtn6Fl19I3mXrJF9/AU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.4 0/9] 4.4.193-stable review Date: Fri, 13 Sep 2019 14:06:50 +0100 Message-Id: <20190913130424.160808669@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.193-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.193-rc1 X-KernelTest-Deadline: 2019-09-15T13:04+00:00 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.4.193 release. There are 9 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sun 15 Sep 2019 01:03:32 PM UTC. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.193-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.4.193-rc1 yongduan vhost: make sure log_num < in_num Dave Jones af_packet: tone down the Tx-ring unsupported spew. Zhenzhong Duan x86, boot: Remove multiple copy of static function sanitize_boot_params() Nathan Chancellor clk: s2mps11: Add used attribute to s2mps11_dt_match Nicolas Boichat scripts/decode_stacktrace: match basepath using shell prefix operator, not regex Tiwei Bie vhost/test: fix build for vhost test Cong Wang xfrm: clean up xfrm protocol checks Takashi Iwai ALSA: hda/realtek - Fix overridden device-specific initialization Takashi Iwai ALSA: hda - Fix potential endless loop at applying quirks ------------- Diffstat: Makefile | 4 ++-- arch/x86/boot/compressed/misc.c | 1 + arch/x86/boot/compressed/misc.h | 1 - drivers/clk/clk-s2mps11.c | 2 +- drivers/vhost/test.c | 13 +++++++++---- drivers/vhost/vhost.c | 4 ++-- include/net/xfrm.h | 17 +++++++++++++++++ net/key/af_key.c | 4 +++- net/packet/af_packet.c | 2 +- net/xfrm/xfrm_state.c | 2 +- net/xfrm/xfrm_user.c | 14 +------------- scripts/decode_stacktrace.sh | 2 +- sound/pci/hda/hda_auto_parser.c | 4 ++-- sound/pci/hda/hda_generic.c | 3 ++- sound/pci/hda/hda_generic.h | 1 + sound/pci/hda/patch_realtek.c | 2 ++ 16 files changed, 46 insertions(+), 30 deletions(-)