linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.17 000/158] 5.17.10-rc1 review
@ 2022-05-23 17:02 Greg Kroah-Hartman
  2022-05-23 17:02 ` [PATCH 5.17 001/158] usb: gadget: fix race when gadget driver register via ioctl Greg Kroah-Hartman
                   ` (166 more replies)
  0 siblings, 167 replies; 173+ messages in thread
From: Greg Kroah-Hartman @ 2022-05-23 17:02 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 5.17.10 release.
There are 158 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, 25 May 2022 16:56:55 +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.17.10-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.17.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 5.17.10-rc1

David Howells <dhowells@redhat.com>
    afs: Fix afs_getattr() to refetch file status if callback break occurred

Yang Yingliang <yangyingliang@huawei.com>
    i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()

Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
    dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group

Marek Vasut <marex@denx.de>
    Input: ili210x - fix reset timing

Shreyas K K <quic_shrekk@quicinc.com>
    arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs

Grant Grundler <grundler@chromium.org>
    net: atlantic: verify hw_head_ lies within TX buffer ring

Grant Grundler <grundler@chromium.org>
    net: atlantic: add check for MAX_SKB_FRAGS

Grant Grundler <grundler@chromium.org>
    net: atlantic: reduce scope of is_rsc_complete

Grant Grundler <grundler@chromium.org>
    net: atlantic: fix "frag[0] not initialized"

Yang Yingliang <yangyingliang@huawei.com>
    net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()

Yang Yingliang <yangyingliang@huawei.com>
    ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()

Johannes Berg <johannes.berg@intel.com>
    nl80211: fix locking in nl80211_set_tx_bitrate_mask()

Lina Wang <lina.wang@mediatek.com>
    net: fix wrong network header length

Eric Yang <Eric.Yang2@amd.com>
    drm/amd/display: undo clearing of z10 related function pointers

Maximilian Luz <luzmaximilian@gmail.com>
    platform/surface: gpe: Add support for Surface Pro 8

Prarit Bhargava <prarit@redhat.com>
    platform/x86/intel: Fix 'rmmod pmt_telemetry' panic

Mark Pearson <markpearson@lenovo.com>
    platform/x86: thinkpad_acpi: Correct dual fan probe

Mario Limonciello <mario.limonciello@amd.com>
    platform/x86: thinkpad_acpi: Convert btusb DMI list to quirks

Daniel Vetter <daniel.vetter@ffwll.ch>
    fbdev: Prevent possible use-after-free in fb_release()

Javier Martinez Canillas <javierm@redhat.com>
    Revert "fbdev: Make fb_release() return -ENODEV if fbdev was unregistered"

Nicolas Dichtel <nicolas.dichtel@6wind.com>
    selftests: add ping test with ping_group_range tuned

Kieran Frewen <kieran.frewen@morsemicro.com>
    cfg80211: retrieve S1G operating channel number

Kieran Frewen <kieran.frewen@morsemicro.com>
    nl80211: validate S1G channel width

Felix Fietkau <nbd@nbd.name>
    mac80211: fix rx reordering with non explicit / psmp ack policy

Gleb Chesnokov <Chesnokov.G@raidix.com>
    scsi: qla2xxx: Fix missed DMA unmap for aborted commands

Brian Bunker <brian@purestorage.com>
    scsi: scsi_dh_alua: Properly handle the ALUA transitioning state

Athira Rajeev <atrajeev@linux.vnet.ibm.com>
    perf test bpf: Skip test if clang is not present

Thomas Richter <tmricht@linux.ibm.com>
    perf bench numa: Address compiler error on s390

Kan Liang <kan.liang@linux.intel.com>
    perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform

Athira Rajeev <atrajeev@linux.vnet.ibm.com>
    perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpc

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    gpio: mvebu/pwm: Refuse requests with inverted polarity

Haibo Chen <haibo.chen@nxp.com>
    gpio: gpio-vf610: do not touch other bits when set the target bit

Ian Rogers <irogers@google.com>
    perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT events

Arnaldo Carvalho de Melo <acme@redhat.com>
    perf build: Fix check for btf__load_from_kernel_by_id() in libbpf

Aaron Lewis <aaronlewis@google.com>
    kvm: x86/pmu: Fix the compare function used by the pmu event filter

Daejun Park <daejun7.park@samsung.com>
    scsi: ufs: core: Fix referencing invalid rsp field

Krzysztof Kozlowski <krzk@kernel.org>
    riscv: dts: sifive: fu540-c000: align dma node name with dtschema

Andrew Lunn <andrew@lunn.ch>
    net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.

Eli Cohen <elic@nvidia.com>
    vdpa/mlx5: Use consistent RQT size

Ritaro Takenaka <ritarot634@gmail.com>
    netfilter: flowtable: move dst_check to packet path

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: flowtable: pass flowtable to nf_flow_table_iterate()

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: flowtable: fix TCP flow teardown

Kevin Mitchell <kevmitch@arista.com>
    igb: skip phy status check where unavailable

Mat Martineau <mathew.j.martineau@linux.intel.com>
    mptcp: Do TCP fallback on early DSS checksum failure

Paolo Abeni <pabeni@redhat.com>
    mptcp: strict local address ID selection

Paolo Abeni <pabeni@redhat.com>
    mptcp: fix checksum byte order

Ard Biesheuvel <ardb@kernel.org>
    ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2

Ard Biesheuvel <ardb@kernel.org>
    ARM: 9196/1: spectre-bhb: enable for Cortex-A15

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    net: af_key: add check for pfkey_broadcast in function pfkey_process

Shay Drory <shayd@nvidia.com>
    net/mlx5: Drain fw_reset when removing device

Gal Pressman <gal@nvidia.com>
    net/mlx5e: Remove HW-GRO from reported features

Maxim Mikityanskiy <maximmi@nvidia.com>
    net/mlx5e: Properly block HW GRO when XDP is enabled

Maxim Mikityanskiy <maximmi@nvidia.com>
    net/mlx5e: Properly block LRO when XDP is enabled

Aya Levin <ayal@nvidia.com>
    net/mlx5e: Block rx-gro-hw feature in switchdev mode

Yevgeny Kliteynik <kliteyn@nvidia.com>
    net/mlx5: DR, Ignore modify TTL on RX if device doesn't support it

Shay Drory <shayd@nvidia.com>
    net/mlx5: Initialize flow steering during driver probe

Maor Dickman <maord@nvidia.com>
    net/mlx5: DR, Fix missing flow_source when creating multi-destination FW table

Duoming Zhou <duoming@zju.edu.cn>
    NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    net/qla3xxx: Fix a test in ql_reset_work()

Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
    clk: at91: generated: consider range when calculating best rate

Michal Wilczynski <michal.wilczynski@intel.com>
    ice: Fix interrupt moderation settings getting cleared

Paul Greenwalt <paul.greenwalt@intel.com>
    ice: fix possible under reporting of ethtool Tx and Rx statistics

Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
    ice: fix crash when writing timestamp on RX rings

Mark Rutland <mark.rutland@arm.com>
    arm64: kexec: load from kimage prior to clobbering

Zixuan Fu <r33s3n6@gmail.com>
    net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()

Zixuan Fu <r33s3n6@gmail.com>
    net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    net: systemport: Fix an error handling path in bcm_sysport_probe()

Horatiu Vultur <horatiu.vultur@microchip.com>
    net: lan966x: Fix assignment of the MAC address

