stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4.19 00/29] 4.19.235-rc2 review
@ 2022-03-14 15:00 Greg Kroah-Hartman
  2022-03-14 15:47 ` Guenter Roeck
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Greg Kroah-Hartman @ 2022-03-14 15:00 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, stable, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, slade

This is the start of the stable review cycle for the 4.19.235 release.
There are 29 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, 16 Mar 2022 14:59:12 +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.19.235-rc2.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 4.19.235-rc2

Valentin Schneider <valentin.schneider@arm.com>
    ia64: ensure proper NUMA distance and possible map initialization

Dietmar Eggemann <dietmar.eggemann@arm.com>
    sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()

Valentin Schneider <valentin.schneider@arm.com>
    sched/topology: Make sched_init_numa() use a set for the deduplicating sort

Qu Wenruo <wqu@suse.com>
    btrfs: unlock newly allocated extent buffer after error

Josh Triplett <josh@joshtriplett.org>
    ext4: add check to prevent attempting to resize an fs with sparse_super2

Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
    ARM: fix Thumb2 regression with Spectre BHB

Michael S. Tsirkin <mst@redhat.com>
    virtio: acknowledge all features before access

Michael S. Tsirkin <mst@redhat.com>
    virtio: unexport virtio_finalize_features

Emil Renner Berthing <kernel@esmil.dk>
    riscv: Fix auipc+jalr relocation range checks

Robert Hancock <robert.hancock@calian.com>
    net: macb: Fix lost RX packet wakeup race in NAPI receive

Dan Carpenter <dan.carpenter@oracle.com>
    staging: gdm724x: fix use after free in gdm_lte_rx()

Randy Dunlap <rdunlap@infradead.org>
    ARM: Spectre-BHB: provide empty stub for non-config

Mike Kravetz <mike.kravetz@oracle.com>
    selftests/memfd: clean up mapping in mfd_fail_write

Sven Schnelle <svens@linux.ibm.com>
    tracing: Ensure trace buffer is at least 4096 bytes large

Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
    Revert "xen-netback: Check for hotplug-status existence before watching"

Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
    Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"

suresh kumar <suresh2514@gmail.com>
    net-sysfs: add check for netdevice being present to speed_show

Eric Dumazet <edumazet@google.com>
    sctp: fix kernel-infoleak for SCTP sockets

Clément Léger <clement.leger@bootlin.com>
    net: phy: DP83822: clear MISR2 register to disable interrupts

Miaoqian Lin <linmq006@gmail.com>
    gianfar: ethtool: Fix refcount leak in gfar_get_ts_info

Mark Featherston <mark@embeddedTS.com>
    gpio: ts4900: Do not set DAT and OE together

Pavel Skripkin <paskripkin@gmail.com>
    NFC: port100: fix use-after-free in port100_send_complete

Mohammad Kabat <mohammadkab@nvidia.com>
    net/mlx5: Fix size field in bufferx_reg struct

Duoming Zhou <duoming@zju.edu.cn>
    ax25: Fix NULL pointer dereference in ax25_kill_by_device

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    net: ethernet: lpc_eth: Handle error for clk_enable

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    net: ethernet: ti: cpts: Handle error for clk_enable

Miaoqian Lin <linmq006@gmail.com>
    ethernet: Fix error handling in xemaclite_of_probe

Tom Rix <trix@redhat.com>
    qed: return status of qed_iov_get_link

Jia-Ju Bai <baijiaju1990@gmail.com>
    net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare()


-------------

Diffstat:

 Makefile                                         |  4 +-
 arch/arm/include/asm/spectre.h                   |  6 ++
 arch/arm/kernel/entry-armv.S                     |  4 +-
 arch/ia64/kernel/acpi.c                          |  7 +-
 arch/riscv/kernel/module.c                       | 21 +++--
 drivers/gpio/gpio-ts4900.c                       | 24 ++++--
 drivers/net/ethernet/cadence/macb_main.c         | 25 +++++-
 drivers/net/ethernet/freescale/gianfar_ethtool.c |  1 +
 drivers/net/ethernet/nxp/lpc_eth.c               |  5 +-
 drivers/net/ethernet/qlogic/qed/qed_sriov.c      | 18 +++--
 drivers/net/ethernet/qlogic/qed/qed_vf.c         |  7 ++
 drivers/net/ethernet/ti/cpts.c                   |  4 +-
 drivers/net/ethernet/xilinx/xilinx_emaclite.c    |  4 +-
 drivers/net/phy/dp83822.c                        |  2 +-
 drivers/net/xen-netback/xenbus.c                 | 13 ++--
 drivers/nfc/port100.c                            |  2 +
 drivers/staging/gdm724x/gdm_lte.c                |  5 +-
 drivers/virtio/virtio.c                          | 40 +++++-----
 fs/btrfs/extent-tree.c                           |  1 +
 fs/ext4/resize.c                                 |  5 ++
 include/linux/mlx5/mlx5_ifc.h                    |  4 +-
 include/linux/topology.h                         |  1 +
 include/linux/virtio.h                           |  1 -
 include/linux/virtio_config.h                    |  3 +-
 kernel/sched/topology.c                          | 99 ++++++++++++------------
 kernel/trace/trace.c                             | 10 ++-
 net/ax25/af_ax25.c                               |  7 ++
 net/core/net-sysfs.c                             |  2 +-
 net/sctp/diag.c                                  |  9 +--
 tools/testing/selftests/memfd/memfd_test.c       |  1 +
 30 files changed, 212 insertions(+), 123 deletions(-)



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4.19 00/29] 4.19.235-rc2 review
  2022-03-14 15:00 [PATCH 4.19 00/29] 4.19.235-rc2 review Greg Kroah-Hartman
@ 2022-03-14 15:47 ` Guenter Roeck
  2022-03-14 18:05 ` Pavel Machek
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 11+ messages in thread
From: Guenter Roeck @ 2022-03-14 15:47 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel
  Cc: stable, torvalds, akpm, shuah, patches, lkft-triage, pavel,
	jonathanh, f.fainelli, sudipm.mukherjee, slade

On 3/14/22 08:00, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.235 release.
> There are 29 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, 16 Mar 2022 14:59:12 +0000.
> Anything received after that time might be too late.
> 

All ia64 builds:

kernel/fork.c:728:13: warning: 'task_struct_whitelist' defined but not used [-Wunused-function]
   728 | static void task_struct_whitelist(unsigned long *offset, unsigned long *size)
       |             ^~~~~~~~~~~~~~~~~~~~~
arch/ia64/kernel/acpi.c: In function 'acpi_numa_fixup':
arch/ia64/kernel/acpi.c:540:17: error: implicit declaration of function 'slit_distance'; did you mean 'node_distance'? [-Werror=implicit-function-declaration]
   540 |                 slit_distance(0, 0) = LOCAL_DISTANCE;
       |                 ^~~~~~~~~~~~~
       |                 node_distance
arch/ia64/kernel/acpi.c:540:37: error: lvalue required as left operand of assignment
   540 |                 slit_distance(0, 0) = LOCAL_DISTANCE;
       |                                     ^

Guenter

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4.19 00/29] 4.19.235-rc2 review
  2022-03-14 15:00 [PATCH 4.19 00/29] 4.19.235-rc2 review Greg Kroah-Hartman
  2022-03-14 15:47 ` Guenter Roeck
