Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp775765ybe; Fri, 13 Sep 2019 06:13:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqyXN1dsnz0gRrFev85Ef4cbj4Ba9bsspZqAc/BvuougyDKWVXaUIUXbDYkg45ETWrQydlcp X-Received: by 2002:a05:6402:8ce:: with SMTP id d14mr19489781edz.244.1568380394018; Fri, 13 Sep 2019 06:13:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568380394; cv=none; d=google.com; s=arc-20160816; b=PZ4ZVc4bLE8+ljwDLZvK/9QJHj0oOH9iK8LB9ZnJXrTRjXaUWd1shKWIQCiRZpONOm AcPTim8TQZ+H5ltS1vBqvRYfJjR1Tc9gLKEVgNo6IX6nhEEmGuAWto1EZlApmI6/aon7 ZvIbRjRkzL+FPLeDtvBUREpKRsRklPKjPvSiDi/E9hKcFqVY0jF8mpRPnTfGSvWsuwja lxtzs6Mcakye4eed+lkT/B+7gvupMPu0O3DKpBozSejPNU/1IKVJPT+C++RCts6+FaOb 8mYADCogZ0gCyVpUaPYaoytt3PcenF4rOPGEaa29F/dpD4+u9G74bxzRrNa9ZZWDJVRi CIEA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=tbNh697lbb6b+6NmmyIXnBYffLtiwOk5lnX4CCVPSj8=; b=L7dRdRKLoBuPFXubWlBjWiCzATtKyLvCGNvYLiBMEGgYVXjlRog66YI5tbue9hJSFG 8Ih6vCfzE1ub0pYiddgKKzjkSgYiAP603e1FjTKgPmCkMIiheFXjqhNfeUivrnJiwN2r /U6bTdFqN/3pX6RqfbiJq8J2GEsxwhESeOg//dGaCMQ/prIj+bDp7lW3goS15MCpAXyX i2mR/W38Yzuj8cTs1McEQEMfYSL1QLgCTLcF6uHues7dBnHaVIcrzSxM8ba4fhnTQfKm NIQKyM2ONfrzAjEzdwsZEvR2x4tjoZPqyrUoYiNWiZgSe3Z2jRuuqu/puPk/oLb9fe6K LJyA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=U6ZVwk7J; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v17si15188819eda.256.2019.09.13.06.12.50; Fri, 13 Sep 2019 06:13:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=U6ZVwk7J; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730161AbfIMNIn (ORCPT + 99 others); Fri, 13 Sep 2019 09:08:43 -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(-)