Pali Rohár <pali@kernel.org>
    Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler"

Jonathan Lemon <jonathan.lemon@gmail.com>
    ptp: ocp: have adjtime handle negative delta_ns correctly

Felix Fietkau <nbd@nbd.name>
    netfilter: nft_flow_offload: fix offload with pppoe + vlan

Felix Fietkau <nbd@nbd.name>
    net: fix dev_fill_forward_path with pppoe + bridge

Felix Fietkau <nbd@nbd.name>
    netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices

Felix Fietkau <nbd@nbd.name>
    netfilter: flowtable: fix excessive hw offload attempts after failure

Paolo Abeni <pabeni@redhat.com>
    net/sched: act_pedit: sanitize shift argument before usage

Eyal Birger <eyal.birger@gmail.com>
    xfrm: fix "disable_policy" flag use when arriving from different devices

Nicolas Dichtel <nicolas.dichtel@6wind.com>
    xfrm: rework default policy structure

Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
    i915/guc/reset: Make __guc_reset_context aware of guilty engines

Harini Katakam <harini.katakam@xilinx.com>
    net: macb: Increment rx bd head after allocating skb and buffer

Paolo Abeni <pabeni@redhat.com>
    mptcp: fix subflow accounting on close

Bart Van Assche <bvanassche@acm.org>
    block/mq-deadline: Set the fifo_time member also if inserting at head

Alex Elder <elder@linaro.org>
    net: ipa: record proper RX transaction count

Alex Elder <elder@linaro.org>
    net: ipa: certain dropped packets aren't accounted for

Randy Dunlap <rdunlap@infradead.org>
    ALSA: hda - fix unused Realtek function when PM is not enabled

Mattijs Korpershoek <mkorpershoek@baylibre.com>
    pinctrl: mediatek: mt8365: fix IES control pins

Horatiu Vultur <horatiu.vultur@microchip.com>
    pinctrl: ocelot: Fix for lan966x alt mode

Howard Chiu <howard_chiu@aspeedtech.com>
    ARM: dts: aspeed: Add video engine to g6

Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
    ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group

Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
    pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrl

Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
    ARM: dts: aspeed-g6: remove FWQSPID group in pinctrl dtsi

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    arm64: dts: qcom: sm8250: don't enable rx/tx macro by default

Charan Teja Kalla <quic_charante@quicinc.com>
    dma-buf: ensure unique directory name for dmabuf stats

Jérôme Pouiller <jerome.pouiller@silabs.com>
    dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspace

Hangyu Hua <hbh25y@gmail.com>
    drm/dp/mst: fix a possible memory leak in fetch_monitor_name()

Anusha Srivatsa <anusha.srivatsa@intel.com>
    drm/i915/dmc: Add MMIO range restrictions

Mario Limonciello <mario.limonciello@amd.com>
    drm/amd: Don't reset dGPUs if the system is going to s2idle

Ilya Dryomov <idryomov@gmail.com>
    libceph: fix potential use-after-free on linger ping and resends

Ulf Hansson <ulf.hansson@linaro.org>
    mmc: core: Fix busy polling for MMC_SEND_OP_COND again

Ondrej Mosnacek <omosnace@redhat.com>
    crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ

Catalin Marinas <catalin.marinas@arm.com>
    arm64: mte: Ensure the cleared tags are visible before setting the PTE

Prakruthi Deepak Heragu <quic_pheragu@quicinc.com>
    arm64: paravirt: Use RCU read locks to guard stolen_time

Sean Christopherson <seanjc@google.com>
    KVM: Free new dirty bitmap if creating a new memslot fails

Sean Christopherson <seanjc@google.com>
    KVM: x86/mmu: Update number of zapped pages even if page list is stable

Marc Zyngier <maz@kernel.org>
    KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC

Jarkko Nikula <jarkko.nikula@linux.intel.com>
    Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold

Al Viro <viro@zeniv.linux.org.uk>
    Fix double fget() in vhost_net_set_backend()

Julian Orth <ju.orth@gmail.com>
    audit,io_uring,io-wq: call __audit_uring_exit for dummy contexts

Ondrej Mosnacek <omosnace@redhat.com>
    selinux: fix bad cleanup on error in hashtab_duplicate()

Peter Zijlstra <peterz@infradead.org>
    perf: Fix sys_perf_event_open() race against self

Werner Sembach <wse@tuxedocomputers.com>
    ALSA: hda/realtek: Add quirk for TongFang devices with pop noise

Takashi Iwai <tiwai@suse.de>
    ALSA: wavefront: Proper check of get_user() error

Takashi Iwai <tiwai@suse.de>
    ALSA: usb-audio: Restore Rane SL-1 quirk

Ryusuke Konishi <konishi.ryusuke@gmail.com>
    nilfs2: fix lockdep warnings during disk space reclamation

Ryusuke Konishi <konishi.ryusuke@gmail.com>
    nilfs2: fix lockdep warnings in page operations for btree nodes

linyujun <linyujun809@huawei.com>
    ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()

Tzung-Bi Shih <tzungbi@google.com>
    platform/chrome: cros_ec_debugfs: detach log reader wq from devm

Jakob Koschel <jakobkoschel@gmail.com>
    drbd: remove usage of list iterator variable after loop

Xiaoke Wang <xkernel.wang@foxmail.com>
    MIPS: lantiq: check the return value of kzalloc()

Guo Xuenan <guoxuenan@huawei.com>
    fs: fix an infinite loop in iomap_fiemap

Mario Limonciello <mario.limonciello@amd.com>
    rtc: mc146818-lib: Fix the AltCentury for AMD platforms

Anton Eidelman <anton.eidelman@gmail.com>
    nvme-multipath: fix hang when disk goes live over reconnect

Sagi Grimberg <sagi@grimberg.me>
    nvmet: use a private workqueue instead of the system workqueue

Steve French <stfrench@microsoft.com>
    smb3: cleanup and clarify status of tree connections

Michael S. Tsirkin <mst@redhat.com>
    tools/virtio: compile with -pthread

Zhu Lingshan <lingshan.zhu@intel.com>
    vhost_vdpa: don't setup irq offloading when irq_num < 0

Niklas Schnelle <schnelle@linux.ibm.com>
    s390/pci: improve zpci_dev reference counting

Heiko Carstens <hca@linux.ibm.com>
    s390/traps: improve panic message for translation-specification exception

Kai-Heng Feng <kai.heng.feng@canonical.com>
    ALSA: hda/realtek: Enable headset mic on Lenovo P360

Peter Zijlstra <peterz@infradead.org>
    crypto: x86/chacha20 - Avoid spurious jumps to other functions

Zheng Yongjun <zhengyongjun3@huawei.com>
    crypto: stm32 - fix reference leak in stm32_crc_remove

Andre Przywara <andre.przywara@arm.com>
    rtc: sun6i: Fix time overflow handling

Andreas Gruenbacher <agruenba@redhat.com>
    gfs2: Disable page faults during lockless buffered reads

Monish Kumar R <monish.kumar.r@intel.com>
    nvme-pci: add quirks for Samsung X5 SSDs

Zheng Yongjun <zhengyongjun3@huawei.com>
    Input: stmfts - fix reference leak in stmfts_input_open

Jeff LaBundy <jeff@labundy.com>
    Input: add bounds checking to input_set_capability()

