Makefile | 4 +- arch/x86/include/asm/intel-family.h | 2 + drivers/android/binder.c | 26 ++- .../net/ethernet/mellanox/mlx5/core/lib/devcom.c | 35 ++-- .../net/ethernet/mellanox/mlx5/core/lib/devcom.h | 2 + drivers/net/phy/mscc/mscc.h | 1 + drivers/net/phy/mscc/mscc_main.c | 54 ++--- drivers/power/supply/bq24190_charger.c | 13 +- drivers/power/supply/bq27xxx_battery.c | 224 +++++++++++---------- drivers/power/supply/power_supply_core.c | 57 +++--- drivers/regulator/helpers.c | 65 ++++++ drivers/regulator/pca9450-regulator.c | 55 +++-- include/linux/power/bq27xxx_battery.h | 3 + include/linux/power_supply.h | 5 +- include/linux/regulator/driver.h | 5 + include/net/ip.h | 2 + include/uapi/linux/in.h | 2 + net/bluetooth/hci_sock.c | 28 +++ net/ipv4/ip_sockglue.c | 12 +- net/ipv4/raw.c | 5 +- net/ipv6/raw.c | 3 +- net/netfilter/nf_conntrack_netlink.c | 8 - 22 files changed, 387 insertions(+), 224 deletions(-)
This is the start of the stable review cycle for the 5.10.182 release.
There are 22 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 Sat, 03 Jun 2023 13:19:19 +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/v5.x/stable-review/patch-5.10.182-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 5.10.182-rc1
Paul Blakey <paulb@nvidia.com>
netfilter: ctnetlink: Support offloaded conntrack entry deletion
Nicolas Dichtel <nicolas.dichtel@6wind.com>
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Carlos Llamas <cmllamas@google.com>
binder: fix UAF caused by faulty buffer cleanup
Ruihan Li <lrh2000@pku.edu.cn>
bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
David Epping <david.epping@missinglinkelectronics.com>
net: phy: mscc: enable VSC8501/2 RGMII RX clock
Shay Drory <shayd@nvidia.com>
net/mlx5: Devcom, serialize devcom registration
Mark Bloch <mbloch@nvidia.com>
net/mlx5: devcom only supports 2 ports
Alexander Stein <alexander.stein@ew.tq-group.com>
regulator: pca9450: Fix BUCK2 enable_mask
Axel Lin <axel.lin@ingics.com>
regulator: pca9450: Convert to use regulator_set_ramp_delay_regmap
Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
regulator: Add regmap helper for ramp-delay setting
Hans de Goede <hdegoede@redhat.com>
power: supply: bq24190: Call power_supply_changed() after updating input current
Hans de Goede <hdegoede@redhat.com>
power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier()
Hans de Goede <hdegoede@redhat.com>
power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize
Hans de Goede <hdegoede@redhat.com>
power: supply: bq27xxx: Ensure power_supply_changed() is called on current sign changes
Hans de Goede <hdegoede@redhat.com>
power: supply: bq27xxx: Move bq27xxx_battery_update() down
Sicelo A. Mhlongo <absicsz@gmail.com>
power: supply: bq27xxx: expose battery data when CI=1
Hans de Goede <hdegoede@redhat.com>
power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_status()
Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
power: supply: bq27xxx: make status more robust
Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
power: supply: bq27xxx: fix sign of current_now for newer ICs
Andreas Kemnade <andreas@kemnade.info>
power: supply: bq27xxx: fix polarity of current_now
Tony Luck <tony.luck@intel.com>
x86/cpu: Drop spurious underscore from RAPTOR_LAKE #define
Tony Luck <tony.luck@intel.com>
x86/cpu: Add Raptor Lake to Intel family
-------------
Diffstat:
Makefile | 4 +-
arch/x86/include/asm/intel-family.h | 2 +
drivers/android/binder.c | 26 ++-
.../net/ethernet/mellanox/mlx5/core/lib/devcom.c | 35 ++--
.../net/ethernet/mellanox/mlx5/core/lib/devcom.h | 2 +
drivers/net/phy/mscc/mscc.h | 1 +
drivers/net/phy/mscc/mscc_main.c | 54 ++---
drivers/power/supply/bq24190_charger.c | 13 +-
drivers/power/supply/bq27xxx_battery.c | 224 +++++++++++----------
drivers/power/supply/power_supply_core.c | 57 +++---
drivers/regulator/helpers.c | 65 ++++++
drivers/regulator/pca9450-regulator.c | 55 +++--
include/linux/power/bq27xxx_battery.h | 3 +
include/linux/power_supply.h | 5 +-
include/linux/regulator/driver.h | 5 +
include/net/ip.h | 2 +
include/uapi/linux/in.h | 2 +
net/bluetooth/hci_sock.c | 28 +++
net/ipv4/ip_sockglue.c | 12 +-
net/ipv4/raw.c | 5 +-
net/ipv6/raw.c | 3 +-
net/netfilter/nf_conntrack_netlink.c | 8 -
22 files changed, 387 insertions(+), 224 deletions(-)
Hello Greg, > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Sent: Thursday, June 1, 2023 2:21 PM > > This is the start of the stable review cycle for the 5.10.182 release. > There are 22 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 Sat, 03 Jun 2023 13:19:19 +0000. > Anything received after that time might be too late. CIP configurations built and booted with Linux 5.10.182-rc1 (f2a19702506c): https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/886202472 https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/commits/linux-5.10.y Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com> Kind regards, Chris
On Thu, Jun 01, 2023 at 02:20:58PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.182 release. > There are 22 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 Sat, 03 Jun 2023 13:19:19 +0000. > Anything received after that time might be too late. > Build results: total: 162 pass: 162 fail: 0 Qemu test results: total: 485 pass: 485 fail: 0 Tested-by: Guenter Roeck <linux@roeck-us.net> Guenter
On Thu, 1 Jun 2023 at 18:52, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 5.10.182 release. > There are 22 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 Sat, 03 Jun 2023 13:19:19 +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/v5.x/stable-review/patch-5.10.182-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.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: 5.10.182-rc1 * git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * git branch: linux-5.10.y * git commit: f2a19702506cf5aee6bf44c1a1c48520b2455d75 * git describe: v5.10.181-23-gf2a19702506c * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.10.y/build/v5.10.181-23-gf2a19702506c ## Test Regressions (compared to v5.10.181) ## Metric Regressions (compared to v5.10.181) ## Test Fixes (compared to v5.10.181) ## Metric Fixes (compared to v5.10.181) ## Test result summary total: 100555, pass: 83695, fail: 2731, skip: 13973, xfail: 156 ## Build Summary * arc: 5 total, 5 passed, 0 failed * arm: 117 total, 116 passed, 1 failed * arm64: 45 total, 43 passed, 2 failed * i386: 35 total, 33 passed, 2 failed * mips: 27 total, 26 passed, 1 failed * parisc: 8 total, 8 passed, 0 failed * powerpc: 26 total, 20 passed, 6 failed * riscv: 12 total, 11 passed, 1 failed * s390: 12 total, 12 passed, 0 failed * sh: 14 total, 12 passed, 2 failed * sparc: 8 total, 8 passed, 0 failed * x86_64: 38 total, 36 passed, 2 failed ## Test suites summary * boot * kselftest-android * kselftest-arm64 * kselftest-breakpoints * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-drivers-dma-buf * kselftest-efivarfs * kselftest-exec * kselftest-filesystems * kselftest-filesystems-binderfs * kselftest-firmware * kselftest-fpu * kselftest-ftrace * kselftest-futex * kselftest-gpio * kselftest-intel_pstate * kselftest-ipc * kselftest-ir * kselftest-kcmp * kselftest-kexec * kselftest-lib * kselftest-livepatch * kselftest-membarrier * kselftest-memfd * kselftest-memory-hotplug * kselftest-mincore * kselftest-mount * kselftest-mqueue * kselftest-net * kselftest-net-forwarding * kselftest-net-mptcp * kselftest-netfilter * kselftest-nsfs * kselftest-openat2 * kselftest-pid_namespace * kselftest-pidfd * kselftest-proc * kselftest-pstore * kselftest-ptrace * kselftest-rseq * kselftest-rtc * kselftest-sigaltstack * kselftest-size * kselftest-tc-testing * kselftest-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-user_events * kselftest-vDSO * kselftest-watchdog * kselftest-x86 * kselftest-zram * kunit * libgpiod * libhugetlbfs * log-parser-boot * log-parser-test * ltp-cap_bounds * ltp-commands * ltp-containers * ltp-controllers * ltp-cpuhotplug * ltp-crypto * ltp-cve * ltp-dio * ltp-fcntl-locktests * ltp-filecaps * ltp-fs * ltp-fs_bind * ltp-fs_perms_simple * ltp-fsx * ltp-hugetlb * ltp-io * ltp-ipc * ltp-math * ltp-mm * ltp-nptl * ltp-pty * ltp-sched * ltp-securebits * ltp-smoke * ltp-syscalls * ltp-tracing * perf * rcutorture * v4l2-compliance * vdso -- Linaro LKFT https://lkft.linaro.org
On Thu, 01 Jun 2023 14:20:58 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.10.182 release.
> There are 22 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 Sat, 03 Jun 2023 13:19:19 +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/v5.x/stable-review/patch-5.10.182-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
All tests passing for Tegra ...
Test results for stable-v5.10:
11 builds: 11 pass, 0 fail
28 boots: 28 pass, 0 fail
75 tests: 75 pass, 0 fail
Linux version: 5.10.182-rc1-gf2a19702506c
Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
tegra20-ventana, tegra210-p2371-2180,
tegra210-p3450-0000, tegra30-cardhu-a04
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Jon
On 6/1/23 07:20, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.182 release. > There are 22 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 Sat, 03 Jun 2023 13:19:19 +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/v5.x/stable-review/patch-5.10.182-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y > and the diffstat can be found below. > > thanks, > > greg k-h > Compiled and booted on my test system. No dmesg regressions. Tested-by: Shuah Khan <skhan@linuxfoundation.org> thanks, -- Shuah
On 6/1/2023 6:20 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.182 release. > There are 22 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 Sat, 03 Jun 2023 13:19:19 +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/v5.x/stable-review/patch-5.10.182-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y > and the diffstat can be found below. > > thanks, > > greg k-h On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on BMIPS_GENERIC: Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> -- Florian
© 2016 - 2026 Red Hat, Inc.