lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 19 Jun 2023 12:28:48 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     stable@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        patches@...ts.linux.dev, linux-kernel@...r.kernel.org,
        torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
        linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
        lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
        f.fainelli@...il.com, sudipm.mukherjee@...il.com,
        srw@...dewatkins.net, rwarsow@....de
Subject: [PATCH 4.14 00/32] 4.14.319-rc1 review

This is the start of the stable review cycle for the 4.14.319 release.
There are 32 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 Jun 2023 10:21: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.14.319-rc1.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 4.14.319-rc1

Christian Loehle <CLoehle@...erstone.com>
    mmc: block: ensure error propagation for non-blk

Michael Ellerman <mpe@...erman.id.au>
    powerpc: Fix defconfig choice logic when cross compiling

Leon Romanovsky <leonro@...dia.com>
    neighbour: delete neigh_lookup_nodev as not used

Gaosheng Cui <cuigaosheng1@...wei.com>
    neighbour: Remove unused inline function neigh_key_eq16()

Alex Maftei <alex.maftei@....com>
    selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET

Lin Ma <linma@....edu.cn>
    net: tipc: resize nlattr array to correct size

Eric Dumazet <edumazet@...gle.com>
    net: lapbether: only support ethernet devices

Natalia Petrova <n.petrova@...tech.ru>
    drm/nouveau/dp: check for NULL nv_connector->native_mode

Aleksandr Loktionov <aleksandr.loktionov@...el.com>
    igb: fix nvm.ops.read() error handling

Dan Carpenter <dan.carpenter@...aro.org>
    sctp: fix an error code in sctp_sf_eat_auth()

Saravanan Vajravel <saravanan.vajravel@...adcom.com>
    IB/isert: Fix incorrect release of isert connection

Saravanan Vajravel <saravanan.vajravel@...adcom.com>
    IB/isert: Fix possible list corruption in CMA handler

Saravanan Vajravel <saravanan.vajravel@...adcom.com>
    IB/isert: Fix dead lock in ib_isert

Guillaume Nault <gnault@...hat.com>
    ping6: Fix send to link-local addresses with VRF.

Pablo Neira Ayuso <pablo@...filter.org>
    netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM

Jerry Meng <jerry-meng@...mail.com>
    USB: serial: option: add Quectel EM061KGL series

Stephen Hemminger <stephen@...workplumber.org>
    Remove DECnet support from kernel

Wes Huang <wes.huang@...a.com>
    net: usb: qmi_wwan: add support for Compal RXM-G1

Ryusuke Konishi <konishi.ryusuke@...il.com>
    nilfs2: fix possible out-of-bounds segment allocation in resize ioctl

Ryusuke Konishi <konishi.ryusuke@...il.com>
    nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()

Janne Grunau <j@...nau.net>
    nios2: dts: Fix tse_mac "max-frame-size" property

Luís Henriques <ocfs2-devel@....oracle.com>
    ocfs2: check new file size on fallocate call

Luís Henriques <ocfs2-devel@....oracle.com>
    ocfs2: fix use-after-free when unmounting read-only filesystem

Ross Lagerwall <ross.lagerwall@...rix.com>
    xen/blkfront: Only check REQ_FUA for writes

Liviu Dudau <liviu@...au.co.uk>
    mips: Move initrd_start check after initrd address sanitisation.

Manuel Lauss <manuel.lauss@...il.com>
    MIPS: Alchemy: fix dbdma2

Mario Limonciello <mario.limonciello@....com>
    power: supply: Fix logic checking if system is running from battery

Osama Muhammad <osmtendev@...il.com>
    regulator: Fix error checking for debugfs_create_dir

Marek Vasut <marex@...x.de>
    power: supply: Ratelimit no data debug output

Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
    ARM: dts: vexpress: add missing cache properties

Hans de Goede <hdegoede@...hat.com>
    power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule()

Hans de Goede <hdegoede@...hat.com>
    power: supply: ab8500: Fix external_power_changed race


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