David Gow <davidgow@google.com>
    um: Cleanup syscall_handler_t definition/cast, fix warning

Masahiro Yamada <masahiroy@kernel.org>
    kconfig: add fflush() before ferror() check

Hugo Villeneuve <hvilleneuve@dimonoff.com>
    rtc: pcf2127: fix bug when reading alarm registers

Vincent Whitchurch <vincent.whitchurch@axis.com>
    rtc: fix use-after-free on device removal

Andreas Gruenbacher <agruenba@redhat.com>
    gfs2: Switch lock order of inode and iopen glock

Andreas Gruenbacher <agruenba@redhat.com>
    gfs2: cancel timed-out glock requests

Greg Thelen <gthelen@google.com>
    Revert "drm/i915/opregion: check port number bounds for SWSCI display power state"

Terry Bowman <terry.bowman@amd.com>
    Watchdog: sp5100_tco: Enable Family 17h+ CPUs

Terry Bowman <terry.bowman@amd.com>
    Watchdog: sp5100_tco: Add initialization using EFCH MMIO

Terry Bowman <terry.bowman@amd.com>
    Watchdog: sp5100_tco: Refactor MMIO base address initialization

Terry Bowman <terry.bowman@amd.com>
    Watchdog: sp5100_tco: Move timer initialization into function

Terry Bowman <terry.bowman@amd.com>
    i2c: piix4: Enable EFCH MMIO for Family 17h+

Terry Bowman <terry.bowman@amd.com>
    i2c: piix4: Add EFCH MMIO support for SMBus port select

Terry Bowman <terry.bowman@amd.com>
    i2c: piix4: Add EFCH MMIO support to SMBus base address detect

Terry Bowman <terry.bowman@amd.com>
    i2c: piix4: Add EFCH MMIO support to region request and release

Terry Bowman <terry.bowman@amd.com>
    i2c: piix4: Move SMBus port selection into function

Terry Bowman <terry.bowman@amd.com>
    i2c: piix4: Move SMBus controller base address detect into function

Terry Bowman <terry.bowman@amd.com>
    i2c: piix4: Move port I/O region request/release code into functions

Terry Bowman <terry.bowman@amd.com>
    i2c: piix4: Replace hardcoded memory map size with a #define

Terry Bowman <terry.bowman@amd.com>
    kernel/resource: Introduce request_mem_region_muxed()

Willy Tarreau <w@1wt.eu>
    floppy: use a statically allocated error counter

Schspa Shi <schspa@gmail.com>
    usb: gadget: fix race when gadget driver register via ioctl


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