@ 2022-03-14 18:05 ` Pavel Machek
  2022-03-15  0:51 ` Guenter Roeck
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 11+ messages in thread
From: Pavel Machek @ 2022-03-14 18:05 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, stable, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee,
	slade

[-- Attachment #1: Type: text/plain, Size: 709 bytes --]

On Mon 2022-03-14 16:00:14, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.235 release.
> There are 29 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.

CIP testing did not find any problems here:

https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-4.19.y

Tested-by: Pavel Machek (CIP) <pavel@denx.de>

Best regards,
                                                                Pavel
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4.19 00/29] 4.19.235-rc2 review
  2022-03-14 15:00 [PATCH 4.19 00/29] 4.19.235-rc2 review Greg Kroah-Hartman
  2022-03-14 15:47 ` Guenter Roeck
  2022-03-14 18:05 ` Pavel Machek
@ 2022-03-15  0:51 ` Guenter Roeck
  2022-03-16  8:25   ` Greg Kroah-Hartman
  2022-03-15  9:03 ` Jon Hunter
                   ` (4 subsequent siblings)
  7 siblings, 1 reply; 11+ messages in thread
From: Guenter Roeck @ 2022-03-15  0:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, stable, torvalds, akpm, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee,
	slade

On Mon, Mar 14, 2022 at 04:00:14PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.235 release.
> There are 29 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, 16 Mar 2022 14:59:12 +0000.
> Anything received after that time might be too late.
> 

