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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 542E5C10DAA for ; Sat, 12 Sep 2020 08:08:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C24B20796 for ; Sat, 12 Sep 2020 08:08:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="uTtrF9/6" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725847AbgILIIr (ORCPT ); Sat, 12 Sep 2020 04:08:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725813AbgILIIp (ORCPT ); Sat, 12 Sep 2020 04:08:45 -0400 Received: from mail-vs1-xe43.google.com (mail-vs1-xe43.google.com [IPv6:2607:f8b0:4864:20::e43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD432C061573 for ; Sat, 12 Sep 2020 01:08:44 -0700 (PDT) Received: by mail-vs1-xe43.google.com with SMTP id e14so6683980vsa.9 for ; Sat, 12 Sep 2020 01:08:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=fM+lglj6XXTSMK2cirmL5bgozEzDMARHxLPd/FCcatM=; b=uTtrF9/6YXrT/4+oICxd7QnrCskq5cRttZHgEwdXZnAjqNULoIPl3qIdoev+7f6oOl jHEVy90/m6Te2+9BH/19IVvVKh+f1lE8t1NkrSTGUQBfgmJOASRQnxYiDWZ2xrPjn6/0 PaSQ9uFfTWbm7FYM+EgYrLmAxA3ycsM/FCsaNeA6bOakr3lHMe5bTjJLsxpryLzNcPKF N2rCfNsV9RWMiJarilXHK2G+5hDoTewxuqP2qgFiREDPINfi0FzUnEc9211dEXEZ+dEY UG6zp55QKdyr+rr2bYlZrx3yQhIdJJ/k2F1K1v5BKapv6yz+jtFql8T1wmtI/0SCwubW WLRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=fM+lglj6XXTSMK2cirmL5bgozEzDMARHxLPd/FCcatM=; b=Nmt/ZvTr8ZEbbxWrUK7AE6+d4B5wqRarEWQ5Cah96vN9RHxMMuocRhgaN42FMraeSg hrr3CetmEnKAuGDXO7B2o0KFirk28feZ29XF8g8lJE0KOUSOC9hYfVL1oVLRhucgJwxm L/yWheSp1WWe2vP81DSwiC1KYaKqvUZ7CrHmUylc1m0GWI17+x8w7OdW6y2/qSAM0FHx vm0Zw4noqmj+8OtCw9gYhmySOAQ5eaH40KFquiYHlJqhjlDhi0ym8P+uO71vd5nDEQLD Y7Nfh69qZ4efwIIzIyjPKdv5EaCbdmpEw6Wpqq05LUk/WyzR01jlxizw+HyZOSWYa52e bnqg== X-Gm-Message-State: AOAM532n9wqQplOJbCwnu92Zekn0no2TkINX0os8Cm4/VBCLD2TAbBg7 FTKiOi2hUnnL0bJRvqdmezIXMyA6Wwi228gqKr7xHVS8ilNy+s1Q X-Google-Smtp-Source: ABdhPJwjRKaoM5Z4Vp8HwlehzblQG2NMbXWRa/882b9IBdx/DyIcfi1XkBhanroDctuVVxuiGjLITcLNWUzRifugmto= X-Received: by 2002:a05:6102:10c2:: with SMTP id t2mr3174661vsr.10.1599898124021; Sat, 12 Sep 2020 01:08:44 -0700 (PDT) MIME-Version: 1.0 References: <20200911122502.395450276@linuxfoundation.org> In-Reply-To: <20200911122502.395450276@linuxfoundation.org> From: Naresh Kamboju Date: Sat, 12 Sep 2020 13:38:32 +0530 Message-ID: Subject: Re: [PATCH 4.4 00/62] 4.4.236-rc1 review To: Greg Kroah-Hartman Cc: open list , Shuah Khan , patches@kernelci.org, lkft-triage@lists.linaro.org, Ben Hutchings , linux- stable , Andrew Morton , Linus Torvalds , Guenter Roeck Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Sep 2020 at 18:24, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.236 release. > There are 62 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, 13 Sep 2020 12:24:42 +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.4.236-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 Results from Linaro=E2=80=99s test farm. No regressions on arm64, arm, x86_64, and i386. Tested-by: Linux Kernel Functional Testing Summary ------------------------------------------------------------------------ kernel: 4.4.236-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stab= le-rc.git git branch: linux-4.4.y git commit: 5a444641713b4fca895f5b30cf4b0d53dba5a383 git describe: v4.4.235-63-g5a444641713b Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.4.= y/build/v4.4.235-63-g5a444641713b No regressions (compared to build v4.4.235) No fixes (compared to build v4.4.235) Ran 8284 total tests in the following environments and test suites. Environments -------------- - i386 - juno-r2 - arm64 - qemu_arm - qemu_arm64 - qemu_i386 - qemu_x86_64 - x15 - arm - x86_64 Test Suites ----------- * build * kselftest * kselftest/drivers * kselftest/filesystems * linux-log-parser * network-basic-tests * perf * libhugetlbfs * ltp-cap_bounds-tests * ltp-commands-tests * ltp-containers-tests * ltp-controllers-tests * ltp-cpuhotplug-tests * ltp-crypto-tests * ltp-cve-tests * ltp-dio-tests * ltp-fcntl-locktests-tests * ltp-filecaps-tests * ltp-fs-tests * ltp-fs_bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * v4l2-compliance * ltp-syscalls-tests * ltp-tracing-tests * install-android-platform-tools-r2600 * kselftest/net * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-native/drivers * kselftest-vsyscall-mode-native/filesystems * kselftest-vsyscall-mode-none * kselftest-vsyscall-mode-none/drivers * kselftest-vsyscall-mode-none/filesystems * ssuite Summary ------------------------------------------------------------------------ kernel: 4.4.236-rc1 git repo: https://git.linaro.org/lkft/arm64-stable-rc.git git branch: 4.4.236-rc1-hikey-20200911-811 git commit: 9a083a8e28ba57575b8d73c5d5cf3529336e4240 git describe: 4.4.236-rc1-hikey-20200911-811 Test details: https://qa-reports.linaro.org/lkft/linaro-hikey-stable-rc-4.4= -oe/build/4.4.236-rc1-hikey-20200911-811 No regressions (compared to build 4.4.236-rc1-hikey-20200908-809) No fixes (compared to build 4.4.236-rc1-hikey-20200908-809) Ran 1803 total tests in the following environments and test suites. Environments -------------- - hi6220-hikey - arm64 Test Suites ----------- * build * install-android-platform-tools-r2600 * kselftest * kselftest/drivers * kselftest/filesystems * libhugetlbfs * linux-log-parser * ltp-cap_bounds-tests * ltp-containers-tests * ltp-cpuhotplug-tests * ltp-cve-tests * ltp-dio-tests * ltp-fcntl-locktests-tests * ltp-filecaps-tests * ltp-fs-tests * ltp-fs_bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * perf * spectre-meltdown-checker-test * v4l2-compliance --=20 Linaro LKFT https://lkft.linaro.org