Diffstat:

 Documentation/arm64/silicon-errata.rst             |   3 +
 .../bindings/pinctrl/aspeed,ast2600-pinctrl.yaml   |   2 +-
 Makefile                                           |   4 +-
 arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi           |   9 +-
 arch/arm/boot/dts/aspeed-g6.dtsi                   |  10 +
 arch/arm/kernel/entry-armv.S                       |   2 +-
 arch/arm/kernel/stacktrace.c                       |  10 +-
 arch/arm/mm/proc-v7-bugs.c                         |   1 +
 arch/arm64/boot/dts/qcom/sm8250-mtp.dts            |  12 +
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |   4 +
 arch/arm64/kernel/cpu_errata.c                     |   2 +
 arch/arm64/kernel/mte.c                            |   3 +
 arch/arm64/kernel/paravirt.c                       |  29 +-
 arch/arm64/kernel/relocate_kernel.S                |  22 +-
 arch/arm64/kvm/sys_regs.c                          |   3 +-
 arch/mips/lantiq/falcon/sysctrl.c                  |   2 +
 arch/mips/lantiq/xway/gptu.c                       |   2 +
 arch/mips/lantiq/xway/sysctrl.c                    |  46 ++-
 arch/riscv/boot/dts/sifive/fu540-c000.dtsi         |   2 +-
 arch/s390/kernel/traps.c                           |   6 +-
 arch/s390/pci/pci.c                                |   1 +
 arch/s390/pci/pci_bus.h                            |   3 +-
 arch/s390/pci/pci_clp.c                            |   9 +-
 arch/s390/pci/pci_event.c                          |   7 +-
 arch/x86/crypto/chacha-avx512vl-x86_64.S           |   4 +-
 arch/x86/kvm/mmu/mmu.c                             |  10 +-
 arch/x86/kvm/pmu.c                                 |   7 +-
 arch/x86/um/shared/sysdep/syscalls_64.h            |   5 +-
 block/mq-deadline.c                                |   1 +
 drivers/block/drbd/drbd_main.c                     |   7 +-
 drivers/block/floppy.c                             |  18 +-
 drivers/clk/at91/clk-generated.c                   |   4 +
 drivers/crypto/qcom-rng.c                          |   1 +
 drivers/crypto/stm32/stm32-crc32.c                 |   4 +-
 drivers/dma-buf/dma-buf.c                          |   8 +
 drivers/gpio/gpio-mvebu.c                          |   3 +
 drivers/gpio/gpio-vf610.c                          |   8 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           |  14 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |   2 +-
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c  |   5 -
 drivers/gpu/drm/drm_dp_mst_topology.c              |   1 +
 drivers/gpu/drm/i915/display/intel_dmc.c           |  44 +++
 drivers/gpu/drm/i915/display/intel_opregion.c      |  15 -
 drivers/gpu/drm/i915/gt/intel_reset.c              |   2 +-
 drivers/gpu/drm/i915/gt/uc/intel_guc.h             |   2 +-
 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c  |  16 +-
 drivers/gpu/drm/i915/gt/uc/intel_uc.c              |   2 +-
 drivers/gpu/drm/i915/gt/uc/intel_uc.h              |   2 +-
 drivers/gpu/drm/i915/i915_reg.h                    |  16 +
 drivers/i2c/busses/i2c-mt7621.c                    |  10 +-
 drivers/i2c/busses/i2c-piix4.c                     | 213 ++++++++++---
 drivers/input/input.c                              |  19 ++
 drivers/input/touchscreen/ili210x.c                |   4 +-
 drivers/input/touchscreen/stmfts.c                 |   8 +-
 drivers/mmc/core/mmc_ops.c                         |   2 +-
 drivers/net/can/m_can/m_can_pci.c                  |  48 +--
 drivers/net/ethernet/aquantia/atlantic/aq_ring.c   |  20 +-
 .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c  |   7 +
 drivers/net/ethernet/broadcom/bcmsysport.c         |   6 +-
 drivers/net/ethernet/cadence/macb_main.c           |   2 +-
 drivers/net/ethernet/dec/tulip/tulip_core.c        |   5 +-
 drivers/net/ethernet/intel/ice/ice_lib.c           |  16 +-
 drivers/net/ethernet/intel/ice/ice_main.c          |   7 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c           |  19 +-
 drivers/net/ethernet/intel/ice/ice_txrx.h          |  11 +-
 drivers/net/ethernet/intel/igb/igb_main.c          |   3 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  27 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  | 131 ++++----
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h  |   6 +-
 drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c |  25 +-
 drivers/net/ethernet/mellanox/mlx5/core/fw_reset.h |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |  19 +-
 .../mellanox/mlx5/core/steering/dr_action.c        |  71 +++--
 .../ethernet/mellanox/mlx5/core/steering/dr_fw.c   |   4 +-
 .../mellanox/mlx5/core/steering/dr_ste_v0.c        |   4 +-
 .../mellanox/mlx5/core/steering/dr_types.h         |   3 +-
 .../ethernet/mellanox/mlx5/core/steering/fs_dr.c   |   4 +-
 .../ethernet/mellanox/mlx5/core/steering/mlx5dr.h  |   3 +-
 .../net/ethernet/microchip/lan966x/lan966x_main.c  |  28 ++
 drivers/net/ethernet/qlogic/qla3xxx.c              |   3 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c   |   4 +-
 drivers/net/ipa/gsi.c                              |   6 +-
 drivers/net/ipa/ipa_endpoint.c                     |  13 +-
 drivers/net/ppp/pppoe.c                            |   1 +
 drivers/net/vmxnet3/vmxnet3_drv.c                  |   6 +
 drivers/nvme/host/core.c                           |   1 +
 drivers/nvme/host/multipath.c                      |  25 +-
 drivers/nvme/host/nvme.h                           |   4 +
 drivers/nvme/host/pci.c                            |   5 +-
 drivers/nvme/target/admin-cmd.c                    |   2 +-
 drivers/nvme/target/configfs.c                     |   2 +-
 drivers/nvme/target/core.c                         |  24 +-
 drivers/nvme/target/fc.c                           |   8 +-
 drivers/nvme/target/fcloop.c                       |  16 +-
 drivers/nvme/target/io-cmd-file.c                  |   6 +-
 drivers/nvme/target/loop.c                         |   4 +-
 drivers/nvme/target/nvmet.h                        |   1 +
 drivers/nvme/target/passthru.c                     |   2 +-
 drivers/nvme/target/rdma.c                         |  12 +-
 drivers/nvme/target/tcp.c                          |  10 +-
 drivers/pci/controller/pci-aardvark.c              |  48 ++-
 drivers/pci/pci.c                                  |  10 +
 drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c         |  14 +-
 drivers/pinctrl/mediatek/pinctrl-mt8365.c          |   2 +-
 drivers/pinctrl/pinctrl-ocelot.c                   |   4 +-
 drivers/platform/chrome/cros_ec_debugfs.c          |  12 +-
 drivers/platform/surface/surface_gpe.c             |   8 +
 drivers/platform/x86/intel/pmt/telemetry.c         |   2 +-
 drivers/platform/x86/thinkpad_acpi.c               |  49 ++-
 drivers/ptp/ptp_ocp.c                              |   5 +-
 drivers/rtc/class.c                                |   9 +
 drivers/rtc/rtc-mc146818-lib.c                     |  16 +-
 drivers/rtc/rtc-pcf2127.c                          |   3 +-
 drivers/rtc/rtc-sun6i.c                            |  14 +-
 drivers/scsi/device_handler/scsi_dh_alua.c         |   3 +-
 drivers/scsi/qla2xxx/qla_target.c                  |   3 +
 drivers/scsi/ufs/ufshpb.c                          |  19 +-
 drivers/usb/gadget/legacy/raw_gadget.c             |   2 +
 drivers/vdpa/mlx5/net/mlx5_vnet.c                  |  61 ++--
 drivers/vhost/net.c                                |  15 +-
 drivers/vhost/vdpa.c                               |   5 +-
 drivers/video/fbdev/core/fbmem.c                   |   5 +-
 drivers/video/fbdev/core/fbsysfs.c                 |   4 +
 drivers/watchdog/sp5100_tco.c                      | 334 ++++++++++++++-------
 drivers/watchdog/sp5100_tco.h                      |   7 +
 fs/afs/inode.c                                     |  14 +-
 fs/cifs/cifs_debug.c                               |   2 +-
 fs/cifs/cifsfs.c                                   |   4 +-
 fs/cifs/cifsglob.h                                 |  18 +-
 fs/cifs/cifssmb.c                                  |  11 +-
 fs/cifs/connect.c                                  |  32 +-
 fs/cifs/misc.c                                     |   2 +-
 fs/cifs/smb2pdu.c                                  |   4 +-
 fs/gfs2/file.c                                     |   4 +-
 fs/gfs2/glock.c                                    |  10 +
 fs/gfs2/inode.c                                    |  49 +--
 fs/ioctl.c                                         |   2 +-
 fs/nilfs2/btnode.c                                 |  23 +-
 fs/nilfs2/btnode.h                                 |   1 +
 fs/nilfs2/btree.c                                  |  27 +-
 fs/nilfs2/dat.c                                    |   4 +-
 fs/nilfs2/gcinode.c                                |   7 +-
 fs/nilfs2/inode.c                                  | 159 +++++++++-
 fs/nilfs2/mdt.c                                    |  43 ++-
 fs/nilfs2/mdt.h                                    |   6 +-
 fs/nilfs2/nilfs.h                                  |  16 +-
 fs/nilfs2/page.c                                   |   7 +-
 fs/nilfs2/segment.c                                |   9 +-
 fs/nilfs2/super.c                                  |   5 +-
 include/linux/audit.h                              |   2 +-
 include/linux/ceph/osd_client.h                    |   3 +
 include/linux/ioport.h                             |   2 +
 include/linux/mc146818rtc.h                        |   2 +
 include/linux/netdevice.h                          |   2 +-
 include/net/ip.h                                   |   1 +
 include/net/netns/xfrm.h                           |   6 +-
 include/net/xfrm.h                                 |  58 ++--
 include/uapi/linux/dma-buf.h                       |   4 +-
 kernel/auditsc.c                                   |   6 +
 kernel/events/core.c                               |  14 +
 net/bridge/br_input.c                              |   7 +
 net/ceph/osd_client.c                              | 302 ++++++++-----------
 net/core/dev.c                                     |   2 +-
 net/core/skbuff.c                                  |   4 +-
 net/ipv4/route.c                                   |  23 +-
 net/key/af_key.c                                   |   6 +-
 net/mac80211/rx.c                                  |   3 +-
 net/mptcp/options.c                                |  36 ++-
 net/mptcp/pm.c                                     |   5 +-
 net/mptcp/pm_netlink.c                             |  13 -
 net/mptcp/protocol.c                               |   3 +
 net/mptcp/protocol.h                               |  20 +-
 net/mptcp/subflow.c                                | 102 ++++++-
 net/netfilter/nf_flow_table_core.c                 |  80 ++---
 net/netfilter/nf_flow_table_ip.c                   |  19 ++
 net/netfilter/nft_flow_offload.c                   |  28 +-
 net/nfc/nci/data.c                                 |   2 +-
 net/nfc/nci/hci.c                                  |   4 +-
 net/sched/act_pedit.c                              |   4 +
 net/wireless/nl80211.c                             |  18 +-
 net/wireless/scan.c                                |   2 +-
 net/xfrm/xfrm_policy.c                             |  10 +-
 net/xfrm/xfrm_user.c                               |  43 ++-
 scripts/kconfig/confdata.c                         |   2 +
 security/selinux/ss/hashtab.c                      |   3 +-
 sound/isa/wavefront/wavefront_synth.c              |   3 +-
 sound/pci/hda/patch_realtek.c                      |  17 +-
 sound/usb/quirks-table.h                           |   9 +
 tools/build/Makefile.feature                       |   1 +
 tools/build/feature/Makefile                       |   4 +
 .../test-libbpf-btf__load_from_kernel_by_id.c      |   7 +
 tools/perf/Makefile.config                         |   7 +
 tools/perf/arch/x86/util/perf_regs.c               |  12 +
 tools/perf/bench/numa.c                            |   2 +-
 tools/perf/tests/bpf.c                             |  10 +-
 tools/perf/tests/shell/stat_all_pmu.sh             |  10 +
 tools/perf/util/bpf-event.c                        |   4 +-
 tools/perf/util/stat.c                             |  17 +-
 tools/testing/selftests/net/fcnal-test.sh          |  12 +
 tools/virtio/Makefile                              |   3 +-
 virt/kvm/kvm_main.c                                |   2 +-
 202 files changed, 2181 insertions(+), 1171 deletions(-)