Build results:
	total: 156 pass: 153 fail: 3
Failed builds:
	ia64:defconfig
	ia64:allnoconfig
	ia64:tinyconfig
Qemu test results:
	total: 425 pass: 425 fail: 0

Build failures as already reported.

arch/ia64/kernel/acpi.c: In function 'acpi_numa_fixup':
arch/ia64/kernel/acpi.c:540:17: error: implicit declaration of function 'slit_distance'; did you mean 'node_distance'? [-Werror=implicit-function-declaration]
  540 |                 slit_distance(0, 0) = LOCAL_DISTANCE;
      |                 ^~~~~~~~~~~~~
      |                 node_distance
arch/ia64/kernel/acpi.c:540:37: error: lvalue required as left operand of assignment
  540 |                 slit_distance(0, 0) = LOCAL_DISTANCE;
      |                                     ^

Tested-and-reported-failed-by: Guenter Roeck <linux@roeck-us.net>

Guenter

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4.19 00/29] 4.19.235-rc2 review
  2022-03-14 15:00 [PATCH 4.19 00/29] 4.19.235-rc2 review Greg Kroah-Hartman
                   ` (2 preceding siblings ...)
  2022-03-15  0:51 ` Guenter Roeck
@ 2022-03-15  9:03 ` Jon Hunter
  2022-03-15 10:07 ` Naresh Kamboju
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 11+ messages in thread
From: Jon Hunter @ 2022-03-15  9:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Greg Kroah-Hartman, stable, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, slade, linux-tegra

On Mon, 14 Mar 2022 16:00:14 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.235 release.
> There are 29 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, 16 Mar 2022 14:59:12 +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.19.235-rc2.gz
> or in the git tree and branch at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

All tests passing for Tegra ...

Test results for stable-v4.19:
    10 builds:	10 pass, 0 fail
    22 boots:	22 pass, 0 fail
    40 tests:	40 pass, 0 fail

Linux version:	4.19.235-rc2-g4401d649cac2
Boards tested:	tegra124-jetson-tk1, tegra186-p2771-0000,
                tegra194-p2972-0000, tegra20-ventana,
                tegra210-p2371-2180, tegra30-cardhu-a04

Tested-by: Jon Hunter <jonathanh@nvidia.com>

Jon

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4.19 00/29] 4.19.235-rc2 review
  2022-03-14 15:00 [PATCH 4.19 00/29] 4.19.235-rc2 review Greg Kroah-Hartman
                   ` (3 preceding siblings ...)
  2022-03-15  9:03 ` Jon Hunter
@ 2022-03-15 10:07 ` Naresh Kamboju
  2022-03-15 12:27 ` Sudip Mukherjee
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 11+ messages in thread
From: Naresh Kamboju @ 2022-03-15 10:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, stable, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee,
	slade

On Mon, 14 Mar 2022 at 20:30, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 4.19.235 release.
> There are 29 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, 16 Mar 2022 14:59:12 +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.19.235-rc2.gz
> or in the git tree and branch at:
>         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64, and i386.

Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>

## Build
* kernel: 4.19.235-rc2
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git branch: linux-4.19.y
* git commit: 4401d649cac2c3bf2cca0caf51a27f17b4f8bc26
* git describe: v4.19.234-30-g4401d649cac2
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19.234-30-g4401d649cac2

## Test Regressions (compared to v4.19.233-19-g83f8068e02bc)
No test regressions found.

## Metric Regressions (compared to v4.19.233-19-g83f8068e02bc)
No metric regressions found.

## Test Fixes (compared to v4.19.233-19-g83f8068e02bc)
No test fixes found.

## Metric Fixes (compared to v4.19.233-19-g83f8068e02bc)
No metric fixes found.

## Test result summary
total: 73008, pass: 60870, fail: 357, skip: 10332, xfail: 1449

