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=-12.0 required=3.0 tests=BAYES_00,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 01FB5C433DF for ; Wed, 5 Aug 2020 16:34:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D583622CF7 for ; Wed, 5 Aug 2020 16:34:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596645296; bh=lFfNwEVoU/hn49iKmXrwYqczm1bUEZujKFQ6SRBJbDI=; h=From:To:Cc:Subject:Date:List-ID:From; b=l4+pLrtU+umkUyKd13/nQMyc/AbN2iKW4cVfEFNPrilPnoVWhE+dCyOr8lQ7p49al S7MkF7NECGAaIM+AzZB2+2A9N9vA/vJU567LL33cez2eeJsQ2TepHFoistMJ7Mm3Zk 8SJQXP+Bf2RXkccXT9yFc3yY+9D94ylJav46GUNM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727060AbgHEQep (ORCPT ); Wed, 5 Aug 2020 12:34:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:49788 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726877AbgHEQcl (ORCPT ); Wed, 5 Aug 2020 12:32:41 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 5A3D4233FC; Wed, 5 Aug 2020 15:53:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596642829; bh=lFfNwEVoU/hn49iKmXrwYqczm1bUEZujKFQ6SRBJbDI=; h=From:To:Cc:Subject:Date:From; b=Lgt99oZOZq2amuAVNMC3k5utb94/rEeCxfjVkeh0Rwx8o/kTmZhYOmeklhg4ARs9M 1Wmgc8HO7L8sztVlPCu2NcQjIipz5xzgGLrBTy4AxNteDOHkSPzCitXSHgrC2P1V5u fmwiKJVBKO/uqRbW4K/+gzNKfmekzSgw8qiFaoQU= 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.14 0/8] 4.14.193-rc1 review Date: Wed, 5 Aug 2020 17:53:26 +0200 Message-Id: <20200805153507.005753845@linuxfoundation.org> X-Mailer: git-send-email 2.28.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.14.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.14.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.14.193-rc1 X-KernelTest-Deadline: 2020-08-07T15:35+00:00 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is the start of the stable review cycle for the 4.14.193 release. There are 8 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 Fri, 07 Aug 2020 15:34:53 +0000. 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.14.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.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.14.193-rc1 Geert Uytterhoeven ARM: 8702/1: head-common.S: Clear lr before jumping to start_kernel() Jiang Ying ext4: fix direct I/O read error Linus Torvalds random32: move the pseudo-random 32-bit definitions to prandom.h Linus Torvalds random32: remove net_rand_state from the latent entropy gcc plugin Willy Tarreau random: fix circular include dependency on arm64 after addition of percpu.h Grygorii Strashko ARM: percpu.h: fix build error Willy Tarreau random32: update the net random state on interrupt and activity Greg Kroah-Hartman Revert "scsi: libsas: direct call probe and destruct" ------------- Diffstat: Makefile | 4 +- arch/arm/include/asm/percpu.h | 2 + arch/arm/kernel/head-common.S | 1 + drivers/char/random.c | 1 + drivers/scsi/libsas/sas_ata.c | 1 + drivers/scsi/libsas/sas_discover.c | 32 +++++++--------- drivers/scsi/libsas/sas_expander.c | 8 ++-- drivers/scsi/libsas/sas_internal.h | 1 - drivers/scsi/libsas/sas_port.c | 3 -- fs/ext4/inode.c | 5 +++ include/linux/prandom.h | 78 ++++++++++++++++++++++++++++++++++++++ include/linux/random.h | 63 ++---------------------------- include/scsi/libsas.h | 3 +- include/scsi/scsi_transport_sas.h | 1 - kernel/time/timer.c | 8 ++++ lib/random32.c | 2 +- 16 files changed, 124 insertions(+), 89 deletions(-)