^ permalink raw reply	[flat|nested] 173+ messages in thread
* Re: [PATCH 5.17 000/158] 5.17.10-rc1 review
@ 2022-05-23 19:07 Ronald Warsow
  0 siblings, 0 replies; 173+ messages in thread
From: Ronald Warsow @ 2022-05-23 19:07 UTC (permalink / raw)
  To: linux-kernel

hallo Greg

5.17.10-rc1

compiles [1], boots and runs here on x86_64
(Intel i5-11400, Fedora 36)

Thanks

Tested-by: Ronald Warsow <rwarsow@gmx.de


[1]

I see the following since switching to Fedora 36 Beta (~4 weeks ago) and
over the whole 5.17 series I compiled under it.

I thought it was Fedora *Beta* and the state of gcc
currently: gcc version 12.1.1 20220507 (Red Hat 12.1.1-1)


My assumption was wrong.

sorry !

===

   CC      /home/DATA/devel/linux-5.17.9/tools/objtool/elf.o
scripts/sign-file.c: In function ‘display_openssl_errors’:
   CC      /home/DATA/devel/linux-5.17.9/tools/objtool/objtool.o
scripts/sign-file.c:89:9: warning: ‘ERR_get_error_line’ is deprecated:
Since OpenSSL 3.0 [-Wdeprecated-declarations]
    89 |         while ((e = ERR_get_error_line(&file, &line))) {
       |         ^~~~~
In file included from scripts/sign-file.c:29:
/usr/include/openssl/err.h:411:15: note: declared here
   411 | unsigned long ERR_get_error_line(const char **file, int *line);
       |               ^~~~~~~~~~~~~~~~~~
scripts/sign-file.c: In function ‘drain_openssl_errors’:
scripts/sign-file.c:102:9: warning: ‘ERR_get_error_line’ is deprecated:
Since OpenSSL 3.0 [-Wdeprecated-declarations]
   102 |         while (ERR_get_error_line(&file, &line)) {}
       |         ^~~~~
/usr/include/openssl/err.h:411:15: note: declared here
   411 | unsigned long ERR_get_error_line(const char **file, int *line);
       |               ^~~~~~~~~~~~~~~~~~
scripts/sign-file.c: In function ‘read_private_key’:
scripts/sign-file.c:142:17: warning: ‘ENGINE_load_builtin_engines’ is
deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   142 |                 ENGINE_load_builtin_engines();
       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from scripts/sign-file.c:30:
/usr/include/openssl/engine.h:358:28: note: declared here
   358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void);
       |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
scripts/sign-file.c:144:17: warning: ‘ENGINE_by_id’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
   144 |                 e = ENGINE_by_id("pkcs11");
       |                 ^
/usr/include/openssl/engine.h:336:31: note: declared here
   336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id);
       |                               ^~~~~~~~~~~~
scripts/sign-file.c:146:17: warning: ‘ENGINE_init’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
   146 |                 if (ENGINE_init(e))
       |                 ^~
/usr/include/openssl/engine.h:620:27: note: declared here
   620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
       |                           ^~~~~~~~~~~