## Build Summary
* arm: 281 total, 275 passed, 6 failed
* arm64: 39 total, 39 passed, 0 failed
* dragonboard-410c: 1 total, 1 passed, 0 failed
* hi6220-hikey: 1 total, 1 passed, 0 failed
* i386: 19 total, 19 passed, 0 failed
* juno-r2: 1 total, 1 passed, 0 failed
* mips: 27 total, 27 passed, 0 failed
* powerpc: 60 total, 49 passed, 11 failed
* s390: 12 total, 12 passed, 0 failed
* sparc: 12 total, 12 passed, 0 failed
* x15: 1 total, 1 passed, 0 failed
* x86: 1 total, 1 passed, 0 failed
* x86_64: 38 total, 38 passed, 0 failed

## Test suites summary
* fwts
* kselftest-android
* kselftest-bpf
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-efivarfs
* kselftest-filesystems
* kselftest-firmware
* kselftest-fpu
* kselftest-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-ir
* kselftest-kcmp
* kselftest-kvm
* kselftest-lib
* kselftest-livepatch
* kselftest-membarrier
* kselftest-memfd
* kselftest-memory-hotplug
* kselftest-mincore
* kselftest-mount
* kselftest-mqueue
* kselftest-net
* kselftest-netfilter
* kselftest-nsfs
* kselftest-openat2
* kselftest-pid_namespace
* kselftest-pidfd
* kselftest-proc
* kselftest-pstore
* kselftest-ptrace
* kselftest-rseq
* kselftest-rtc
* kselftest-seccomp
* kselftest-sigaltstack
* kselftest-size
* kselftest-splice
* kselftest-static_keys
* kselftest-sync
* kselftest-sysctl
* kselftest-tc-testing
* kselftest-timens
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user
* kselftest-vm
* kselftest-x86
* kselftest-zram
* kvm-unit-tests
* libhugetlbfs
* linux-log-parser
* ltp-cap_bounds-tests
* ltp-commands-tests
* ltp-containers-tests
* ltp-controllers-tests
* ltp-cpuhotplug-tests
* ltp-crypto-tests
* ltp-cve-tests
* ltp-dio-tests
* ltp-fcntl-locktests-tests
* ltp-filecaps-tests
* ltp-fs-tests
* ltp-fs_bind-tests
* ltp-fs_perms_simple-tests
* ltp-fsx-tests
* ltp-hugetlb-tests
* ltp-io-tests
* ltp-ipc-tests
* ltp-math-tests
* ltp-mm-tests
* ltp-nptl-tests
* ltp-open-posix-tests
* ltp-pty-tests
* ltp-sched-tests
* ltp-securebits-tests
* ltp-syscalls-tests
* ltp-tracing-tests
* network-basic-tests
* packetdrill
* perf
* rcutorture
* ssuite
* v4l2-compliance
* vdso

--
Linaro LKFT
https://lkft.linaro.org

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4.19 00/29] 4.19.235-rc2 review
  2022-03-14 15:00 [PATCH 4.19 00/29] 4.19.235-rc2 review Greg Kroah-Hartman
                   ` (4 preceding siblings ...)
  2022-03-15 10:07 ` Naresh Kamboju
@ 2022-03-15 12:27 ` Sudip Mukherjee
  2022-03-15 17:34 ` Jeffrin Thalakkottoor
  2022-03-16  4:29 ` Samuel Zou
  7 siblings, 0 replies; 11+ messages in thread
From: Sudip Mukherjee @ 2022-03-15 12:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, stable, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, slade

Hi Greg,

On Mon, Mar 14, 2022 at 04:00:14PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.235 release.
> There are 29 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, 16 Mar 2022 14:59:12 +0000.
> Anything received after that time might be too late.

Build test:
mips (gcc version 11.2.1 20220301): 63 configs -> no  failure
arm (gcc version 11.2.1 20220301): 116 configs -> no new failure
arm64 (gcc version 11.2.1 20220301): 2 configs -> no failure
x86_64 (gcc version 11.2.1 20220301): 4 configs -> no failure

Boot test:
x86_64: Booted on my test laptop. No regression.
x86_64: Booted on qemu. No regression. [1]

[1]. https://openqa.qa.codethink.co.uk/tests/880


Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>

--
Regards
Sudip


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4.19 00/29] 4.19.235-rc2 review
  2022-03-14 15:00 [PATCH 4.19 00/29] 4.19.235-rc2 review Greg Kroah-Hartman
                   ` (5 preceding siblings ...)
  2022-03-15 12:27 ` Sudip Mukherjee
@ 2022-03-15 17:34 ` Jeffrin Thalakkottoor
  2022-03-17  9:39   ` Pavel Machek
  2022-03-16  4:29 ` Samuel Zou
  7 siblings, 1 reply; 11+ messages in thread