Diffstat:

 Documentation/admin-guide/kernel-parameters.txt |    4 -
 Documentation/ioctl/ioctl-number.txt            |    1 -
 Documentation/networking/decnet.txt             |  232 ---
 Documentation/sysctl/net.txt                    |    1 -
 MAINTAINERS                                     |    7 -
 Makefile                                        |    4 +-
 arch/arm/boot/dts/vexpress-v2p-ca5s.dts         |    1 +
 arch/mips/alchemy/common/dbdma.c                |   27 +-
 arch/mips/configs/gpr_defconfig                 |    2 -
 arch/mips/configs/jazz_defconfig                |    2 -
 arch/mips/configs/mtx1_defconfig                |    2 -
 arch/mips/configs/nlm_xlp_defconfig             |    2 -
 arch/mips/configs/nlm_xlr_defconfig             |    2 -
 arch/mips/configs/rm200_defconfig               |    2 -
 arch/mips/kernel/setup.c                        |    9 +-
 arch/nios2/boot/dts/10m50_devboard.dts          |    2 +-
 arch/nios2/boot/dts/3c120_devboard.dts          |    2 +-
 arch/powerpc/Makefile                           |    9 +-
 arch/powerpc/configs/ppc6xx_defconfig           |    2 -
 drivers/block/xen-blkfront.c                    |    3 +-
 drivers/gpu/drm/nouveau/nouveau_connector.c     |    4 +-
 drivers/infiniband/ulp/isert/ib_isert.c         |   16 +-
 drivers/mmc/core/block.c                        |    5 +
 drivers/net/ethernet/intel/igb/igb_ethtool.c    |    3 +
 drivers/net/usb/qmi_wwan.c                      |    2 +
 drivers/net/wan/lapbether.c                     |    3 +
 drivers/power/supply/ab8500_btemp.c             |    6 +-
 drivers/power/supply/ab8500_fg.c                |    6 +-
 drivers/power/supply/bq27xxx_battery.c          |    6 +-
 drivers/power/supply/power_supply_core.c        |    8 +-
 drivers/power/supply/power_supply_sysfs.c       |    3 +-
 drivers/regulator/core.c                        |    4 +-
 drivers/usb/serial/option.c                     |   16 +
 fs/nilfs2/btnode.c                              |   12 +-
 fs/nilfs2/sufile.c                              |    9 +
 fs/ocfs2/file.c                                 |    8 +-
 fs/ocfs2/super.c                                |    6 +-
 include/linux/netdevice.h                       |    2 -
 include/linux/netfilter_defs.h                  |    3 +-
 include/net/dn.h                                |  238 ---
 include/net/dn_dev.h                            |  199 --
 include/net/dn_fib.h                            |  167 --
 include/net/dn_neigh.h                          |   30 -
 include/net/dn_nsp.h                            |  204 --
 include/net/dn_route.h                          |  122 --
 include/net/neighbour.h                         |    7 -
 include/uapi/linux/dn.h                         |  149 --
 include/uapi/linux/netfilter_decnet.h           |   80 -
 include/uapi/linux/netlink.h                    |    2 +-
 net/Kconfig                                     |    2 -
 net/Makefile                                    |    1 -
 net/core/dev.c                                  |    1 -
 net/core/neighbour.c                            |   34 -
 net/decnet/Kconfig                              |   43 -
 net/decnet/Makefile                             |   11 -
 net/decnet/README                               |    8 -
 net/decnet/af_decnet.c                          | 2423 -----------------------
 net/decnet/dn_dev.c                             | 1451 --------------
 net/decnet/dn_fib.c                             |  799 --------
 net/decnet/dn_neigh.c                           |  620 ------
 net/decnet/dn_nsp_in.c                          |  918 ---------
 net/decnet/dn_nsp_out.c                         |  718 -------
 net/decnet/dn_route.c                           | 1942 ------------------
 net/decnet/dn_rules.c                           |  257 ---
 net/decnet/dn_table.c                           |  927 ---------
 net/decnet/dn_timer.c                           |  104 -
 net/decnet/netfilter/Kconfig                    |   16 -
 net/decnet/netfilter/Makefile                   |    6 -
 net/decnet/netfilter/dn_rtmsg.c                 |  161 --
 net/decnet/sysctl_net_decnet.c                  |  373 ----
 net/ipv6/ping.c                                 |    3 +-
 net/netfilter/nfnetlink.c                       |    3 +-
 net/sctp/sm_statefuns.c                         |    2 +-
 net/tipc/bearer.c                               |    4 +-
 tools/testing/selftests/ptp/testptp.c           |    6 +-
 75 files changed, 132 insertions(+), 12337 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