scripts/sign-file.c:151:25: warning: ‘ENGINE_ctrl_cmd_string’ is
deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   151 |                         ERR(!ENGINE_ctrl_cmd_string(e, "PIN",
key_pass, 0),
       |                         ^~~
/usr/include/openssl/engine.h:479:5: note: declared here
   479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name,
const char *arg,
       |     ^~~~~~~~~~~~~~~~~~~~~~
scripts/sign-file.c:153:17: warning: ‘ENGINE_load_private_key’ is
deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   153 |                 private_key = ENGINE_load_private_key(e,
private_key_name,
       |                 ^~~~~~~~~~~
/usr/include/openssl/engine.h:638:11: note: declared here
   638 | EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
       |           ^~~~~~~~~~~~~~~~~~~~~~~
   CC      /home/DATA/devel/linux-5.17.9/tools/objtool/libstring.o

...


+.In file included from arch/x86/realmode/rm/../../boot/video-mode.c:16,
                  from arch/x86/realmode/rm/video-mode.c:1:
In function ‘rdfs8’,
     inlined from ‘vga_recalc_vertical’ at
arch/x86/realmode/rm/../../boot/video-mode.c:123:14,
     inlined from ‘set_mode’ at
arch/x86/realmode/rm/../../boot/video-mode.c:163:3:
arch/x86/realmode/rm/../../boot/boot.h:114:9: warning: array subscript 0
is outside array bounds of ‘u8[0]’ {aka ‘unsigned char[]’} [-Warray-bounds]
   114 |         asm volatile("movb %%fs:%1,%0" : "=q" (v) : "m" (*(u8
*)addr));
       |         ^~~
In function ‘rdfs8’,
     inlined from ‘vga_recalc_vertical’ at
arch/x86/realmode/rm/../../boot/video-mode.c:124:29,
     inlined from ‘set_mode’ at
arch/x86/realmode/rm/../../boot/video-mode.c:163:3:
arch/x86/realmode/rm/../../boot/boot.h:114:9: warning: array subscript 0
is outside array bounds of ‘u8[0]’ {aka ‘unsigned char[]’} [-Warray-bounds]
   114 |         asm volatile("movb %%fs:%1,%0" : "=q" (v) : "m" (*(u8
*)addr));
       |         ^~~
...........  CC      fs/quota/quota_tree.o

....

In function ‘rdfs16’,
     inlined from ‘bios_probe’ at
arch/x86/realmode/rm/../../boot/video-bios.c:108:11,
     inlined from ‘bios_probe’ at
arch/x86/realmode/rm/../../boot/video-bios.c:61:12:
arch/x86/realmode/rm/../../boot/boot.h:120:9: warning: array subscript 0
is outside array bounds of ‘u16[0]’ {aka ‘short unsigned int[]’}
[-Warray-bounds]
   120 |         asm volatile("movw %%fs:%1,%0" : "=r" (v) : "m" (*(u16
*)addr));
       |         ^~~
In function ‘rdfs8’,
     inlined from ‘bios_probe’ at
arch/x86/realmode/rm/../../boot/video-bios.c:109:11,
     inlined from ‘bios_probe’ at
arch/x86/realmode/rm/../../boot/video-bios.c:61:12:
arch/x86/realmode/rm/../../boot/boot.h:114:9: warning: array subscript 0
is outside array bounds of ‘u8[0]’ {aka ‘unsigned char[]’} [-Warray-bounds]
   114 |         asm volatile("movb %%fs:%1,%0" : "=q" (v) : "m" (*(u8
*)addr));
       |         ^~~
.+  CC      fs/quota/netlink.o

....


certs/extract-cert.c: In function ‘display_openssl_errors’:
certs/extract-cert.c:46:9: warning: ‘ERR_get_error_line’ is deprecated:
Since OpenSSL 3.0 [-Wdeprecated-declarations]
    46 |         while ((e = ERR_get_error_line(&file, &line))) {
       |         ^~~~~
In file included from certs/extract-cert.c:23:
/usr/include/openssl/err.h:411:15: note: declared here
   411 | unsigned long ERR_get_error_line(const char **file, int *line);
       |               ^~~~~~~~~~~~~~~~~~
certs/extract-cert.c: In function ‘drain_openssl_errors’:
certs/extract-cert.c:59:9: warning: ‘ERR_get_error_line’ is deprecated:
Since OpenSSL 3.0 [-Wdeprecated-declarations]
    59 |         while (ERR_get_error_line(&file, &line)) {}
       |         ^~~~~
/usr/include/openssl/err.h:411:15: note: declared here
   411 | unsigned long ERR_get_error_line(const char **file, int *line);
       |               ^~~~~~~~~~~~~~~~~~
certs/extract-cert.c: In function ‘main’:
certs/extract-cert.c:124:17: warning: ‘ENGINE_load_builtin_engines’ is
deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   124 |                 ENGINE_load_builtin_engines();
       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from certs/extract-cert.c:24:
/usr/include/openssl/engine.h:358:28: note: declared here
   358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void);
       |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
certs/extract-cert.c:126:17: warning: ‘ENGINE_by_id’ is deprecated:
Since OpenSSL 3.0 [-Wdeprecated-declarations]
   126 |                 e = ENGINE_by_id("pkcs11");
       |                 ^
/usr/include/openssl/engine.h:336:31: note: declared here
   336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id);
       |                               ^~~~~~~~~~~~
certs/extract-cert.c:128:17: warning: ‘ENGINE_init’ is deprecated: Since
OpenSSL 3.0 [-Wdeprecated-declarations]
   128 |                 if (ENGINE_init(e))
       |                 ^~
/usr/include/openssl/engine.h:620:27: note: declared here
   620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
       |                           ^~~~~~~~~~~
certs/extract-cert.c:133:25: warning: ‘ENGINE_ctrl_cmd_string’ is
deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   133 |                         ERR(!ENGINE_ctrl_cmd_string(e, "PIN",
key_pass, 0), "Set PKCS#11 PIN");
       |                         ^~~
/usr/include/openssl/engine.h:479:5: note: declared here
   479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name,
const char *arg,
       |     ^~~~~~~~~~~~~~~~~~~~~~
certs/extract-cert.c:134:17: warning: ‘ENGINE_ctrl_cmd’ is deprecated:
Since OpenSSL 3.0 [-Wdeprecated-declarations]
   134 |                 ENGINE_ctrl_cmd(e, "LOAD_CERT_CTRL", 0, &parms,
NULL, 1);
       |                 ^~~~~~~~~~~~~~~
/usr/include/openssl/engine.h:450:27: note: declared here
   450 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char
*cmd_name,
       |                           ^~~~~~~~~~~~~~~
   CC      arch/x86/kernel/cpu/proc.o

...


In file included from arch/x86/boot/a20.c:14:
In function ‘rdfs32’,
     inlined from ‘a20_test’ at arch/x86/boot/a20.c:62:16:
arch/x86/boot/boot.h:126:9: warning: array subscript 0 is outside array
bounds of ‘u32[0]’ {aka ‘unsigned int[]’} [-Warray-bounds]
   126 |         asm volatile("movl %%fs:%1,%0" : "=r" (v) : "m" (*(u32
*)addr));
       |         ^~~
In function ‘wrfs32’,
     inlined from ‘a20_test’ at arch/x86/boot/a20.c:65:3:
arch/x86/boot/boot.h:140:9: warning: array subscript 0 is outside array
bounds of ‘u32[0]’ {aka ‘unsigned int[]’} [-Warray-bounds]
   140 |         asm volatile("movl %1,%%fs:%0" : "+m" (*(u32 *)addr) :
"ri" (v));
       |         ^~~
arch/x86/boot/boot.h:140:9: warning: array subscript 0 is outside array
bounds of ‘u32[0]’ {aka ‘unsigned int[]’} [-Warray-bounds]
In function ‘rdgs32’,
     inlined from ‘a20_test’ at arch/x86/boot/a20.c:67:8:
arch/x86/boot/boot.h:158:9: warning: array subscript 0 is outside array
bounds of ‘u32[0]’ {aka ‘unsigned int[]’} [-Warray-bounds]
   158 |         asm volatile("movl %%gs:%1,%0" : "=r" (v) : "m" (*(u32
*)addr));
       |         ^~~
In function ‘wrfs32’,
     inlined from ‘a20_test’ at arch/x86/boot/a20.c:72:2:
arch/x86/boot/boot.h:140:9: warning: array subscript 0 is outside array
bounds of ‘u32[0]’ {aka ‘unsigned int[]’} [-Warray-bounds]
   140 |         asm volatile("movl %1,%%fs:%0" : "+m" (*(u32 *)addr) :
"ri" (v));
       |         ^~~
arch/x86/boot/boot.h:140:9: warning: array subscript 0 is outside array
bounds of ‘u32[0]’ {aka ‘unsigned int[]’} [-Warray-bounds]
   CC      arch/x86/boot/main.o
   CC      arch/x86/boot/memory.o
   CC      arch/x86/boot/pm.o
   AS      arch/x86/boot/pmjump.o
   CC      arch/x86/boot/printf.o
In function ‘copy_boot_params’,
     inlined from ‘main’ at arch/x86/boot/main.c:137:2:
arch/x86/boot/main.c:42:19: warning: array subscript 0 is outside array
bounds of ‘const struct old_cmdline[0]’ [-Warray-bounds]
    42 |             oldcmd->cl_magic == OLD_CL_MAGIC) {
       |             ~~~~~~^~~~~~~~~~
arch/x86/boot/main.c:49:27: warning: array subscript 0 is outside array
bounds of ‘const struct old_cmdline[0]’ [-Warray-bounds]
    49 |                 if (oldcmd->cl_offset <
boot_params.hdr.setup_move_size)
       |                     ~~~~~~^~~~~~~~~~~
   CC      arch/x86/boot/regs.o
   CC      arch/x86/boot/string.o
   CC      arch/x86/boot/tty.o
   CC      arch/x86/boot/video.o
   CC      arch/x86/boot/video-mode.o
   CC      arch/x86/boot/version.o
   CC      arch/x86/boot/video-vga.o
In file included from arch/x86/boot/video.c:16:
In function ‘rdfs16’,
     inlined from ‘store_mode_params.part.0’ at arch/x86/boot/video.c:83:14:
arch/x86/boot/boot.h:120:9: warning: array subscript 0 is outside array
bounds of ‘u16[0]’ {aka ‘short unsigned int[]’} [-Warray-bounds]
   120 |         asm volatile("movw %%fs:%1,%0" : "=r" (v) : "m" (*(u16
*)addr));
       |         ^~~
In function ‘rdfs16’,
     inlined from ‘store_mode_params.part.0’ at arch/x86/boot/video.c:86:6:
arch/x86/boot/boot.h:120:9: warning: array subscript 0 is outside array
bounds of ‘u16[0]’ {aka ‘short unsigned int[]’} [-Warray-bounds]
   120 |         asm volatile("movw %%fs:%1,%0" : "=r" (v) : "m" (*(u16
*)addr));
       |         ^~~
In function ‘rdfs8’,
     inlined from ‘store_mode_params.part.0’ at arch/x86/boot/video.c:87:38:
arch/x86/boot/boot.h:114:9: warning: array subscript 0 is outside array
bounds of ‘u8[0]’ {aka ‘unsigned char[]’} [-Warray-bounds]
   114 |         asm volatile("movb %%fs:%1,%0" : "=q" (v) : "m" (*(u8
*)addr));
       |         ^~~
   CC      arch/x86/boot/video-vesa.o
   CC      arch/x86/boot/video-bios.o
   HOSTCC  arch/x86/boot/tools/build
In file included from arch/x86/boot/video-mode.c:16:
In function ‘rdfs8’,
     inlined from ‘vga_recalc_vertical’ at
arch/x86/boot/video-mode.c:123:14,
     inlined from ‘set_mode’ at arch/x86/boot/video-mode.c:163:3:
arch/x86/boot/boot.h:114:9: warning: array subscript 0 is outside array
bounds of ‘u8[0]’ {aka ‘unsigned char[]’} [-Warray-bounds]
   114 |         asm volatile("movb %%fs:%1,%0" : "=q" (v) : "m" (*(u8
*)addr));
       |         ^~~
In function ‘rdfs8’,
     inlined from ‘vga_recalc_vertical’ at
arch/x86/boot/video-mode.c:124:29,
     inlined from ‘set_mode’ at arch/x86/boot/video-mode.c:163:3:
arch/x86/boot/boot.h:114:9: warning: array subscript 0 is outside array
bounds of ‘u8[0]’ {aka ‘unsigned char[]’} [-Warray-bounds]
   114 |         asm volatile("movb %%fs:%1,%0" : "=q" (v) : "m" (*(u8
*)addr));
       |         ^~~
In file included from arch/x86/boot/video-bios.c:16:
In function ‘rdfs16’,
     inlined from ‘bios_probe’ at arch/x86/boot/video-bios.c:108:11:
arch/x86/boot/boot.h:120:9: warning: array subscript 0 is outside array
bounds of ‘u16[0]’ {aka ‘short unsigned int[]’} [-Warray-bounds]
   120 |         asm volatile("movw %%fs:%1,%0" : "=r" (v) : "m" (*(u16
*)addr));
       |         ^~~
In function ‘rdfs8’,
     inlined from ‘bios_probe’ at arch/x86/boot/video-bios.c:109:11:
arch/x86/boot/boot.h:114:9: warning: array subscript 0 is outside array
bounds of ‘u8[0]’ {aka ‘unsigned char[]’} [-Warray-bounds]
   114 |         asm volatile("movb %%fs:%1,%0" : "=q" (v) : "m" (*(u8
*)addr));
       |         ^~~
   LDS     arch/x86/boot/compressed/vmlinux.lds

====


Ronald

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

end of thread, other threads:[~2022-05-25 20:06 UTC | newest]

Thread overview: 173+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 17:02 [PATCH 5.17 000/158] 5.17.10-rc1 review Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 001/158] usb: gadget: fix race when gadget driver register via ioctl Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 002/158] floppy: use a statically allocated error counter Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 003/158] kernel/resource: Introduce request_mem_region_muxed() Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 004/158] i2c: piix4: Replace hardcoded memory map size with a #define Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 005/158] i2c: piix4: Move port I/O region request/release code into functions Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 006/158] i2c: piix4: Move SMBus controller base address detect into function Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 007/158] i2c: piix4: Move SMBus port selection " Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 008/158] i2c: piix4: Add EFCH MMIO support to region request and release Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 009/158] i2c: piix4: Add EFCH MMIO support to SMBus base address detect Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 010/158] i2c: piix4: Add EFCH MMIO support for SMBus port select Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 011/158] i2c: piix4: Enable EFCH MMIO for Family 17h+ Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 012/158] Watchdog: sp5100_tco: Move timer initialization into function Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 013/158] Watchdog: sp5100_tco: Refactor MMIO base address initialization Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 014/158] Watchdog: sp5100_tco: Add initialization using EFCH MMIO Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 015/158] Watchdog: sp5100_tco: Enable Family 17h+ CPUs Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 016/158] Revert "drm/i915/opregion: check port number bounds for SWSCI display power state" Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 017/158] gfs2: cancel timed-out glock requests Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 018/158] gfs2: Switch lock order of inode and iopen glock Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 019/158] rtc: fix use-after-free on device removal Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 020/158] rtc: pcf2127: fix bug when reading alarm registers Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 021/158] kconfig: add fflush() before ferror() check Greg Kroah-Hartman
2022-05-23 17:02 ` [PATCH 5.17 022/158] um: Cleanup syscall_handler_t definition/cast, fix warning Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 023/158] Input: add bounds checking to input_set_capability() Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 024/158] Input: stmfts - fix reference leak in stmfts_input_open Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 025/158] nvme-pci: add quirks for Samsung X5 SSDs Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 026/158] gfs2: Disable page faults during lockless buffered reads Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 027/158] rtc: sun6i: Fix time overflow handling Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 028/158] crypto: stm32 - fix reference leak in stm32_crc_remove Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 029/158] crypto: x86/chacha20 - Avoid spurious jumps to other functions Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 030/158] ALSA: hda/realtek: Enable headset mic on Lenovo P360 Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 031/158] s390/traps: improve panic message for translation-specification exception Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 032/158] s390/pci: improve zpci_dev reference counting Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 033/158] vhost_vdpa: dont setup irq offloading when irq_num < 0 Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 034/158] tools/virtio: compile with -pthread Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 035/158] smb3: cleanup and clarify status of tree connections Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 036/158] nvmet: use a private workqueue instead of the system workqueue Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 037/158] nvme-multipath: fix hang when disk goes live over reconnect Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 038/158] rtc: mc146818-lib: Fix the AltCentury for AMD platforms Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 039/158] fs: fix an infinite loop in iomap_fiemap Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 040/158] MIPS: lantiq: check the return value of kzalloc() Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 041/158] drbd: remove usage of list iterator variable after loop Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 042/158] platform/chrome: cros_ec_debugfs: detach log reader wq from devm Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 043/158] ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame() Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 044/158] nilfs2: fix lockdep warnings in page operations for btree nodes Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 045/158] nilfs2: fix lockdep warnings during disk space reclamation Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 046/158] ALSA: usb-audio: Restore Rane SL-1 quirk Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 047/158] ALSA: wavefront: Proper check of get_user() error Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 048/158] ALSA: hda/realtek: Add quirk for TongFang devices with pop noise Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 049/158] perf: Fix sys_perf_event_open() race against self Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 050/158] selinux: fix bad cleanup on error in hashtab_duplicate() Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 051/158] audit,io_uring,io-wq: call __audit_uring_exit for dummy contexts Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 052/158] Fix double fget() in vhost_net_set_backend() Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 053/158] PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 054/158] Revert "can: m_can: pci: use custom bit timings for Elkhart Lake" Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 055/158] KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 056/158] KVM: x86/mmu: Update number of zapped pages even if page list is stable Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 057/158] KVM: Free new dirty bitmap if creating a new memslot fails Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 058/158] arm64: paravirt: Use RCU read locks to guard stolen_time Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 059/158] arm64: mte: Ensure the cleared tags are visible before setting the PTE Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 060/158] crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 061/158] mmc: core: Fix busy polling for MMC_SEND_OP_COND again Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 062/158] libceph: fix potential use-after-free on linger ping and resends Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 063/158] drm/amd: Dont reset dGPUs if the system is going to s2idle Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 064/158] drm/i915/dmc: Add MMIO range restrictions Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 065/158] drm/dp/mst: fix a possible memory leak in fetch_monitor_name() Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 066/158] dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspace Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 067/158] dma-buf: ensure unique directory name for dmabuf stats Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 068/158] arm64: dts: qcom: sm8250: dont enable rx/tx macro by default Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 069/158] ARM: dts: aspeed-g6: remove FWQSPID group in pinctrl dtsi Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 070/158] pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrl Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 071/158] ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 072/158] ARM: dts: aspeed: Add video engine to g6 Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 073/158] pinctrl: ocelot: Fix for lan966x alt mode Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 074/158] pinctrl: mediatek: mt8365: fix IES control pins Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 075/158] ALSA: hda - fix unused Realtek function when PM is not enabled Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 076/158] net: ipa: certain dropped packets arent accounted for Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 077/158] net: ipa: record proper RX transaction count Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 078/158] block/mq-deadline: Set the fifo_time member also if inserting at head Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 079/158] mptcp: fix subflow accounting on close Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 080/158] net: macb: Increment rx bd head after allocating skb and buffer Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 081/158] i915/guc/reset: Make __guc_reset_context aware of guilty engines Greg Kroah-Hartman
2022-05-23 17:03 ` [PATCH 5.17 082/158] xfrm: rework default policy structure Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 083/158] xfrm: fix "disable_policy" flag use when arriving from different devices Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 084/158] net/sched: act_pedit: sanitize shift argument before usage Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 085/158] netfilter: flowtable: fix excessive hw offload attempts after failure Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 086/158] netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 087/158] net: fix dev_fill_forward_path with pppoe + bridge Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 088/158] netfilter: nft_flow_offload: fix offload with pppoe + vlan Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 089/158] ptp: ocp: have adjtime handle negative delta_ns correctly Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 090/158] Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler" Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 091/158] net: lan966x: Fix assignment of the MAC address Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 092/158] net: systemport: Fix an error handling path in bcm_sysport_probe() Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 093/158] net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf() Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 094/158] net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup() Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 095/158] arm64: kexec: load from kimage prior to clobbering Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 096/158] ice: fix crash when writing timestamp on RX rings Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 097/158] ice: fix possible under reporting of ethtool Tx and Rx statistics Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 098/158] ice: Fix interrupt moderation settings getting cleared Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 099/158] clk: at91: generated: consider range when calculating best rate Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 100/158] net/qla3xxx: Fix a test in ql_reset_work() Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 101/158] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 102/158] net/mlx5: DR, Fix missing flow_source when creating multi-destination FW table Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 103/158] net/mlx5: Initialize flow steering during driver probe Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 104/158] net/mlx5: DR, Ignore modify TTL on RX if device doesnt support it Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 105/158] net/mlx5e: Block rx-gro-hw feature in switchdev mode Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 106/158] net/mlx5e: Properly block LRO when XDP is enabled Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 107/158] net/mlx5e: Properly block HW GRO " Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 108/158] net/mlx5e: Remove HW-GRO from reported features Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 109/158] net/mlx5: Drain fw_reset when removing device Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 110/158] net: af_key: add check for pfkey_broadcast in function pfkey_process Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 111/158] ARM: 9196/1: spectre-bhb: enable for Cortex-A15 Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 112/158] ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2 Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 113/158] mptcp: fix checksum byte order Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 114/158] mptcp: strict local address ID selection Greg Kroah-Hartman
2022-05-24  3:51   ` Mat Martineau
2022-05-25  7:51     ` Greg Kroah-Hartman
2022-05-25 10:17       ` Matthieu Baerts
2022-05-23 17:04 ` [PATCH 5.17 115/158] mptcp: Do TCP fallback on early DSS checksum failure Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 116/158] igb: skip phy status check where unavailable Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 117/158] netfilter: flowtable: fix TCP flow teardown Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 118/158] netfilter: flowtable: pass flowtable to nf_flow_table_iterate() Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 119/158] netfilter: flowtable: move dst_check to packet path Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 120/158] vdpa/mlx5: Use consistent RQT size Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 121/158] net: bridge: Clear offload_fwd_mark when passing frame up bridge interface Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 122/158] riscv: dts: sifive: fu540-c000: align dma node name with dtschema Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 123/158] scsi: ufs: core: Fix referencing invalid rsp field Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 124/158] kvm: x86/pmu: Fix the compare function used by the pmu event filter Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 125/158] perf build: Fix check for btf__load_from_kernel_by_id() in libbpf Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 126/158] perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT events Greg Kroah-Hartman
2022-05-25 20:05   ` patchwork-bot+netdevbpf
2022-05-23 17:04 ` [PATCH 5.17 127/158] gpio: gpio-vf610: do not touch other bits when set the target bit Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 128/158] gpio: mvebu/pwm: Refuse requests with inverted polarity Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 129/158] perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpc Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 130/158] perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 131/158] perf bench numa: Address compiler error on s390 Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 132/158] perf test bpf: Skip test if clang is not present Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 133/158] scsi: scsi_dh_alua: Properly handle the ALUA transitioning state Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 134/158] scsi: qla2xxx: Fix missed DMA unmap for aborted commands Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 135/158] mac80211: fix rx reordering with non explicit / psmp ack policy Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 136/158] nl80211: validate S1G channel width Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 137/158] cfg80211: retrieve S1G operating channel number Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 138/158] selftests: add ping test with ping_group_range tuned Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 139/158] Revert "fbdev: Make fb_release() return -ENODEV if fbdev was unregistered" Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 140/158] fbdev: Prevent possible use-after-free in fb_release() Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 141/158] platform/x86: thinkpad_acpi: Convert btusb DMI list to quirks Greg Kroah-Hartman
2022-05-23 17:04 ` [PATCH 5.17 142/158] platform/x86: thinkpad_acpi: Correct dual fan probe Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 143/158] platform/x86/intel: Fix rmmod pmt_telemetry panic Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 144/158] platform/surface: gpe: Add support for Surface Pro 8 Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 145/158] drm/amd/display: undo clearing of z10 related function pointers Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 146/158] net: fix wrong network header length Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 147/158] nl80211: fix locking in nl80211_set_tx_bitrate_mask() Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 148/158] ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one() Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 149/158] net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe() Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 150/158] net: atlantic: fix "frag[0] not initialized" Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 151/158] net: atlantic: reduce scope of is_rsc_complete Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 152/158] net: atlantic: add check for MAX_SKB_FRAGS Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 153/158] net: atlantic: verify hw_head_ lies within TX buffer ring Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 154/158] arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 155/158] Input: ili210x - fix reset timing Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 156/158] dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 157/158] i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe() Greg Kroah-Hartman
2022-05-23 17:05 ` [PATCH 5.17 158/158] afs: Fix afs_getattr() to refetch file status if callback break occurred Greg Kroah-Hartman
2022-05-23 18:59 ` [PATCH 5.17 000/158] 5.17.10-rc1 review Florian Fainelli
2022-05-23 22:55 ` Shuah Khan
2022-05-24  0:28 ` Zan Aziz
2022-05-24  2:03 ` Naresh Kamboju
2022-05-24  6:43 ` Ron Economos
2022-05-24 11:36 ` Fox Chen
2022-05-24 15:46 ` Justin Forbes
2022-05-24 20:05 ` Guenter Roeck
2022-05-25  0:16 ` Labnan Khalid Masum
2022-05-23 19:07 Ronald Warsow

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).