From: Jeffrin Thalakkottoor @ 2022-03-15 17:34 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: lkml, stable, torvalds, Andrew Morton, Guenter Roeck, Shuah Khan,
	patches, lkft-triage, Pavel Machek, jonathanh, f.fainelli,
	sudipm.mukherjee, slade

[-- Attachment #1: Type: text/plain, Size: 1405 bytes --]

On Mon, Mar 14, 2022 at 11:00 AM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 4.19.235 release.
> There are 29 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, 16 Mar 2022 14:59:12 +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.19.235-rc2.gz
> or in the git tree and branch at:
>         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
hello,

Compiled and  booted 4.19.235-rc2+ on ...

Processor Information
    Socket Designation: FM2
    Type: Central Processor
    Family: A-Series
    Manufacturer: AuthenticAMD
    ID: 31 0F 61 00 FF FB 8B 17
    Signature: Family 21, Model 19, Stepping 1


I think No major new  regression or regressions  from dmesg.
Some error related stuff has happened.
Please see the  attachment for build issues related.

Tested-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>
Reported-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>


-- 
software engineer
rajagiri school of engineering and technology  -  autonomous

[-- Attachment #2: error-4.19.235-rc2.txt --]
[-- Type: text/plain, Size: 1294 bytes --]


------------------------<error related clipping 1>--------------------------
In function 'memcpy',
  inlined from memcpy_fromio at ./include/asm-generic/io.h:1117:2,
    inlined from ghes_copy_tofrom_phys at drivers/acpi/apei/ghes.c:311:4:
./include/linux/string.h:261:33: warning: __builtin_memcpy reading between 1 and 4096 bytes from a region of size 0 [-Wstringop-overread]
  261 | #define __underlying_memcpy     __builtin_memcpy
      |                                 ^
./include/linux/string.h:377:16: note: in expansion of macro __underlying_memcpy
  377 |         return __underlying_memcpy(p, q, size);

------------------------<error related clipping >--------------------------





------------------------<error related clipping 2>--------------------------

drivers/crypto/ccp/sp-platform.c:37:34: warning: array sp_of_match assumed to have one element
   37 | static const struct of_device_id sp_of_match[];
------------------------<error related clipping>--------------------------






------------------------<error related clipping 3>--------------------------
ld: arch/x86/boot/compressed/head_64.o: warning: relocation in read-only section `.head.text'
ld: warning: creating DT_TEXTREL in a PIE
------------------------<error related clipping>--------------------------

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4.19 00/29] 4.19.235-rc2 review
  2022-03-14 15:00 [PATCH 4.19 00/29] 4.19.235-rc2 review Greg Kroah-Hartman
                   ` (6 preceding siblings ...)
  2022-03-15 17:34 ` Jeffrin Thalakkottoor
@ 2022-03-16  4:29 ` Samuel Zou
  7 siblings, 0 replies; 11+ messages in thread
From: Samuel Zou @ 2022-03-16  4:29 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-kernel
  Cc: stable, torvalds, akpm, linux, shuah, patches, lkft-triage,
	pavel, jonathanh, f.fainelli, sudipm.mukherjee, slade



On 2022/3/14 23:00, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.19.235 release.
> There are 29 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, 16 Mar 2022 14:59:12 +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.19.235-rc2.gz
> or in the git tree and branch at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Tested on arm64 and x86 for 4.19.235-rc2,

Kernel repo:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Branch: linux-4.19.y
Version: 4.19.235-rc2
Commit: 4401d649cac2c3bf2cca0caf51a27f17b4f8bc26
Compiler: gcc version 7.3.0 (GCC)

arm64:
--------------------------------------------------------------------
Testcase Result Summary:
total: 8938
passed: 8938
failed: 0
timeout: 0
--------------------------------------------------------------------

x86:
--------------------------------------------------------------------
Testcase Result Summary:
total: 8938
passed: 8938
failed: 0
timeout: 0
--------------------------------------------------------------------

Tested-by: Hulk Robot <hulkrobot@huawei.com>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4.19 00/29] 4.19.235-rc2 review
  2022-03-15  0:51 ` Guenter Roeck
@ 2022-03-16  8:25   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 11+ messages in thread
From: Greg Kroah-Hartman @ 2022-03-16  8:25 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: linux-kernel, stable, torvalds, akpm, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee,
	slade

On Mon, Mar 14, 2022 at 05:51:23PM -0700, Guenter Roeck wrote:
> On Mon, Mar 14, 2022 at 04:00:14PM +0100, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.19.235 release.
> > There are 29 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, 16 Mar 2022 14:59:12 +0000.
> > Anything received after that time might be too late.
> > 
> 
> Build results:
> 	total: 156 pass: 153 fail: 3
> Failed builds:
> 	ia64:defconfig
> 	ia64:allnoconfig
> 	ia64:tinyconfig
> Qemu test results:
> 	total: 425 pass: 425 fail: 0
> 
> Build failures as already reported.
> 
> arch/ia64/kernel/acpi.c: In function 'acpi_numa_fixup':
> arch/ia64/kernel/acpi.c:540:17: error: implicit declaration of function 'slit_distance'; did you mean 'node_distance'? [-Werror=implicit-function-declaration]
>   540 |                 slit_distance(0, 0) = LOCAL_DISTANCE;
>       |                 ^~~~~~~~~~~~~
>       |                 node_distance
> arch/ia64/kernel/acpi.c:540:37: error: lvalue required as left operand of assignment
>   540 |                 slit_distance(0, 0) = LOCAL_DISTANCE;
>       |                                     ^
> 
> Tested-and-reported-failed-by: Guenter Roeck <linux@roeck-us.net>

Crap, ok, I'll go drop the 3 patches that this change came from.  Odds
are someone still uses ia64...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4.19 00/29] 4.19.235-rc2 review
  2022-03-15 17:34 ` Jeffrin Thalakkottoor
@ 2022-03-17  9:39   ` Pavel Machek
  0 siblings, 0 replies; 11+ messages in thread
From: Pavel Machek @ 2022-03-17  9:39 UTC (permalink / raw)
  To: Jeffrin Thalakkottoor
  Cc: Greg Kroah-Hartman, lkml, stable, torvalds, Andrew Morton,
	Guenter Roeck, Shuah Khan, patches, lkft-triage, Pavel Machek,
	jonathanh, f.fainelli, sudipm.mukherjee, slade

[-- Attachment #1: Type: text/plain, Size: 1178 bytes --]

Hi!

> > This is the start of the stable review cycle for the 4.19.235 release.
> > There are 29 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.
...
> Compiled and  booted 4.19.235-rc2+ on ...
> 
> Processor Information
>     Socket Designation: FM2
>     Type: Central Processor
>     Family: A-Series
>     Manufacturer: AuthenticAMD
>     ID: 31 0F 61 00 FF FB 8B 17
>     Signature: Family 21, Model 19, Stepping 1
> 
> 
> I think No major new  regression or regressions  from dmesg.
> Some error related stuff has happened.
> Please see the  attachment for build issues related.

Are the build issues new in 4.19.235? 

> Tested-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>
> Reported-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>

In that case you probably should not be giving Tested-by: tag, and we
probably should figure out which patch causes them...

Best regards,
								Pavel
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-03-17  9:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 15:00 [PATCH 4.19 00/29] 4.19.235-rc2 review Greg Kroah-Hartman
2022-03-14 15:47 ` Guenter Roeck
2022-03-14 18:05 ` Pavel Machek
2022-03-15  0:51 ` Guenter Roeck
2022-03-16  8:25   ` Greg Kroah-Hartman
2022-03-15  9:03 ` Jon Hunter
2022-03-15 10:07 ` Naresh Kamboju
2022-03-15 12:27 ` Sudip Mukherjee
2022-03-15 17:34 ` Jeffrin Thalakkottoor
2022-03-17  9:39   ` Pavel Machek
2022-03-16  4:29 ` Samuel Zou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).