Skip to content
  1. Jul 20, 2021
  2. Jul 19, 2021
    • Ross Burton's avatar
      parted: skip tests that need vfat support · 17ecb355
      Ross Burton authored
      
      
      At the time of writing the qemu kernels don't support vfat filesystems.
      There are patches on the list to add that, but as two tests fail without
      vfat support, make them skip if vfat isn't available.
      
      [ YOCTO #14470 ]
      
      Signed-off-by: default avatarRoss Burton <ross.burton@arm.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      17ecb355
    • Ross Burton's avatar
      cups: update to 2.3.3op2 · 53bd9a96
      Ross Burton authored
      Apple are no longer maintaining CUPS, and future development is now
      happening under the OpenPrinting project:
      
      https://ftp.pwg.org/pub/pwg/liaison/openprinting/presentations/cups-plenary-may-2021.pdf
      
      
      
      Also stop disabling the manpage installation as manpages are useful, and
      remove some patch chunks that are not required.
      
      The CVE-2020-10001 patch is dropped as this is incorporated into 2.3.3op2.
      
      Signed-off-by: default avatarRoss Burton <ross.burton@arm.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      53bd9a96
    • Adam Romanek's avatar
    • Andreas Müller's avatar
      mesa: upgrade 21.1.4 -> 21.1.5 · ff0612d0
      Andreas Müller authored
      
      
      Bug fixes
        * [build error] macros.h:88:26: error: size of unnamed array is negative
        * Game Issue: Nuclear Throne crashes in RadeonSI
        * Crash in glLinkProgram while trying to craft the link error
        * Shader compilation memory leaks
        * Wolfenstein II: The New Colossus - Screen goes black in some cases
        * SpaceEngine in Steam Proton cannot start with Mesa >=20.3
        * [bisected] KDE plasma menu text renders like stretched strangely [amdgpu]
        * Luna Sky Crashes on Launch
        * Mesa crashes on undefined texture behaviour
        * Mesa crashes on undefined texture behaviour
        * cache_test uses uninitialized stack memory
      
      Changes
        * nir: Fix constant folding for irhadd/urhadd
        * ac/surface: Handle non-retiled displayable DCC correctly for modifiers.
        * ir3: Fix infinite loop in scheduler when splitting
        * glsl: Prohibit implicit conversion of mem parameter in atomicOP functions
        * draw: fix tessellation output vertex size calculation
        * .pick_status.json: Update to e4f762ac346f31fc1fd201aecdc375348be5075f
        * zink: mark a bunch of zink-piglit-quick_gl tests as flakes
        * .pick_status.json: Update to c704bb630d21e0a30500e9d8f42493ede3cc55ae
        * .pick_status.json: Mark e5d158881b3e12270521d7081b4bba0ac2108d2e as denominated
        * softpipe: add missing sentinel to debug option array
        * iris: Don’t leak the surface if uncompressed re-interp fails
        * intel/perf: use the right popcount for 64bits
        * ac/surface/tests: fix the ARM build
        * radeonsi,radv: fix a late alloc deadlock with <= 6 CUs per SA
        * Convert most remaining free-form fall-through comments to FALLTHROUGH
        * osmesa: Replace default case FALLTHROUGH annotation by following return
        * Fix up leftover “state_trackers” references to “frontends”
        * radeonsi: fix fb_too_small condition
        * radeonsi/gfx7: always sync pfp/me
        * ac/surface: don’t print stencil info if tex has no stencil
        * radeonsi/driconf: add workaround for SpaceEngine
        * st/mesa: fix size miss match for some check
        * freedreno: Consolidate needs_flush and clearing last_fence
        * freedreno/a6xx: Fix framebuffer_barrier crash
        * radv: disable DCC for DOOM 2016 and Wolfenstein II
        * aco: fix shared_atomic_comp_swap if the second source isn’t a VGPR
        * nir: return progress from nir_lower_packing
        * nir/ifind_msb_rev: fix input check
        * broadcom/compiler: fix add vs. mul
        * util/tests: initialise key in cache_test
        * mesa: don’t crash on incorrect texture use
        * i965: don’t crash on incorrect texture use
        * util/driconf: add new ignore_write_to_readonly_var workaround
        * util: add some workarounds for the game Luna Sky
        * glsl: force_glsl_version to shaders with no defined version
        * util/radeonsi: add radeonsi workaround for Nuclear Throne
        * st/xa: Mark default xa_get_pipe_format case unreachable.
        * intel: fix leaking memor
        * y on shader creation
      
      Signed-off-by: default avatarAndreas Müller <schnitzeltony@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      ff0612d0
    • Tim Orling's avatar
      python3-hypothesis: upgrade 6.14.1 -> 6.14.3 · 984cf444
      Tim Orling authored
      
      
      6.14.3 - 2021-07-18
      This patch updates our autoformatting tools, improving our code style
      without any API changes.
      
      6.14.2 - 2021-07-12
      This patch ensures that we shorten tracebacks for tests which fail due
      to inconsistent data generation between runs (i.e. raise Flaky).
      
      Signed-off-by: default avatarTim Orling <timothy.t.orling@intel.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      984cf444
    • Ross Burton's avatar
      meta: remove redundant ${libdir}/cmake from FILES_${PN}-dev · e6f62b8e
      Ross Burton authored
      
      
      Since oe-core 543e39ad "bitbake.conf: handle cmake -dev files packaging
      with default rules" (June 2018) there's no need for recipes to add
      ${libdir}/cmake or ${datadir}/cmake to FILES_${PN}-dev themselves.
      
      Signed-off-by: default avatarRoss Burton <ross.burton@arm.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      e6f62b8e
    • Ross Burton's avatar
      busybox: support mounting swap via labels · c996cabf
      Ross Burton authored
      
      
      Enable support for swap partitions in the mount-via-label fragment.
      
      Signed-off-by: default avatarRoss Burton <ross.burton@arm.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      c996cabf
    • Ross Burton's avatar
      parted: fix ptest RRECOMMENDS · cebcb4ae
      Ross Burton authored
      
      
      The recipe was using =, which replaces the default RRECOMMENDS from
      ptest.bbclass.
      
      Signed-off-by: default avatarRoss Burton <ross.burton@arm.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      cebcb4ae
    • Ross Burton's avatar
      parted: remove obsolete patch · 517ac15f
      Ross Burton authored
      
      
      We've had recipe-specific sysroots for a long time now, so there's no
      need to forcible disable floating checks.
      
      Signed-off-by: default avatarRoss Burton <ross.burton@arm.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      517ac15f
    • Yi Zhao's avatar
      libffi: disable use of static exec trampolines · 2173003d
      Yi Zhao authored
      We encountered a blueman-applet segfault with libffi 3.4.2:
      $ blueman-applet
      blueman-applet 01.58.45 WARNING  PluginManager:148 __load_plugin: Not loading DhcpClient because its conflict has higher priority
      blueman-applet 01.58.45 WARNING  TransferService:189 _make_share_path: Failed to get Download dir from XDG
      blueman-applet 01.58.45 WARNING  PluginManager:148 __load_plugin: Not loading PPPSupport because its conflict has higher priority
      Segmentation fault
      
      This is because the static exec trampolines is enabled by default in
      libffi 3.4.2. However it doesn't work with gobject-introspection[1].
      
      [1] https://github.com/libffi/libffi/commit/132699b95d3ee4d889ea2a80540acf3300987dad
      
      
      
      Signed-off-by: default avatarYi Zhao <yi.zhao@windriver.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      2173003d
    • Khem Raj's avatar
      gpgme: Use glibc provided closefrom API when available · a2b2479d
      Khem Raj authored
      
      
      glibc 2.34+ has added this API new
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      a2b2479d
    • Bruce Ashfield's avatar
      linux-yocto/5.4: update to v5.4.132 · 7fd82689
      Bruce Ashfield authored
      
      
      Updating linux-yocto/5.4 to the latest korg -stable release that comprises
      the following commits:
      
          7c76bd6c36ed Linux 5.4.132
          792d47ca5228 iommu/dma: Fix compile warning in 32-bit builds
          a7f4f0c4e79a scsi: core: Retry I/O for Notify (Enable Spinup) Required error
          4aaace2dc1ad mmc: vub3000: fix control-request direction
          5712b828b8d9 mmc: block: Disable CMDQ on the ioctl path
          90d29149e32c block: return the correct bvec when checking for gaps
          1bfb3a070b58 scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()
          00d38f7031d4 perf llvm: Return -ENOMEM when asprintf() fails
          b00da826cab4 selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random
          49496327c290 mm/z3fold: fix potential memory leak in z3fold_destroy_pool()
          4b515fa94894 mm/huge_memory.c: don't discard hugepage if other processes are mapping it
          01be55fb26ce vfio/pci: Handle concurrent vma faults
          9db3800eeadd arm64: dts: marvell: armada-37xx: Fix reg for standard variant of UART
          b857ff866c76 serial: mvebu-uart: correctly calculate minimal possible baudrate
          7900c98108b0 serial: mvebu-uart: do not allow changing baudrate when uartclk is not available
          44d36a79dcff powerpc: Offline CPU in stop_this_cpu()
          3189d9749317 leds: ktd2692: Fix an error handling path
          95288e28c7ca leds: as3645a: Fix error return code in as3645a_parse_node()
          f0acb12b9866 configfs: fix memleak in configfs_release_bin_file
          2993c1f9d7b9 ASoC: atmel-i2s: Fix usage of capture and playback at the same time
          0e0ee2cee65c extcon: max8997: Add missing modalias string
          4efa7f728bab extcon: sm5502: Drop invalid register write in sm5502_reg_data
          b1c88a56ef6e phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe()
          8bc305d146b9 phy: uniphier-pcie: Fix updating phy parameters
          142ab7ff42b6 soundwire: stream: Fix test for DP prepare complete
          5ec1c609d26e scsi: mpt3sas: Fix error return value in _scsih_expander_add()
          35a4e0aee8f3 mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvell_nfc_resume()
          b1d1cafd6001 of: Fix truncation of memory sizes on 32-bit platforms
          be192ab7b47a ASoC: cs42l42: Correct definition of CS42L42_ADC_PDN_MASK
          fe9452c9d7ad iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          da8ef748fec2 iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          84c045475ef3 serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates
          eea7304dc2e9 staging: mt7621-dts: fix pci address for PCI memory range
          ce2588dc7fea staging: rtl8712: fix memory leak in rtl871x_load_fw_cb
          92538bf2eea8 staging: rtl8712: remove redundant check in r871xu_drv_init
          9f0800bd93ea staging: gdm724x: check for overflow in gdm_lte_netif_rx()
          4500b944d7f8 staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt()
          f848baa0a5b3 iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          26aa12ef64ee iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          9275b1eaf04e iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          a79c9b382b7a iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          73e804beb759 iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          02d3b52f6739 iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helper
          ac7943a7f4ad eeprom: idt_89hpesx: Restore printing the unsupported fwnode name
          9fc3fbc3af67 eeprom: idt_89hpesx: Put fwnode in matching case during ->probe()
          d7e33cc4789b usb: dwc2: Don't reset the core after setting turnaround time
          a95bbfe69031 usb: gadget: f_fs: Fix setting of device and driver data cross-references
          7ba04367b340 ASoC: mediatek: mtk-btcvsd: Fix an error handling path in 'mtk_btcvsd_snd_probe()'
          6fee286da898 iommu/dma: Fix IOVA reserve dma ranges
          1e38d79d0bfc s390: appldata depends on PROC_SYSCTL
          b6e2d45e3fea visorbus: fix error return code in visorchipset_init()
          540c40c6bb4a fsi/sbefifo: Fix reset timeout
          aa4577259bfb fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE
          d903eee764a4 fsi: occ: Don't accept response from un-initialized OCC
          96c914057aaa fsi: scom: Reset the FSI2PIB engine for any error
          19c8f5307a2e fsi: core: Fix return of error values on failures
          aeed300a2e27 scsi: FlashPoint: Rename si_flags field
          fde1e59110f1 leds: lm3692x: Put fwnode in any case during ->probe()
          08ffeb67e42b leds: lm36274: cosmetic: rename lm36274_data to chip
          a42c6c448c9e leds: lm3532: select regmap I2C API
          329e02d6f22d tty: nozomi: Fix the error handling path of 'nozomi_card_init()'
          7f0b77542e57 firmware: stratix10-svc: Fix a resource leak in an error handling path
          a536c30966c1 char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()
          6490ed7c4684 mtd: partitions: redboot: seek fis-index-block in the right node
          56c6c7f8ab9b Input: hil_kbd - fix error return code in hil_dev_connect()
          ccba28358397 ASoC: rsnd: tidyup loop on rsnd_adg_clk_query()
          77c61b1b2989 backlight: lm3630a_bl: Put fwnode in error case during ->probe()
          57fd7d8ac921 ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_startup()
          1dc77b6ca0c5 ASoC: rk3328: fix missing clk_disable_unprepare() on error in rk3328_platform_probe()
          d89dda5f5652 iio: potentiostat: lmp91000: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          994a076be336 iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          2ab4cf6cc0e8 iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          d746f8664ce5 iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          f35afa38c5ac iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          8fdbcbda4dfb iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          68c8b28305ae iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          9fc6ef022b47 iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          da4dfaed9be8 iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          b40dab164dc3 iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          1c06080fe28b iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          4538e6589cfb iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          acf45f54d192 iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          9fad330311e4 iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          8bfa7ffc49ce iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          121283ad49f4 iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          467502dd7dfc iio: accel: mxc4005: Fix overread of data and alignment issue.
          57a7deaff13d iio:accel:mxc4005: Drop unnecessary explicit casts in regmap_bulk_read calls
          3a49b5639437 iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          9f23d0df409a iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          a539e2acccfd iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          39fec8d9ab96 iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          2e088ed6fac1 iio: adis16400: do not return ints in irq handlers
          8271a443e5e4 iio: adis_buffer: do not return ints in irq handlers
          d3a7e5384b3a mwifiex: re-fix for unaligned accesses
          3a4043f597d0 tty: nozomi: Fix a resource leak in an error handling function
          61f6c18fff3c rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
          fbe80b3ee91f staging: fbtft: Rectify GPIO handling
          e0aef648f5bd MIPS: Fix PKMAP with 32-bit MIPS huge page support
          97704efb93b5 RDMA/mlx5: Don't access NULL-cleared mpi pointer
          eff9dabc0068 net: sched: fix warning in tcindex_alloc_perfect_hash
          92071a2b8f7f net: lwtunnel: handle MTU calculation in forwading
          5c93fc46682c writeback: fix obtain a reference to a freeing memcg css
          71721ddf4aee clk: si5341: Update initialization magic
          f894ba756e86 clk: si5341: Avoid divide errors due to bogus register contents
          80bd119c7d27 clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoC
          a7aefa1a173d clk: actions: Fix SD clocks factor table on Owl S500 SoC
          1fbd19a9e23f clk: actions: Fix UART clock dividers on Owl S500 SoC
          305e64cbf855 Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event
          4ad77cea016c Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid
          2954b193ebb0 Revert "be2net: disable bh with spin_lock in be_process_mcc"
          f6b723ce27ff gve: Fix swapped vars when fetching max queues
          0e8c17fd80f2 bpfilter: Specify the log level for the kmsg message
          482e12bdc5d7 e1000e: Check the PCIm state
          48fa8744989f ipv6: fix out-of-bound access in ip6_parse_tlv()
          3380206e5dc0 ibmvnic: free tx_pool if tso_pool alloc fails
          867a99001718 Revert "ibmvnic: remove duplicate napi_schedule call in open function"
          bbc833fd7dae i40e: Fix autoneg disabling for non-10GBaseT links
          a3465b94ac5f i40e: Fix error handling in i40e_vsi_open
          5e98c708a471 bpf: Do not change gso_size during bpf_skb_change_proto()
          bc54d98bd21d ipv6: exthdrs: do not blindly use init_net
          28db4b5b69f3 net: bcmgenet: Fix attaching to PYH failed on RPi 4B
          946bd84826b8 mac80211: remove iwlwifi specific workaround NDPs of null_response
          cb72c23aa544 ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl()
          048513280e41 ieee802154: hwsim: Fix memory leak in hwsim_add_one
          9692257004d4 tc-testing: fix list handling
          117e1495a636 net/ipv4: swap flow ports when validating source
          74e76cd6320c vxlan: add missing rcu_read_lock() in neigh_reduce()
          b5bd5b7b7f18 pkt_sched: sch_qfq: fix qfq_change_class() error path
          33f897fe3429 tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
          6fea1a58c914 net: sched: add barrier to ensure correct ordering for lockless qdisc
          e245ea3b5240 vrf: do not push non-ND strict packets with a source LLA through packet taps again
          f264d0873d8d net: ethernet: ezchip: fix error handling
          a10e00299b80 net: ethernet: ezchip: fix UAF in nps_enet_remove
          b7f456df8594 net: ethernet: aeroflex: fix UAF in greth_of_remove
          e21b9e8436ef samples/bpf: Fix the error return code of xdp_redirect's main()
          66e9a01e4c7c RDMA/rxe: Fix qp reference counting for atomic ops
          da4ad14f87f0 netfilter: nft_tproxy: restrict support to TCP and UDP transport protocols
          a3f1e8e316bf netfilter: nft_osf: check for TCP packet before further processing
          4759c55ff1d5 netfilter: nft_exthdr: check for IPv6 packet before further processing
          e4db789e937e RDMA/mlx5: Don't add slave port to unaffiliated list
          9b1e991266c4 netlabel: Fix memory leak in netlbl_mgmt_add_common
          9b81edead824 ath10k: Fix an error code in ath10k_add_interface()
          2a8b20d74106 brcmsmac: mac80211_if: Fix a resource leak in an error handling path
          771a8b6da36f brcmfmac: correctly report average RSSI in station info
          4940e54549a5 brcmfmac: fix setting of station info chains bitmask
          18b3b70dd11d ssb: Fix error return code in ssb_bus_scan()
          55ec3e5809e5 wcn36xx: Move hal_buf allocation to devm_kmalloc in probe
          723204726a6a ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others
          3986553411f8 wireless: carl9170: fix LEDS build errors & warnings
          b6d2cf68f9b1 ath10k: add missing error return code in ath10k_pci_probe()
          941ce3bd7fb0 ath10k: go to path err_unsupported when chip id is not supported
          5f543705309f tools/bpftool: Fix error return code in do_batch()
          fe5cca105794 drm: qxl: ensure surf.data is ininitialized
          d9721095a5ce RDMA/rxe: Fix failure during driver load
          2adbd7559dfb RDMA/core: Sanitize WQ state received from the userspace
          9cc3eb8abe23 net/sched: act_vlan: Fix modify to allow 0
          0b440951273a ehea: fix error return code in ehea_restart_qps()
          e16bd3365d08 drm/rockchip: dsi: move all lane config except LCDC mux to bind()
          450c25b8a4c9 drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write()
          01f4245ff75f net: ftgmac100: add missing error return code in ftgmac100_probe()
          3858b47c94b9 clk: meson: g12a: fix gp0 and hifi ranges
          3da37783b027 pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities
          4e1cb7fedf68 pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin
          b0a3770ead57 net: pch_gbe: Propagate error from devm_gpio_request_one()
          a9a33de4be2e net: mvpp2: Put fwnode in error case during ->probe()
          f9ad0b5ebacc video: fbdev: imxfb: Fix an error message
          08a7306e1198 xfrm: xfrm_state_mtu should return at least 1280 for ipv6
          a87a201989ec dax: fix ENOMEM handling in grab_mapping_entry()
          6ea84116b3fe ocfs2: fix snprintf() checking
          27d02a4d9dab cpufreq: Make cpufreq_online() call driver->offline() on errors
          3c59143b9a1e ACPI: bgrt: Fix CFI violation
          6d79e36c9ece ACPI: Use DEVICE_ATTR_<RW|RO|WO> macros
          7b33b04f85df blk-wbt: make sure throttle is enabled properly
          bcf3f42bda3a blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled()
          1ad25a64c66f extcon: extcon-max8997: Fix IRQ freeing at error path
          258f5c1a5d3d ACPI: sysfs: Fix a buffer overrun problem with description_show()
          dfafa93ae3a7 crypto: nx - Fix RCU warning in nx842_OF_upd_status
          55f5d771a292 spi: spi-sun6i: Fix chipselect/clock bug
          97f32c7f3322 sched/uclamp: Fix uclamp_tg_restrict()
          a3ddf1fb37f9 sched/rt: Fix Deadline utilization tracking during policy change
          3fb53be07fc1 sched/rt: Fix RT utilization tracking during policy change
          fa3f33b20bd9 btrfs: clear log tree recovering status if starting transaction fails
          a0876d9dc1c1 regulator: hi655x: Fix pass wrong pointer to config.driver_data
          032fd28ed559 KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap
          a90a2466dde5 hwmon: (max31790) Fix fan speed reporting for fan7..12
          93110513bcfd hwmon: (max31722) Remove non-standard ACPI device IDs
          b585f9ef6a51 media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctx
          3bf0509d25e0 arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan
          8e6bcc566400 arm64: consistently use reserved_pg_dir
          ccbcdcd4af98 mmc: usdhi6rol0: fix error return code in usdhi6_probe()
          c5d2f917a8f1 crypto: omap-sham - Fix PM reference leak in omap sham ops
          b205574dc682 crypto: nitrox - fix unchecked variable in nitrox_register_interrupts
          d93cbb6e5fe5 media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2()
          6e8ba90bef7c m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warning
          e1665624bf9d media: gspca/gl860: fix zero-length control requests
          ffc483de3ecb media: tc358743: Fix error return code in tc358743_probe_of()
          2bca3c0a95fe media: au0828: fix a NULL vs IS_ERR() check
          c04d6687e43e media: exynos4-is: Fix a use after free in isp_video_release
          6c987e7385e1 pata_ep93xx: fix deferred probing
          3eec64b5967e media: rc: i2c: Fix an error message
          6ee810a55965 crypto: ccp - Fix a resource leak in an error handling path
          4020615bd733 evm: fix writing <securityfs>/evm overflow
          550cf816bb11 pata_octeon_cf: avoid WARN_ON() in ata_host_activate()
          8454cfe40841 kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n'
          dcc9f1253ddd kbuild: run the checker after the compiler
          8e5ffc103928 sched/uclamp: Fix locking around cpu_util_update_eff()
          0b199ce65bc3 sched/uclamp: Fix wrong implementation of cpu.uclamp.min
          127035b4595d media: I2C: change 'RST' to "RSET" to fix multiple build errors
          2eccf5160002 pata_rb532_cf: fix deferred probing
          3b0dfab92877 sata_highbank: fix deferred probing
          faeee7a8f684 crypto: ux500 - Fix error return code in hash_hw_final()
          a1fa855e770e crypto: ixp4xx - dma_unmap the correct address
          0c5d94f29775 media: s5p_cec: decrement usage count if disabled
          80af2c9ee1d6 writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
          51fd1f683671 ia64: mca_drv: fix incorrect array size calculation
          a3aab894d971 kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
          05bc31902755 block: fix discard request merge
          8978dd251898 cifs: fix missing spinlock around update to ses->status
          4061697e2f17 HID: wacom: Correct base usage for capacitive ExpressKey status bits
          888469c5fa95 ACPI: tables: Add custom DSDT file as makefile prerequisite
          dba9cda5aa99 clocksource: Retry clock read if long delays detected
          0aebb12a574d PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv()
          f53f229255d6 EDAC/Intel: Do not load EDAC driver when running as a guest
          26c9e398b499 nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()
          51af155a4327 platform/x86: toshiba_acpi: Fix missing error code in toshiba_acpi_setup_keyboard()
          506a2001b719 block: fix race between adding/removing rq qos and normal IO
          e30d2ecc13d7 ACPI: resources: Add checks for ACPI IRQ override
          2238732f1992 ACPI: bus: Call kobject_put() in acpi_init() error path
          00f3017e04d4 ACPICA: Fix memory leak caused by _CID repair function
          f8c7e8e572d9 fs: dlm: fix memory leak when fenced
          b6c469a850a4 random32: Fix implicit truncation warning in prandom_seed_state()
          0fc251751c73 fs: dlm: cancel work sync othercon
          75b97dcbe956 block_dump: remove block_dump feature in mark_inode_dirty()
          4cee846b30aa ACPI: EC: Make more Asus laptops use ECDT _GPE
          e846c2821c25 lib: vsprintf: Fix handling of number field widths in vsscanf
          865c6e210bd4 hv_utils: Fix passing zero to 'PTR_ERR' warning
          8d64fd2682ae ACPI: processor idle: Fix up C-state latency if not ordered
          e9e2683f1b9c EDAC/ti: Add missing MODULE_DEVICE_TABLE
          9b1b8323871b HID: do not use down_interruptible() when unbinding devices
          17ca23ef05ed media: Fix Media Controller API config checks
          ef5792d3995d regulator: da9052: Ensure enough delay time for .set_voltage_time_sel
          2aff3f51cd22 regulator: mt6358: Fix vdram2 .vsel_mask
          fc31fb6f36cd KVM: s390: get rid of register asm usage
          2ef6cd6e4865 lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
          1b45a85262bf locking/lockdep: Fix the dep path printing for backwards BFS
          3ee80fc1f530 btrfs: disable build on platforms having page size 256K
          af4b53f6d3ea btrfs: abort transaction if we fail to update the delayed inode
          504081c415e2 btrfs: fix error handling in __btrfs_update_delayed_inode
          f3d2278a81f7 KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
          3fea9b708ae3 drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe()
          2e23607e65dc hwmon: (max31790) Fix pwmX_enable attributes
          d284b53193fa hwmon: (max31790) Report correct current pwm duty cycles
          4bb7eeb0a200 media: imx-csi: Skip first few frames from a BT.656 source
          54196d9e77e5 media: siano: fix device register error path
          7434625f944c media: dvb_net: avoid speculation from net slot
          80b9d3becd84 crypto: shash - avoid comparing pointers to exported functions under CFI
          31ef30f8f878 mmc: via-sdmmc: add a check against NULL pointer dereference
          b28d6d2df2b3 mmc: sdhci-sprd: use sdhci_sprd_writew
          1e3ad91cb64c memstick: rtsx_usb_ms: fix UAF
          0ec7eab55b0e media: dvd_usb: memory leak in cinergyt2_fe_attach
          1fc3ec4ac405 Makefile: fix GDB warning with CONFIG_RELR
          0a825797f791 media: st-hva: Fix potential NULL pointer dereferences
          f6f0190d651b media: bt8xx: Fix a missing check bug in bt878_probe
          3790d56daf5f media: v4l2-core: Avoid the dangling pointer in v4l2_fh_release
          a70de431f713 media: em28xx: Fix possible memory leak of em28xx struct
          432188f62697 sched/fair: Fix ascii art by relpacing tabs
          dd776d2fdf87 crypto: qat - remove unused macro in FW loader
          bcea3fc8f24d crypto: qat - check return code of qat_hal_rd_rel_reg()
          1580d72ac7fc media: imx: imx7_mipi_csis: Fix logging of only error event counters
          eae27d048ee7 media: pvrusb2: fix warning in pvr2_i2c_core_done
          bb8b5e98b5f5 media: cobalt: fix race condition in setting HPD
          162b85d3cf25 media: cpia2: fix memory leak in cpia2_usb_probe
          5c8c5edb28f3 media: sti: fix obj-$(config) targets
          84ac96486ba7 crypto: nx - add missing MODULE_DEVICE_TABLE
          f4c8a00d61fe hwrng: exynos - Fix runtime PM imbalance on error
          022cf057e443 regulator: uniphier: Add missing MODULE_DEVICE_TABLE
          d6518e028103 spi: omap-100k: Fix the length judgment problem
          afc37630a124 spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()
          ca5ea7847527 spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'
          b413d8654ed6 media: exynos-gsc: fix pm_runtime_get_sync() usage count
          8fece55aeb6d media: sti/bdisp: fix pm_runtime_get_sync() usage count
          ac69e7aea37d media: s5p-jpeg: fix pm_runtime_get_sync() usage count
          f1a8951cf1b4 media: mtk-vcodec: fix PM runtime get logic
          908b6f72a910 media: sh_vou: fix pm_runtime_get_sync() usage count
          948bcdcf7fd9 media: s5p: fix pm_runtime_get_sync() usage count
          4480cacdbc26 media: mdk-mdp: fix pm_runtime_get_sync() usage count
          ef59dbc06d6a spi: Make of_register_spi_device also set the fwnode
          a883c38f1cfa fuse: reject internal errno
          059dd690bfe0 fuse: check connected before queueing on fpq->io
          e72bec922646 fuse: ignore PG_workingset after stealing
          74e9d920f25c evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
          d7dfaf13d24e evm: Execute evm_inode_init_security() only when an HMAC key is loaded
          5c7c5c49d9b8 powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()
          9ed57fc5a45b seq_buf: Make trace_seq_putmem_hex() support data longer than 8
          c65755f595cd tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
          acf8494ba567 tracing/histograms: Fix parsing of "sym-offset" modifier
          6707b3d43822 rsi: fix AP mode with WPA failure due to encrypted EAPOL
          5269ac3cf0b5 rsi: Assign beacon rate settings to the correct rate_info descriptor field
          f4b4b121521d ssb: sdio: Don't overwrite const buffer if block_write fails
          96bb095f8536 ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()
          e931d9a92576 serial_cs: remove wrong GLOBETROTTER.cis entry
          a3ca189a0018 serial_cs: Add Option International GSM-Ready 56K/ISDN modem
          4bd14de69785 serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
          a945c2ead2c5 serial: mvebu-uart: fix calculation of clock divisor
          202a64ad8f2c iio: ltr501: ltr501_read_ps(): add missing endianness conversion
          aafeedb0996d iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTR
          a27c940a9042 iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA as volatile, too
          3287635367a4 iio: light: tcs3472: do not free unallocated IRQ
          60684282789e rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path
          a470819824b7 s390/cio: dont call css_wait_for_slow_path() inside a lock
          684bddacf155 KVM: PPC: Book3S HV: Workaround high stack usage with clang
          f0d3a4b6d5f7 perf/smmuv3: Don't trample existing events with global filter
          f9c7f2687923 SUNRPC: Should wake up the privileged task firstly.
          d060386ffdbd SUNRPC: Fix the batch tasks count wraparound.
          619c14120c30 mac80211: remove iwlwifi specific workaround that broke sta NDP tx
          1ff563ec86c7 can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in TX path
          12aad0220812 can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RCU is done
          7bb931d2c8cf can: gw: synchronize rcu operations before removing gw job entry
          70a9116b9e5c can: bcm: delay release of struct bcm_op after synchronize_rcu()
          512286ddc3e8 ext4: use ext4_grp_locked_error in mb_find_extent
          0bae1ea11981 ext4: fix avefreec in find_group_orlov
          8c06b3d02d65 ext4: remove check for zero nr_to_scan in ext4_es_scan()
          a0548187482d ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit
          f01fa29e8ea0 ext4: return error code when ext4_fill_flex_info() fails
          ed628b253119 ext4: fix kernel infoleak via ext4_extent_header
          16b795a39f3e ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle
          e3d3cf2e5a7c btrfs: clear defrag status of a root if starting transaction fails
          077f06b648a4 btrfs: send: fix invalid path for unlink operations after parent orphanization
          0ede9e8c5a83 ARM: dts: at91: sama5d4: fix pinctrl muxing
          efdcd77660f8 arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode
          0f382fa359ca Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl
          63e68b563649 iov_iter_fault_in_readable() should do nothing in xarray case
          846ae1d87931 copy_page_to_iter(): fix ITER_DISCARD case
          c4868118fab9 ntfs: fix validity check for file name attribute
          87a365a4ddec xhci: solve a double free problem while doing s4
          cc7559e6dd1d usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()
          d5b06a79fe89 usb: dwc3: Fix debugfs creation flow
          7941f646a6cd USB: cdc-acm: blacklist Heimann USB Appset device
          8bdef7f21cb6 usb: gadget: eem: fix echo command packet response issue
          11dfef6aba1a net: can: ems_usb: fix use-after-free in ems_usb_disconnect()
          aa6f233b949c Input: usbtouchscreen - fix control-request directions
          d808329ae137 media: dvb-usb: fix wrong definition
          3b4dd159db68 ALSA: hda/realtek: Apply LED fixup for HP Dragonfly G1, too
          23d443c5b417 ALSA: hda/realtek: Fix bass speaker DAC mapping for Asus UM431D
          15f521856e0f ALSA: hda/realtek: Improve fixup for HP Spectre x360 15-df0xxx
          3911b8ff714c ALSA: hda/realtek: Add another ALC236 variant support
          23ca8cf4cba0 ALSA: intel8x0: Fix breakage at ac97 clock measurement
          1908d78a87cf ALSA: usb-audio: scarlett2: Fix wrong resume call
          49e5b37fdd01 ALSA: usb-audio: Fix OOB access at proc output
          5ded94e8516d ALSA: usb-audio: fix rate on Ozone Z90 USB headset
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      7fd82689
    • Bruce Ashfield's avatar
      linux-yocto/5.10: update to v5.10.50 · 3c48b0a7
      Bruce Ashfield authored
      
      
      Updating linux-yocto/5.10 to the latest korg -stable release that comprises
      the following commits:
      
          43b0742ef44c Linux 5.10.50
          bdf4d33e8342 powerpc/preempt: Don't touch the idle task's preempt_count during hotplug
          9b07d817f799 iommu/dma: Fix compile warning in 32-bit builds
          0855952ed4f1 cred: add missing return error code when set_cred_ucounts() failed
          ce04375e2d9b s390: preempt: Fix preempt_count initialization
          e4a577d61791 crypto: qce - fix error return code in qce_skcipher_async_req_handle()
          fb0c0a04e424 scsi: core: Retry I/O for Notify (Enable Spinup) Required error
          2b541b6c7432 media: exynos4-is: remove a now unused integer
          2b58f5154a8f mmc: vub3000: fix control-request direction
          39ac3e194516 mmc: block: Disable CMDQ on the ioctl path
          a75457f63086 io_uring: fix blocking inline submission
          c98d9318dc99 block: return the correct bvec when checking for gaps
          51c19f4a6212 erofs: fix error return code in erofs_read_superblock()
          97cbddc8a2bc tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
          b5a2b5b64237 fscrypt: fix derivation of SipHash keys on big endian CPUs
          089057af71d7 fscrypt: don't ignore minor_hash when hash is 0
          b9c3b485593e mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustion
          2a7c96c2e238 scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()
          e2e615e6317b scsi: fc: Correct RHBA attributes length
          5c6956e66404 exfat: handle wrong stream entry size in exfat_readdir()
          b6a41435c832 csky: syscache: Fixup duplicate cache flush
          3483e1a41ca0 csky: fix syscache.c fallthrough warning
          8ff266de8906 perf llvm: Return -ENOMEM when asprintf() fails
          58fa4b36abf6 selftests/vm/pkeys: refill shadow register after implicit kernel write
          1dd18fda3eec selftests/vm/pkeys: handle negative sys_pkey_alloc() return code
          92125cb8835c selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random
          456554040e5a lib/math/rational.c: fix divide by zero
          787f4e7a7d4b mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page
          0fe11b79c281 mm/z3fold: fix potential memory leak in z3fold_destroy_pool()
          555dffa4842b include/linux/huge_mm.h: remove extern keyword
          ebd6a295b580 hugetlb: remove prep_compound_huge_page cleanup
          2e16ad561143 mm/hugetlb: remove redundant check in preparing and destroying gigantic page
          0da83a815d33 mm/hugetlb: use helper huge_page_order and pages_per_huge_page
          31be4ea35c82 mm/huge_memory.c: don't discard hugepage if other processes are mapping it
          b65597377b7b mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
          aa41f7a2a681 mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
          9b0b9edea1d3 mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is disabled
          0885ea1d4759 vfio/pci: Handle concurrent vma faults
          363d85bfaec1 arm64: dts: marvell: armada-37xx: Fix reg for standard variant of UART
          347af865b6a2 serial: mvebu-uart: correctly calculate minimal possible baudrate
          9ad82f0412c0 serial: mvebu-uart: do not allow changing baudrate when uartclk is not available
          dd6d4e92e724 ALSA: firewire-lib: Fix 'amdtp_domain_start()' when no AMDTP_OUT_STREAM stream is found
          53fa3ba8085e powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailable
          04db493fc746 powerpc/64s: Fix copy-paste data exposure into newly created tasks
          ac08ba518c6c powerpc/papr_scm: Properly handle UUID types and API
          d3358c66ee56 powerpc: Offline CPU in stop_this_cpu()
          9443acbd251f serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs
          e0e3e0b7dabf serial: 8250: 8250_omap: Disable RX interrupt after DMA enable
          786461739ac4 selftests/ftrace: fix event-no-pid on 1-core machine
          57e49a0bc4b3 leds: ktd2692: Fix an error handling path
          53cb671592ef leds: as3645a: Fix error return code in as3645a_parse_node()
          f3bf888507f0 ASoC: fsl_spdif: Fix unexpected interrupt after suspend
          2938ffd56895 ASoC: Intel: sof_sdw: add SOF_RT715_DAI_ID_FIX for AlderLake
          5f2dfce8d8bc configfs: fix memleak in configfs_release_bin_file
          e30e636447fd ASoC: atmel-i2s: Fix usage of capture and playback at the same time
          af497961abef powerpc/powernv: Fix machine check reporting of async store errors
          f8d223f80ac6 extcon: max8997: Add missing modalias string
          e16fcc83748a extcon: sm5502: Drop invalid register write in sm5502_reg_data
          25c7efb3875a phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe()
          6398fc0e57ec phy: uniphier-pcie: Fix updating phy parameters
          a4b7c0af613f soundwire: stream: Fix test for DP prepare complete
          b0be06493e73 scsi: mpt3sas: Fix error return value in _scsih_expander_add()
          f51088868b16 habanalabs: Fix an error handling path in 'hl_pci_probe()'
          c183b55ed7e5 mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvell_nfc_resume()
          f929d21af75d of: Fix truncation of memory sizes on 32-bit platforms
          db45ea876743 ASoC: cs42l42: Correct definition of CS42L42_ADC_PDN_MASK
          55bb225c0878 iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          49739675048d iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          c850b52e47aa serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates
          5db39ad3fa32 staging: mt7621-dts: fix pci address for PCI memory range
          c5cd4b74fd8a coresight: core: Fix use of uninitialized pointer
          58c0621c44a5 staging: rtl8712: fix memory leak in rtl871x_load_fw_cb
          bf5d6f697981 staging: rtl8712: fix error handling in r871xu_drv_init
          7bc3fa5db495 staging: gdm724x: check for overflow in gdm_lte_netif_rx()
          f93737061067 staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt()
          14106b90e147 ASoC: fsl_spdif: Fix error handler with pm_runtime_enable
          9cf11dca57a5 iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          8c85c0f8cbff iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          c923e9effe50 iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          15634d6dced1 iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          a6a1e347c7a0 iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          2abfdd61324c iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          2abfa5294717 thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default()
          36f60700f966 eeprom: idt_89hpesx: Restore printing the unsupported fwnode name
          fc8ab0600172 eeprom: idt_89hpesx: Put fwnode in matching case during ->probe()
          c7188d19989b usb: dwc2: Don't reset the core after setting turnaround time
          8aa1cb46b72e usb: gadget: f_fs: Fix setting of device and driver data cross-references
          d4d3cd4c7699 ASoC: mediatek: mtk-btcvsd: Fix an error handling path in 'mtk_btcvsd_snd_probe()'
          92a30a90d69a ASoC: rt5682-sdw: set regcache_cache_only false before reading RT5682_DEVICE_ID
          696cfb256794 ASoC: rt5682: fix getting the wrong device id when the suspend_stress_test
          8ef111db5e07 ASoC: rt715-sdw: use first_hw_init flag on resume
          36dc6957f70f ASoC: rt711-sdw: use first_hw_init flag on resume
          de77f9d92c3b ASoC: rt700-sdw: use first_hw_init flag on resume
          e1456cba8e36 ASoC: rt5682-sdw: use first_hw_init flag on resume
          16674ae3b237 ASoC: rt1308-sdw: use first_hw_init flag on resume
          dc1521641287 ASoC: max98373-sdw: use first_hw_init flag on resume
          45a3d00eafb7 iommu/dma: Fix IOVA reserve dma ranges
          ad736838155c selftests: splice: Adjust for handler fallback removal
          045c29902fbe s390: appldata depends on PROC_SYSCTL
          485b1c02b543 s390: enable HAVE_IOREMAP_PROT
          d65f69deac5c s390/irq: select HAVE_IRQ_EXIT_ON_IRQ_STACK
          d8fe62cb919c iommu/amd: Fix extended features logging
          bd95a3e159a0 visorbus: fix error return code in visorchipset_init()
          e5a3a3108f06 fsi/sbefifo: Fix reset timeout
          4a95eb0c800e fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE
          719c4db394ed fsi: occ: Don't accept response from un-initialized OCC
          af3d7f9e266b fsi: scom: Reset the FSI2PIB engine for any error
          446eed9c855e fsi: core: Fix return of error values on failures
          d22bef41017b mfd: rn5t618: Fix IRQ trigger by changing it to level mode
          9b8bfdbc7e61 mfd: mp2629: Select MFD_CORE to fix build error
          68f2f83f6fb6 scsi: iscsi: Flush block work before unblock
          b5371faa0667 scsi: FlashPoint: Rename si_flags field
          0b2f74111344 leds: lp50xx: Put fwnode in error case during ->probe()
          5f7bda9ba8d7 leds: lm3697: Don't spam logs when probe is deferred
          8fc7d4a3f039 leds: lm3692x: Put fwnode in any case during ->probe()
          c54ad49e2ff7 leds: lm36274: Put fwnode in error case during ->probe()
          1ed913317166 leds: lm3532: select regmap I2C API
          b504e279e502 leds: class: The -ENOTSUPP should never be seen by user space
          58279b341b94 tty: nozomi: Fix the error handling path of 'nozomi_card_init()'
          28c947b07263 firmware: stratix10-svc: Fix a resource leak in an error handling path
          1e1b9cd40095 char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()
          5a766253e305 staging: mmal-vchiq: Fix incorrect static vchiq_instance.
          cf05986cc4de mtd: rawnand: arasan: Ensure proper configuration for the asserted target
          2f8824f556a3 mtd: partitions: redboot: seek fis-index-block in the right node
          a16eae11f004 perf scripting python: Fix tuple_set_u64()
          201b975c1643 Input: hil_kbd - fix error return code in hil_dev_connect()
          000c70680d2f ASoC: rsnd: tidyup loop on rsnd_adg_clk_query()
          2e1d76c3b90f backlight: lm3630a_bl: Put fwnode in error case during ->probe()
          d4ebf352a7d7 ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_startup()
          2541d78f7832 ASoC: rk3328: fix missing clk_disable_unprepare() on error in rk3328_platform_probe()
          246b4f1e2050 iio: potentiostat: lmp91000: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          71dbba0b9525 iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          1fa3107759b7 iio: chemical: atlas: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          93a5538d5012 iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          daecb8c0a17c iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          293b8246a07e iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          f960139a3c49 iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          e5e102f4b562 iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          4613232e0b1f iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          ab16be53b296 iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          8e23dd6236de iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          c61ac1f83b32 iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          8ea878287ccc iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          718a67a90932 iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          df5343bd59cd iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          f0bc78df4a04 iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          cd62282a51cb iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          638ba5aa15ac iio: accel: mxc4005: Fix overread of data and alignment issue.
          0d220d40b3f3 iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          9eb5fb66b6f4 iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          4b362443dc21 iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          3cca4db5f733 iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          2edfba8a55b5 iio: adis16475: do not return ints in irq handlers
          92efd6396e4b iio: adis16400: do not return ints in irq handlers
          2e41116e6eb8 iio: adis_buffer: do not return ints in irq handlers
          67d88b7bf62d mwifiex: re-fix for unaligned accesses
          460bee90091d tty: nozomi: Fix a resource leak in an error handling function
          f5186bd17f3b serial: 8250_omap: fix a timeout loop condition
          5dcff72fe42a serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
          685d53abc918 serial: fsl_lpuart: don't modify arbitrary data on lpuart32
          728f23e53c65 rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
          66111dfe22b1 ASoC: rt5682: Disable irq on shutdown
          8b195380cd07 staging: fbtft: Don't spam logs when probe is deferred
          7a42f3c30dfe staging: fbtft: Rectify GPIO handling
          d8c1504cf1a0 MIPS: Fix PKMAP with 32-bit MIPS huge page support
          a23ba98e91ff RDMA/core: Always release restrack object
          a938d4e8c699 RDMA/mlx5: Don't access NULL-cleared mpi pointer
          c6965316d684 net: tipc: fix FB_MTU eat two pages
          1148952dc660 net: sched: fix warning in tcindex_alloc_perfect_hash
          4476568069c9 net: lwtunnel: handle MTU calculation in forwading
          6939c39a4106 writeback: fix obtain a reference to a freeing memcg css
          4c3e839bfde5 clk: si5341: Update initialization magic
          55aaba36d718 clk: si5341: Check for input clock presence and PLL lock on startup
          42ac32d834aa clk: si5341: Avoid divide errors due to bogus register contents
          043637617d51 clk: si5341: Wait for DEVICE_READY on startup
          29746bd0f765 clk: qcom: clk-alpha-pll: fix CAL_L write in alpha_pll_fabia_prepare
          94221679ee05 clk: actions: Fix AHPPREDIV-H-AHB clock chain on Owl S500 SoC
          f3b6df5dfd72 clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoC
          ced193bc0851 clk: actions: Fix SD clocks factor table on Owl S500 SoC
          12d2d6fd11c1 clk: actions: Fix UART clock dividers on Owl S500 SoC
          7d97522e6e35 Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event
          4f5fc3be2cca Bluetooth: Fix Set Extended (Scan Response) Data
          c5fedfcc2046 Bluetooth: Fix not sending Set Extended Scan Response
          a2dcad039e45 Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid
          d28e780431b5 Revert "be2net: disable bh with spin_lock in be_process_mcc"
          342b06b600bf gve: Fix swapped vars when fetching max queues
          11044f8c2c9f RDMA/cma: Fix incorrect Packet Lifetime calculation
          fc2ea819b96e bpfilter: Specify the log level for the kmsg message
          4228c00e1408 net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs()
          393d48b3dec0 e1000e: Check the PCIm state
          cebff3d9f74f ipv6: fix out-of-bound access in ip6_parse_tlv()
          9e753c47b905 net: atlantic: fix the macsec key length
          1c95d4d432c3 net: phy: mscc: fix macsec key length
          711a28d24d07 net: macsec: fix the length used to copy the key for offloading
          c764f2d899b2 RDMA/cma: Protect RMW with qp_mutex
          d52ceed84526 ibmvnic: free tx_pool if tso_pool alloc fails
          f25accc4fd4d ibmvnic: set ltb->buff to NULL after freeing
          3f85d2ca323f Revert "ibmvnic: remove duplicate napi_schedule call in open function"
          cad22e48cabe i40e: Fix missing rtnl locking when setting up pf switch
          d9a5d19706ea i40e: Fix autoneg disabling for non-10GBaseT links
          88819239e9fd i40e: Fix error handling in i40e_vsi_open
          aefa92774408 bpf: Do not change gso_size during bpf_skb_change_proto()
          0dac8b0ad016 can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for optlen == 0
          2d58a38275d2 ipv6: exthdrs: do not blindly use init_net
          b559d003f03c net: bcmgenet: Fix attaching to PYH failed on RPi 4B
          514c96bf65ce mac80211: remove iwlwifi specific workaround NDPs of null_response
          1b3985aa53d0 drm/msm/dpu: Fix error return code in dpu_mdss_init()
          134a561aee50 drm/msm: Fix error return code in msm_drm_init()
          f97b9c4c0759 bpf: Fix null ptr deref with mixed tail calls and subprogs
          56c31bc9aabe ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl()
          71a345ede51a ieee802154: hwsim: Fix memory leak in hwsim_add_one
          4b44486b8bfd tc-testing: fix list handling
          997285646a9c net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queues
          6610d5a73b6f net/ipv4: swap flow ports when validating source
          c3fcfc4e369b ip6_tunnel: fix GRE6 segmentation
          162e75687e90 vxlan: add missing rcu_read_lock() in neigh_reduce()
          6cd23b5f4017 rtw88: 8822c: fix lc calibration timing
          db2386fa4342 iwlwifi: increase PNVM load timeout
          78e6587585d8 xfrm: Fix xfrm offload fallback fail case
          5c8e5feceaf3 pkt_sched: sch_qfq: fix qfq_change_class() error path
          b2ce4ebdd9a8 netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer logic
          581e37ad5c0a tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
          e7c3ae47978f net: sched: add barrier to ensure correct ordering for lockless qdisc
          ca9b5ab7910c vrf: do not push non-ND strict packets with a source LLA through packet taps again
          e72d9e4b9807 net: ethernet: ezchip: fix error handling
          161f8b73da68 net: ethernet: ezchip: fix UAF in nps_enet_remove
          f026d82211a2 net: ethernet: aeroflex: fix UAF in greth_of_remove
          6a8c7c5c0773 mt76: mt7615: fix NULL pointer dereference in tx_prepare_skb()
          6987ee9bf0a2 mt76: fix possible NULL pointer dereference in mt76_tx
          e717f974ceed samples/bpf: Fix the error return code of xdp_redirect's main()
          79bf8f04cece samples/bpf: Fix Segmentation fault for xdp_redirect command
          fcd8d6371a46 RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr
          a9355b201d16 bpf: Fix libelf endian handling in resolv_btfids
          607706027c89 xsk: Fix broken Tx ring validation
          cd7877a39f05 xsk: Fix missing validation for skb and unaligned mode
          89621945b698 selftests/bpf: Whitelist test_progs.h from .gitignore
          49c25a1a8dc5 RDMA/rxe: Fix qp reference counting for atomic ops
          58da10487a1e netfilter: nft_tproxy: restrict support to TCP and UDP transport protocols
          ed3d4988349e netfilter: nft_osf: check for TCP packet before further processing
          cf28cb51f01b netfilter: nft_exthdr: check for IPv6 packet before further processing
          8f6714f3c12b RDMA/mlx5: Don't add slave port to unaffiliated list
          a158ee32d4aa netlabel: Fix memory leak in netlbl_mgmt_add_common
          28e8df0c65a6 ath11k: send beacon template after vdev_start/restart during csa
          48b69f31de82 ath10k: Fix an error code in ath10k_add_interface()
          e0727a61b0aa ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n()
          a54e9166e788 cw1200: Revert unnecessary patches that fix unreal use-after-free bugs
          30efdcaca32a brcmsmac: mac80211_if: Fix a resource leak in an error handling path
          5d452eafbd2e brcmfmac: Fix a double-free in brcmf_sdio_bus_reset
          5b8d0b0727f6 brcmfmac: correctly report average RSSI in station info
          db4de88d439e brcmfmac: fix setting of station info chains bitmask
          80ad538a87e2 ssb: Fix error return code in ssb_bus_scan()
          0147e6ccb818 wcn36xx: Move hal_buf allocation to devm_kmalloc in probe
          581098969c1a clk: imx8mq: remove SYS PLL 1/2 clock gates
          da8904c46569 ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others
          7142f92412c1 wireless: carl9170: fix LEDS build errors & warnings
          ecb6797501cb ath10k: add missing error return code in ath10k_pci_probe()
          668c0663d6dd ath10k: go to path err_unsupported when chip id is not supported
          4654f1fc3019 tools/bpftool: Fix error return code in do_batch()
          1ccbb552e3d2 drm: qxl: ensure surf.data is ininitialized
          bdc16fe9df17 clk: vc5: fix output disabling when enabling a FOD
          43b7f1dec6c0 drm/vc4: hdmi: Fix error path of hpd-gpios
          756679a123bc drm/pl111: Actually fix CONFIG_VEXPRESS_CONFIG depends
          87890e1113e6 RDMA/rxe: Fix failure during driver load
          c5db39c4dfda drm/pl111: depend on CONFIG_VEXPRESS_CONFIG
          42800fcff3f9 RDMA/core: Sanitize WQ state received from the userspace
          c470dd34c682 net/sched: act_vlan: Fix modify to allow 0
          6a5691335550 xfrm: remove the fragment check for ipv6 beet mode
          9fddbe9495ad clk: tegra30: Use 300MHz for video decoder by default
          48bcd756aff6 ehea: fix error return code in ehea_restart_qps()
          6cbc167bc132 RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats
          6569ae1deb6c RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection
          8651ad0e2968 RDMA/rtrs-srv: Fix memory leak when having multiple sessions
          e7df73088443 RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object
          f03d4c12965e RDMA/rtrs: Do not reset hb_missed_max after re-connection
          bd4df557aeef RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats
          067b6631315d RDMA/srp: Fix a recently introduced memory leak
          116d5cdfacff mptcp: generate subflow hmac after mptcp_finish_join()
          284e741c4e2a mptcp: fix pr_debug in mptcp_token_new_connect
          eee0f7d399b6 drm/rockchip: cdn-dp: fix sign extension on an int multiply for a u64 result
          75db503c9cc7 drm/rockchip: lvds: Fix an error handling path
          59eb7193bef2 drm/rockchip: dsi: move all lane config except LCDC mux to bind()
          40492ebd29e1 drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write()
          ef61b0826c81 drm: rockchip: set alpha_en to 0 if it is not used
          7902ee2faefa net: ftgmac100: add missing error return code in ftgmac100_probe()
          28b3837b405f clk: meson: g12a: fix gp0 and hifi ranges
          27e9e0c46816 net: qrtr: ns: Fix error return code in qrtr_ns_init()
          40b701707ebf drm/vmwgfx: Fix cpu updates of coherent multisample surfaces
          a8e85ed08858 drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips command
          8f2b15ec3bec pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities
          6f4718c13400 pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin
          2d487941ee59 net: pch_gbe: Propagate error from devm_gpio_request_one()
          2f9f23c43a70 net: mvpp2: Put fwnode in error case during ->probe()
          b3fecbf60ebc video: fbdev: imxfb: Fix an error message
          1655266d91ed drm/ast: Fix missing conversions to managed API
          5885fce7b439 drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()
          0cd39c96574d drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
          45415d1f9929 drm/bridge/sii8620: fix dependency on extcon
          1de9425286f1 xfrm: xfrm_state_mtu should return at least 1280 for ipv6
          10f32b8c9eb8 mm/page_alloc: fix counting of managed_pages
          d7deea31ed6f mm: page_alloc: refactor setup_per_zone_lowmem_reserve()
          5458985533ba mm: memcg/slab: properly set up gfp flags for objcg pointer array
          8e4af3917bfc mm/shmem: fix shmem_swapin() race with swapoff
          a5dcdfe4cb4a swap: fix do_swap_page() race with swapoff
          29ae2c9c9ccc mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()
          7abf6e576354 mm/debug_vm_pgtable/basic: iterate over entire protection_map[]
          27634d63ca58 mm/debug_vm_pgtable/basic: add validation for dirtiness after write protect
          c872674da724 dax: fix ENOMEM handling in grab_mapping_entry()
          c015295b28d6 ocfs2: fix snprintf() checking
          512106ae2355 blk-mq: update hctx->dispatch_busy in case of real scheduler
          3e33b1329c61 cpufreq: Make cpufreq_online() call driver->offline() on errors
          cc0b1776fd1d ACPI: bgrt: Fix CFI violation
          3cbe01ac28a8 ACPI: Use DEVICE_ATTR_<RW|RO|WO> macros
          d3dd2fe2743f blk-wbt: make sure throttle is enabled properly
          1c2f21a8a0c2 blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled()
          e0afab5181d0 ACPI: APEI: fix synchronous external aborts in user-mode
          f626452df805 extcon: extcon-max8997: Fix IRQ freeing at error path
          45b399e309f5 clocksource/drivers/timer-ti-dm: Save and restore timer TIOCP_CFG
          0317b728d8ae mark pstore-blk as broken
          296fbe2608d2 ACPI: sysfs: Fix a buffer overrun problem with description_show()
          ce47ae8961dd nvme-pci: look for StorageD3Enable on companion ACPI device instead
          3ffe41f25f21 block: avoid double io accounting for flush request
          17e77feaddd6 ACPI: PM / fan: Put fan device IDs into separate header file
          4dcb59d6a288 PM / devfreq: Add missing error code in devfreq_add_device()
          a61f8a2e45be media: video-mux: Skip dangling endpoints
          62c666805af4 media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdev
          6bfcb6178925 psi: Fix race between psi_trigger_create/destroy
          8d7debe74475 crypto: nx - Fix RCU warning in nx842_OF_upd_status
          c43082d284fa spi: spi-sun6i: Fix chipselect/clock bug
          f18f7a227697 lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTING
          fca9e784a36c lockdep: Fix wait-type for empty stack
          ca47a4fa8996 sched/uclamp: Fix uclamp_tg_restrict()
          aea030cefc59 sched/rt: Fix Deadline utilization tracking during policy change
          c576472a051a sched/rt: Fix RT utilization tracking during policy change
          67f66d48bd10 x86/sev: Split up runtime #VC handler for correct state tracking
          2e1003f3ee77 x86/sev: Make sure IRQs are disabled while GHCB is active
          eefebcda89a8 btrfs: clear log tree recovering status if starting transaction fails
          aec3a574c632 regulator: hi655x: Fix pass wrong pointer to config.driver_data
          96275c8f6c58 KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is set
          e5154bf2177c perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ number
          31dcfec19dd0 KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
          64d31137b1a6 KVM: nVMX: Don't clobber nested MMU's A/D status on EPTP switch
          bac38bd7c458 KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap
          b2c5af71ce4b KVM: nVMX: Sync all PGDs on nested transition with shadow paging
          5ac406b81c0d hwmon: (max31790) Fix fan speed reporting for fan7..12
          e02d52b7e9c5 hwmon: (max31722) Remove non-standard ACPI device IDs
          5c00e994978d hwmon: (lm70) Revert "hwmon: (lm70) Add support for ACPI"
          5cfc66b45450 hwmon: (lm70) Use device_get_match_data()
          c9f8416e43f8 media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctx
          921d2518dbba media: subdev: remove VIDIOC_DQEVENT_TIME32 handling
          bb5e089df700 arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan
          8d6acfe80da1 arm64: consistently use reserved_pg_dir
          f1f30b3373df mmc: usdhi6rol0: fix error return code in usdhi6_probe()
          cd909ebb7315 crypto: sm2 - fix a memory leak in sm2
          d598b8b77b17 crypto: sm2 - remove unnecessary reset operations
          deef40c47e66 crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit
          bc50c403859f crypto: omap-sham - Fix PM reference leak in omap sham ops
          615f2f5e7eb8 crypto: nitrox - fix unchecked variable in nitrox_register_interrupts
          5d4cb7c39436 regulator: fan53880: Fix vsel_mask setting for FAN53880_BUCK
          082d977b4688 media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2()
          52734fb99e69 m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warning
          b54a0f7926bd media: gspca/gl860: fix zero-length control requests
          0109910cbdd8 media: tc358743: Fix error return code in tc358743_probe_of()
          5091f2738d78 media: au0828: fix a NULL vs IS_ERR() check
          31157148a591 media: exynos4-is: Fix a use after free in isp_video_release
          2a91d7cc425c media: rkvdec: Fix .buf_prepare
          5a3ac10611d6 locking/lockdep: Reduce LOCKDEP dependency list
          1328decacd31 pata_ep93xx: fix deferred probing
          bab207d3524e media: rc: i2c: Fix an error message
          a9d02976e9ba crypto: ccp - Fix a resource leak in an error handling path
          c3285441b4cd crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()
          8ac033d9c451 crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()
          c0ec4ac43638 x86/elf: Use _BITUL() macro in UAPI headers
          912d16a2d730 evm: fix writing <securityfs>/evm overflow
          403577f75d5c pata_octeon_cf: avoid WARN_ON() in ata_host_activate()
          5f9aaaaac816 kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n'
          37481ad72d96 sched/uclamp: Fix locking around cpu_util_update_eff()
          6c2b3d565fca sched/uclamp: Fix wrong implementation of cpu.uclamp.min
          b49d231c67e8 media: I2C: change 'RST' to "RSET" to fix multiple build errors
          e7a376edb484 pata_rb532_cf: fix deferred probing
          9df79fd17b7f sata_highbank: fix deferred probing
          45d2d67833ae crypto: ux500 - Fix error return code in hash_hw_final()
          8c8c11b4df70 crypto: ixp4xx - update IV after requests
          f00454ac40f8 crypto: ixp4xx - dma_unmap the correct address
          2c3164f31a49 media: hantro: do a PM resume earlier
          6efd8921eb84 media: s5p_cec: decrement usage count if disabled
          e23dc4a3e8ff media: venus: Rework error fail recover logic
          08d0aa16a1f7 spi: Avoid undefined behaviour when counting unused native CSs
          db5a7e22c96c spi: Allow to have all native CSs in use along with GPIOs
          0c1d1517d616 writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
          3bf8076a7b46 ia64: mca_drv: fix incorrect array size calculation
          fc12d8fbcf1a kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
          1208f10b4b8a block: fix discard request merge
          9d0634f6cbcb mailbox: qcom: Use PLATFORM_DEVID_AUTO to register platform device
          c35b484130cc cifs: fix missing spinlock around update to ses->status
          a72d660c0dcc HID: wacom: Correct base usage for capacitive ExpressKey status bits
          6bac00744b62 ACPI: tables: Add custom DSDT file as makefile prerequisite
          5c93dd7c5952 tpm_tis_spi: add missing SPI device ID entries
          d9b40ebd448e clocksource: Check per-CPU clock synchronization when marked unstable
          03a65c14ab47 clocksource: Retry clock read if long delays detected
          8ab9714fd84b ACPI: EC: trust DSDT GPE for certain HP laptop
          c406bb9ece6e cifs: improve fallocate emulation
          998d9fefdd47 PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv()
          f5a90d44a1bc EDAC/Intel: Do not load EDAC driver when running as a guest
          950a7399056d nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()
          66e8848482f2 nvme-pci: fix var. type for increasing cq_head
          9dc2c2b94194 platform/x86: toshiba_acpi: Fix missing error code in toshiba_acpi_setup_keyboard()
          e2cf3b5cb29e platform/x86: asus-nb-wmi: Revert "add support for ASUS ROG Zephyrus G14 and G15"
          dff246672236 platform/x86: asus-nb-wmi: Revert "Drop duplicate DMI quirk structures"
          1da08a428ec3 block: fix race between adding/removing rq qos and normal IO
          555dba7c631a ACPI: resources: Add checks for ACPI IRQ override
          c79852298ce7 ACPI: bus: Call kobject_put() in acpi_init() error path
          a8c0057aee14 ACPICA: Fix memory leak caused by _CID repair function
          2ebbe3a62024 fs: dlm: fix memory leak when fenced
          eda609d8646f drivers: hv: Fix missing error code in vmbus_connect()
          019d04f91466 open: don't silently ignore unknown O-flags in openat2()
          d838dddf3f08 random32: Fix implicit truncation warning in prandom_seed_state()
          7425fe57d94f fs: dlm: cancel work sync othercon
          747b654e4069 blk-mq: clear stale request in tags->rq[] before freeing one request pool
          a3362ff0433b blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
          f58625bf2ca9 block_dump: remove block_dump feature in mark_inode_dirty()
          ca8541015d25 ACPI: EC: Make more Asus laptops use ECDT _GPE
          b74b839a169b platform/x86: touchscreen_dmi: Add info for the Goodix GT912 panel of TM800A550L tablets
          d4801889d61f platform/x86: touchscreen_dmi: Add an extra entry for the upside down Goodix touchscreen on Teclast X89 tablets
          bb3a3a6cebb3 Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to touchscreen_dmi.c
          9e914f59cc3a lib: vsprintf: Fix handling of number field widths in vsscanf
          f8c3236890eb hv_utils: Fix passing zero to 'PTR_ERR' warning
          0f2f5293023f ACPI: processor idle: Fix up C-state latency if not ordered
          ae281fbbc4e5 EDAC/ti: Add missing MODULE_DEVICE_TABLE
          2c0285062dd7 HID: do not use down_interruptible() when unbinding devices
          51b7499cecc4 ACPI: video: use native backlight for GA401/GA502/GA503
          83653ace03e6 media: Fix Media Controller API config checks
          f0b8f5682db8 regulator: da9052: Ensure enough delay time for .set_voltage_time_sel
          5d9e3279f507 regulator: mt6358: Fix vdram2 .vsel_mask
          b58b54ef4978 KVM: s390: get rid of register asm usage
          963baea02ddd lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
          93cc59d8d0fa locking/lockdep: Fix the dep path printing for backwards BFS
          9c0835c69db8 btrfs: disable build on platforms having page size 256K
          ad71a9ad74b1 btrfs: don't clear page extent mapped if we're not invalidating the full page
          703b494a68f9 btrfs: sysfs: fix format string for some discard stats
          8d05e30c974f btrfs: abort transaction if we fail to update the delayed inode
          e0ffb169a35e btrfs: fix error handling in __btrfs_update_delayed_inode
          9b2829123727 KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
          00b1a9f0e8d9 drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe()
          625ee7d26799 hwmon: (max31790) Fix pwmX_enable attributes
          c1eb091dbbbb hwmon: (max31790) Report correct current pwm duty cycles
          49623e4b7350 media: imx-csi: Skip first few frames from a BT.656 source
          72962620efcb media: siano: fix device register error path
          cc4ba5a3979a media: dvb_net: avoid speculation from net slot
          c34f3912a7d6 crypto: shash - avoid comparing pointers to exported functions under CFI
          0d201fee96b6 spi: meson-spicc: fix memory leak in meson_spicc_probe
          a0bbb5d378da spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.
          ea7e1b581b2d mmc: via-sdmmc: add a check against NULL pointer dereference
          237999da7036 mmc: sdhci-sprd: use sdhci_sprd_writew
          b6cbe1fcf85e memstick: rtsx_usb_ms: fix UAF
          8c252a63032a media: dvd_usb: memory leak in cinergyt2_fe_attach
          e78a588b595d Makefile: fix GDB warning with CONFIG_RELR
          bce4838273e5 crypto: hisilicon/sec - fixup 3des minimum key size declaration
          74ef2418a76b media: st-hva: Fix potential NULL pointer dereferences
          617afcee2a5f media: bt8xx: Fix a missing check bug in bt878_probe
          1f9cff025d65 media: v4l2-core: Avoid the dangling pointer in v4l2_fh_release
          1d2838152e19 media: cedrus: Fix .buf_prepare
          cbfb77c2f965 media: hantro: Fix .buf_prepare
          6e08d3ab5ced media: em28xx: Fix possible memory leak of em28xx struct
          75c45a81889a media: bt878: do not schedule tasklet when it is not setup
          a61d119248ed media: i2c: ov2659: Use clk_{prepare_enable,disable_unprepare}() to set xvclk on/off
          9fa8542a63b6 sched/fair: Fix ascii art by relpacing tabs
          d0214b841c1d arm64: perf: Convert snprintf to sysfs_emit
          addcb6bb584a crypto: qce: skcipher: Fix incorrect sg count for dma transfers
          d000c598db1d crypto: qat - remove unused macro in FW loader
          5daa889433c9 crypto: qat - check return code of qat_hal_rd_rel_reg()
          996234180748 media: imx: imx7_mipi_csis: Fix logging of only error event counters
          179d9c18ba83 media: pvrusb2: fix warning in pvr2_i2c_core_done
          893c243e52f2 media: hevc: Fix dependent slice segment flags
          a245f93ad067 media: cobalt: fix race condition in setting HPD
          4626df7f65b4 media: cpia2: fix memory leak in cpia2_usb_probe
          e717d6c291d1 media: sti: fix obj-$(config) targets
          93f80a0bbd5b crypto: nx - add missing MODULE_DEVICE_TABLE
          4e8c9510b787 hwrng: exynos - Fix runtime PM imbalance on error
          3c51d82d0b78 sched/core: Initialize the idle task with preemption disabled
          f8607f5ebe87 regulator: uniphier: Add missing MODULE_DEVICE_TABLE
          66f0f478ecea spi: omap-100k: Fix the length judgment problem
          8692603ff155 spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()
          cb42cf32ce2e spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'
          b980385a70ea media: exynos-gsc: fix pm_runtime_get_sync() usage count
          a8b1889cd618 media: exynos4-is: fix pm_runtime_get_sync() usage count
          29fd79b6280b media: sti/bdisp: fix pm_runtime_get_sync() usage count
          abdc89771018 media: sunxi: fix pm_runtime_get_sync() usage count
          d627fc298cda media: s5p-jpeg: fix pm_runtime_get_sync() usage count
          3c90c3fbdc96 media: mtk-vcodec: fix PM runtime get logic
          8318f7bc0e65 media: sh_vou: fix pm_runtime_get_sync() usage count
          64e291d697a0 media: am437x: fix pm_runtime_get_sync() usage count
          adf052c77963 media: s5p: fix pm_runtime_get_sync() usage count
          437ca06c7899 media: mdk-mdp: fix pm_runtime_get_sync() usage count
          ff7e4b94db72 media: marvel-ccic: fix some issues when getting pm_runtime
          ccf0a291f7e1 staging: media: rkvdec: fix pm_runtime_get_sync() usage count
          b2c4d9a33cc2 Add a reference to ucounts for each cred
          61a7a634a0c8 spi: Make of_register_spi_device also set the fwnode
          f2b240047644 thermal/cpufreq_cooling: Update offline CPUs per-cpu thermal_pressure
          4eab2e2e9889 fuse: reject internal errno
          bb7ee90ea524 fuse: check connected before queueing on fpq->io
          912e98505a63 fuse: ignore PG_workingset after stealing
          576b44c32669 fuse: Fix infinite loop in sget_fc()
          ae6ab39251f7 fuse: Fix crash if superblock of submount gets killed early
          91c2aa2c64b8 fuse: Fix crash in fuse_dentry_automount() error path
          53124265fca8 evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
          7b84c7d7e2c2 evm: Execute evm_inode_init_security() only when an HMAC key is loaded
          a7e18f57eddf loop: Fix missing discard support when using LOOP_CONFIGURE
          75395690e5e6 powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()
          c556b938b3be seq_buf: Make trace_seq_putmem_hex() support data longer than 8
          0531e84bc8ac tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
          2aedacfaf601 tracing/histograms: Fix parsing of "sym-offset" modifier
          998de999ba7d rsi: fix AP mode with WPA failure due to encrypted EAPOL
          71808ec5b982 rsi: Assign beacon rate settings to the correct rate_info descriptor field
          43189683fe5d ssb: sdio: Don't overwrite const buffer if block_write fails
          58940e88ba63 ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()
          cc46d6d14fc7 serial_cs: remove wrong GLOBETROTTER.cis entry
          cf727d99ab63 serial_cs: Add Option International GSM-Ready 56K/ISDN modem
          23055da5618f serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
          17451bd0364f serial: mvebu-uart: fix calculation of clock divisor
          8c90ec9965ba iio: accel: bma180: Fix BMA25x bandwidth register values
          9efc775c28b4 iio: ltr501: ltr501_read_ps(): add missing endianness conversion
          c6c3ea1d9d4f iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTR
          fbadeba72e14 iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA as volatile, too
          17c67f484893 iio: light: tcs3472: do not free unallocated IRQ
          6534a5e0c28c iio: frequency: adf4350: disable reg and clk on error in adf4350_probe()
          a6f7bf2652bb rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path
          e92bd19246cc clk: agilex/stratix10: fix bypass representation
          3093214a6aa4 clk: agilex/stratix10: remove noc_clk
          308d01f5255b clk: agilex/stratix10/n5x: fix how the bypass_reg is handled
          e582a2f35245 f2fs: Prevent swap file in LFS mode
          36ae903607f6 s390: mm: Fix secure storage access exception handling
          38a2ba82e249 s390/cio: dont call css_wait_for_slow_path() inside a lock
          9aae145dc500 KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk
          a9ac58f85f12 KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
          30c44537cb10 KVM: PPC: Book3S HV: Workaround high stack usage with clang
          39d0dfab6c3e KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
          7510c5cd0dc4 perf/smmuv3: Don't trample existing events with global filter
          9109e15709cd mm/gup: fix try_grab_compound_head() race with split_huge_page()
          9b0d1f4cb862 bus: mhi: Wait for M2 state during system resume
          cbcbfb048804 SUNRPC: Should wake up the privileged task firstly.
          30f56084980e SUNRPC: Fix the batch tasks count wraparound.
          c6d864601ef2 mac80211: remove iwlwifi specific workaround that broke sta NDP tx
          507925fff036 can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in TX path
          f79ea4755f6b can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RCU is done
          22bfa94db2ef can: isotp: isotp_release(): omit unintended hrtimer restart on socket release
          af94ef8f0b08 can: gw: synchronize rcu operations before removing gw job entry
          b52e0cf0bfc1 can: bcm: delay release of struct bcm_op after synchronize_rcu()
          aa07327083b5 ext4: use ext4_grp_locked_error in mb_find_extent
          6903f99f1921 ext4: fix avefreec in find_group_orlov
          98cd580211bf ext4: remove check for zero nr_to_scan in ext4_es_scan()
          68a40ff916a6 ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit
          f4e91a4e0d04 ext4: return error code when ext4_fill_flex_info() fails
          b368b0375e77 ext4: fix overflow in ext4_iomap_alloc()
          ea5466f1a777 ext4: fix kernel infoleak via ext4_extent_header
          076d9b06236a ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle
          80d05ce58a0b btrfs: clear defrag status of a root if starting transaction fails
          6b00b1717f58 btrfs: compression: don't try to compress if we don't have enough pages
          34172f601a9c btrfs: send: fix invalid path for unlink operations after parent orphanization
          2fa929803530 ARM: dts: at91: sama5d4: fix pinctrl muxing
          ea45145e6cb4 ARM: dts: ux500: Fix LED probing
          b34aa5aaaa22 arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode
          123c1b05b007 crypto: ccp - Annotate SEV Firmware file names
          834c47a387ae crypto: nx - Fix memcpy() over-reading in nonce
          b4c35e9e8061 Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl
          7b0393e6f6c8 iov_iter_fault_in_readable() should do nothing in xarray case
          b6df9e43d52d copy_page_to_iter(): fix ITER_DISCARD case
          d91638f70e81 selftests/lkdtm: Avoid needing explicit sub-shell
          1738bcf9e652 ntfs: fix validity check for file name attribute
          f794c839dff1 gfs2: Fix error handling in init_statfs
          3ae1c663bdeb gfs2: Fix underflow in gfs2_page_mkwrite
          b242ae99fac6 xhci: solve a double free problem while doing s4
          ff0f59d2d884 usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()
          63d6029e6608 usb: dwc3: Fix debugfs creation flow
          022d22a311bb USB: cdc-acm: blacklist Heimann USB Appset device
          f9d9db593dcd usb: renesas-xhci: Fix handling of unknown ROM state
          3b545788505b usb: gadget: eem: fix echo command packet response issue
          c964c4682efb net: can: ems_usb: fix use-after-free in ems_usb_disconnect()
          a2ad0bddd0aa Input: usbtouchscreen - fix control-request directions
          23e8f468849d media: dvb-usb: fix wrong definition
          a6f433fd9e53 ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 830 G8 Notebook PC
          ba65dd6eb826 ALSA: hda/realtek: Apply LED fixup for HP Dragonfly G1, too
          13a05c7b434f ALSA: hda/realtek: Fix bass speaker DAC mapping for Asus UM431D
          37e179c0289f ALSA: hda/realtek: Improve fixup for HP Spectre x360 15-df0xxx
          ea824a31a3d2 ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook x360 830 G8
          659b440a8d04 ALSA: hda/realtek: Add another ALC236 variant support
          36bc25ec61b0 ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 630 G8
          0535de167b38 ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G8
          2a13d43821b2 ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 450 G8
          9127b2770365 ALSA: intel8x0: Fix breakage at ac97 clock measurement
          19418ed317ca ALSA: usb-audio: scarlett2: Fix wrong resume call
          5c4d51b438f3 ALSA: firewire-motu: fix stream format for MOTU 8pre FireWire
          313a5e869d04 ALSA: usb-audio: Fix OOB access at proc output
          cfd3c66ca73a ALSA: usb-audio: fix rate on Ozone Z90 USB headset
          ae9957b3ee16 Bluetooth: Remove spurious error message
          f5af19889ff0 Bluetooth: btqca: Don't modify firmware contents in-place
          3cdcbd1b8ce3 Bluetooth: hci_qca: fix potential GPF
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      3c48b0a7
    • Bruce Ashfield's avatar
      linux-yocto/5.13: update to v5.13.2 · b17168cf
      Bruce Ashfield authored
      
      
      Updating linux-yocto/5.13 to the latest korg -stable release that comprises
      the following commits:
      
          d6fc894baac7 Linux 5.13.2
          20a015e948b8 powerpc/preempt: Don't touch the idle task's preempt_count during hotplug
          51189a3c6e54 iommu/dma: Fix compile warning in 32-bit builds
          572b2a62a94f cred: add missing return error code when set_cred_ucounts() failed
          c3f65e8e26ee sched: Stop PF_NO_SETAFFINITY from being inherited by various init system threads
          f13f01567321 s390: preempt: Fix preempt_count initialization
          fbbd050e05d1 crypto: qce - fix error return code in qce_skcipher_async_req_handle()
          bd619678f674 scsi: core: Retry I/O for Notify (Enable Spinup) Required error
          d7c62923708b media: exynos4-is: remove a now unused integer
          8d3433ec89cc mmc: vub3000: fix control-request direction
          165d6c32f8d0 mmc: block: Disable CMDQ on the ioctl path
          03105a24cd2b io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT
          4f5be8b54bd4 io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
          378a830c2608 io_uring: fix blocking inline submission
          89d2a15d0526 block: return the correct bvec when checking for gaps
          3f7e6cae2064 erofs: fix error return code in erofs_read_superblock()
          9d2da0b8863a tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
          5859c67160c3 fscrypt: fix derivation of SipHash keys on big endian CPUs
          119782bf159e fscrypt: don't ignore minor_hash when hash is 0
          2f2d7dc088c3 mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustion
          610de611adae scsi: libfc: Correct the condition check and invalid argument passed
          17902d3eb4dd scsi: lpfc: Fix Node recovery when driver is handling simultaneous PLOGIs
          fc9f2f00424d scsi: lpfc: Fix unreleased RPIs when NPIV ports are created
          1d51f50c5af9 scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()
          c593bc3cb872 scsi: fc: Correct RHBA attributes length
          63b60a83ce27 scsi: megaraid_sas: Send all non-RW I/Os for TYPE_ENCLOSURE device through firmware
          646efb94462b exfat: handle wrong stream entry size in exfat_readdir()
          43661346eb26 csky: syscache: Fixup duplicate cache flush
          268e8c75ecdf i2c: mpc: Restore reread of I2C status register
          ffa7e0d5920e perf llvm: Return -ENOMEM when asprintf() fails
          5d12814f02d4 selftests/vm/pkeys: refill shadow register after implicit kernel write
          328f60fa16d7 selftests/vm/pkeys: handle negative sys_pkey_alloc() return code
          b8e5d3ad5f5e selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random
          0ef6f9783957 lib/math/rational.c: fix divide by zero
          928003bd28c3 kfence: unconditionally use unbound work queue
          11ebc09e50dc mm/zswap.c: fix two bugs in zswap_writeback_entry()
          72b032f10071 mm: migrate: fix missing update page_private to hugetlb_page_subpool
          95d192da198d mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page
          ccb7848e2344 mm/z3fold: fix potential memory leak in z3fold_destroy_pool()
          093d3fc8cb23 hugetlb: remove prep_compound_huge_page cleanup
          9f7229c901c1 mm/huge_memory.c: don't discard hugepage if other processes are mapping it
          f13259175e4f mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
          afafd371e7de mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
          ada044539470 vfio/pci: Handle concurrent vma faults
          13a4d6ea398e powerpc/64s/interrupt: preserve regs->softe for NMI interrupts
          9924e27c19ac powerpc/64s: fix hash page fault interrupt handler
          4dcbce306d75 arm64: dts: marvell: armada-37xx: Fix reg for standard variant of UART
          25b601d9d877 serial: mvebu-uart: correctly calculate minimal possible baudrate
          59146c5835a4 serial: mvebu-uart: do not allow changing baudrate when uartclk is not available
          ce2d17c9801b ALSA: firewire-lib: Fix 'amdtp_domain_start()' when no AMDTP_OUT_STREAM stream is found
          1a09a3788772 powerpc: Fix is_kvm_guest() / kvm_para_available()
          0cbe9d9639d1 powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailable
          3ffbbc876404 powerpc/64s: Fix copy-paste data exposure into newly created tasks
          ba824a836d68 powerpc/papr_scm: Properly handle UUID types and API
          410006801ea4 powerpc: Offline CPU in stop_this_cpu()
          ed87ec89b7f6 serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs
          a8f4bf372aae staging: rtl8723bs: Fix an error handling path
          905bb4b7c2c1 selftests/sgx: remove checks for file execute permissions
          16bd2acbad85 selftests/ftrace: fix event-no-pid on 1-core machine
          5b2499ec3fb0 leds: ktd2692: Fix an error handling path
          2f0b82e12dbc leds: as3645a: Fix error return code in as3645a_parse_node()
          3a75092cac53 ASoC: fsl_spdif: Fix unexpected interrupt after suspend
          d759ee26be7c ASoC: Intel: sof_sdw: add SOF_RT715_DAI_ID_FIX for AlderLake
          19a4d95bfadd configfs: fix memleak in configfs_release_bin_file
          2c3bf6723aa5 ASoC: fsl_xcvr: disable all interrupts when suspend happens
          86f6ad630bfa ASoC: atmel-i2s: Fix usage of capture and playback at the same time
          0f2f89c0642a ASoC: atmel-i2s: Set symmetric sample bits
          7ff5db55f657 powerpc/powernv: Fix machine check reporting of async store errors
          c6c8a250117f extcon: max8997: Add missing modalias string
          3076d98e2c7f extcon: sm5502: Drop invalid register write in sm5502_reg_data
          b27d30b9a006 phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe()
          a3b870c5f130 phy: uniphier-pcie: Fix updating phy parameters
          96e9297738d6 soundwire: stream: Fix test for DP prepare complete
          f7150fc410e7 scsi: mpt3sas: Fix error return value in _scsih_expander_add()
          6e0b909ad746 habanalabs: Fix an error handling path in 'hl_pci_probe()'
          e0eaeea9a9ff mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvell_nfc_resume()
          93968d634142 of: Fix truncation of memory sizes on 32-bit platforms
          fe1870f414cb ASoC: cs42l42: Correct definition of CS42L42_ADC_PDN_MASK
          db91960d40bc iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          4637815d7922 iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          1e8c05290286 serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates
          63432a8b2af2 usb: phy: tegra: Correct definition of B_SESS_VLD_WAKEUP_EN bit
          13c6cb27fe17 usb: phy: tegra: Wait for VBUS wakeup status deassertion on suspend
          94dd90587784 staging: mt7621-dts: fix pci address for PCI memory range
          ab28a20dda47 coresight: core: Fix use of uninitialized pointer
          5f7ce5c416f4 staging: rtl8712: fix memory leak in rtl871x_load_fw_cb
          7709bce7514d staging: rtl8712: fix error handling in r871xu_drv_init
          cf011614add0 staging: gdm724x: check for overflow in gdm_lte_netif_rx()
          b48eb064f4ef staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt()
          bf0c039cd5d8 ASoC: fsl_spdif: Fix error handler with pm_runtime_enable
          a122de486271 iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          181d881980c0 iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          3563bb70d6ba iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          129cef3b2a6c iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          4a67fd76a418 iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          60882b0995a3 iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          5e8a3efb3e9c iio: dummy: Fix build error when CONFIG_IIO_TRIGGERED_BUFFER is not set
          d4ff9e9ed5af kunit: Fix result propagation for parameterised tests
          61dc159ec20e mtd: spinand: Fix double counting of ECC stats
          505056e4bdc2 thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default()
          ab9e76493196 mtd: spi-nor: otp: return -EROFS if region is read-only
          534ba50f4de9 mtd: spi-nor: otp: fix access to security registers in 4 byte mode
          3802b97849b6 eeprom: idt_89hpesx: Restore printing the unsupported fwnode name
          21652cc1d368 eeprom: idt_89hpesx: Put fwnode in matching case during ->probe()
          9d5d1903cde3 usb: dwc2: Don't reset the core after setting turnaround time
          3328f627c90b usb: gadget: f_fs: Fix setting of device and driver data cross-references
          e78e2c04941a ASoC: mediatek: mtk-btcvsd: Fix an error handling path in 'mtk_btcvsd_snd_probe()'
          8a7cbece6b69 ASoC: rt711-sdca: handle mbq_regmap in rt711_sdca_io_init
          060735a28a1f ASoC: rt711-sdca-sdw: add readable for SDW_SDCA_CTL() registers
          c7c275d9930c ASoC: rt5682-sdw: set regcache_cache_only false before reading RT5682_DEVICE_ID
          186373129258 ASoC: rt5682: Fix a problem with error handling in the io init function of the soundwire
          5544d5522a19 ASoC: rt715-sdca: fix clock stop prepare timeout issue
          15e920874b4d ASoC: rt715-sdw: use first_hw_init flag on resume
          ea62150dd733 ASoC: rt715-sdca-sdw: use first_hw_init flag on resume
          7b87d4763fe2 ASoC: rt711-sdw: use first_hw_init flag on resume
          9c06ea07f82e ASoC: rt711-sdca-sdw: use first_hw_init flag on resume
          7baba8a47772 ASoC: rt700-sdw: use first_hw_init flag on resume
          b4b4f4c0df1f ASoC: rt5682-sdw: use first_hw_init flag on resume
          d2d2558c1920 ASoC: rt1316-sdw: use first_hw_init flag on resume
          b1cdc0cdf894 ASoC: rt1308-sdw: use first_hw_init flag on resume
          c96efdc4e755 ASoC: max98373-sdw: use first_hw_init flag on resume
          fd999972a61b ASoC: max98373-sdw: add missing memory allocation check
          0420caf49693 iommu/dma: Fix IOVA reserve dma ranges
          2efa055728cd selftests: splice: Adjust for handler fallback removal
          c7f4ec0649dc s390: appldata depends on PROC_SYSCTL
          11a86e01ae29 s390: enable HAVE_IOREMAP_PROT
          5cef83686407 iommu/amd: Tidy up DMA ops init
          a935344b6dac iommu/amd: Fix extended features logging
          a9c55cbadef5 visorbus: fix error return code in visorchipset_init()
          3886a5e6bbe3 fsi/sbefifo: Fix reset timeout
          657cd9acd6ef fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE
          ebb29df21cec fsi: occ: Don't accept response from un-initialized OCC
          485d8c421dbc fsi: scom: Reset the FSI2PIB engine for any error
          7d884f6f7faa fsi: core: Fix return of error values on failures
          51ab817f8a0b mfd: rn5t618: Fix IRQ trigger by changing it to level mode
          f0a5801a8df2 mfd: Remove software node conditionally and locate at right place
          cffae75db764 mfd: mp2629: Select MFD_CORE to fix build error
          270c97c23e0d scsi: iscsi: Flush block work before unblock
          bee1e10216dc scsi: iscsi: Fix in-kernel conn failure handling
          3f1782fc50f9 scsi: iscsi: Rel ref after iscsi_lookup_endpoint()
          96a6275ea900 scsi: iscsi: Use system_unbound_wq for destroy_work
          6622a20c1c70 scsi: iscsi: Force immediate failure during shutdown
          901d6de154af scsi: iscsi: Stop queueing during ep_disconnect
          c7db90f1ad98 scsi: FlashPoint: Rename si_flags field
          710c7ffff9ae leds: lp50xx: Put fwnode in error case during ->probe()
          93d38eec2923 leds: lm3697: Don't spam logs when probe is deferred
          a20a178d2aaf leds: lm3692x: Put fwnode in any case during ->probe()
          4c8bfceb5c40 leds: lm36274: Put fwnode in error case during ->probe()
          0045de214652 leds: lm3532: select regmap I2C API
          bd9b145ab8ab leds: lgm-sso: Fix clock handling
          fee25ffa1454 leds: class: The -ENOTSUPP should never be seen by user space
          e25b5dcc4c86 tty: nozomi: Fix the error handling path of 'nozomi_card_init()'
          1d1edde89cb4 firmware: stratix10-svc: Fix a resource leak in an error handling path
          51790ca96fd0 misc/pvpanic-mmio: Fix error handling in 'pvpanic_mmio_probe()'
          a9ecb8bc82ab misc/pvpanic-pci: Fix error handling in 'pvpanic_pci_probe()'
          b91a065a5ba4 char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()
          f46e3fd7d965 staging: mmal-vchiq: Fix incorrect static vchiq_instance.
          9e6812ac02cb mtd: rawnand: arasan: Ensure proper configuration for the asserted target
          765beb5ef9da mtd: parsers: qcom: Fix leaking of partition name
          d5023eb76f0d mtd: partitions: redboot: seek fis-index-block in the right node
          e6fd14af0e6b perf scripting python: Fix tuple_set_u64()
          693c6dc2bdb3 Input: hil_kbd - fix error return code in hil_dev_connect()
          0a663843c2d5 ASoC: rsnd: tidyup loop on rsnd_adg_clk_query()
          524f37995032 usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalled
          69660a9aee19 backlight: lm3630a_bl: Put fwnode in error case during ->probe()
          bed4f1f93767 ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_startup()
          4f662271fc5b ASoC: rk3328: fix missing clk_disable_unprepare() on error in rk3328_platform_probe()
          af74662aaa87 iio: potentiostat: lmp91000: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          90c16bad0d13 iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
          b1d6d4cecdaa iio: chemical: atlas: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          5499e7544736 iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          57df003962c4 iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          61aa73978ae5 iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          b25f1318c124 iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          d40bbe4ccfe6 iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          c8d0c967c042 iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          ca40b4e4d0fb iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          f124951d8b2f iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          870214f4d617 iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          e41a3882768d iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          64dff722b0df iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          c4302d44f1f1 iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          927a7d88f085 iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          cc3e33b0c9a4 iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          3ef6d9ff5b73 iio: accel: mxc4005: Fix overread of data and alignment issue.
          f8bd73333948 iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          8d49028df646 iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          72daeb5f020e iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          b9e837d4a7a4 iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
          0a918214b71a iio: adis16475: do not return ints in irq handlers
          cac49141208a iio: adis16400: do not return ints in irq handlers
          7ad60ebd7c04 iio: adis_buffer: do not return ints in irq handlers
          52728a7966da mwifiex: re-fix for unaligned accesses
          b25bc3e21b80 phy: ralink: phy-mt7621-pci: properly print pointer address
          c99410c9223d tty: nozomi: Fix a resource leak in an error handling function
          527cc7317abf serial: 8250_omap: fix a timeout loop condition
          d12c159cdd24 serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
          032c57aadf36 serial: fsl_lpuart: don't modify arbitrary data on lpuart32
          75f27ce5b93b rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
          0b5edb884bf7 ASoC: rt5682: Disable irq on shutdown
          6dfbed1ac573 staging: fbtft: Don't spam logs when probe is deferred
          37a3335c1b45 staging: fbtft: Rectify GPIO handling
          3fc3179becfa staging: rtl8712: Fix some tests against some 'data' subtype frames
          466654d21be1 MIPS: Fix PKMAP with 32-bit MIPS huge page support
          7ab2438efaba RDMA/core: Always release restrack object
          d19a51aaafcf RDMA/mlx5: Don't access NULL-cleared mpi pointer
          420451e090ee net: tipc: fix FB_MTU eat two pages
          281c4b33035b net: sched: fix warning in tcindex_alloc_perfect_hash
          37287acdae77 net: lwtunnel: handle MTU calculation in forwading
          cae2f265c5a9 writeback: fix obtain a reference to a freeing memcg css
          6eeb73fa1492 bpf, x86: Fix extable offset calculation
          514795d6fb84 clk: si5341: Update initialization magic
          2f19f9ef84c2 clk: si5341: Check for input clock presence and PLL lock on startup
          f09f20dc21b2 clk: si5341: Avoid divide errors due to bogus register contents
          91a1de176b94 clk: si5341: Wait for DEVICE_READY on startup
          884a39889228 clk: qcom: clk-alpha-pll: fix CAL_L write in alpha_pll_fabia_prepare
          39468899710a clk: actions: Fix AHPPREDIV-H-AHB clock chain on Owl S500 SoC
          bb4367cc3722 clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoC
          7f8d9cca344f clk: actions: Fix SD clocks factor table on Owl S500 SoC
          059f4c4ca01e clk: actions: Fix UART clock dividers on Owl S500 SoC
          51c2a6cd472a clk: qcom: gcc: Add support for a new frequency for SC7280
          4c41eceb422b Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event
          606c3bdfa66a Bluetooth: Fix Set Extended (Scan Response) Data
          077f680b0e36 Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid
          3b760a0a24c7 Bluetooth: virtio_bt: add missing null pointer check on alloc_skb call return
          bed9525b9322 clk: zynqmp: fix compile testing without ZYNQMP_FIRMWARE
          5fe0ca3d5d92 Revert "be2net: disable bh with spin_lock in be_process_mcc"
          51a36dde7aa5 gve: Fix swapped vars when fetching max queues
          58faaa992dee RDMA/cma: Fix incorrect Packet Lifetime calculation
          2eddafd7ec46 bpfilter: Specify the log level for the kmsg message
          9c34dfa6f036 net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs()
          f6bb341b08ae e1000e: Check the PCIm state
          f5311a0c02aa ipv6: fix out-of-bound access in ip6_parse_tlv()
          710f87cb04f9 net: atlantic: fix the macsec key length
          d22eadd94ca5 net: phy: mscc: fix macsec key length
          70521208f6ce net: macsec: fix the length used to copy the key for offloading
          1e3b94af52bf RDMA/cma: Protect RMW with qp_mutex
          3e174152dfb9 ibmvnic: free tx_pool if tso_pool alloc fails
          ca854faf0b85 ibmvnic: set ltb->buff to NULL after freeing
          781b69c0d216 ibmvnic: account for bufs already saved in indir_buf
          5142c3925338 ibmvnic: clean pending indirect buffs during reset
          eacd61111d91 Revert "ibmvnic: remove duplicate napi_schedule call in open function"
          e7f3c4348fb1 Revert "ibmvnic: simplify reset_long_term_buff function"
          8b09cfd020cf RDMA/hns: Add window selection field of congestion control
          f067cd951611 RDMA/hns: Add a check to ensure integer mtu is positive
          8853324cd846 i40e: Fix missing rtnl locking when setting up pf switch
          431557e806dc i40e: Fix autoneg disabling for non-10GBaseT links
          7cd87f624d5e i40e: Fix error handling in i40e_vsi_open
          138fa2ab24ae bpf: Do not change gso_size during bpf_skb_change_proto()
          c7e78a1b0af7 can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for optlen == 0
          59e8f3f131a1 ipv6: exthdrs: do not blindly use init_net
          80dbfebba92f net: bcmgenet: Fix attaching to PYH failed on RPi 4B
          abca3782c5d6 mac80211: remove iwlwifi specific workaround NDPs of null_response
          be7be4caa6d0 drm/msm/dpu: Fix error return code in dpu_mdss_init()
          48a14a2d67e9 drm/msm: Fix error return code in msm_drm_init()
          e75247cd4522 drm/msm/disp/dpu1: avoid perf update in frame done event
          17992ed2fb98 drm/msm/dp: handle irq_hpd with sink_count = 0 correctly
          b8a6022adad6 bpf: Fix null ptr deref with mixed tail calls and subprogs
          7fc2cbe4c840 ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl()
          812801e0b924 ieee802154: hwsim: Fix memory leak in hwsim_add_one
          4416dc914cca RDMA/hns: Fix uninitialized variable
          5fc0d1725e73 RDMA/hns: Force rewrite inline flag of WQE
          3c4a4c05b01f tc-testing: fix list handling
          d44313d1240c net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queues
          9d47eeb96ddc net: broadcom: bcm4908_enet: reset DMA rings sw indexes properly
          a7d381c90c4b net/ipv4: swap flow ports when validating source
          6380a373f9d1 ip6_tunnel: fix GRE6 segmentation
          a1a10328ddab mptcp: avoid race on msk state changes
          027c5a4c89ec bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc
          f4ecb17d3ad4 vxlan: add missing rcu_read_lock() in neigh_reduce()
          f433230c5433 rtw88: 8822c: fix lc calibration timing
          1f7495df501f bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flags
          ef8f0bdbb724 iwlwifi: increase PNVM load timeout
          e47311366a79 netfilter: nf_tables: do not allow to delete table with owner by handle
          1433324d08ab netfilter: nf_tables: skip netlink portID validation if zero
          445e7e3cfe74 xfrm: Fix xfrm offload fallback fail case
          8e3823a5d97b pkt_sched: sch_qfq: fix qfq_change_class() error path
          7c8e4bc68e58 net: dsa: mv88e6xxx: Fix adding vlan 0
          c648c4bd3233 net: mana: Fix a memory leak in an error handling path in 'mana_create_txq()'
          7dc2320844fe mptcp: fix 32 bit DSN expansion
          9405815dad41 mptcp: fix bad handling of 32 bit ack wrap-around
          4a4d230b1778 netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer logic
          09b1f676e2e0 netfilter: nf_tables: memleak in hw offload abort path
          0fe29dd70194 tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
          6f26c4e638cd selftests: tls: fix chacha+bidir tests
          f4b35106f13c selftests: tls: clean up uninitialized warnings
          99b0c836b3d8 net: sched: add barrier to ensure correct ordering for lockless qdisc
          754da271ff3e vrf: do not push non-ND strict packets with a source LLA through packet taps again
          74a084743db0 skmsg: Teach sk_psock_verdict_apply() to return errors
          a72fd1ef2ddf skmsg: Fix a memory leak in sk_psock_verdict_apply()
          60eef5b7eecb skmsg: Clear skb redirect pointer before dropping it
          b2265f3e7fbe udp: Fix a memory leak in udp_read_sock()
          600a68d582b7 selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
          48c858a38ad2 net: ethernet: ezchip: fix error handling
          062e01fdb281 net: ethernet: ezchip: fix UAF in nps_enet_remove
          7e6f10fb798f net: ethernet: aeroflex: fix UAF in greth_of_remove
          d07ebb093e08 mt76: mt7921: fix the coredump is being truncated
          29ba2ad0ff18 mt76: mt7921: fix kernel warning when reset on vif is not sta
          611beba9b300 mt76: mt7915: fix rx fcs error count in testmode
          0a446c73492b mt76: mt7921: wake the device before dumping power table
          3acae0c71d2b mt76: mt7915: fix MT_EE_CAL_GROUP_SIZE
          734f5fe1b860 mt76: mt7615: fix potential overflow on large shift
          31635a9389f9 mt76: testmode: remove undefined behaviour in mt76_testmode_alloc_skb
          5b2deebec2b9 mt76: testmode: fix memory leak in mt76_testmode_alloc_skb
          2e25e8e35ab6 mt76: mt7921: do not schedule hw reset if the device is not running
          d26261090df5 mt76: mt7921: avoid unnecessary consecutive WiFi resets
          7c041b2b416a mt76: mt7921: fix OMAC idx usage
          7fd445618a31 mt76: mt7921: fix invalid register access in wake_work
          9d9fb322b13d mt76: mt7921: add back connection monitor support
          fcab20e23e3c mt76: mt7921: consider the invalid value for to_rssi
          a889b3e5efbb mt76: connac: fix WoW with disconnetion and bitmap pattern
          3c72c4f4013b mt76: connac: fw_own rely on all packet memory all being free
          7966772888c3 mt76: mt7921: Don't alter Rx path classifier
          ca72aaa9bdeb mt76: mt7921: fix mt7921_wfsys_reset sequence
          6d4004306f3a mt76: mt7615: fix NULL pointer dereference in tx_prepare_skb()
          fb63ea6702f4 mt76: fix possible NULL pointer dereference in mt76_tx
          57fa5990a28d mt76: mt7915: fix a signedness bug in mt7915_mcu_apply_tx_dpd()
          ba9232736dd4 net: pxa168_eth: Fix a potential data race in pxa168_eth_remove
          a00c9faf7efa samples/bpf: Fix the error return code of xdp_redirect's main()
          9abfeb4e2c5f samples/bpf: Fix Segmentation fault for xdp_redirect command
          a6f6a2fe3f2c RDMA/hns: Clear extended doorbell info before using
          fffdf02df829 RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr
          3cb841954361 bpf: Fix libelf endian handling in resolv_btfids
          01faf195e638 xsk: Fix broken Tx ring validation
          85912942f7fb xsk: Fix missing validation for skb and unaligned mode
          95599ef3256c selftests/bpf: Fix ringbuf test fetching map FD
          bb5639045961 selftests/bpf: Whitelist test_progs.h from .gitignore
          f35dd32ac502 RDMA/rxe: Fix qp reference counting for atomic ops
          d8a190f35b3b netfilter: nft_tproxy: restrict support to TCP and UDP transport protocols
          da0fa9a91fbd netfilter: nft_osf: check for TCP packet before further processing
          34a76bb820d6 netfilter: nft_exthdr: check for IPv6 packet before further processing
          803ffe5f1fa5 RDMA/mlx5: Don't add slave port to unaffiliated list
          e3fdf2f3cbbf netlabel: Fix memory leak in netlbl_mgmt_add_common
          4074391995a6 wil6210: remove erroneous wiphy locking
          c497a0c9c457 ath11k: send beacon template after vdev_start/restart during csa
          7f72b0b6c15a ath10k: Fix an error code in ath10k_add_interface()
          ab8fee33b6ec ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n()
          fdb3f590eb4a cw1200: Revert unnecessary patches that fix unreal use-after-free bugs
          eb6219ebf416 brcmsmac: mac80211_if: Fix a resource leak in an error handling path
          f257ee3efae5 brcmfmac: Delete second brcm folder hierarchy
          837f0c940b49 brcmfmac: Fix a double-free in brcmf_sdio_bus_reset
          35bb54ed3124 brcmfmac: correctly report average RSSI in station info
          da997cc14d9b brcmfmac: fix setting of station info chains bitmask
          aa68a411acd0 ssb: Fix error return code in ssb_bus_scan()
          88d70c35d1bf drm/i915/selftests: Reorder tasklet_disable vs local_bh_disable
          c1df1d2271da net: wwan: Fix WWAN config symbols
          af6eaa8f7031 wcn36xx: Move hal_buf allocation to devm_kmalloc in probe
          4ec8141fe718 clk: imx8mq: remove SYS PLL 1/2 clock gates
          0757175bd62f ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others
          e41dc10d83b7 wireless: carl9170: fix LEDS build errors & warnings
          4407f2b03b32 ath10k: add missing error return code in ath10k_pci_probe()
          bce39420d111 ath10k: go to path err_unsupported when chip id is not supported
          f3fe80f74081 tools/bpftool: Fix error return code in do_batch()
          944be014f9c1 net: stmmac: Fix potential integer overflow
          c7cfbf45325a stmmac: prefetch right address
          6be3f2d04fbe drm: qxl: ensure surf.data is ininitialized
          296031d154af clk: vc5: fix output disabling when enabling a FOD
          ef06eab3b9a6 drm/vc4: hdmi: Fix error path of hpd-gpios
          8434d0dadad3 drm/pl111: Actually fix CONFIG_VEXPRESS_CONFIG depends
          616a5ba2f822 RDMA/rxe: Fix failure during driver load
          987e84710dc7 drm/pl111: depend on CONFIG_VEXPRESS_CONFIG
          16723287bd62 IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_path
          325554115332 Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered"
          020155e97970 IB/cm: Split cm_alloc_msg()
          ad6608cdd66d IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg()
          66dfc041f8a9 RDMA/core: Sanitize WQ state received from the userspace
          9c13e23c16d6 net/sched: act_vlan: Fix modify to allow 0
          9177b18f8b54 xfrm: remove the fragment check for ipv6 beet mode
          ee3582564a16 clk: tegra30: Use 300MHz for video decoder by default
          96d211bddcf6 ehea: fix error return code in ehea_restart_qps()
          ca86c8cc2643 RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats
          84d3b0760dfc RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection
          b69606171c14 RDMA/rtrs-srv: Fix memory leak when having multiple sessions
          1ec059871932 RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object
          7fa6e4879492 RDMA/rtrs: Do not reset hb_missed_max after re-connection
          05c10aaaa068 RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats
          695f54b87dc9 RDMA/srp: Fix a recently introduced memory leak
          c49229641646 RDMA/hns: Fix wrong timer context buffer page size
          63919d8eada1 mptcp: make sure flag signal is set when add addr with port
          e1c7a2f1f185 mptcp: generate subflow hmac after mptcp_finish_join()
          4eafee9b9ef6 mptcp: fix pr_debug in mptcp_token_new_connect
          005d5d547fdc drm/rockchip: cdn-dp: fix sign extension on an int multiply for a u64 result
          64751457f5ef drm/rockchip: lvds: Fix an error handling path
          a087222cde4e drm/rockchip: dsi: move all lane config except LCDC mux to bind()
          0070511f03d1 drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write()
          e9815b831963 drm: rockchip: set alpha_en to 0 if it is not used
          8cb95b48901e drm/vc4: crtc: Lookup the encoder from the register at boot
          81ae7270122f drm/vc4: crtc: Fix vc4_get_crtc_encoder logic
          bba1c86f1156 drm/vc4: crtc: Pass the drm_atomic_state to config_pv
          0e9dce911326 clk: sunxi-ng: v3s: fix incorrect postdivider on pll-audio
          e1fd4e8e99e5 clk: rockchip: fix rk3568 cpll clk gate bits
          8989945c62c7 net: ftgmac100: add missing error return code in ftgmac100_probe()
          9834e8264623 drm/amd/display: take dc_lock in short pulse handler only
          700c74b34241 drm/amd/display: Avoid HPD IRQ in GPU reset state
          490649a08850 drm/amd/display: fix potential gpu reset deadlock
          5dd6cdd732df clk: meson: g12a: fix gp0 and hifi ranges
          e5c790fd50cf net: qrtr: ns: Fix error return code in qrtr_ns_init()
          78c9dc7c59f8 drm/i915: Merge fix for "drm: Switch to %p4cc format modifier"
          26bbe384ea65 libbpf: Fix ELF symbol visibility update logic
          47bba472eba5 drm/vmwgfx: Fix cpu updates of coherent multisample surfaces
          6fd687491711 drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips command
          b400d6618f0d RDMA/hns: Remove the condition of light load for posting DWQE
          bea7a8218abc pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities
          c2331bec030a pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin
          35713cfa8c64 net: pch_gbe: Propagate error from devm_gpio_request_one()
          8487f76454dd net: mvpp2: Put fwnode in error case during ->probe()
          4e953e501b9f rtnetlink: avoid RCU read lock when holding RTNL
          2e023412a150 drm/imx: ipuv3-plane: fix PRG modifiers after drm managed resource conversion
          99631d4f4e9a drm/imx: ipuv3-plane: do not advertise YUV formats on planes without CSC
          7c15cfa409d8 video: fbdev: imxfb: Fix an error message
          a5eebe5b3258 drm/bridge: fix LONTIUM_LT8912B dependencies
          918fd0d654c8 drm/bridge: anx7625: Fix power on delay
          61eab97d07ef drm/ast: Fix missing conversions to managed API
          5164492766f4 drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()
          89714541150a drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
          725d15c4427a drm/bridge/sii8620: fix dependency on extcon
          d3209bf8be21 xfrm: xfrm_state_mtu should return at least 1280 for ipv6
          67a7436a51ae mm/page_alloc: fix counting of managed_pages
          b38b1d0b34dd mm: memcg/slab: properly set up gfp flags for objcg pointer array
          a533a21b692f mm/shmem: fix shmem_swapin() race with swapoff
          c3b39134bbd0 swap: fix do_swap_page() race with swapoff
          c24d5da468e4 mm: mmap_lock: use local locks instead of disabling preemption
          f9416bf072fe mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()
          a800caba3854 dax: fix ENOMEM handling in grab_mapping_entry()
          1e515576f826 ocfs2: fix snprintf() checking
          4e38237b3a52 blk-mq: update hctx->dispatch_busy in case of real scheduler
          1ae8fd0cfaec block: fix trace completion for chained bio
          c4b228181982 PM / devfreq: passive: Fix get_target_freq when not using required-opp
          e3ff9b26bbb2 cpufreq: Make cpufreq_online() call driver->offline() on errors
          3baa60e2801e ACPI: bgrt: Fix CFI violation
          ad90f92825de block, bfq: reset waker pointer with shared queues
          833cf2c80aa3 block, bfq: avoid delayed merge of async queues
          30d5c741d111 blk-wbt: make sure throttle is enabled properly
          1c0d0e179994 blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled()
          9dc613454be9 EDAC/igen6: fix core dependency
          b0f3df13bdc7 ACPI: APEI: fix synchronous external aborts in user-mode
          98c349bb2782 extcon: extcon-max8997: Fix IRQ freeing at error path
          adfbc32044cd nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()
          f1a3f6f8ef13 clocksource/drivers/timer-ti-dm: Save and restore timer TIOCP_CFG
          31d1545b81a7 HID: surface-hid: Fix get-report request
          3e556500bd49 md: revert io stats accounting
          d67ff22c7fc8 mark pstore-blk as broken
          780ce7b2994f ACPI: sysfs: Fix a buffer overrun problem with description_show()
          942511da9f3e ACPI: tables: FPDT: Add missing acpi_put_table() in acpi_init_fpdt()
          620f58c6c0d8 nvme-pci: look for StorageD3Enable on companion ACPI device instead
          52a535c630e5 x86/hyperv: fix logical processor creation
          9ec73d75f8c6 block: avoid double io accounting for flush request
          25adea167870 ACPI: PM / fan: Put fan device IDs into separate header file
          7e95c52cb786 PM / devfreq: Add missing error code in devfreq_add_device()
          73bbd350e9eb EDAC/aspeed: Use proper format string for printing resource
          a976b32a125f media: s5p-mfc: Fix display delay control creation
          f77ecd22b784 media: mtk-vpu: on suspend, read/write regs only if vpu is running
          e92492c7cb15 media: video-mux: Skip dangling endpoints
          27a1251783a5 KVM: selftests: Remove errant asm/barrier.h include to fix arm64 build
          aa138d422904 KVM: selftests: fix triple fault if ept=0 in dirty_log_test
          979965c33f73 psi: Fix race between psi_trigger_create/destroy
          a476aa9eea4b objtool: Don't make .altinstructions writable
          c7c6fb95d7c4 crypto: nx - Fix RCU warning in nx842_OF_upd_status
          10a5921d19c7 perf: Fix task context PMU for Hetero
          48a513f67b27 spi: spi-sun6i: Fix chipselect/clock bug
          0a32c742e877 x86/sev: Use "SEV: " prefix for messages from sev.c
          a2c53d934a91 lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTING
          5fd218de86a3 lockdep: Fix wait-type for empty stack
          eed2284c449f sched/uclamp: Fix uclamp_tg_restrict()
          00e1a563f1ec sched/rt: Fix Deadline utilization tracking during policy change
          b5ee2425eaf6 sched/rt: Fix RT utilization tracking during policy change
          c6362a74da0c x86/sev: Split up runtime #VC handler for correct state tracking
          99e67ee2a1f8 x86/sev: Make sure IRQs are disabled while GHCB is active
          c7b63ad221fb btrfs: clear log tree recovering status if starting transaction fails
          f65ff29ff3a5 regulator: bd9576: Fix the driver name in id table
          3fefb73f890d regulator: hi6421v600: Fix setting idle mode
          cf6fd4b281a6 regulator: qcom-rpmh: Add terminator at the end of pm7325x_vreg_data[] array
          35cf50efb779 regulator: hi655x: Fix pass wrong pointer to config.driver_data
          33e8f03d5950 KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is set
          50cd74c7f38a perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ number
          e96f6d4bb390 KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()
          5f7fe9c419e7 KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
          31678100f32a KVM: nVMX: Don't clobber nested MMU's A/D status on EPTP switch
          ffaaf321c09c KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap
          2e5c0d69ec46 KVM: nVMX: Sync all PGDs on nested transition with shadow paging
          80c0f6a4f636 KVM: nVMX: Add a return code to vmx_complete_nested_posted_interrupt
          8077ff1eeccb hwmon: (max31790) Fix fan speed reporting for fan7..12
          8ba1cbcacb8d hwmon: (max31722) Remove non-standard ACPI device IDs
          4d557422aa28 hwmon: (lm70) Revert "hwmon: (lm70) Add support for ACPI"
          1288a814a1b0 hwmon: (pmbus/bpa-rs600) Handle Vin readings >= 256V
          41e7e8d94576 media: i2c: rdacm21: Power up OV10640 before OV490
          10cd7a128225 media: i2c: rdacm21: Fix OV10640 powerup
          bd03f1cf32a1 media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctx
          b3362260388a media: subdev: remove VIDIOC_DQEVENT_TIME32 handling
          52d7255c1432 media: v4l2-core: ignore native time32 ioctls on 64-bit
          99876d2f3316 arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan
          c8255c905aa1 mmc: usdhi6rol0: fix error return code in usdhi6_probe()
          1f8d5a578c87 crypto: sm2 - fix a memory leak in sm2
          dfc62a9fb18a crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit
          334ea984ff36 crypto: omap-sham - Fix PM reference leak in omap sham ops
          46b988b2ce98 crypto: nitrox - fix unchecked variable in nitrox_register_interrupts
          ba68a06cfcbc regulator: fan53880: Fix vsel_mask setting for FAN53880_BUCK
          b0b3a5151649 media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2()
          7f245ea447dd m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warning
          262c340bf7e8 drivers/perf: hisi: Fix data source control
          9234c34f62c8 regulator: fan53555: Fix missing slew_reg/mask/shift settings for FAN53526
          d017709732cc media: gspca/gl860: fix zero-length control requests
          0a84a0cd4eb6 media: vicodec: Use _BITUL() macro in UAPI headers
          cf689b19af21 media: tc358743: Fix error return code in tc358743_probe_of()
          b01b4817f2e6 media: au0828: fix a NULL vs IS_ERR() check
          ff7233a3d085 media: exynos4-is: Fix a use after free in isp_video_release
          4085aa9b6182 media: rkvdec: Fix .buf_prepare
          ba2e3533e321 media: venus: hfi_cmds: Fix conceal color property
          ba10157cd0f8 media: ipu3-cio2: Fix reference counting when looping over ACPI devices
          1b76864f4da7 sched: Don't defer CPU pick to migration_cpu_stop()
          e2263985ad57 locking/lockdep: Reduce LOCKDEP dependency list
          ebc9f608afa0 pata_ep93xx: fix deferred probing
          614016e8cd5d regulator: bd71815: add select to fix build
          7ef5567a8af8 media: rc: i2c: Fix an error message
          1640411aa297 crypto: ccp - Fix a resource leak in an error handling path
          e6678d845127 crypto: sa2ul - Use of_device_get_match_data() helper
          dc0dae25ae08 crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()
          b595f995689e crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()
          61b720aa441f x86/elf: Use _BITUL() macro in UAPI headers
          2df42a9a9b48 crypto: hisilicon/hpre - fix unmapping invalid dma address
          b47dc857836c crypto: testmgr - fix initialization of 'secret_size'
          b62d59e57437 evm: fix writing <securityfs>/evm overflow
          152c2b7fd126 pata_octeon_cf: avoid WARN_ON() in ata_host_activate()
          e77e1ad45f22 kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n'
          c5b50bd025de sched/uclamp: Fix locking around cpu_util_update_eff()
          894ac20220b6 sched/uclamp: Fix wrong implementation of cpu.uclamp.min
          9e7050230b15 media: I2C: change 'RST' to "RSET" to fix multiple build errors
          25a0bda95d96 pata_rb532_cf: fix deferred probing
          f704f09d3dfa sata_highbank: fix deferred probing
          ddac7d88f7e2 crypto: ux500 - Fix error return code in hash_hw_final()
          88004270271a crypto: ixp4xx - update IV after requests
          8d75dedf2098 crypto: ixp4xx - dma_unmap the correct address
          f152f5e20cb2 media: hantro: do a PM resume earlier
          7ed930e68a12 media: i2c: ccs-core: return the right error code at suspend
          130fb80cabdf media: s5p_cec: decrement usage count if disabled
          8dd33849ea9d media: venus: Rework error fail recover logic
          5698d3e1fbb1 spi: Avoid undefined behaviour when counting unused native CSs
          bbf7cde09e9b spi: Allow to have all native CSs in use along with GPIOs
          3d9d4aa8dad3 kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21
          d5719131c5ca mm: define default MAX_PTRS_PER_* in include/pgtable.h
          3921b835fbae writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
          53602599e6f6 ia64: mca_drv: fix incorrect array size calculation
          10855647c0cb kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
          cf46e6f4898f block: fix discard request merge
          c9e970ed58c0 mailbox: qcom: Use PLATFORM_DEVID_AUTO to register platform device
          bebfd66f067c cifs: fix missing spinlock around update to ses->status
          b25ec82321ad HID: wacom: Correct base usage for capacitive ExpressKey status bits
          fee404cb4657 smb3: fix possible access to uninitialized pointer to DACL
          2e4c04443e58 ACPI: tables: Add custom DSDT file as makefile prerequisite
          e34583fce2ea tpm_tis_spi: add missing SPI device ID entries
          155d3c5d24ee clocksource: Check per-CPU clock synchronization when marked unstable
          d13f68003342 clocksource: Retry clock read if long delays detected
          c37238fae66d block, bfq: fix delayed stable merge check
          a1e7400147eb ACPI: EC: trust DSDT GPE for certain HP laptop
          fa004a75b5ff cifs: fix SMB1 error path in cifs_get_file_info_unix
          9a0c82374f67 smb3: fix uninitialized value for port in witness protocol move
          027c9f092d15 cifs: retry lookup and readdir when EAGAIN is returned.
          1c25524992af cifs: fix check of dfs interlinks
          5e397c943424 cifs: improve fallocate emulation
          5f28c21d7702 PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv()
          8104b56965e1 tools/power/x86/intel-speed-select: Fix uncore memory frequency display
          35d976c35502 EDAC/Intel: Do not load EDAC driver when running as a guest
          2fe788c18b66 nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()
          1205de7c198f nvme-pci: fix var. type for increasing cq_head
          c74f85583f6d platform/x86: toshiba_acpi: Fix missing error code in toshiba_acpi_setup_keyboard()
          6632da07ac6c platform/x86: asus-nb-wmi: Revert "add support for ASUS ROG Zephyrus G14 and G15"
          91634181ba81 platform/x86: asus-nb-wmi: Revert "Drop duplicate DMI quirk structures"
          6c22172ca781 block: fix race between adding/removing rq qos and normal IO
          02f04a3c5d74 HID: sony: fix freeze when inserting ghlive ps3/wii dongles
          3cc07545a3ea HID: hid-input: add Surface Go battery quirk
          bf155b2eaab4 ACPI: resources: Add checks for ACPI IRQ override
          69136f2492dd ACPI: bus: Call kobject_put() in acpi_init() error path
          2bf1f848ca0a ACPICA: Fix memory leak caused by _CID repair function
          60c534a4a79e fs: dlm: fix memory leak when fenced
          087f6c68e2ba fs: dlm: fix lowcomms_start error case
          7f9887a1a9e9 drivers: hv: Fix missing error code in vmbus_connect()
          2b2a31cad66c open: don't silently ignore unknown O-flags in openat2()
          02d6273ab9be random32: Fix implicit truncation warning in prandom_seed_state()
          871166f159b3 fs: dlm: fix connection tcp EOF handling
          38ef63844ef4 fs: dlm: cancel work sync othercon
          18e5651e39a5 fs: dlm: reconnect if socket error report occurs
          7ae861bbfa0f fs: dlm: fix srcu read lock usage
          b407bf68af32 blk-mq: clear stale request in tags->rq[] before freeing one request pool
          0c0e6cd55d87 blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
          b3ed6b4e39f2 block_dump: remove block_dump feature in mark_inode_dirty()
          5c2e42a7ff69 ACPI: EC: Make more Asus laptops use ECDT _GPE
          6e288c3f4b6a platform/x86: touchscreen_dmi: Add info for the Goodix GT912 panel of TM800A550L tablets
          978dd194fd4a platform/x86: touchscreen_dmi: Add an extra entry for the upside down Goodix touchscreen on Teclast X89 tablets
          2f09dc35f8d6 Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to touchscreen_dmi.c
          69476379eb45 lib: vsprintf: Fix handling of number field widths in vsscanf
          782da090933c hv_utils: Fix passing zero to 'PTR_ERR' warning
          9e86d9c12351 ACPI: processor idle: Fix up C-state latency if not ordered
          93545e3b7fe9 ACPI: scan: Rearrange dep_unmet initialization
          f5512b405739 ACPI: PM: s2idle: Add missing LPS0 functions for AMD
          4b0f6a85a59a EDAC/ti: Add missing MODULE_DEVICE_TABLE
          892ca2b2ff3a HID: do not use down_interruptible() when unbinding devices
          31a5fc473d74 seccomp: Support atomic "addfd + send reply"
          95dafa3beb94 media: Fix Media Controller API config checks
          57013d106790 regulator: da9052: Ensure enough delay time for .set_voltage_time_sel
          6130d2ec297e regulator: mt6358: Fix vdram2 .vsel_mask
          72c4df2e3c06 KVM: s390: get rid of register asm usage
          51653ce74174 lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
          6f0a350c2667 locking/lockdep: Fix the dep path printing for backwards BFS
          da5a7fbfc5ca btrfs: disable build on platforms having page size 256K
          23f3aff83a25 btrfs: don't clear page extent mapped if we're not invalidating the full page
          77848dc0cf94 btrfs: sysfs: fix format string for some discard stats
          5f10bddef823 btrfs: always abort the transaction if we abort a trans handle
          0f9a0de7baa1 btrfs: abort transaction if we fail to update the delayed inode
          24c08d4b6f90 btrfs: fix error handling in __btrfs_update_delayed_inode
          3c9cb03aa19f KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
          f5822ae7d660 KVM: arm64: Restore PMU configuration on first run
          60c54321c822 drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe()
          2c95ccb350be perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task
          4c305975c29a sched/fair: Take thermal pressure into account while estimating energy
          d5d76329a97c hwmon: (max31790) Fix pwmX_enable attributes
          508cd1209b7d hwmon: (max31790) Report correct current pwm duty cycles
          ead128748cab media: imx-csi: Skip first few frames from a BT.656 source
          271e441c9a0a media: siano: fix device register error path
          bd6288233a8d media: dvbdev: fix error logic at dvb_register_device()
          a64ddb6976e6 media: dvb_net: avoid speculation from net slot
          47a03368229e crypto: shash - avoid comparing pointers to exported functions under CFI
          239a5e142d25 regulator: mt6315: Fix checking return value of devm_regmap_init_spmi_ext
          230a4bf84904 spi: meson-spicc: fix memory leak in meson_spicc_probe
          c77cbc710389 spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.
          99c514bea5fa mmc: sdhci-of-aspeed: Turn down a phase correction warning
          a62b72916a2c mmc: via-sdmmc: add a check against NULL pointer dereference
          c543fd01940d mmc: sdhci-sprd: use sdhci_sprd_writew
          e0a53f67fed6 memstick: rtsx_usb_ms: fix UAF
          8d570a009647 media: dvd_usb: memory leak in cinergyt2_fe_attach
          8d2d4b753431 Makefile: fix GDB warning with CONFIG_RELR
          b8ce443813d5 arm64: entry: don't instrument entry code with KCOV
          6a8665574f6b crypto: hisilicon/sec - fixup 3des minimum key size declaration
          d686a29b3f3e media: st-hva: Fix potential NULL pointer dereferences
          8b367af282d6 media: bt8xx: Fix a missing check bug in bt878_probe
          0227d4ffca0a media: v4l2-core: Avoid the dangling pointer in v4l2_fh_release
          94b73f521e52 media: cedrus: Fix .buf_prepare
          5ecae6b93cf5 media: hantro: Fix .buf_prepare
          e7a3ea26832c media: em28xx: Fix possible memory leak of em28xx struct
          6dc17634c116 media: bt878: do not schedule tasklet when it is not setup
          2375ab34f7f3 media: i2c: ov2659: Use clk_{prepare_enable,disable_unprepare}() to set xvclk on/off
          ac302ca5829f ima: Don't remove security.ima if file must not be appraised
          0221e855eb01 sched/fair: Fix ascii art by relpacing tabs
          b2e7f2f9701c arm64: perf: Convert snprintf to sysfs_emit
          cab7a8c8ac9c crypto: ecdh - fix 'ecdh_init'
          9a091b3fe9a3 crypto: ecdh - fix ecdh-nist-p192's entry in testmgr
          3b29a41e8e16 crypto: qce: skcipher: Fix incorrect sg count for dma transfers
          4d9440ec7e31 crypto: qat - remove unused macro in FW loader
          39d92a5c89e3 crypto: qat - check return code of qat_hal_rd_rel_reg()
          12dc9abe3423 media: imx: imx7_mipi_csis: Fix logging of only error event counters
          8a1ef71e3fa3 media: pvrusb2: fix warning in pvr2_i2c_core_done
          27be0f88baed media: hevc: Fix dependent slice segment flags
          b42989b813f2 media: cobalt: fix race condition in setting HPD
          a24a3803d883 media: cpia2: fix memory leak in cpia2_usb_probe
          dc6a87f5450d sched: Make the idle task quack like a per-CPU kthread
          b03f44f12056 media: sti: fix obj-$(config) targets
          536898457d30 crypto: nx - add missing MODULE_DEVICE_TABLE
          56e208fd789a hwrng: exynos - Fix runtime PM imbalance on error
          24c79a7e54cc sched/core: Initialize the idle task with preemption disabled
          08d3c4504a7a regulator: uniphier: Add missing MODULE_DEVICE_TABLE
          2183eb0f23ca spi: omap-100k: Fix the length judgment problem
          4e2c9415918f spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()
          b198e32d5f56 spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'
          946e1956adc4 media: exynos-gsc: fix pm_runtime_get_sync() usage count
          e320bd62f343 media: exynos4-is: fix pm_runtime_get_sync() usage count
          8de265ab0659 media: sti/bdisp: fix pm_runtime_get_sync() usage count
          c816ee302c4f media: sunxi: fix pm_runtime_get_sync() usage count
          3ac22a1256fb media: s5p-jpeg: fix pm_runtime_get_sync() usage count
          74cdbfc4a632 media: mtk-vcodec: fix PM runtime get logic
          22d11e498877 media: sh_vou: fix pm_runtime_get_sync() usage count
          eb29fa40a3a2 media: am437x: fix pm_runtime_get_sync() usage count
          2982dfc00e6d media: s5p: fix pm_runtime_get_sync() usage count
          55eed167f79d media: mdk-mdp: fix pm_runtime_get_sync() usage count
          e0a7065748d0 media: marvel-ccic: fix some issues when getting pm_runtime
          59378a815637 media: i2c: imx334: fix the pm runtime get logic
          58bc5e46ba44 staging: media: rkvdec: fix pm_runtime_get_sync() usage count
          1199573d2601 Add a reference to ucounts for each cred
          9057b6cca151 spi: Make of_register_spi_device also set the fwnode
          a004cf847764 thermal/cpufreq_cooling: Update offline CPUs per-cpu thermal_pressure
          0c1678f223da fuse: reject internal errno
          2644fd6588e5 fuse: check connected before queueing on fpq->io
          76d97f2f3b02 fuse: ignore PG_workingset after stealing
          108adb1a5668 fuse: Fix infinite loop in sget_fc()
          809b077db6b8 fuse: Fix crash if superblock of submount gets killed early
          7ef44eacefc1 fuse: Fix crash in fuse_dentry_automount() error path
          1c7c1de40632 evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
          22527af823fa evm: Execute evm_inode_init_security() only when an HMAC key is loaded
          335d92decfdc loop: Fix missing discard support when using LOOP_CONFIGURE
          dac1e7eb17cf perf/x86/intel: Fix instructions:ppp support in Sapphire Rapids
          f457b2b8edd8 perf/x86/intel: Add more events requires FRONTEND MSR on Sapphire Rapids
          ef52fc1cc475 perf/x86/intel: Fix fixed counter check warning for some Alder Lake
          4a16324ff687 x86/gpu: add JasperLake to gen11 early quirks
          371764e376d1 powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()
          468e5a5c9d08 seq_buf: Make trace_seq_putmem_hex() support data longer than 8
          751d51f3e9b2 tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
          31d28f8a04b3 tracing/histograms: Fix parsing of "sym-offset" modifier
          3b0bfe43fecc selftests/resctrl: Fix incorrect parsing of option "-t"
          b8ffd9d4b949 rsi: fix AP mode with WPA failure due to encrypted EAPOL
          c812eb280471 rsi: Assign beacon rate settings to the correct rate_info descriptor field
          1852c5f9916b ssb: sdio: Don't overwrite const buffer if block_write fails
          b3a3ff8b0e7a ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()
          019f2c9f98a4 serial_cs: remove wrong GLOBETROTTER.cis entry
          8c0484fd3f11 serial_cs: Add Option International GSM-Ready 56K/ISDN modem
          a9cd055e36e5 serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
          10f409e7ffb5 serial: mvebu-uart: fix calculation of clock divisor
          de8eea1e7636 iio: accel: bmc150: Don't make the remove function of the second accelerometer unregister itself
          aabcb52a2a1a iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_second_device
          bcb312ee98a3 iio: accel: bmc150: Fix bma222 scale unit
          0deff8dcd0fc iio: accel: bma180: Fix BMA25x bandwidth register values
          f78812513693 iio: ltr501: ltr501_read_ps(): add missing endianness conversion
          77825e12cc2f iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTR
          acead08f0fad iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA as volatile, too
          9495675ef266 iio: light: tcs3472: do not free unallocated IRQ
          9cc4994b50c1 iio: frequency: adf4350: disable reg and clk on error in adf4350_probe()
          7f6494552897 rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path
          468fd1960b4f clk: agilex/stratix10: add support for the 2nd bypass
          e6b46c20ccda clk: agilex/stratix10: fix bypass representation
          acfd0d44231e clk: agilex/stratix10: remove noc_clk
          55f03f3bed19 clk: agilex/stratix10/n5x: fix how the bypass_reg is handled
          6c1265d7d32d clk: k210: Fix k210_clk_set_parent()
          a97c0590bde4 f2fs: Prevent swap file in LFS mode
          7b8881bcd7f3 f2fs: Advertise encrypted casefolding in sysfs
          1254698f9d63 s390: mm: Fix secure storage access exception handling
          81bb61abaceb s390/cio: dont call css_wait_for_slow_path() inside a lock
          6bb7392f6365 KVM: x86: Force all MMUs to reinitialize if guest CPUID is modified
          40928ae22323 KVM: x86: Properly reset MMU context at vCPU RESET/INIT
          88edf696be93 KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk
          66b1a19cfbac KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
          60ef300a34de KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPT
          c3439d333f2d KVM: PPC: Book3S HV: Workaround high stack usage with clang
          79739fc3cfdd KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
          283d80b859f8 perf/smmuv3: Don't trample existing events with global filter
          562521b6fb37 mm/gup: fix try_grab_compound_head() race with split_huge_page()
          38a5c79ea17b bus: mhi: pci-generic: Add missing 'pci_disable_pcie_error_reporting()' calls
          b98470e38ae2 bus: mhi: Wait for M2 state during system resume
          0b509e3ec35d bus: mhi: core: Fix power down latency
          0530021455af SUNRPC: Should wake up the privileged task firstly.
          e66509e7c90a SUNRPC: Fix the batch tasks count wraparound.
          18836fcf7a29 mac80211: fix NULL ptr dereference during mesh peer connection for non HE devices
          4cc6ec81f987 mac80211: remove iwlwifi specific workaround that broke sta NDP tx
          9e59c8d4172c can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in TX path
          54dc7c15743e can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RCU is done
          ebf91625b3e4 can: isotp: isotp_release(): omit unintended hrtimer restart on socket release
          2e934deaa8fd can: gw: synchronize rcu operations before removing gw job entry
          014f8baa9d24 can: bcm: delay release of struct bcm_op after synchronize_rcu()
          42da0c84419c ext4: use ext4_grp_locked_error in mb_find_extent
          e59789c9cdb8 ext4: fix avefreec in find_group_orlov
          0b2f4710e9dc ext4: remove check for zero nr_to_scan in ext4_es_scan()
          74983f8c0d03 ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit
          9785e209bc20 ext4: return error code when ext4_fill_flex_info() fails
          1e60f8ff27be ext4: fix overflow in ext4_iomap_alloc()
          befdd44d4632 ext4: fix kernel infoleak via ext4_extent_header
          573d64e85e0d ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle
          806f5845757e btrfs: clear defrag status of a root if starting transaction fails
          1720dde8dfec btrfs: fix unbalanced unlock in qgroup_account_snapshot()
          14265d0b84eb btrfs: compression: don't try to compress if we don't have enough pages
          661907edc07c btrfs: send: fix invalid path for unlink operations after parent orphanization
          c90d10b45928 btrfs: zoned: bail out if we can't read a reliable write pointer
          2f57967716f4 btrfs: zoned: print message when zone sanity check type fails
          acae585838aa ARM: dts: at91: sama5d4: fix pinctrl muxing
          e2d7f388bbf7 ARM: dts: ux500: Fix LED probing
          d6c8a2650306 arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode
          2497ef4cc77b crypto: ccp - Annotate SEV Firmware file names
          ef70c1c3cee5 crypto: nx - Fix memcpy() over-reading in nonce
          81acf1015233 Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl
          4f73f383f4f9 Input: elants_i2c - fix NULL dereference at probing
          fcc4582ff286 iov_iter_fault_in_readable() should do nothing in xarray case
          3854f9c612ae teach copy_page_to_iter() to handle compound pages
          64c430ea07a4 copy_page_to_iter(): fix ITER_DISCARD case
          baf1972e7901 selftests/lkdtm: Avoid needing explicit sub-shell
          9e4ac5eba035 ntfs: fix validity check for file name attribute
          d089a9af0cfa gfs2: Fix error handling in init_statfs
          396a707096ce gfs2: Fix underflow in gfs2_page_mkwrite
          73b4b15fa758 mm/page_alloc: fix memory map initialization for descending nodes
          6f648906e86e xhci: solve a double free problem while doing s4
          2802e5d7072e usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()
          ec357da5b47f usb: typec: tcpm: Relax disconnect threshold during power negotiation
          d864070b33a6 usb: typec: tcpci: Fix up sink disconnect thresholds for PD
          f077ba7a104d usb: dwc3: Fix debugfs creation flow
          4df012c3c866 USB: cdc-acm: blacklist Heimann USB Appset device
          ed76fed81754 usb: renesas-xhci: Fix handling of unknown ROM state
          a55093941e38 usb: gadget: eem: fix echo command packet response issue
          15e94ea49bea net: can: ems_usb: fix use-after-free in ems_usb_disconnect()
          7763d4aaebaf Input: usbtouchscreen - fix control-request directions
          82d7e9597e6d media: dvb-usb: fix wrong definition
          efad996fc1c3 ALSA: hda/realtek: fix mute led of the HP Pavilion 15-eh1xxx series
          1ccc1686b3cc ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 830 G8 Notebook PC
          e4ca3c1dc370 ALSA: hda/realtek: Apply LED fixup for HP Dragonfly G1, too
          29e622eb3d63 ALSA: hda/realtek: Fix bass speaker DAC mapping for Asus UM431D
          85aa18d63ace ALSA: hda/realtek: Improve fixup for HP Spectre x360 15-df0xxx
          5f33519ffa29 ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook x360 830 G8
          496df16507ad ALSA: hda/realtek: Add another ALC236 variant support
          6e4b638ba2b5 ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 630 G8
          be688c0763bf ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G8
          2b7c96d5d7c2 ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 450 G8
          61d14781e51e ALSA: intel8x0: Fix breakage at ac97 clock measurement
          d36a88504d87 ALSA: usb-audio: scarlett2: Fix wrong resume call
          493cce3d1f60 ALSA: firewire-motu: fix stream format for MOTU 8pre FireWire
          61f57e686753 ALSA: usb-audio: Fix OOB access at proc output
          f446bfac9d78 ALSA: usb-audio: fix rate on Ozone Z90 USB headset
          4448de6006fb ALSA: bebob: fix rx packet format for Yamaha GO44/GO46, Terratec Phase 24/x24
          146017a71748 Bluetooth: Remove spurious error message
          ab4e95250d9c Bluetooth: btqca: Don't modify firmware contents in-place
          13dbf9944e36 Bluetooth: hci_qca: fix potential GPF
          aaa1f5834d71 Linux 5.13.1
          7f6cbd0b3e1e mm/page_alloc: correct return value of populated elements if bulk array is populated
          5863699d2391 Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      b17168cf
    • Bruce Ashfield's avatar
      linux-yocto/5.4: update to v5.4.131 · edfd97ac
      Bruce Ashfield authored
      
      
      Updating linux-yocto/5.4 to the latest korg -stable release that comprises
      the following commits:
      
          e8d9b740a550 Linux 5.4.131
          d2f8a8a07ee3 xen/events: reset active flag for lateeoi events later
          a05499b29a6e KVM: SVM: Call SEV Guest Decommission if ASID binding fails
          58356f448b61 s390/stack: fix possible register corruption with stack switch helper
          abbd42939db6 KVM: SVM: Periodically schedule when unregistering regions on destroy
          8b24c7edc2f2 Linux 5.4.130
          5e8519c4083b RDMA/mlx5: Block FDB rules when not in switchdev mode
          c5fb49e12f2c gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP
          cf5eb8209723 drm/nouveau: fix dma_address check for CPU/GPU sync
          3edfd34f1338 scsi: sr: Return appropriate error code when disk is ejected
          a6c85a8433e0 x86/efi: remove unused variables
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      edfd97ac
    • Bruce Ashfield's avatar
      linux-yocto/5.10: update to v5.10.49 · 5b203992
      Bruce Ashfield authored
      
      
      Updating linux-yocto/5.10 to the latest korg -stable release that comprises
      the following commits:
      
          904ad453baa0 Linux 5.10.49
          064b57a8da99 xen/events: reset active flag for lateeoi events later
          a245f6842d21 Hexagon: change jumps to must-extend in futex_atomic_*
          a7f51048c5a8 Hexagon: add target builtins to kernel
          243f325ecc90 Hexagon: fix build errors
          8148665cb7fe media: uvcvideo: Support devices that report an OT as an entity source
          d5737410d2dd KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path
          a09a52277207 Linux 5.10.48
          4dc968042864 Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
          4ab869e0289d RDMA/mlx5: Block FDB rules when not in switchdev mode
          348143a38012 gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP
          45ca6df5df11 drm/nouveau: fix dma_address check for CPU/GPU sync
          d191c3d6ad33 gpio: mxc: Fix disabled interrupt wake-up support
          f77f97238496 scsi: sr: Return appropriate error code when disk is ejected
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      5b203992
    • Bruce Ashfield's avatar
      linux-yocto: add vfat KERNEL_FEATURE when MACHINE_FEATURES include vfat · bc61fdbb
      Bruce Ashfield authored
      
      
      If a machine has vfat in its MACHINE_FEATURES, we can ensure that the
      kernel has support by enabling the associated KERNEL_FEATURE.
      
      This partially addresses Yocto bug 14470.
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      bc61fdbb
    • Bruce Ashfield's avatar
      linux-yocto-rt/5.13: integrate -rt1 · 43fec2e8
      Bruce Ashfield authored
      
      
      -rt1 has been released for 5.13, we integrate those commits to our
      preempt-rt/* branches.
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      43fec2e8
    • Bruce Ashfield's avatar
      linux-yocto/5.13: add devupstream support · 3ba37063
      Bruce Ashfield authored
      
      
      We are always getting questions about building -stable, or mainline
      master. Rather than introducing a separate set of recipes, we can
      facilitate this sort of usecase by using the existing devupstream
      bbclass support.
      
      To build an unpatched or otherwise modifed -stable of 5.13, simply
      set the linux-yocto preferred provider to:
      
        linux-yocto-upstream
      
      and the PREFERRED_VERSION_linux-yocto-upstream to one with support.
      
      And your wish will be granted, as the build will use v5.13/base
      which matches the main linux-yocto version, simply with no extra
      changes applied.
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
      Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
      Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
      3ba37063
  3. Jul 17, 2021