lists.linaro.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
List overview
Download
Linux-stable-mirror
July 2021
----- 2025 -----
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
linux-stable-mirror@lists.linaro.org
323 participants
1544 discussions
Start a n
N
ew thread
[PATCH v2] tty: nozomi: tty_unregister_device -> tty_port_unregister_device
by Dongliang Mu
The pairwise api invocation of tty_port_register_device should be tty_port_unregister_device, other than tty_unregister_device. Fixes: a6afd9f3e819 ("tty: move a number of tty drivers from drivers/char/ to drivers/tty/") Cc: stable(a)vger.kernel.org Signed-off-by: Dongliang Mu <mudongliangabcd(a)gmail.com> --- drivers/tty/nozomi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/tty/nozomi.c b/drivers/tty/nozomi.c index 0c80f25c8c3d..08bdd82f60b5 100644 --- a/drivers/tty/nozomi.c +++ b/drivers/tty/nozomi.c @@ -1417,7 +1417,8 @@ static int nozomi_card_init(struct pci_dev *pdev, err_free_tty: for (i--; i >= 0; i--) { - tty_unregister_device(ntty_driver, dc->index_start + i); + tty_port_unregister_device(&dc->port[i].port, ntty_driver, + dc->index_start + i); tty_port_destroy(&dc->port[i].port); } free_irq(pdev->irq, dc); -- 2.25.1
3 years, 5 months
2
4
0
0
stable/linux-4.9.y baseline: 140 runs, 6 regressions (v4.9.276)
by kernelci.org bot
stable/linux-4.9.y baseline: 140 runs, 6 regressions (v4.9.276) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ---------------------+--------+---------------+----------+------------------------------+------------ qemu_arm-versatilepb | arm | lab-baylibre | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-broonie | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-cip | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-collabora | gcc-8 | versatile_defconfig | 1 qemu_x86_64 | x86_64 | lab-broonie | gcc-8 | x86_64_defcon...6-chromebook | 1 r8a7795-salvator-x | arm64 | lab-baylibre | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/job/stable/branch/linux-4.9.y/kernel/v4.9.276/pla…
Test: baseline Tree: stable Branch: linux-4.9.y Describe: v4.9.276 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
SHA: 0db822f6dee813f746ed196fc561945eee4cd4b9 Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions ---------------------+--------+---------------+----------+------------------------------+------------ qemu_arm-versatilepb | arm | lab-baylibre | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7d8d69dbde908a085c264
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/arm/versatile_def…
HTML log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/arm/versatile_def…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d8d69dbde908a085c265
failing since 244 days (last pass: v4.9.243, first fail: v4.9.244) platform | arch | lab | compiler | defconfig | regressions ---------------------+--------+---------------+----------+------------------------------+------------ qemu_arm-versatilepb | arm | lab-broonie | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f80d31cef34c584885c25c
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/arm/versatile_def…
HTML log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/arm/versatile_def…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f80d31cef34c584885c25d
failing since 244 days (last pass: v4.9.243, first fail: v4.9.244) platform | arch | lab | compiler | defconfig | regressions ---------------------+--------+---------------+----------+------------------------------+------------ qemu_arm-versatilepb | arm | lab-cip | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7d8e86a07bd479685c27a
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/arm/versatile_def…
HTML log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/arm/versatile_def…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d8e86a07bd479685c27b
failing since 244 days (last pass: v4.9.243, first fail: v4.9.244) platform | arch | lab | compiler | defconfig | regressions ---------------------+--------+---------------+----------+------------------------------+------------ qemu_arm-versatilepb | arm | lab-collabora | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7d87ffd9bd4dfbb85c25f
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/arm/versatile_def…
HTML log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/arm/versatile_def…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d87ffd9bd4dfbb85c260
failing since 244 days (last pass: v4.9.243, first fail: v4.9.244) platform | arch | lab | compiler | defconfig | regressions ---------------------+--------+---------------+----------+------------------------------+------------ qemu_x86_64 | x86_64 | lab-broonie | gcc-8 | x86_64_defcon...6-chromebook | 1 Details:
https://kernelci.org/test/plan/id/60f80f38bd38a02abf85c25d
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: x86_64_defconfig+x86-chromebook Compiler: gcc-8 (gcc (Debian 8.3.0-6) 8.3.0) Plain log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/x86_64/x86_64_def…
HTML log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/x86_64/x86_64_def…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f80f38bd38a02abf85c25e
new failure (last pass: v4.9.275) platform | arch | lab | compiler | defconfig | regressions ---------------------+--------+---------------+----------+------------------------------+------------ r8a7795-salvator-x | arm64 | lab-baylibre | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7d8e8bc61c232f785c259
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: defconfig Compiler: gcc-8 (aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/arm64/defconfig/g…
HTML log:
https://storage.kernelci.org//stable/linux-4.9.y/v4.9.276/arm64/defconfig/g…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d8e8bc61c232f785c25a
failing since 244 days (last pass: v4.9.243, first fail: v4.9.244)
3 years, 5 months
1
0
0
0
stable-rc/queue/5.10 baseline: 197 runs, 7 regressions (v5.10.51-239-g1c3a4b93b5820)
by kernelci.org bot
stable-rc/queue/5.10 baseline: 197 runs, 7 regressions (v5.10.51-239-g1c3a4b93b5820) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions -------------------------+--------+---------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defcon...6-chromebook | 1 d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defconfig | 1 imx6q-var-dt6customboard | arm | lab-baylibre | gcc-8 | multi_v7_defconfig | 2 rk3288-veyron-jaq | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 3 Details:
https://kernelci.org/test/job/stable-rc/branch/queue%2F5.10/kernel/v5.10.51…
Test: baseline Tree: stable-rc Branch: queue/5.10 Describe: v5.10.51-239-g1c3a4b93b5820 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
SHA: 1c3a4b93b58207c57a433b0da2af28649a83225a Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions -------------------------+--------+---------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defcon...6-chromebook | 1 Details:
https://kernelci.org/test/plan/id/60f7d4dd8843a8245a85c269
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: x86_64_defconfig+x86-chromebook Compiler: gcc-8 (gcc (Debian 8.3.0-6) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.51-239-g1c3a4b93b5…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.51-239-g1c3a4b93b5…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d4dd8843a8245a85c26a
failing since 9 days (last pass: v5.10.48-6-gea5b7eca594d, first fail: v5.10.49-580-g094fb99ca365) platform | arch | lab | compiler | defconfig | regressions -------------------------+--------+---------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7d875c93ff0afc785c264
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: x86_64_defconfig Compiler: gcc-8 (gcc (Debian 8.3.0-6) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.51-239-g1c3a4b93b5…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.51-239-g1c3a4b93b5…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d875c93ff0afc785c265
failing since 9 days (last pass: v5.10.48-6-gea5b7eca594d, first fail: v5.10.49-580-g094fb99ca365) platform | arch | lab | compiler | defconfig | regressions -------------------------+--------+---------------+----------+------------------------------+------------ imx6q-var-dt6customboard | arm | lab-baylibre | gcc-8 | multi_v7_defconfig | 2 Details:
https://kernelci.org/test/plan/id/60f7db98cb5ded5e3085c27d
Results: 4 PASS, 2 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.51-239-g1c3a4b93b5…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.51-239-g1c3a4b93b5…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.dmesg.alert:
https://kernelci.org/test/case/id/60f7db98cb5ded5e3085c284
new failure (last pass: v5.10.51-239-g0625d8e48998) 4 lines 2021-07-21T08:32:05.137674 kern :alert : 8<--- cut here --- 2021-07-21T08:32:05.173657 kern :alert : Unable to handle kernel NULL pointer dereference at virtual address 00000313 2021-07-21T08:32:05.174166 kern :alert : pgd = 77cf30bc<8>[ 11.835497] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=alert RESULT=fail UNITS=lines MEASUREMENT=4> 2021-07-21T08:32:05.174420 * baseline.dmesg.emerg:
https://kernelci.org/test/case/id/60f7db98cb5ded5e3085c285
new failure (last pass: v5.10.51-239-g0625d8e48998) 47 lines 2021-07-21T08:32:05.175664 kern :alert : [00000313] *pgd=00000000 2021-07-21T08:32:05.224747 kern :emerg : Internal error: Oops: 17 [#1] SMP ARM 2021-07-21T08:32:05.225014 kern :emerg : Process kworker/0:2 (pid: 51, stack limit = 0x1c07c11a) 2021-07-21T08:32:05.225493 kern :emerg : Stack: (0xc23f9d58 to 0xc23fa000) 2021-07-21T08:32:05.225732 kern :emerg : 9d40: c3b5f1b0 c3b5f1b4 2021-07-21T08:32:05.225955 kern :emerg : 9d60: c3b5f000 c3b5f014 c144a908 c09c6a84 c23f8000 ef872c20 8010000f c3b5f000 2021-07-21T08:32:05.226438 kern :emerg : 9d80: 000002f3 408706ec c19c7874 c2001a80 c229dc00 ef83d380 c2001a80 c229dc00 2021-07-21T08:32:05.267792 kern :emerg : 9da0: ef83d380 408706ec c144a908 c3d61d80 c3aa5980 c3b5f000 c3b5f014 c144a908 2021-07-21T08:32:05.268294 kern :emerg : 9dc0: c19c7858 0000000c c19c7874 c09d41ac c1448630 00000000 c3b5f00c c3b5f000 2021-07-21T08:32:05.268542 kern :emerg : 9de0: fffffdfb c2298c10 c3b7a980 c09aa0cc c3b5f000 bf026000 fffffdfb bf022138 ... (36 line(s) more) platform | arch | lab | compiler | defconfig | regressions -------------------------+--------+---------------+----------+------------------------------+------------ rk3288-veyron-jaq | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 3 Details:
https://kernelci.org/test/plan/id/60f7ff49a984dc997c85c27e
Results: 67 PASS, 3 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.51-239-g1c3a4b93b5…
HTML log:
https://storage.kernelci.org//stable-rc/queue-5.10/v5.10.51-239-g1c3a4b93b5…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.bootrr.rockchip-iodomain-grf-probed:
https://kernelci.org/test/case/id/60f7ff49a984dc997c85c292
failing since 36 days (last pass: v5.10.43-44-g253317604975, first fail: v5.10.43-130-g87b5f83f722c) 2021-07-21T11:04:21.221371 /lava-4224605/1/../bin/lava-test-case 2021-07-21T11:04:21.238871 <8>[ 13.404381] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=rockchip-iodomain-grf-probed RESULT=fail> 2021-07-21T11:04:21.239462 /lava-4224605/1/../bin/lava-test-case * baseline.bootrr.dwmmc_rockchip-sdio0-probed:
https://kernelci.org/test/case/id/60f7ff49a984dc997c85c2aa
failing since 36 days (last pass: v5.10.43-44-g253317604975, first fail: v5.10.43-130-g87b5f83f722c) 2021-07-21T11:04:19.794525 /lava-4224605/1/../bin/lava-test-case 2021-07-21T11:04:19.811551 <8>[ 11.977382] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=dwmmc_rockchip-sdio0-probed RESULT=fail> 2021-07-21T11:04:19.812048 /lava-4224605/1/../bin/lava-test-case * baseline.bootrr.dwmmc_rockchip-sdmmc-probed:
https://kernelci.org/test/case/id/60f7ff49a984dc997c85c2ab
failing since 36 days (last pass: v5.10.43-44-g253317604975, first fail: v5.10.43-130-g87b5f83f722c) 2021-07-21T11:04:18.774645 /lava-4224605/1/../bin/lava-test-case 2021-07-21T11:04:18.779928 <8>[ 10.957598] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=dwmmc_rockchip-sdmmc-probed RESULT=fail>
3 years, 5 months
1
0
0
0
stable/linux-5.10.y baseline: 149 runs, 7 regressions (v5.10.52)
by kernelci.org bot
stable/linux-5.10.y baseline: 149 runs, 7 regressions (v5.10.52) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions -------------------------+--------+---------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defconfig | 1 d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defcon...6-chromebook | 1 imx6q-var-dt6customboard | arm | lab-baylibre | gcc-8 | multi_v7_defconfig | 2 rk3288-veyron-jaq | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 3 Details:
https://kernelci.org/test/job/stable/branch/linux-5.10.y/kernel/v5.10.52/pl…
Test: baseline Tree: stable Branch: linux-5.10.y Describe: v5.10.52 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
SHA: 2cd5fe24a7f025448f19d98c4f4c45ff79ce0784 Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions -------------------------+--------+---------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7d11ca313f9b1c785c28c
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: x86_64_defconfig Compiler: gcc-8 (gcc (Debian 8.3.0-6) 8.3.0) Plain log:
https://storage.kernelci.org//stable/linux-5.10.y/v5.10.52/x86_64/x86_64_de…
HTML log:
https://storage.kernelci.org//stable/linux-5.10.y/v5.10.52/x86_64/x86_64_de…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d11ca313f9b1c785c28d
failing since 1 day (last pass: v5.10.49, first fail: v5.10.51) platform | arch | lab | compiler | defconfig | regressions -------------------------+--------+---------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defcon...6-chromebook | 1 Details:
https://kernelci.org/test/plan/id/60f7d27071b45635c685c2b0
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: x86_64_defconfig+x86-chromebook Compiler: gcc-8 (gcc (Debian 8.3.0-6) 8.3.0) Plain log:
https://storage.kernelci.org//stable/linux-5.10.y/v5.10.52/x86_64/x86_64_de…
HTML log:
https://storage.kernelci.org//stable/linux-5.10.y/v5.10.52/x86_64/x86_64_de…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d27071b45635c685c2b1
failing since 1 day (last pass: v5.10.49, first fail: v5.10.51) platform | arch | lab | compiler | defconfig | regressions -------------------------+--------+---------------+----------+------------------------------+------------ imx6q-var-dt6customboard | arm | lab-baylibre | gcc-8 | multi_v7_defconfig | 2 Details:
https://kernelci.org/test/plan/id/60f7d20d57ac81a23885c287
Results: 4 PASS, 2 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable/linux-5.10.y/v5.10.52/arm/multi_v7_def…
HTML log:
https://storage.kernelci.org//stable/linux-5.10.y/v5.10.52/arm/multi_v7_def…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.dmesg.alert:
https://kernelci.org/test/case/id/60f7d20d57ac81a23885c28e
new failure (last pass: v5.10.51) 4 lines 2021-07-21T07:51:12.682429 kern :alert : 8<--- cut here --- 2021-07-21T07:51:12.682950 kern :alert : Unable to handle kernel NULL pointer dereference at virtual address 00000313 2021-07-21T07:51:12.683943 kern :alert : pgd = (ptrval)<8>[ 42.597974] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=alert RESULT=fail UNITS=lines MEASUREMENT=4> 2021-07-21T07:51:12.684238 2021-07-21T07:51:12.684476 kern :alert : [00000313] *pgd=00000000 * baseline.dmesg.emerg:
https://kernelci.org/test/case/id/60f7d20d57ac81a23885c28f
new failure (last pass: v5.10.51) 47 lines 2021-07-21T07:51:12.735560 kern :emerg : Internal error: Oops: 17 [#1] SMP ARM 2021-07-21T07:51:12.736074 kern :emerg : Process kworker/0:5 (pid: 55, stack limit = 0x(ptrval)) 2021-07-21T07:51:12.736340 kern :emerg : Stack: (0xc2407d58 to 0xc2408000) 2021-07-21T07:51:12.736568 kern :emerg : 7d40: c3b8e1b0 c3b8e1b4 2021-07-21T07:51:12.736788 kern :emerg : 7d60: c3b8e000 c3b8e014 c144a908 c09c6a84 c2406000 ef85e740 80200018 c3b8e000 2021-07-21T07:51:12.737458 kern :emerg : 7d80: 000002f3 95009e00 c19c7874 c2001d80 c3a62600 ef86cc40 c09d41dc c144a908 2021-07-21T07:51:12.778679 kern :emerg : 7da0: c19c7858 95009e00 c19c7874 c333ad80 c333b000 c3b8e000 c3b8e014 c144a908 2021-07-21T07:51:12.779201 kern :emerg : 7dc0: c19c7858 0000000c c19c7874 c09d41ac c1448630 00000000 c3b8e00c c3b8e000 2021-07-21T07:51:12.779461 kern :emerg : 7de0: fffffdfb c2298c10 c2530ec0 c09aa0cc c3b8e000 bf04a000 fffffdfb bf046138 2021-07-21T07:51:12.779727 kern :emerg : 7e00: c333a340 c39ab508 00000120 c39ae040 c2530ec0 c0a03d28 c333a340 c333a340 ... (35 line(s) more) platform | arch | lab | compiler | defconfig | regressions -------------------------+--------+---------------+----------+------------------------------+------------ rk3288-veyron-jaq | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 3 Details:
https://kernelci.org/test/plan/id/60f7f5bb06a723510585c26b
Results: 67 PASS, 3 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable/linux-5.10.y/v5.10.52/arm/multi_v7_def…
HTML log:
https://storage.kernelci.org//stable/linux-5.10.y/v5.10.52/arm/multi_v7_def…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.bootrr.rockchip-iodomain-grf-probed:
https://kernelci.org/test/case/id/60f7f5bb06a723510585c27f
failing since 34 days (last pass: v5.10.43, first fail: v5.10.44) 2021-07-21T10:23:26.029221 /lava-4224305/1/../bin/lava-test-case 2021-07-21T10:23:26.046008 <8>[ 14.643567] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=rockchip-iodomain-grf-probed RESULT=fail> * baseline.bootrr.dwmmc_rockchip-sdio0-probed:
https://kernelci.org/test/case/id/60f7f5bb06a723510585c295
failing since 34 days (last pass: v5.10.43, first fail: v5.10.44) 2021-07-21T10:23:24.619155 /lava-4224305/1/../bin/lava-test-case<8>[ 13.216286] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=dwmmc_rockchip-sdio0-probed RESULT=fail> 2021-07-21T10:23:24.619640 2021-07-21T10:23:24.620192 /lava-4224305/1/../bin/lava-test-case * baseline.bootrr.dwmmc_rockchip-sdmmc-probed:
https://kernelci.org/test/case/id/60f7f5bb06a723510585c296
failing since 34 days (last pass: v5.10.43, first fail: v5.10.44) 2021-07-21T10:23:23.581985 /lava-4224305/1/../bin/lava-test-case 2021-07-21T10:23:23.587306 <8>[ 12.196519] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=dwmmc_rockchip-sdmmc-probed RESULT=fail>
3 years, 5 months
1
0
0
0
stable-rc/linux-5.12.y baseline: 184 runs, 8 regressions (v5.12.18-288-gaa783473cf1e0)
by kernelci.org bot
stable-rc/linux-5.12.y baseline: 184 runs, 8 regressions (v5.12.18-288-gaa783473cf1e0) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ------------------------+--------+---------------+----------+------------------------------+------------ beagle-xm | arm | lab-baylibre | gcc-8 | omap2plus_defconfig | 1 d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defcon...6-chromebook | 1 d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defconfig | 1 imx8mp-evk | arm64 | lab-nxp | gcc-8 | defconfig | 1 rk3288-veyron-jaq | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 3 sun50i-a64-bananapi-m64 | arm64 | lab-clabbe | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/job/stable-rc/branch/linux-5.12.y/kernel/v5.12.18…
Test: baseline Tree: stable-rc Branch: linux-5.12.y Describe: v5.12.18-288-gaa783473cf1e0 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
SHA: aa783473cf1e00e4344531089962861c6bbbb818 Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions ------------------------+--------+---------------+----------+------------------------------+------------ beagle-xm | arm | lab-baylibre | gcc-8 | omap2plus_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7d4f3826c3d281b85c285
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: omap2plus_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
HTML log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d4f3826c3d281b85c286
failing since 1 day (last pass: v5.12.17, first fail: v5.12.18-289-g713b6ddbe96a8) platform | arch | lab | compiler | defconfig | regressions ------------------------+--------+---------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defcon...6-chromebook | 1 Details:
https://kernelci.org/test/plan/id/60f7cde8a81370e26385c288
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: x86_64_defconfig+x86-chromebook Compiler: gcc-8 (gcc (Debian 8.3.0-6) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
HTML log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7cde8a81370e26385c289
failing since 9 days (last pass: v5.12.15, first fail: v5.12.16) platform | arch | lab | compiler | defconfig | regressions ------------------------+--------+---------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7cfc8d3968d717e85c266
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: x86_64_defconfig Compiler: gcc-8 (gcc (Debian 8.3.0-6) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
HTML log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7cfc8d3968d717e85c267
failing since 9 days (last pass: v5.12.16, first fail: v5.12.16-702-gd61ecea7819e8) platform | arch | lab | compiler | defconfig | regressions ------------------------+--------+---------------+----------+------------------------------+------------ imx8mp-evk | arm64 | lab-nxp | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7d1b3a52538714985c288
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: defconfig Compiler: gcc-8 (aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
HTML log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d1b3a52538714985c289
failing since 1 day (last pass: v5.12.17, first fail: v5.12.18-289-g713b6ddbe96a8) platform | arch | lab | compiler | defconfig | regressions ------------------------+--------+---------------+----------+------------------------------+------------ rk3288-veyron-jaq | arm | lab-collabora | gcc-8 | multi_v7_defconfig | 3 Details:
https://kernelci.org/test/plan/id/60f7efedb0d332cc9785c258
Results: 67 PASS, 3 FAIL, 0 SKIP Full config: multi_v7_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
HTML log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.bootrr.rockchip-iodomain-grf-probed:
https://kernelci.org/test/case/id/60f7efedb0d332cc9785c26c
failing since 36 days (last pass: v5.12.10, first fail: v5.12.10-174-g38004b22b0ae) 2021-07-21T09:59:04.155769 /lava-4224120/1/../bin/lava-test-case 2021-07-21T09:59:04.173065 <8>[ 13.436480] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=rockchip-iodomain-grf-probed RESULT=fail> 2021-07-21T09:59:04.173296 /lava-4224120/1/../bin/lava-test-case * baseline.bootrr.dwmmc_rockchip-sdio0-probed:
https://kernelci.org/test/case/id/60f7efedb0d332cc9785c283
failing since 36 days (last pass: v5.12.10, first fail: v5.12.10-174-g38004b22b0ae) 2021-07-21T09:59:02.729009 /lava-4224120/1/../bin/lava-test-case 2021-07-21T09:59:02.745989 <8>[ 12.008774] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=dwmmc_rockchip-sdio0-probed RESULT=fail> 2021-07-21T09:59:02.746220 /lava-4224120/1/../bin/lava-test-case * baseline.bootrr.dwmmc_rockchip-sdmmc-probed:
https://kernelci.org/test/case/id/60f7efedb0d332cc9785c284
failing since 36 days (last pass: v5.12.10, first fail: v5.12.10-174-g38004b22b0ae) 2021-07-21T09:59:01.708892 /lava-4224120/1/../bin/lava-test-case 2021-07-21T09:59:01.714409 <8>[ 10.989265] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=dwmmc_rockchip-sdmmc-probed RESULT=fail> platform | arch | lab | compiler | defconfig | regressions ------------------------+--------+---------------+----------+------------------------------+------------ sun50i-a64-bananapi-m64 | arm64 | lab-clabbe | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7d07780de54826585c287
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: defconfig Compiler: gcc-8 (aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
HTML log:
https://storage.kernelci.org//stable-rc/linux-5.12.y/v5.12.18-288-gaa783473…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7d07780de54826585c288
failing since 1 day (last pass: v5.12.16-705-gfd3222df4dfe5, first fail: v5.12.18-289-g713b6ddbe96a8)
3 years, 5 months
1
0
0
0
stable-rc/queue/4.4 build: 182 builds: 0 failed, 182 passed, 9 warnings (v4.4.275-189-g305fcbb2460f2)
by kernelci.org bot
stable-rc/queue/4.4 build: 182 builds: 0 failed, 182 passed, 9 warnings (v4.4.275-189-g305fcbb2460f2) Full Build Summary:
https://kernelci.org/build/stable-rc/branch/queue%2F4.4/kernel/v4.4.275-189…
Tree: stable-rc Branch: queue/4.4 Git Describe: v4.4.275-189-g305fcbb2460f2 Git Commit: 305fcbb2460f279d5d7039a31932e29f030d8bdf Git URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Built: 6 unique architectures Warnings Detected: arc: allnoconfig (gcc-8): 2 warnings tinyconfig (gcc-8): 2 warnings arm64: arm: clps711x_defconfig (gcc-8): 1 warning davinci_all_defconfig (gcc-8): 1 warning lpc32xx_defconfig (gcc-8): 1 warning mxs_defconfig (gcc-8): 1 warning i386: mips: ip22_defconfig (gcc-8): 1 warning x86_64: Warnings summary: 4 warning: (ARC) selects HAVE_FUTEX_CMPXCHG which has unmet direct dependencies (FUTEX) 1 drivers/net/ethernet/seeq/sgiseeq.c:804:26: warning: passing argument 5 of ‘dma_free_attrs’ makes pointer from integer without a cast [-Wint-conversion] 1 arch/arm/mach-mxs/mach-mxs.c:285:26: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] 1 arch/arm/mach-lpc32xx/phy3250.c:215:36: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] 1 arch/arm/mach-davinci/da8xx-dt.c:23:34: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] 1 arch/arm/mach-clps711x/board-autcpu12.c:163:26: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] ================================================================================ Detailed per-defconfig build reports: -------------------------------------------------------------------------------- acs5k_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- acs5k_tiny_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- allnoconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- allnoconfig (arc, gcc-8) — PASS, 0 errors, 2 warnings, 0 section mismatches Warnings: warning: (ARC) selects HAVE_FUTEX_CMPXCHG which has unmet direct dependencies (FUTEX) warning: (ARC) selects HAVE_FUTEX_CMPXCHG which has unmet direct dependencies (FUTEX) -------------------------------------------------------------------------------- allnoconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- allnoconfig (x86_64, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- allnoconfig (i386, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- am200epdkit_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- ar7_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- assabet_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- at91_dt_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- ath79_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- axm55xx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- axs103_defconfig (arc, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- badge4_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- bcm2835_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- bcm47xx_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- bcm63xx_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- bcm_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- bigsur_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- bmips_be_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- bmips_stb_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- capcella_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- cavium_octeon_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- cerfcube_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- ci20_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- clps711x_defconfig (arm, gcc-8) — PASS, 0 errors, 1 warning, 0 section mismatches Warnings: arch/arm/mach-clps711x/board-autcpu12.c:163:26: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] -------------------------------------------------------------------------------- cm_x2xx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- cm_x300_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- cobalt_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- colibri_pxa270_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- colibri_pxa300_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- collie_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- corgi_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- davinci_all_defconfig (arm, gcc-8) — PASS, 0 errors, 1 warning, 0 section mismatches Warnings: arch/arm/mach-davinci/da8xx-dt.c:23:34: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] -------------------------------------------------------------------------------- db1xxx_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- decstation_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- defconfig (arm64, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- dove_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- e55_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- ebsa110_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- efm32_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- em_x270_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- ep93xx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- eseries_pxa_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- exynos_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- ezx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- footbridge_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- fuloong2e_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- gpr_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- h3600_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- h5000_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- hackkit_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- hisi_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- i386_defconfig (i386, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- imote2_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- imx_v4_v5_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- imx_v6_v7_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- integrator_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- iop13xx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- iop32x_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- iop33x_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- ip22_defconfig (mips, gcc-8) — PASS, 0 errors, 1 warning, 0 section mismatches Warnings: drivers/net/ethernet/seeq/sgiseeq.c:804:26: warning: passing argument 5 of ‘dma_free_attrs’ makes pointer from integer without a cast [-Wint-conversion] -------------------------------------------------------------------------------- ip32_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- jazz_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- jmr3927_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- jornada720_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- keystone_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- ks8695_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- lart_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- lasat_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- lemote2f_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- loongson3_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- lpc18xx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- lpc32xx_defconfig (arm, gcc-8) — PASS, 0 errors, 1 warning, 0 section mismatches Warnings: arch/arm/mach-lpc32xx/phy3250.c:215:36: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] -------------------------------------------------------------------------------- lpd270_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- ls1b_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- lubbock_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- magician_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- mainstone_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- malta_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- malta_kvm_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- malta_kvm_guest_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- malta_qemu_32r6_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- maltaaprp_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- maltasmvp_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- maltasmvp_eva_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- maltaup_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- maltaup_xpa_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- markeins_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- mini2440_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- mips_paravirt_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- mmp2_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- mpc30x_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- msp71xx_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- mtx1_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- multi_v5_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- multi_v7_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- mv78xx0_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- mvebu_v5_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- mvebu_v7_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- mxs_defconfig (arm, gcc-8) — PASS, 0 errors, 1 warning, 0 section mismatches Warnings: arch/arm/mach-mxs/mach-mxs.c:285:26: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] -------------------------------------------------------------------------------- neponset_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- netwinder_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- netx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- nhk8815_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- nlm_xlp_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- nlm_xlr_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- nsim_hs_defconfig (arc, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- nsim_hs_smp_defconfig (arc, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- nsimosci_hs_defconfig (arc, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- nsimosci_hs_smp_defconfig (arc, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- nuc910_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- nuc950_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- nuc960_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- omap1_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- omap2plus_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- orion5x_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- palmz72_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- pcm027_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- pleb_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- pnx8335_stb225_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- prima2_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- pxa168_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- pxa255-idp_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- pxa3xx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- pxa910_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- qcom_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- qi_lb60_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- raumfeld_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- rb532_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- rbtx49xx_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- realview-smp_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- realview_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- rm200_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- rpc_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- rt305x_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- s3c2410_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- s3c6400_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- s5pv210_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- sama5_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- sb1250_swarm_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- sead3_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- sead3micro_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- shannon_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- shmobile_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- simpad_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- socfpga_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- spear13xx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- spear3xx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- spear6xx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- spitz_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- stm32_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- sunxi_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- tb0219_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- tb0226_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- tb0287_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- tct_hammer_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- tegra_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- tinyconfig (i386, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- tinyconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- tinyconfig (x86_64, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- tinyconfig (arc, gcc-8) — PASS, 0 errors, 2 warnings, 0 section mismatches Warnings: warning: (ARC) selects HAVE_FUTEX_CMPXCHG which has unmet direct dependencies (FUTEX) warning: (ARC) selects HAVE_FUTEX_CMPXCHG which has unmet direct dependencies (FUTEX) -------------------------------------------------------------------------------- tinyconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- trizeps4_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- u300_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- u8500_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- vdk_hs38_defconfig (arc, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- vdk_hs38_smp_defconfig (arc, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- versatile_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- vexpress_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- vf610m4_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- viper_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- vt8500_v6_v7_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- workpad_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- x86_64_defconfig (x86_64, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- x86_64_defconfig+x86-chromebook (x86_64, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- xcep_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- xilfpga_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- xway_defconfig (mips, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- zeus_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches -------------------------------------------------------------------------------- zx_defconfig (arm, gcc-8) — PASS, 0 errors, 0 warnings, 0 section mismatches --- For more info write to <info(a)kernelci.org>
3 years, 5 months
1
0
0
0
stable-rc/linux-4.9.y baseline: 123 runs, 4 regressions (v4.9.275-246-g04afcb7e33f59)
by kernelci.org bot
stable-rc/linux-4.9.y baseline: 123 runs, 4 regressions (v4.9.275-246-g04afcb7e33f59) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ---------------------+-------+---------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-baylibre | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-cip | gcc-8 | versatile_defconfig | 1 qemu_arm-versatilepb | arm | lab-collabora | gcc-8 | versatile_defconfig | 1 r8a7795-salvator-x | arm64 | lab-baylibre | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/job/stable-rc/branch/linux-4.9.y/kernel/v4.9.275-…
Test: baseline Tree: stable-rc Branch: linux-4.9.y Describe: v4.9.275-246-g04afcb7e33f59 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
SHA: 04afcb7e33f59d83d1e1bf39a8c0d9bbe6df454c Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions ---------------------+-------+---------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-baylibre | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7c9d305b6e5c8a785c256
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-4.9.y/v4.9.275-246-g04afcb7e3…
HTML log:
https://storage.kernelci.org//stable-rc/linux-4.9.y/v4.9.275-246-g04afcb7e3…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7c9d305b6e5c8a785c257
failing since 248 days (last pass: v4.9.243-17-g9c24315b745a0, first fail: v4.9.243-26-g7b603f689c1c) platform | arch | lab | compiler | defconfig | regressions ---------------------+-------+---------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-cip | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7c78828fb90bf8f85c2df
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-4.9.y/v4.9.275-246-g04afcb7e3…
HTML log:
https://storage.kernelci.org//stable-rc/linux-4.9.y/v4.9.275-246-g04afcb7e3…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7c78828fb90bf8f85c2e0
failing since 248 days (last pass: v4.9.243-17-g9c24315b745a0, first fail: v4.9.243-26-g7b603f689c1c) platform | arch | lab | compiler | defconfig | regressions ---------------------+-------+---------------+----------+---------------------+------------ qemu_arm-versatilepb | arm | lab-collabora | gcc-8 | versatile_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7c729a66df8e2f785c259
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: versatile_defconfig Compiler: gcc-8 (arm-linux-gnueabihf-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-4.9.y/v4.9.275-246-g04afcb7e3…
HTML log:
https://storage.kernelci.org//stable-rc/linux-4.9.y/v4.9.275-246-g04afcb7e3…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7c729a66df8e2f785c25a
failing since 248 days (last pass: v4.9.243-17-g9c24315b745a0, first fail: v4.9.243-26-g7b603f689c1c) platform | arch | lab | compiler | defconfig | regressions ---------------------+-------+---------------+----------+---------------------+------------ r8a7795-salvator-x | arm64 | lab-baylibre | gcc-8 | defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7ca86712b0376a485c26e
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: defconfig Compiler: gcc-8 (aarch64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-4.9.y/v4.9.275-246-g04afcb7e3…
HTML log:
https://storage.kernelci.org//stable-rc/linux-4.9.y/v4.9.275-246-g04afcb7e3…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7ca86712b0376a485c26f
failing since 245 days (last pass: v4.9.243-17-g9c24315b745a0, first fail: v4.9.243-79-gd3e70b39d31a)
3 years, 5 months
1
0
0
0
[PATCH] Add LaCie Rugged USB3-FW to IGNORE_UAS
by Julian Sikorski
LaCie Rugged USB3-FW appears to be incompatible with UAS. It generates errors like: [ 1151.582598] sd 14:0:0:0: tag#16 uas_eh_abort_handler 0 uas-tag 1 inflight: IN [ 1151.582602] sd 14:0:0:0: tag#16 CDB: Report supported operation codes a3 0c 01 12 00 00 00 00 02 00 00 00 [ 1151.588594] scsi host14: uas_eh_device_reset_handler start [ 1151.710482] usb 2-4: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd [ 1151.741398] scsi host14: uas_eh_device_reset_handler success [ 1181.785534] scsi host14: uas_eh_device_reset_handler start Signed-off-by: Julian Sikorski <belegdol+github(a)gmail.com> --- drivers/usb/storage/unusual_uas.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/usb/storage/unusual_uas.h b/drivers/usb/storage/unusual_uas.h index f9677a5ec31b..c35a6db993f1 100644 --- a/drivers/usb/storage/unusual_uas.h +++ b/drivers/usb/storage/unusual_uas.h @@ -45,6 +45,13 @@ UNUSUAL_DEV(0x059f, 0x105f, 0x0000, 0x9999, USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NO_REPORT_OPCODES | US_FL_NO_SAME), +/* Reported-by: Julian Sikorski <belegdol(a)gmail.com> */ +UNUSUAL_DEV(0x059f, 0x1061, 0x0000, 0x9999, + "LaCie", + "Rugged USB3-FW", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_IGNORE_UAS), + /* * Apricorn USB3 dongle sometimes returns "USBSUSBSUSBS" in response to SCSI * commands in UAS mode. Observed with the 1.28 firmware; are there others? -- 2.31.1
3 years, 5 months
2
1
0
0
[PATCH 4.14 000/314] 4.14.240-rc2 review
by Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.14.240 release. There are 314 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 Wed, 21 Jul 2021 18:42:37 +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.240-r…
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 <gregkh(a)linuxfoundation.org> Linux 4.14.240-rc2 Nikolay Aleksandrov <nikolay(a)nvidia.com> net: bridge: multicast: fix PIM hello router port marking race Martin Fäcknitz <faecknitz(a)hotsplots.de> MIPS: vdso: Invalid GIC access through VDSO Randy Dunlap <rdunlap(a)infradead.org> mips: disable branch profiling in boot/decompress.o Arnd Bergmann <arnd(a)arndb.de> mips: always link byteswap helpers into decompressor Christophe JAILLET <christophe.jaillet(a)wanadoo.fr> scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe() Aswath Govindraju <a-govindraju(a)ti.com> ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com> memory: fsl_ifc: fix leak of private memory on probe failure Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com> memory: fsl_ifc: fix leak of IO mapping on probe failure Philipp Zabel <p.zabel(a)pengutronix.de> reset: bail if try_module_get() fails Rafał Miłecki <rafal(a)milecki.pl> ARM: dts: BCM5301X: Fixup SPI binding Geert Uytterhoeven <geert+renesas(a)glider.be> ARM: dts: r8a7779, marzen: Fix DU clock names Dan Carpenter <dan.carpenter(a)oracle.com> rtc: fix snprintf() checking in is_rtc_hctosys() Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com> memory: atmel-ebi: add missing of_node_put for loop iteration Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com> ARM: dts: exynos: fix PWM LED max brightness on Odroid XU4 Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com> ARM: dts: exynos: fix PWM LED max brightness on Odroid XU/XU3 Krzysztof Kozlowski <krzysztof.kozlowski(a)canonical.com> reset: a10sr: add missing of_match_table reference Nathan Chancellor <nathan(a)kernel.org> hexagon: use common DISCARDS macro Trond Myklebust <trond.myklebust(a)hammerspace.com> NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times Zhen Lei <thunder.leizhen(a)huawei.com> ALSA: isa: Fix error return code in snd_cmi8330_probe() Thomas Gleixner <tglx(a)linutronix.de> x86/fpu: Limit xstate copy size in xstateregs_set() Zhihao Cheng <chengzhihao1(a)huawei.com> ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode Gao Xiang <hsiangkao(a)linux.alibaba.com> nfs: fix acl memory leak of posix_acl_create() Tao Ren <rentao.bupt(a)gmail.com> watchdog: aspeed: fix hardware timeout calculation Zhen Lei <thunder.leizhen(a)huawei.com> um: fix error return code in winch_tramp() Zhen Lei <thunder.leizhen(a)huawei.com> um: fix error return code in slip_open() Stephan Gerhold <stephan(a)gerhold.net> power: supply: rt5033_battery: Fix device tree enumeration Krzysztof Wilczyński <kw(a)linux.com> PCI/sysfs: Fix dsm_label_utf16s_to_utf8s() buffer overrun Chao Yu <yuchao0(a)huawei.com> f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs Xie Yongji <xieyongji(a)bytedance.com> virtio_console: Assure used length from device is limited Xie Yongji <xieyongji(a)bytedance.com> virtio_net: Fix error handling in virtnet_restore() Xie Yongji <xieyongji(a)bytedance.com> virtio-blk: Fix memory leak among suspend/resume procedure Hans de Goede <hdegoede(a)redhat.com> ACPI: video: Add quirk for the Dell Vostro 3350 Liguang Zhang <zhangliguang(a)linux.alibaba.com> ACPI: AMBA: Fix resource name in /proc/iomem Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> pwm: tegra: Don't modify HW state in .remove callback Zou Wei <zou_wei(a)huawei.com> power: supply: ab8500: add missing MODULE_DEVICE_TABLE Zou Wei <zou_wei(a)huawei.com> power: supply: charger-manager: add missing MODULE_DEVICE_TABLE Trond Myklebust <trond.myklebust(a)hammerspace.com> NFS: nfs_find_open_context() may only select open files Jeff Layton <jlayton(a)kernel.org> ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty Mike Marshall <hubcap(a)omnibond.com> orangefs: fix orangefs df output. Thomas Gleixner <tglx(a)linutronix.de> x86/fpu: Return proper error codes from user access functions Jan Kiszka <jan.kiszka(a)siemens.com> watchdog: iTCO_wdt: Account for rebooting on second timeout Zou Wei <zou_wei(a)huawei.com> watchdog: Fix possible use-after-free by calling del_timer_sync() Zou Wei <zou_wei(a)huawei.com> watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff() Zou Wei <zou_wei(a)huawei.com> watchdog: Fix possible use-after-free in wdt_startup() Nick Desaulniers <ndesaulniers(a)google.com> ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1 Bixuan Cui <cuibixuan(a)huawei.com> power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLE Krzysztof Kozlowski <krzk(a)kernel.org> power: supply: max17042: Do not enforce (incorrect) interrupt trigger type Linus Walleij <linus.walleij(a)linaro.org> power: supply: ab8500: Avoid NULL pointers Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> pwm: spear: Don't modify HW state in .remove callback Dimitri John Ledkov <dimitri.ledkov(a)canonical.com> lib/decompress_unlz4.c: correctly handle zero-padding around initrds. Dmitry Torokhov <dmitry.torokhov(a)gmail.com> i2c: core: Disable client irq on reboot/shutdown Alexander Shishkin <alexander.shishkin(a)linux.intel.com> intel_th: Wait until port is in reset before programming it Fabio Aiuto <fabioaiuto83(a)gmail.com> staging: rtl8723bs: fix macro value for 2.4Ghz only device Jiajun Cao <jjcao20(a)fudan.edu.cn> ALSA: hda: Add IRQ check for platform_get_irq() Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> backlight: lm3630a: Fix return code of .update_status() callback Benjamin Herrenschmidt <benh(a)kernel.crashing.org> powerpc/boot: Fixup device-tree on little endian Yang Yingliang <yangyingliang(a)huawei.com> usb: gadget: hid: fix error return code in hid_bind() Ruslan Bilovol <ruslan.bilovol(a)gmail.com> usb: gadget: f_hid: fix endianness issue with descriptors Takashi Sakamoto <o-takashi(a)sakamocchi.jp> ALSA: bebob: add support for ToneWeal FW66 Zhen Lei <thunder.leizhen(a)huawei.com> ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing() Athira Rajeev <atrajeev(a)linux.vnet.ibm.com> selftests/powerpc: Fix "no_handler" EBB selftest Yang Yingliang <yangyingliang(a)huawei.com> ALSA: ppc: fix error return code in snd_pmac_probe() Srinivas Neeli <srinivas.neeli(a)xilinx.com> gpio: zynq: Check return value of pm_runtime_get_sync Geoff Levand <geoff(a)infradead.org> powerpc/ps3: Add dma_mask to ps3_dma_region Takashi Iwai <tiwai(a)suse.de> ALSA: sb: Fix potential double-free of CSP mixer elements Valentin Vidic <vvidic(a)valentin-vidic.from.hr> s390/sclp_vt220: fix console name to match device Zou Wei <zou_wei(a)huawei.com> mfd: da9052/stmpe: Add and modify MODULE_DEVICE_TABLE Mike Christie <michael.christie(a)oracle.com> scsi: qedi: Fix null ref during abort handling Mike Christie <michael.christie(a)oracle.com> scsi: iscsi: Fix shost->max_id use Mike Christie <michael.christie(a)oracle.com> scsi: iscsi: Add iscsi_cls_conn refcount helpers Jiapeng Chong <jiapeng.chong(a)linux.alibaba.com> fs/jfs: Fix missing error code in lmLogInit() Christophe JAILLET <christophe.jaillet(a)wanadoo.fr> tty: serial: 8250: serial_cs: Fix a memory leak in error handling path John Garry <john.garry(a)huawei.com> scsi: core: Cap scsi_host cmd_per_lun at can_queue James Smart <jsmart2021(a)gmail.com> scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLs James Smart <jsmart2021(a)gmail.com> scsi: lpfc: Fix "Unexpected timeout" error in direct attach topology Luiz Sampaio <sampaio.ime(a)gmail.com> w1: ds2438: fixing bug that would always get page0 Takashi Sakamoto <o-takashi(a)sakamocchi.jp> Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro" Lv Yunlong <lyl2019(a)mail.ustc.edu.cn> misc/libmasm/module: Fix two use after free in ibmasm_init_one Sherry Sun <sherry.sun(a)nxp.com> tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zero Pali Rohár <pali(a)kernel.org> PCI: aardvark: Fix kernel panic during PIO transfer Remi Pommarel <repk(a)triplefau.lt> PCI: aardvark: Don't rely on jiffies while holding spinlock Steven Rostedt (VMware) <rostedt(a)goodmis.org> tracing: Do not reference char * as a string in histograms Tyrel Datwyler <tyreld(a)linux.ibm.com> scsi: core: Fix bad pointer dereference when ehandler kthread is invalid Lai Jiangshan <laijs(a)linux.alibaba.com> KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run() Sean Christopherson <seanjc(a)google.com> KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabled Tetsuo Handa <penguin-kernel(a)i-love.sakura.ne.jp> smackfs: restrict bytes count in smk_set_cipso() Pavel Skripkin <paskripkin(a)gmail.com> jfs: fix GPF in diFree Benjamin Drung <bdrung(a)posteo.de> media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K Johan Hovold <johan(a)kernel.org> media: gspca/sunplus: fix zero-length control requests Johan Hovold <johan(a)kernel.org> media: gspca/sq905: fix control-request direction Pavel Skripkin <paskripkin(a)gmail.com> media: zr364xx: fix memory leak in zr364xx_start_readpipe Johan Hovold <johan(a)kernel.org> media: dtv5100: fix control-request directions Hou Tao <houtao1(a)huawei.com> dm btree remove: assign new_root only when removal succeeds Lv Yunlong <lyl2019(a)mail.ustc.edu.cn> ipack/carriers/tpci200: Fix a double free in tpci200_pci_probe Paul Burton <paulburton(a)google.com> tracing: Simplify & fix saved_tgids logic Yun Zhou <yun.zhou(a)windriver.com> seq_buf: Fix overflow in seq_buf_putmem_hex() Linus Walleij <linus.walleij(a)linaro.org> power: supply: ab8500: Fix an old bug Petr Pavlu <petr.pavlu(a)suse.com> ipmi/watchdog: Stop watchdog timer when the current action is 'none' Nathan Chancellor <nathan(a)kernel.org> qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute Dmitry Osipenko <digetx(a)gmail.com> ASoC: tegra: Set driver_name=tegra for all machine drivers Thomas Gleixner <tglx(a)linutronix.de> cpu/hotplug: Cure the cpusets trainwreck Timo Sigurdsson <public_timo.s(a)silentcreek.de> ata: ahci_sunxi: Disable DIPM Christian Löhle <CLoehle(a)hyperstone.com> mmc: core: Allow UHS-I voltage switch for SDSC cards if supported Wolfram Sang <wsa+renesas(a)sang-engineering.com> mmc: core: clear flags before allowing to retune Al Cooper <alcooperx(a)gmail.com> mmc: sdhci: Fix warning message when accessing RPMB in HS400 mode Maximilian Luz <luzmaximilian(a)gmail.com> pinctrl/amd: Add device HID for new AMD GPIO controller Jing Xiangfeng <jingxiangfeng(a)huawei.com> drm/radeon: Add the missed drm_gem_object_put() in radeon_user_framebuffer_create() Andrew Gabbasov <andrew_gabbasov(a)mentor.com> usb: gadget: f_fs: Fix setting of device and driver data cross-references Nathan Chancellor <nathan(a)kernel.org> powerpc/barrier: Avoid collision with clang's __lwsync macro Davis Mosenkovs <davis(a)mosenkovs.lv> mac80211: fix memory corruption in EAPOL handling Miklos Szeredi <mszeredi(a)redhat.com> fuse: reject internal errno Mika Westerberg <mika.westerberg(a)linux.intel.com> bdi: Do not use freezable workqueue Eric Biggers <ebiggers(a)google.com> fscrypt: don't ignore minor_hash when hash is 0 Marcelo Ricardo Leitner <marcelo.leitner(a)gmail.com> sctp: add size validation when walking chunks Marcelo Ricardo Leitner <marcelo.leitner(a)gmail.com> sctp: validate from_addr_param return Tim Jiang <tjiang(a)codeaurora.org> Bluetooth: btusb: fix bt fiwmare downloading failure issue for qca btsoc. Kai-Heng Feng <kai.heng.feng(a)canonical.com> Bluetooth: Shutdown controller after workqueues are flushed or cancelled Yu Liu <yudiliu(a)google.com> Bluetooth: Fix the HCI to MGMT status conversion table Gerd Rausch <gerd.rausch(a)oracle.com> RDMA/cma: Fix rdma_resolve_route() memory leak Gustavo A. R. Silva <gustavoars(a)kernel.org> wireless: wext-spy: Fix out-of-bounds warning Íñigo Huguet <ihuguet(a)redhat.com> sfc: error code if SRIOV cannot be disabled Íñigo Huguet <ihuguet(a)redhat.com> sfc: avoid double pci_remove of VFs Johannes Berg <johannes.berg(a)intel.com> iwlwifi: mvm: don't change band on bound PHY contexts Xiao Yang <yangx.jy(a)fujitsu.com> RDMA/rxe: Don't overwrite errno from ib_umem_get() Longpeng(Mike) <longpeng2(a)huawei.com> vsock: notify server to shutdown when client has pending signal Zheyu Ma <zheyuma97(a)gmail.com> atm: nicstar: register the interrupt handler in the right place Zheyu Ma <zheyuma97(a)gmail.com> atm: nicstar: use 'dma_free_coherent' instead of 'kfree' Huang Pei <huangpei(a)loongson.cn> MIPS: add PMD table accounting into MIPS'pmd_alloc_one Zou Wei <zou_wei(a)huawei.com> cw1200: add missing MODULE_DEVICE_TABLE Lee Gibson <leegib(a)gmail.com> wl1251: Fix possible buffer overflow in wl1251_cmd_scan Tony Lindgren <tony(a)atomide.com> wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELP Steffen Klassert <steffen.klassert(a)secunet.com> xfrm: Fix error reporting in xfrm_state_construct. Minchan Kim <minchan(a)kernel.org> selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC Yang Yingliang <yangyingliang(a)huawei.com> fjes: check return value after calling platform_get_resource() Yang Yingliang <yangyingliang(a)huawei.com> net: micrel: check return value after calling platform_get_resource() Yang Yingliang <yangyingliang(a)huawei.com> net: bcmgenet: check return value after calling platform_get_resource() Xianting Tian <xianting.tian(a)linux.alibaba.com> virtio_net: Remove BUG() to avoid machine dead Joe Thornber <ejt(a)redhat.com> dm space maps: don't reset space map allocation cursor when committing Jiapeng Chong <jiapeng.chong(a)linux.alibaba.com> RDMA/cxgb4: Fix missing error code in create_qp() Willy Tarreau <w(a)1wt.eu> ipv6: use prandom_u32() for ID generation Dmitry Osipenko <digetx(a)gmail.com> clk: tegra: Ensure that PLLU configuration is applied properly Kuninori Morimoto <kuninori.morimoto.gx(a)renesas.com> clk: renesas: r8a77995: Add ZA2 clock Jesse Brandeburg <jesse.brandeburg(a)intel.com> e100: handle eeprom as little endian Arturo Giusti <koredump(a)protonmail.com> udf: Fix NULL pointer dereference in udf_symlink function Xie Yongji <xieyongji(a)bytedance.com> drm/virtio: Fix double free on probe failure Pavel Skripkin <paskripkin(a)gmail.com> reiserfs: add check for invalid 1st journal block Sebastian Andrzej Siewior <bigeasy(a)linutronix.de> net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT Zou Wei <zou_wei(a)huawei.com> atm: nicstar: Fix possible use-after-free in nicstar_cleanup() Zou Wei <zou_wei(a)huawei.com> mISDN: fix possible use-after-free in HFC_cleanup() Zou Wei <zou_wei(a)huawei.com> atm: iphase: fix possible use-after-free in ia_module_exit() Bibo Mao <maobibo(a)loongson.cn> hugetlb: clear huge pte during flush function on mips platform Andy Shevchenko <andriy.shevchenko(a)linux.intel.com> net: pch_gbe: Use proper accessors to BE data in pch_ptp_match() Jack Zhang <Jack.Zhang1(a)amd.com> drm/amd/amdgpu/sriov disable all ip hw status by default Thomas Zimmermann <tzimmermann(a)suse.de> drm/zte: Don't select DRM_KMS_FB_HELPER Thomas Zimmermann <tzimmermann(a)suse.de> drm/mxsfb: Don't select DRM_KMS_FB_HELPER Quat Le <quat.le(a)oracle.com> scsi: core: Retry I/O for Notify (Enable Spinup) Required error Johan Hovold <johan(a)kernel.org> mmc: vub3000: fix control-request direction Dave Hansen <dave.hansen(a)linux.intel.com> selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random Miaohe Lin <linmiaohe(a)huawei.com> mm/huge_memory.c: don't discard hugepage if other processes are mapping it Christophe JAILLET <christophe.jaillet(a)wanadoo.fr> leds: ktd2692: Fix an error handling path Zhen Lei <thunder.leizhen(a)huawei.com> leds: as3645a: Fix error return code in as3645a_parse_node() Chung-Chiang Cheng <shepjeng(a)gmail.com> configfs: fix memleak in configfs_release_bin_file Marek Szyprowski <m.szyprowski(a)samsung.com> extcon: max8997: Add missing modalias string Stephan Gerhold <stephan(a)gerhold.net> extcon: sm5502: Drop invalid register write in sm5502_reg_data Christophe JAILLET <christophe.jaillet(a)wanadoo.fr> phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe() Zhen Lei <thunder.leizhen(a)huawei.com> scsi: mpt3sas: Fix error return value in _scsih_expander_add() Geert Uytterhoeven <geert+renesas(a)glider.be> of: Fix truncation of memory sizes on 32-bit platforms Richard Fitzgerald <rf(a)opensource.cirrus.com> ASoC: cs42l42: Correct definition of CS42L42_ADC_PDN_MASK Dan Carpenter <dan.carpenter(a)oracle.com> staging: gdm724x: check for overflow in gdm_lte_netif_rx() Dan Carpenter <dan.carpenter(a)oracle.com> staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Andy Shevchenko <andy.shevchenko(a)gmail.com> eeprom: idt_89hpesx: Put fwnode in matching case during ->probe() Randy Dunlap <rdunlap(a)infradead.org> s390: appldata depends on PROC_SYSCTL Randy Dunlap <rdunlap(a)infradead.org> scsi: FlashPoint: Rename si_flags field Christophe JAILLET <christophe.jaillet(a)wanadoo.fr> tty: nozomi: Fix the error handling path of 'nozomi_card_init()' Yu Kuai <yukuai3(a)huawei.com> char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol() Zhen Lei <thunder.leizhen(a)huawei.com> Input: hil_kbd - fix error return code in hil_dev_connect() Yang Yingliang <yangyingliang(a)huawei.com> ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_startup() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: potentiostat: lmp91000: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Jonathan Cameron <Jonathan.Cameron(a)huawei.com> iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp() Nuno Sa <nuno.sa(a)analog.com> iio: adis_buffer: do not return ints in irq handlers Arnd Bergmann <arnd(a)arndb.de> mwifiex: re-fix for unaligned accesses Christophe JAILLET <christophe.jaillet(a)wanadoo.fr> tty: nozomi: Fix a resource leak in an error handling function Pavel Skripkin <paskripkin(a)gmail.com> net: sched: fix warning in tcindex_alloc_perfect_hash Muchun Song <songmuchun(a)bytedance.com> writeback: fix obtain a reference to a freeing memcg css Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com> Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid Dany Madden <drt(a)linux.ibm.com> Revert "ibmvnic: remove duplicate napi_schedule call in open function" Dinghao Liu <dinghao.liu(a)zju.edu.cn> i40e: Fix error handling in i40e_vsi_open Jian-Hong Pan <jhp(a)endlessos.org> net: bcmgenet: Fix attaching to PYH failed on RPi 4B Eric Dumazet <edumazet(a)google.com> vxlan: add missing rcu_read_lock() in neigh_reduce() Eric Dumazet <edumazet(a)google.com> pkt_sched: sch_qfq: fix qfq_change_class() error path Pavel Skripkin <paskripkin(a)gmail.com> net: ethernet: ezchip: fix error handling Pavel Skripkin <paskripkin(a)gmail.com> net: ethernet: ezchip: fix UAF in nps_enet_remove Pavel Skripkin <paskripkin(a)gmail.com> net: ethernet: aeroflex: fix UAF in greth_of_remove Wang Hai <wanghai38(a)huawei.com> samples/bpf: Fix the error return code of xdp_redirect's main() Pablo Neira Ayuso <pablo(a)netfilter.org> netfilter: nft_exthdr: check for IPv6 packet before further processing Liu Shixin <liushixin2(a)huawei.com> netlabel: Fix memory leak in netlbl_mgmt_add_common Yang Li <yang.lee(a)linux.alibaba.com> ath10k: Fix an error code in ath10k_add_interface() Christophe JAILLET <christophe.jaillet(a)wanadoo.fr> brcmsmac: mac80211_if: Fix a resource leak in an error handling path Randy Dunlap <rdunlap(a)infradead.org> wireless: carl9170: fix LEDS build errors & warnings Colin Ian King <colin.king(a)canonical.com> drm: qxl: ensure surf.data is ininitialized Kamal Heib <kamalheib1(a)gmail.com> RDMA/rxe: Fix failure during driver load Zhen Lei <thunder.leizhen(a)huawei.com> ehea: fix error return code in ehea_restart_qps() Yang Yingliang <yangyingliang(a)huawei.com> drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write() Andy Shevchenko <andriy.shevchenko(a)linux.intel.com> net: pch_gbe: Propagate error from devm_gpio_request_one() Dan Carpenter <dan.carpenter(a)oracle.com> ocfs2: fix snprintf() checking Krzysztof Wilczyński <kw(a)linux.com> ACPI: sysfs: Fix a buffer overrun problem with description_show() Herbert Xu <herbert(a)gondor.apana.org.au> crypto: nx - Fix RCU warning in nx842_OF_upd_status Mirko Vogt <mirko-dev|linux(a)nanl.de> spi: spi-sun6i: Fix chipselect/clock bug David Sterba <dsterba(a)suse.com> btrfs: clear log tree recovering status if starting transaction fails Guenter Roeck <linux(a)roeck-us.net> hwmon: (max31790) Fix fan speed reporting for fan7..12 Guenter Roeck <linux(a)roeck-us.net> hwmon: (max31722) Remove non-standard ACPI device IDs Dillon Min <dillon.minfei(a)gmail.com> media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctx Zhen Lei <thunder.leizhen(a)huawei.com> mmc: usdhi6rol0: fix error return code in usdhi6_probe() Gustavo A. R. Silva <gustavoars(a)kernel.org> media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2() Zhen Lei <thunder.leizhen(a)huawei.com> media: tc358743: Fix error return code in tc358743_probe_of() Lv Yunlong <lyl2019(a)mail.ustc.edu.cn> media: exynos4-is: Fix a use after free in isp_video_release Sergey Shtylyov <s.shtylyov(a)omprussia.ru> pata_ep93xx: fix deferred probing Christophe JAILLET <christophe.jaillet(a)wanadoo.fr> crypto: ccp - Fix a resource leak in an error handling path Sergey Shtylyov <s.shtylyov(a)omp.ru> pata_octeon_cf: avoid WARN_ON() in ata_host_activate() Randy Dunlap <rdunlap(a)infradead.org> media: I2C: change 'RST' to "RSET" to fix multiple build errors Sergey Shtylyov <s.shtylyov(a)omprussia.ru> pata_rb532_cf: fix deferred probing Sergey Shtylyov <s.shtylyov(a)omprussia.ru> sata_highbank: fix deferred probing Zhen Lei <thunder.leizhen(a)huawei.com> crypto: ux500 - Fix error return code in hash_hw_final() Corentin Labbe <clabbe(a)baylibre.com> crypto: ixp4xx - dma_unmap the correct address Mauro Carvalho Chehab <mchehab+huawei(a)kernel.org> media: s5p_cec: decrement usage count if disabled Arnd Bergmann <arnd(a)arndb.de> ia64: mca_drv: fix incorrect array size calculation Jason Gerecke <killertofu(a)gmail.com> HID: wacom: Correct base usage for capacitive ExpressKey status bits Richard Fitzgerald <rf(a)opensource.cirrus.com> ACPI: tables: Add custom DSDT file as makefile prerequisite Jiapeng Chong <jiapeng.chong(a)linux.alibaba.com> platform/x86: toshiba_acpi: Fix missing error code in toshiba_acpi_setup_keyboard() Hanjun Guo <guohanjun(a)huawei.com> ACPI: bus: Call kobject_put() in acpi_init() error path Erik Kaneda <erik.kaneda(a)intel.com> ACPICA: Fix memory leak caused by _CID repair function Alexander Aring <aahringo(a)redhat.com> fs: dlm: fix memory leak when fenced Richard Fitzgerald <rf(a)opensource.cirrus.com> random32: Fix implicit truncation warning in prandom_seed_state() Alexander Aring <aahringo(a)redhat.com> fs: dlm: cancel work sync othercon zhangyi (F) <yi.zhang(a)huawei.com> block_dump: remove block_dump feature in mark_inode_dirty() Chris Chiu <chris.chiu(a)canonical.com> ACPI: EC: Make more Asus laptops use ECDT _GPE Richard Fitzgerald <rf(a)opensource.cirrus.com> lib: vsprintf: Fix handling of number field widths in vsscanf YueHaibing <yuehaibing(a)huawei.com> hv_utils: Fix passing zero to 'PTR_ERR' warning Mario Limonciello <mario.limonciello(a)amd.com> ACPI: processor idle: Fix up C-state latency if not ordered Dmitry Torokhov <dmitry.torokhov(a)gmail.com> HID: do not use down_interruptible() when unbinding devices Axel Lin <axel.lin(a)ingics.com> regulator: da9052: Ensure enough delay time for .set_voltage_time_sel Christophe Leroy <christophe.leroy(a)csgroup.eu> btrfs: disable build on platforms having page size 256K Josef Bacik <josef(a)toxicpanda.com> btrfs: abort transaction if we fail to update the delayed inode Josef Bacik <josef(a)toxicpanda.com> btrfs: fix error handling in __btrfs_update_delayed_inode Mauro Carvalho Chehab <mchehab+huawei(a)kernel.org> media: siano: fix device register error path Mauro Carvalho Chehab <mchehab+huawei(a)kernel.org> media: dvb_net: avoid speculation from net slot Ard Biesheuvel <ardb(a)kernel.org> crypto: shash - avoid comparing pointers to exported functions under CFI Zheyu Ma <zheyuma97(a)gmail.com> mmc: via-sdmmc: add a check against NULL pointer dereference Dongliang Mu <mudongliangabcd(a)gmail.com> media: dvd_usb: memory leak in cinergyt2_fe_attach Evgeny Novikov <novikov(a)ispras.ru> media: st-hva: Fix potential NULL pointer dereferences Zheyu Ma <zheyuma97(a)gmail.com> media: bt8xx: Fix a missing check bug in bt878_probe Lv Yunlong <lyl2019(a)mail.ustc.edu.cn> media: v4l2-core: Avoid the dangling pointer in v4l2_fh_release Igor Matheus Andrade Torrente <igormtorrente(a)gmail.com> media: em28xx: Fix possible memory leak of em28xx struct Jack Xu <jack.xu(a)intel.com> crypto: qat - remove unused macro in FW loader Jack Xu <jack.xu(a)intel.com> crypto: qat - check return code of qat_hal_rd_rel_reg() Anirudh Rayabharam <mail(a)anirudhrb.com> media: pvrusb2: fix warning in pvr2_i2c_core_done Hans Verkuil <hverkuil-cisco(a)xs4all.nl> media: cobalt: fix race condition in setting HPD Pavel Skripkin <paskripkin(a)gmail.com> media: cpia2: fix memory leak in cpia2_usb_probe Bixuan Cui <cuibixuan(a)huawei.com> crypto: nx - add missing MODULE_DEVICE_TABLE Tian Tao <tiantao6(a)hisilicon.com> spi: omap-100k: Fix the length judgment problem Jay Fang <f.fangjian(a)huawei.com> spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages() Jay Fang <f.fangjian(a)huawei.com> spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf' Charles Keepax <ckeepax(a)opensource.cirrus.com> spi: Make of_register_spi_device also set the fwnode Miklos Szeredi <mszeredi(a)redhat.com> fuse: check connected before queueing on fpq->io Yun Zhou <yun.zhou(a)windriver.com> seq_buf: Make trace_seq_putmem_hex() support data longer than 8 Marek Vasut <marex(a)denx.de> rsi: Assign beacon rate settings to the correct rate_info descriptor field Michael Buesch <m(a)bues.ch> ssb: sdio: Don't overwrite const buffer if block_write fails Pali Rohár <pali(a)kernel.org> ath9k: Fix kernel NULL pointer dereference during ath_reset_internal() Ondrej Zary <linux(a)zary.sk> serial_cs: remove wrong GLOBETROTTER.cis entry Ondrej Zary <linux(a)zary.sk> serial_cs: Add Option International GSM-Ready 56K/ISDN modem Yoshihiro Shimoda <yoshihiro.shimoda.uh(a)renesas.com> serial: sh-sci: Stop dmaengine transfer in sci_stop_tx() Oliver Lang <Oliver.Lang(a)gossenmetrawatt.com> iio: ltr501: ltr501_read_ps(): add missing endianness conversion Oliver Lang <Oliver.Lang(a)gossenmetrawatt.com> iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTR Marc Kleine-Budde <mkl(a)pengutronix.de> iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA as volatile, too Martin Fuzzey <martin.fuzzey(a)flowbird.group> rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path Vineeth Vijayan <vneethv(a)linux.ibm.com> s390/cio: dont call css_wait_for_slow_path() inside a lock Zhang Xiaoxu <zhangxiaoxu5(a)huawei.com> SUNRPC: Should wake up the privileged task firstly. Zhang Xiaoxu <zhangxiaoxu5(a)huawei.com> SUNRPC: Fix the batch tasks count wraparound. Stephane Grosjean <s.grosjean(a)peak-system.com> can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in TX path Oliver Hartkopp <socketcan(a)hartkopp.net> can: gw: synchronize rcu operations before removing gw job entry Thadeu Lima de Souza Cascardo <cascardo(a)canonical.com> can: bcm: delay release of struct bcm_op after synchronize_rcu() Stephen Brennan <stephen.s.brennan(a)oracle.com> ext4: use ext4_grp_locked_error in mb_find_extent Pan Dong <pandong.peter(a)bytedance.com> ext4: fix avefreec in find_group_orlov Zhang Yi <yi.zhang(a)huawei.com> ext4: remove check for zero nr_to_scan in ext4_es_scan() Zhang Yi <yi.zhang(a)huawei.com> ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit Anirudh Rayabharam <mail(a)anirudhrb.com> ext4: fix kernel infoleak via ext4_extent_header Zhang Yi <yi.zhang(a)huawei.com> ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle David Sterba <dsterba(a)suse.com> btrfs: clear defrag status of a root if starting transaction fails Filipe Manana <fdmanana(a)suse.com> btrfs: send: fix invalid path for unlink operations after parent orphanization Ludovic Desroches <ludovic.desroches(a)microchip.com> ARM: dts: at91: sama5d4: fix pinctrl muxing Alexander Larkin <avlarkin82(a)gmail.com> Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl Al Viro <viro(a)zeniv.linux.org.uk> iov_iter_fault_in_readable() should do nothing in xarray case Desmond Cheong Zhi Xi <desmondcheongzx(a)gmail.com> ntfs: fix validity check for file name attribute Hannu Hartikainen <hannu(a)hrtk.in> USB: cdc-acm: blacklist Heimann USB Appset device Linyu Yuan <linyyuan(a)codeaurora.com> usb: gadget: eem: fix echo command packet response issue Pavel Skripkin <paskripkin(a)gmail.com> net: can: ems_usb: fix use-after-free in ems_usb_disconnect() Johan Hovold <johan(a)kernel.org> Input: usbtouchscreen - fix control-request directions Pavel Skripkin <paskripkin(a)gmail.com> media: dvb-usb: fix wrong definition Daehwan Jung <dh10.jung(a)samsung.com> ALSA: usb-audio: fix rate on Ozone Z90 USB headset ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/am335x-cm-t335.dts | 2 +- arch/arm/boot/dts/bcm5301x.dtsi | 18 ++--- arch/arm/boot/dts/exynos5422-odroidxu4.dts | 2 +- arch/arm/boot/dts/exynos54xx-odroidxu-leds.dtsi | 4 +- arch/arm/boot/dts/r8a7779-marzen.dts | 2 +- arch/arm/boot/dts/r8a7779.dtsi | 1 + arch/arm/boot/dts/sama5d4.dtsi | 2 +- arch/arm/probes/kprobes/test-thumb.c | 10 +-- arch/hexagon/kernel/vmlinux.lds.S | 7 +- arch/ia64/kernel/mca_drv.c | 2 +- arch/mips/boot/compressed/Makefile | 4 +- arch/mips/boot/compressed/decompress.c | 2 + arch/mips/include/asm/hugetlb.h | 8 ++- arch/mips/include/asm/pgalloc.h | 10 ++- arch/mips/vdso/vdso.h | 2 +- arch/powerpc/boot/devtree.c | 59 +++++++++------- arch/powerpc/boot/ns16550.c | 9 ++- arch/powerpc/include/asm/barrier.h | 2 + arch/powerpc/include/asm/ps3.h | 2 + arch/powerpc/platforms/ps3/mm.c | 12 ++++ arch/s390/Kconfig | 2 +- arch/s390/kernel/setup.c | 2 +- arch/um/drivers/chan_user.c | 3 +- arch/um/drivers/slip_user.c | 3 +- arch/x86/include/asm/fpu/internal.h | 19 +++-- arch/x86/kernel/fpu/regset.c | 2 +- arch/x86/kvm/cpuid.c | 8 ++- arch/x86/kvm/x86.c | 2 + crypto/shash.c | 18 ++++- drivers/acpi/Makefile | 5 ++ drivers/acpi/acpi_amba.c | 1 + drivers/acpi/acpi_video.c | 9 +++ drivers/acpi/acpica/nsrepair2.c | 7 ++ drivers/acpi/bus.c | 1 + drivers/acpi/device_sysfs.c | 2 +- drivers/acpi/ec.c | 16 +++++ drivers/acpi/processor_idle.c | 40 +++++++++++ drivers/ata/ahci_sunxi.c | 2 +- drivers/ata/pata_ep93xx.c | 2 +- drivers/ata/pata_octeon_cf.c | 5 +- drivers/ata/pata_rb532_cf.c | 6 +- drivers/ata/sata_highbank.c | 6 +- drivers/atm/iphase.c | 2 +- drivers/atm/nicstar.c | 26 +++---- drivers/block/virtio_blk.c | 2 + drivers/bluetooth/btusb.c | 5 ++ drivers/char/ipmi/ipmi_watchdog.c | 22 +++--- drivers/char/pcmcia/cm4000_cs.c | 4 ++ drivers/char/virtio_console.c | 4 +- drivers/clk/renesas/r8a77995-cpg-mssr.c | 1 + drivers/clk/tegra/clk-pll.c | 6 +- drivers/crypto/ccp/sp-pci.c | 6 +- drivers/crypto/ixp4xx_crypto.c | 2 +- drivers/crypto/nx/nx-842-pseries.c | 9 ++- drivers/crypto/qat/qat_common/qat_hal.c | 6 +- drivers/crypto/qat/qat_common/qat_uclo.c | 1 - drivers/crypto/ux500/hash/hash_core.c | 1 + drivers/extcon/extcon-max8997.c | 1 + drivers/extcon/extcon-sm5502.c | 1 - drivers/firmware/qemu_fw_cfg.c | 8 +-- drivers/gpio/gpio-zynq.c | 5 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- drivers/gpu/drm/mxsfb/Kconfig | 1 - drivers/gpu/drm/qxl/qxl_dumb.c | 2 + drivers/gpu/drm/radeon/radeon_display.c | 1 + drivers/gpu/drm/rockchip/cdn-dp-core.c | 1 + drivers/gpu/drm/virtio/virtgpu_kms.c | 1 + drivers/gpu/drm/zte/Kconfig | 1 - drivers/hid/hid-core.c | 10 +-- drivers/hid/wacom_wac.h | 2 +- drivers/hv/hv_util.c | 4 +- drivers/hwmon/max31722.c | 9 --- drivers/hwmon/max31790.c | 2 +- drivers/hwtracing/intel_th/core.c | 17 +++++ drivers/hwtracing/intel_th/gth.c | 16 +++++ drivers/hwtracing/intel_th/intel_th.h | 3 + drivers/i2c/i2c-core-base.c | 3 + drivers/iio/accel/bma180.c | 10 ++- drivers/iio/accel/bma220_spi.c | 10 ++- drivers/iio/accel/hid-sensor-accel-3d.c | 13 ++-- drivers/iio/accel/kxcjk-1013.c | 24 ++++--- drivers/iio/accel/stk8312.c | 12 ++-- drivers/iio/accel/stk8ba50.c | 17 +++-- drivers/iio/adc/mxs-lradc-adc.c | 3 +- drivers/iio/adc/ti-ads1015.c | 12 ++-- drivers/iio/adc/vf610_adc.c | 10 ++- drivers/iio/gyro/bmg160_core.c | 10 ++- drivers/iio/humidity/am2315.c | 16 +++-- drivers/iio/imu/adis_buffer.c | 3 - drivers/iio/light/isl29125.c | 10 ++- drivers/iio/light/ltr501.c | 15 ++-- drivers/iio/light/tcs3414.c | 10 ++- drivers/iio/potentiostat/lmp91000.c | 4 +- drivers/iio/proximity/as3935.c | 10 ++- drivers/iio/proximity/pulsedlight-lidar-lite-v2.c | 10 ++- drivers/iio/proximity/srf08.c | 14 ++-- drivers/infiniband/core/cma.c | 3 +- drivers/infiniband/hw/cxgb4/qp.c | 1 + drivers/infiniband/sw/rxe/rxe_mr.c | 2 +- drivers/infiniband/sw/rxe/rxe_net.c | 10 ++- drivers/input/joydev.c | 2 +- drivers/input/keyboard/hil_kbd.c | 1 + drivers/input/touchscreen/usbtouchscreen.c | 8 +-- drivers/ipack/carriers/tpci200.c | 5 +- drivers/isdn/hardware/mISDN/hfcpci.c | 2 +- drivers/leds/leds-as3645a.c | 1 + drivers/leds/leds-ktd2692.c | 27 ++++--- drivers/md/persistent-data/dm-btree-remove.c | 3 +- drivers/md/persistent-data/dm-space-map-disk.c | 9 ++- drivers/md/persistent-data/dm-space-map-metadata.c | 9 ++- drivers/media/common/siano/smscoreapi.c | 22 +++--- drivers/media/common/siano/smscoreapi.h | 4 +- drivers/media/common/siano/smsdvb-main.c | 4 ++ drivers/media/dvb-core/dvb_net.c | 25 +++++-- drivers/media/i2c/s5c73m3/s5c73m3-core.c | 6 +- drivers/media/i2c/s5c73m3/s5c73m3.h | 2 +- drivers/media/i2c/s5k4ecgx.c | 10 +-- drivers/media/i2c/s5k5baf.c | 6 +- drivers/media/i2c/s5k6aa.c | 10 +-- drivers/media/i2c/tc358743.c | 1 + drivers/media/pci/bt8xx/bt878.c | 3 + drivers/media/pci/cobalt/cobalt-driver.c | 1 + drivers/media/pci/cobalt/cobalt-driver.h | 7 +- drivers/media/platform/exynos4-is/fimc-isp-video.c | 7 +- drivers/media/platform/s5p-cec/s5p_cec.c | 2 +- drivers/media/platform/s5p-g2d/g2d.c | 3 + drivers/media/platform/sti/hva/hva-hw.c | 3 +- drivers/media/usb/cpia2/cpia2.h | 1 + drivers/media/usb/cpia2/cpia2_core.c | 12 ++++ drivers/media/usb/cpia2/cpia2_usb.c | 13 ++-- drivers/media/usb/dvb-usb/cinergyT2-core.c | 2 + drivers/media/usb/dvb-usb/cxusb.c | 2 +- drivers/media/usb/dvb-usb/dtv5100.c | 7 +- drivers/media/usb/em28xx/em28xx-input.c | 8 ++- drivers/media/usb/gspca/sq905.c | 2 +- drivers/media/usb/gspca/sunplus.c | 8 ++- drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 4 +- drivers/media/usb/uvc/uvc_video.c | 27 +++++++ drivers/media/usb/zr364xx/zr364xx.c | 1 + drivers/media/v4l2-core/v4l2-fh.c | 1 + drivers/memory/atmel-ebi.c | 4 +- drivers/memory/fsl_ifc.c | 8 +-- drivers/mfd/da9052-i2c.c | 1 + drivers/mfd/stmpe-i2c.c | 2 +- drivers/misc/eeprom/idt_89hpesx.c | 1 + drivers/misc/ibmasm/module.c | 5 +- drivers/mmc/core/core.c | 7 +- drivers/mmc/core/sd.c | 10 +-- drivers/mmc/host/sdhci.c | 4 ++ drivers/mmc/host/sdhci.h | 1 + drivers/mmc/host/usdhi6rol0.c | 1 + drivers/mmc/host/via-sdmmc.c | 3 + drivers/mmc/host/vub300.c | 2 +- drivers/net/can/peak_canfd/peak_canfd.c | 4 +- drivers/net/can/usb/ems_usb.c | 3 +- drivers/net/ethernet/aeroflex/greth.c | 3 +- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 + drivers/net/ethernet/broadcom/genet/bcmmii.c | 4 ++ drivers/net/ethernet/ezchip/nps_enet.c | 4 +- drivers/net/ethernet/ibm/ehea/ehea_main.c | 9 +-- drivers/net/ethernet/ibm/ibmvnic.c | 5 ++ drivers/net/ethernet/intel/e100.c | 12 ++-- drivers/net/ethernet/intel/i40e/i40e_main.c | 2 + drivers/net/ethernet/micrel/ks8842.c | 4 ++ .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 29 ++++---- drivers/net/ethernet/sfc/ef10_sriov.c | 25 ++++--- drivers/net/fjes/fjes_main.c | 4 ++ drivers/net/virtio_net.c | 7 +- drivers/net/vxlan.c | 2 + drivers/net/wireless/ath/ath10k/mac.c | 1 + drivers/net/wireless/ath/ath9k/main.c | 5 ++ drivers/net/wireless/ath/carl9170/Kconfig | 8 +-- .../broadcom/brcm80211/brcmsmac/mac80211_if.c | 8 ++- drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 24 +++++-- drivers/net/wireless/marvell/mwifiex/pcie.c | 10 ++- drivers/net/wireless/rsi/rsi_91x_hal.c | 4 +- drivers/net/wireless/st/cw1200/cw1200_sdio.c | 1 + drivers/net/wireless/ti/wl1251/cmd.c | 9 ++- drivers/net/wireless/ti/wl12xx/main.c | 7 ++ drivers/of/fdt.c | 8 +-- drivers/of/of_reserved_mem.c | 8 +-- drivers/pci/host/pci-aardvark.c | 59 ++++++++++++---- drivers/pci/pci-label.c | 2 +- drivers/phy/ti/phy-dm816x-usb.c | 17 +++-- drivers/pinctrl/pinctrl-amd.c | 1 + drivers/platform/x86/toshiba_acpi.c | 1 + drivers/power/reset/gpio-poweroff.c | 1 + drivers/power/supply/Kconfig | 3 +- drivers/power/supply/ab8500_btemp.c | 1 + drivers/power/supply/ab8500_charger.c | 19 ++++- drivers/power/supply/ab8500_fg.c | 1 + drivers/power/supply/charger-manager.c | 1 + drivers/power/supply/max17042_battery.c | 2 +- drivers/power/supply/rt5033_battery.c | 7 ++ drivers/pwm/pwm-spear.c | 4 -- drivers/pwm/pwm-tegra.c | 13 ---- drivers/regulator/da9052-regulator.c | 3 +- drivers/reset/core.c | 5 +- drivers/reset/reset-a10sr.c | 1 + drivers/rtc/rtc-proc.c | 4 +- drivers/rtc/rtc-stm32.c | 6 +- drivers/s390/char/sclp_vt220.c | 4 +- drivers/s390/cio/chp.c | 3 + drivers/s390/cio/chsc.c | 2 - drivers/scsi/FlashPoint.c | 32 ++++----- drivers/scsi/be2iscsi/be_main.c | 5 +- drivers/scsi/bnx2i/bnx2i_iscsi.c | 2 +- drivers/scsi/cxgbi/libcxgbi.c | 4 +- drivers/scsi/hosts.c | 4 ++ drivers/scsi/libiscsi.c | 7 +- drivers/scsi/lpfc/lpfc_els.c | 9 +++ drivers/scsi/lpfc/lpfc_sli.c | 5 +- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +- drivers/scsi/qedi/qedi_fw.c | 2 +- drivers/scsi/qedi/qedi_main.c | 2 +- drivers/scsi/scsi_lib.c | 1 + drivers/scsi/scsi_transport_iscsi.c | 12 ++++ drivers/spi/spi-loopback-test.c | 2 +- drivers/spi/spi-omap-100k.c | 2 +- drivers/spi/spi-sun6i.c | 6 +- drivers/spi/spi-topcliff-pch.c | 4 +- drivers/spi/spi.c | 1 + drivers/ssb/sdio.c | 1 - drivers/staging/gdm724x/gdm_lte.c | 20 ++++-- drivers/staging/rtl8723bs/hal/odm.h | 5 +- drivers/tty/nozomi.c | 9 ++- drivers/tty/serial/8250/serial_cs.c | 13 +++- drivers/tty/serial/fsl_lpuart.c | 3 + drivers/tty/serial/sh-sci.c | 8 +++ drivers/usb/class/cdc-acm.c | 5 ++ drivers/usb/gadget/function/f_eem.c | 43 ++++++++++-- drivers/usb/gadget/function/f_fs.c | 67 +++++++++--------- drivers/usb/gadget/function/f_hid.c | 2 +- drivers/usb/gadget/legacy/hid.c | 4 +- drivers/video/backlight/lm3630a_bl.c | 12 ++-- drivers/w1/slaves/w1_ds2438.c | 4 +- drivers/watchdog/aspeed_wdt.c | 2 +- drivers/watchdog/iTCO_wdt.c | 12 +++- drivers/watchdog/lpc18xx_wdt.c | 2 +- drivers/watchdog/sbc60xxwdt.c | 2 +- drivers/watchdog/sc520_wdt.c | 2 +- drivers/watchdog/w83877f_wdt.c | 2 +- fs/btrfs/Kconfig | 2 + fs/btrfs/delayed-inode.c | 18 +++-- fs/btrfs/send.c | 11 +++ fs/btrfs/transaction.c | 6 +- fs/btrfs/tree-log.c | 1 + fs/ceph/addr.c | 10 +-- fs/configfs/file.c | 10 +-- fs/crypto/fname.c | 9 +-- fs/dlm/config.c | 9 +++ fs/dlm/lowcomms.c | 2 +- fs/ext4/extents.c | 3 + fs/ext4/extents_status.c | 4 +- fs/ext4/ialloc.c | 11 ++- fs/ext4/mballoc.c | 9 +-- fs/ext4/super.c | 9 ++- fs/f2fs/super.c | 1 + fs/fs-writeback.c | 34 ++------- fs/fuse/dev.c | 11 ++- fs/jfs/inode.c | 3 +- fs/jfs/jfs_logmgr.c | 1 + fs/nfs/inode.c | 4 ++ fs/nfs/nfs3proc.c | 4 +- fs/nfs/pnfs_nfs.c | 52 +++++++------- fs/ntfs/inode.c | 2 +- fs/ocfs2/filecheck.c | 6 +- fs/ocfs2/stackglue.c | 8 +-- fs/orangefs/super.c | 2 +- fs/reiserfs/journal.c | 14 ++++ fs/ubifs/dir.c | 7 ++ fs/udf/namei.c | 4 ++ include/crypto/internal/hash.h | 8 +-- include/linux/mfd/abx500/ux500_chargalg.h | 2 +- include/linux/nfs_fs.h | 1 + include/linux/prandom.h | 2 +- include/net/sctp/structs.h | 2 +- include/scsi/scsi_transport_iscsi.h | 2 + kernel/cpu.c | 49 +++++++++++++ kernel/trace/trace.c | 38 ++++------ kernel/trace/trace_events_hist.c | 6 +- lib/decompress_unlz4.c | 8 +++ lib/iov_iter.c | 2 +- lib/kstrtox.c | 13 +++- lib/kstrtox.h | 2 + lib/seq_buf.c | 8 ++- lib/vsprintf.c | 82 +++++++++++++--------- mm/backing-dev.c | 4 +- mm/huge_memory.c | 2 +- net/bluetooth/hci_core.c | 16 ++--- net/bluetooth/mgmt.c | 6 ++ net/bridge/br_multicast.c | 2 + net/can/bcm.c | 7 +- net/can/gw.c | 3 + net/core/dev.c | 11 ++- net/ipv6/output_core.c | 28 ++------ net/mac80211/rx.c | 2 +- net/netfilter/nft_exthdr.c | 3 + net/netlabel/netlabel_mgmt.c | 19 ++--- net/sched/cls_tcindex.c | 2 +- net/sched/sch_qfq.c | 8 +-- net/sctp/bind_addr.c | 19 ++--- net/sctp/input.c | 8 ++- net/sctp/ipv6.c | 7 +- net/sctp/protocol.c | 7 +- net/sctp/sm_make_chunk.c | 29 ++++---- net/sunrpc/sched.c | 12 +++- net/vmw_vsock/af_vsock.c | 2 +- net/wireless/wext-spy.c | 14 ++-- net/xfrm/xfrm_user.c | 28 ++++---- samples/bpf/xdp_redirect_user.c | 2 +- security/selinux/avc.c | 13 ++-- security/smack/smackfs.c | 2 + sound/firewire/Kconfig | 5 +- sound/firewire/bebob/bebob.c | 5 +- sound/firewire/oxfw/oxfw.c | 2 +- sound/isa/cmi8330.c | 2 +- sound/isa/sb/sb16_csp.c | 8 ++- sound/pci/hda/hda_tegra.c | 3 + sound/ppc/powermac.c | 6 +- sound/soc/codecs/cs42l42.h | 2 +- sound/soc/hisilicon/hi6210-i2s.c | 14 ++-- sound/soc/soc-core.c | 2 +- sound/soc/tegra/tegra_alc5632.c | 1 + sound/soc/tegra/tegra_max98090.c | 1 + sound/soc/tegra/tegra_rt5640.c | 1 + sound/soc/tegra/tegra_rt5677.c | 1 + sound/soc/tegra/tegra_sgtl5000.c | 1 + sound/soc/tegra/tegra_wm8753.c | 1 + sound/soc/tegra/tegra_wm8903.c | 1 + sound/soc/tegra/tegra_wm9712.c | 1 + sound/soc/tegra/trimslice.c | 1 + sound/usb/format.c | 2 + .../selftests/powerpc/pmu/ebb/no_handler_test.c | 2 - tools/testing/selftests/x86/protection_keys.c | 3 +- 336 files changed, 1682 insertions(+), 885 deletions(-)
3 years, 5 months
4
3
0
0
stable-rc/linux-5.10.y baseline: 80 runs, 2 regressions (v5.10.51-239-gcf38e62a0dbb7)
by kernelci.org bot
stable-rc/linux-5.10.y baseline: 80 runs, 2 regressions (v5.10.51-239-gcf38e62a0dbb7) Regressions Summary ------------------- platform | arch | lab | compiler | defconfig | regressions ---------+--------+------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defcon...6-chromebook | 1 d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defconfig | 1 Details:
https://kernelci.org/test/job/stable-rc/branch/linux-5.10.y/kernel/v5.10.51…
Test: baseline Tree: stable-rc Branch: linux-5.10.y Describe: v5.10.51-239-gcf38e62a0dbb7 URL:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
SHA: cf38e62a0dbb761f5733ccb0906c619421631e57 Test Regressions ---------------- platform | arch | lab | compiler | defconfig | regressions ---------+--------+------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defcon...6-chromebook | 1 Details:
https://kernelci.org/test/plan/id/60f7c4d617ec80f77785c259
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: x86_64_defconfig+x86-chromebook Compiler: gcc-8 (gcc (Debian 8.3.0-6) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-5.10.y/v5.10.51-239-gcf38e62a…
HTML log:
https://storage.kernelci.org//stable-rc/linux-5.10.y/v5.10.51-239-gcf38e62a…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7c4d617ec80f77785c25a
failing since 9 days (last pass: v5.10.49, first fail: v5.10.49-581-g85a3429452df0) platform | arch | lab | compiler | defconfig | regressions ---------+--------+------------+----------+------------------------------+------------ d2500cc | x86_64 | lab-clabbe | gcc-8 | x86_64_defconfig | 1 Details:
https://kernelci.org/test/plan/id/60f7c7ba26dbb1839e85c276
Results: 0 PASS, 1 FAIL, 0 SKIP Full config: x86_64_defconfig Compiler: gcc-8 (gcc (Debian 8.3.0-6) 8.3.0) Plain log:
https://storage.kernelci.org//stable-rc/linux-5.10.y/v5.10.51-239-gcf38e62a…
HTML log:
https://storage.kernelci.org//stable-rc/linux-5.10.y/v5.10.51-239-gcf38e62a…
Rootfs:
http://storage.kernelci.org/images/rootfs/buildroot/kci-2020.05-6-g8983f3b7…
* baseline.login:
https://kernelci.org/test/case/id/60f7c7ba26dbb1839e85c277
failing since 9 days (last pass: v5.10.49, first fail: v5.10.49-581-g85a3429452df0)
3 years, 5 months
1
0
0
0
← Newer
1
...
61
62
63
64
65
66
67
...
155
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
Results per page:
10
25
50
100
200