All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 6.8.3
Date: Wed,  3 Apr 2024 16:22:45 +0200	[thread overview]
Message-ID: <2024040345-condition-debtor-ad66@gregkh> (raw)

I'm announcing the release of the 6.8.3 kernel.

All users of the 6.8 kernel series must upgrade.

The updated 6.8.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.8.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Documentation/Makefile                                                 |    4 
 Documentation/admin-guide/kernel-parameters.txt                        |    4 
 Documentation/arch/x86/amd-memory-encryption.rst                       |   16 
 Documentation/conf.py                                                  |    6 
 Documentation/userspace-api/media/mediactl/media-types.rst             |   11 
 Makefile                                                               |    2 
 arch/arm/Kconfig                                                       |    4 
 arch/arm/boot/dts/marvell/mmp2-brownstone.dts                          |    2 
 arch/arm/include/asm/mman.h                                            |   14 
 arch/arm/kernel/Makefile                                               |    2 
 arch/arm/kernel/iwmmxt.S                                               |   51 -
 arch/arm/kernel/pj4-cp0.c                                              |  135 -----
 arch/arm/mm/flush.c                                                    |    3 
 arch/arm64/boot/dts/qcom/sc7280.dtsi                                   |   12 
 arch/arm64/boot/dts/qcom/sm8450-hdk.dts                                |    4 
 arch/arm64/boot/dts/qcom/sm8550-mtp.dts                                |    2 
 arch/arm64/boot/dts/qcom/sm8550-qrd.dts                                |    2 
 arch/hexagon/kernel/vmlinux.lds.S                                      |    1 
 arch/loongarch/crypto/crc32-loongarch.c                                |    2 
 arch/loongarch/include/asm/Kbuild                                      |    1 
 arch/loongarch/include/asm/io.h                                        |    2 
 arch/loongarch/include/asm/percpu.h                                    |    7 
 arch/loongarch/include/asm/qspinlock.h                                 |   18 
 arch/parisc/include/asm/assembly.h                                     |   18 
 arch/parisc/include/asm/checksum.h                                     |   10 
 arch/parisc/include/asm/mman.h                                         |   14 
 arch/parisc/kernel/unaligned.c                                         |   27 -
 arch/powerpc/include/asm/reg_fsl_emb.h                                 |   11 
 arch/powerpc/kernel/prom.c                                             |   12 
 arch/powerpc/lib/Makefile                                              |    2 
 arch/sparc/include/asm/parport.h                                       |  259 ----------
 arch/sparc/include/asm/parport_64.h                                    |  256 +++++++++
 arch/sparc/kernel/nmi.c                                                |    2 
 arch/sparc/vdso/vma.c                                                  |    7 
 arch/x86/Kconfig                                                       |   13 
 arch/x86/boot/compressed/efi_mixed.S                                   |   29 -
 arch/x86/coco/core.c                                                   |    7 
 arch/x86/events/amd/core.c                                             |   20 
 arch/x86/include/asm/asm-prototypes.h                                  |    1 
 arch/x86/include/asm/asm.h                                             |   14 
 arch/x86/include/asm/coco.h                                            |    8 
 arch/x86/include/asm/crash_core.h                                      |    2 
 arch/x86/include/asm/mem_encrypt.h                                     |   15 
 arch/x86/include/asm/nospec-branch.h                                   |   21 
 arch/x86/include/asm/sev.h                                             |    4 
 arch/x86/include/asm/suspend_32.h                                      |   10 
 arch/x86/include/asm/x86_init.h                                        |    3 
 arch/x86/kernel/cpu/amd.c                                              |   10 
 arch/x86/kernel/eisa.c                                                 |    3 
 arch/x86/kernel/fpu/xstate.c                                           |    5 
 arch/x86/kernel/fpu/xstate.h                                           |   14 
 arch/x86/kernel/kprobes/core.c                                         |   11 
 arch/x86/kernel/mpparse.c                                              |   10 
 arch/x86/kernel/nmi.c                                                  |    2 
 arch/x86/kernel/probe_roms.c                                           |   10 
 arch/x86/kernel/setup.c                                                |    3 
 arch/x86/kernel/sev-shared.c                                           |   12 
 arch/x86/kernel/sev.c                                                  |   31 -
 arch/x86/kernel/x86_init.c                                             |    2 
 arch/x86/kvm/lapic.c                                                   |    5 
 arch/x86/kvm/xen.c                                                     |    2 
 arch/x86/kvm/xen.h                                                     |   18 
 arch/x86/lib/retpoline.S                                               |   11 
 arch/x86/mm/mem_encrypt_amd.c                                          |   18 
 arch/x86/mm/mem_encrypt_identity.c                                     |   38 -
 block/bio.c                                                            |    7 
 block/blk-mq.c                                                         |    9 
 block/blk-settings.c                                                   |    4 
 block/mq-deadline.c                                                    |    3 
 crypto/asymmetric_keys/mscode_parser.c                                 |    3 
 crypto/asymmetric_keys/pkcs7_parser.c                                  |    4 
 crypto/asymmetric_keys/public_key.c                                    |    3 
 crypto/asymmetric_keys/signature.c                                     |    2 
 crypto/asymmetric_keys/x509_cert_parser.c                              |    8 
 crypto/testmgr.h                                                       |   80 +++
 drivers/accessibility/speakup/synth.c                                  |    4 
 drivers/ata/ahci.c                                                     |   13 
 drivers/ata/libata-eh.c                                                |    5 
 drivers/ata/libata-scsi.c                                              |    9 
 drivers/base/power/wakeirq.c                                           |    4 
 drivers/bluetooth/btnxpuart.c                                          |    3 
 drivers/char/tpm/tpm_tis_core.c                                        |    3 
 drivers/clk/qcom/camcc-sc8280xp.c                                      |   21 
 drivers/clk/qcom/gcc-ipq5018.c                                         |    3 
 drivers/clk/qcom/gcc-ipq6018.c                                         |    2 
 drivers/clk/qcom/gcc-ipq8074.c                                         |    2 
 drivers/clk/qcom/gcc-ipq9574.c                                         |    1 
 drivers/clk/qcom/gcc-sdm845.c                                          |    1 
 drivers/clk/qcom/mmcc-apq8084.c                                        |    2 
 drivers/clk/qcom/mmcc-msm8974.c                                        |    2 
 drivers/clocksource/arm_global_timer.c                                 |    2 
 drivers/clocksource/timer-riscv.c                                      |    3 
 drivers/cpufreq/amd-pstate.c                                           |    2 
 drivers/cpufreq/cpufreq-dt.c                                           |    2 
 drivers/crypto/intel/iaa/iaa_crypto_main.c                             |   10 
 drivers/crypto/intel/qat/qat_common/adf_aer.c                          |   22 
 drivers/crypto/intel/qat/qat_common/adf_rl.c                           |   20 
 drivers/cxl/core/trace.h                                               |   14 
 drivers/firmware/efi/efi.c                                             |    2 
 drivers/firmware/efi/libstub/randomalloc.c                             |    2 
 drivers/firmware/efi/libstub/x86-stub.c                                |    1 
 drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.c                                |   20 
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c                               |   46 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c                                |    1 
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h                                  |    2 
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c                      |   34 -
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c                  |    8 
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.h                  |    2 
 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c           |   14 
 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c           |    2 
 drivers/gpu/drm/amd/display/dc/core/dc.c                               |  127 ++++
 drivers/gpu/drm/amd/display/dc/core/dc_state.c                         |    3 
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c                        |   18 
 drivers/gpu/drm/amd/display/dc/core/dc_surface.c                       |    2 
 drivers/gpu/drm/amd/display/dc/dc.h                                    |    2 
 drivers/gpu/drm/amd/display/dc/dc_stream.h                             |    2 
 drivers/gpu/drm/amd/display/dc/dc_types.h                              |    4 
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.c                       |    1 
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.c                       |   14 
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h                       |    2 
 drivers/gpu/drm/amd/display/dc/dcn201/dcn201_opp.c                     |    1 
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c                       |   54 +-
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.h                       |   14 
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.c                       |    5 
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource_helpers.c          |    6 
 drivers/gpu/drm/amd/display/dc/dml2/dml2_translation_helper.c          |   24 
 drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.c                     |   28 -
 drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.h                     |    3 
 drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c              |    3 
 drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c                |    2 
 drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c                |   53 +-
 drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c                |   12 
 drivers/gpu/drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.c              |   41 -
 drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c                |   71 +-
 drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.h                |    2 
 drivers/gpu/drm/amd/display/dc/hwss/dcn32/dcn32_init.c                 |    2 
 drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c                |   41 -
 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h                            |    3 
 drivers/gpu/drm/amd/display/dc/inc/hw/timing_generator.h               |    1 
 drivers/gpu/drm/amd/display/dc/inc/link.h                              |    4 
 drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c |    4 
 drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.h |    4 
 drivers/gpu/drm/amd/display/dc/optc/dcn10/dcn10_optc.h                 |    3 
 drivers/gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c                 |    8 
 drivers/gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.h                 |    1 
 drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c         |    3 
 drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.h         |    3 
 drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c       |    2 
 drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h                        |    8 
 drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c                    |    3 
 drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c          |   13 
 drivers/gpu/drm/amd/display/modules/power/power_helpers.c              |    2 
 drivers/gpu/drm/amd/display/modules/power/power_helpers.h              |    2 
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c                      |   19 
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c                        |   19 
 drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c                |   31 -
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c                   |   18 
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c                   |   18 
 drivers/gpu/drm/bridge/lontium-lt8912b.c                               |   24 
 drivers/gpu/drm/display/drm_dp_helper.c                                |    7 
 drivers/gpu/drm/drm_bridge.c                                           |   46 +
 drivers/gpu/drm/drm_panel.c                                            |   17 
 drivers/gpu/drm/drm_probe_helper.c                                     |    7 
 drivers/gpu/drm/etnaviv/etnaviv_drv.c                                  |    2 
 drivers/gpu/drm/etnaviv/etnaviv_hwdb.c                                 |    9 
 drivers/gpu/drm/exynos/exynos_drm_vidi.c                               |    4 
 drivers/gpu/drm/exynos/exynos_hdmi.c                                   |    4 
 drivers/gpu/drm/i915/display/icl_dsi.c                                 |    3 
 drivers/gpu/drm/i915/display/intel_bios.c                              |   46 +
 drivers/gpu/drm/i915/display/intel_cursor.c                            |    4 
 drivers/gpu/drm/i915/display/intel_display_trace.h                     |    6 
 drivers/gpu/drm/i915/display/intel_display_types.h                     |    1 
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c                          |   76 +-
 drivers/gpu/drm/i915/display/intel_dpll_mgr.h                          |    4 
 drivers/gpu/drm/i915/display/intel_dsb.c                               |   14 
 drivers/gpu/drm/i915/display/intel_fb_pin.c                            |   10 
 drivers/gpu/drm/i915/display/intel_vrr.c                               |    7 
 drivers/gpu/drm/i915/gt/intel_engine_pm.c                              |    3 
 drivers/gpu/drm/i915/gt/intel_execlists_submission.c                   |    3 
 drivers/gpu/drm/i915/i915_hwmon.c                                      |   37 -
 drivers/gpu/drm/i915/i915_reg.h                                        |    2 
 drivers/gpu/drm/i915/i915_vma.c                                        |   50 +
 drivers/gpu/drm/imx/ipuv3/parallel-display.c                           |    4 
 drivers/gpu/drm/nouveau/nouveau_dmem.c                                 |   12 
 drivers/gpu/drm/scheduler/sched_entity.c                               |   12 
 drivers/gpu/drm/ttm/ttm_bo_util.c                                      |   13 
 drivers/gpu/drm/ttm/ttm_tt.c                                           |   13 
 drivers/gpu/drm/vc4/vc4_hdmi.c                                         |    2 
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c                                    |   15 
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c                                |   14 
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c                                    |   17 
 drivers/gpu/drm/xe/xe_query.c                                          |    2 
 drivers/hwmon/amc6821.c                                                |   11 
 drivers/iio/adc/rockchip_saradc.c                                      |    6 
 drivers/iommu/dma-iommu.c                                              |    9 
 drivers/irqchip/irq-renesas-rzg2l.c                                    |   67 ++
 drivers/leds/trigger/ledtrig-netdev.c                                  |    4 
 drivers/md/dm-raid.c                                                   |   93 ++-
 drivers/md/dm-snap.c                                                   |    4 
 drivers/md/md-bitmap.c                                                 |    9 
 drivers/md/md.c                                                        |   82 ++-
 drivers/md/md.h                                                        |   38 +
 drivers/md/raid5.c                                                     |   58 +-
 drivers/media/mc/mc-entity.c                                           |   93 ++-
 drivers/media/platform/nxp/imx8-isi/imx8-isi-crossbar.c                |    4 
 drivers/media/tuners/xc4000.c                                          |    4 
 drivers/mfd/Kconfig                                                    |    1 
 drivers/mfd/intel-lpss-pci.c                                           |   28 -
 drivers/mfd/intel-lpss.c                                               |    9 
 drivers/mfd/intel-lpss.h                                               |   14 
 drivers/mmc/core/block.c                                               |   14 
 drivers/mmc/host/sdhci-of-dwcmshc.c                                    |   28 -
 drivers/mmc/host/sdhci-omap.c                                          |    3 
 drivers/mmc/host/tmio_mmc_core.c                                       |    2 
 drivers/mtd/nand/raw/meson_nand.c                                      |    2 
 drivers/mtd/nand/raw/nand_base.c                                       |   85 ++-
 drivers/mtd/ubi/fastmap.c                                              |    7 
 drivers/mtd/ubi/vtbl.c                                                 |    6 
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_trace.h               |    8 
 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_trace.h             |    8 
 drivers/net/ethernet/xilinx/ll_temac_main.c                            |    2 
 drivers/net/phy/at803x.c                                               |    4 
 drivers/net/wireguard/netlink.c                                        |   10 
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/core.c            |   15 
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c            |   60 --
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.h            |    2 
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/core.c            |   33 -
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c             |    3 
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil.c                |    1 
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h          |    2 
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwvid.c               |   14 
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwvid.h               |   33 -
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/core.c            |   16 
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c                            |   15 
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c                   |   11 
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c                      |    2 
 drivers/net/wireless/realtek/rtw88/mac.c                               |    7 
 drivers/net/wireless/realtek/rtw88/rtw8821cu.c                         |   40 +
 drivers/nvmem/meson-efuse.c                                            |   25 
 drivers/pci/controller/dwc/pcie-designware-ep.c                        |    7 
 drivers/pci/controller/dwc/pcie-qcom.c                                 |   41 +
 drivers/pci/controller/pci-hyperv.c                                    |    3 
 drivers/pci/pci-driver.c                                               |    7 
 drivers/pci/pcie/err.c                                                 |   20 
 drivers/pci/quirks.c                                                   |    2 
 drivers/phy/tegra/xusb.c                                               |   13 
 drivers/pinctrl/pinctrl-amd.c                                          |    2 
 drivers/pinctrl/qcom/Kconfig                                           |    2 
 drivers/platform/x86/intel/tpmi.c                                      |    9 
 drivers/powercap/intel_rapl_common.c                                   |   34 +
 drivers/powercap/intel_rapl_msr.c                                      |    8 
 drivers/powercap/intel_rapl_tpmi.c                                     |   15 
 drivers/pwm/pwm-img.c                                                  |    4 
 drivers/remoteproc/remoteproc_virtio.c                                 |    6 
 drivers/s390/crypto/zcrypt_api.c                                       |    2 
 drivers/scsi/hosts.c                                                   |    7 
 drivers/scsi/libsas/sas_expander.c                                     |   51 +
 drivers/scsi/lpfc/lpfc_bsg.c                                           |    4 
 drivers/scsi/lpfc/lpfc_nvmet.c                                         |    2 
 drivers/scsi/qla2xxx/qla_attr.c                                        |   14 
 drivers/scsi/qla2xxx/qla_def.h                                         |    2 
 drivers/scsi/qla2xxx/qla_gbl.h                                         |    2 
 drivers/scsi/qla2xxx/qla_init.c                                        |  128 ++--
 drivers/scsi/qla2xxx/qla_iocb.c                                        |   68 +-
 drivers/scsi/qla2xxx/qla_mbx.c                                         |    2 
 drivers/scsi/qla2xxx/qla_os.c                                          |    3 
 drivers/scsi/qla2xxx/qla_target.c                                      |   10 
 drivers/scsi/scsi_scan.c                                               |   34 +
 drivers/scsi/sd.c                                                      |   23 
 drivers/slimbus/core.c                                                 |    4 
 drivers/soc/fsl/qbman/qman.c                                           |   25 
 drivers/staging/media/ipu3/ipu3-v4l2.c                                 |   16 
 drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c                  |    5 
 drivers/thermal/devfreq_cooling.c                                      |    2 
 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c       |    8 
 drivers/thermal/intel/int340x_thermal/processor_thermal_rapl.c         |    8 
 drivers/thermal/intel/intel_tcc.c                                      |   12 
 drivers/thermal/intel/x86_pkg_temp_thermal.c                           |    8 
 drivers/thermal/mediatek/auxadc_thermal.c                              |    3 
 drivers/thermal/thermal_trip.c                                         |   19 
 drivers/tty/serial/8250/8250_port.c                                    |    6 
 drivers/tty/serial/max310x.c                                           |    7 
 drivers/tty/serial/serial_core.c                                       |   12 
 drivers/ufs/host/ufs-qcom.c                                            |    6 
 drivers/usb/class/cdc-wdm.c                                            |    6 
 drivers/usb/core/hub.c                                                 |   23 
 drivers/usb/core/hub.h                                                 |    2 
 drivers/usb/core/port.c                                                |   38 +
 drivers/usb/core/sysfs.c                                               |   16 
 drivers/usb/dwc2/core.h                                                |   14 
 drivers/usb/dwc2/core_intr.c                                           |   72 +-
 drivers/usb/dwc2/gadget.c                                              |   10 
 drivers/usb/dwc2/hcd.c                                                 |   49 +
 drivers/usb/dwc2/hcd_ddma.c                                            |   17 
 drivers/usb/dwc2/hw.h                                                  |    2 
 drivers/usb/dwc2/platform.c                                            |    2 
 drivers/usb/dwc3/core.c                                                |    2 
 drivers/usb/dwc3/core.h                                                |    2 
 drivers/usb/dwc3/dwc3-am62.c                                           |   13 
 drivers/usb/dwc3/dwc3-pci.c                                            |    2 
 drivers/usb/dwc3/gadget.c                                              |   10 
 drivers/usb/dwc3/host.c                                                |   11 
 drivers/usb/gadget/udc/core.c                                          |    4 
 drivers/usb/gadget/udc/tegra-xudc.c                                    |   39 -
 drivers/usb/host/xhci.c                                                |    2 
 drivers/usb/misc/usb-ljca.c                                            |   22 
 drivers/usb/phy/phy-generic.c                                          |    7 
 drivers/usb/serial/cp210x.c                                            |    4 
 drivers/usb/serial/ftdi_sio.c                                          |    2 
 drivers/usb/serial/ftdi_sio_ids.h                                      |    6 
 drivers/usb/serial/option.c                                            |    6 
 drivers/usb/storage/uas.c                                              |   28 -
 drivers/usb/typec/class.c                                              |    7 
 drivers/usb/typec/tcpm/tcpm.c                                          |    6 
 drivers/usb/typec/ucsi/ucsi.c                                          |   46 +
 drivers/usb/typec/ucsi/ucsi.h                                          |    4 
 drivers/usb/typec/ucsi/ucsi_acpi.c                                     |   75 +-
 drivers/usb/typec/ucsi/ucsi_glink.c                                    |   14 
 drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c                                 |    7 
 drivers/vfio/pci/pds/lm.c                                              |   13 
 drivers/vfio/pci/pds/lm.h                                              |    1 
 drivers/vfio/pci/pds/vfio_dev.c                                        |    4 
 drivers/vfio/pci/vfio_pci_intrs.c                                      |  176 ++++--
 drivers/vfio/platform/vfio_platform_irq.c                              |  105 ++--
 drivers/vfio/virqfd.c                                                  |   21 
 drivers/video/fbdev/Kconfig                                            |    3 
 drivers/virtio/virtio.c                                                |    4 
 fs/btrfs/block-group.c                                                 |    3 
 fs/btrfs/compression.c                                                 |    8 
 fs/btrfs/defrag.c                                                      |    4 
 fs/btrfs/disk-io.c                                                     |   13 
 fs/btrfs/export.c                                                      |    2 
 fs/btrfs/extent_io.c                                                   |   61 +-
 fs/btrfs/extent_io.h                                                   |    1 
 fs/btrfs/extent_map.c                                                  |   16 
 fs/btrfs/file.c                                                        |   14 
 fs/btrfs/free-space-cache.c                                            |    2 
 fs/btrfs/fs.h                                                          |   11 
 fs/btrfs/inode.c                                                       |   54 +-
 fs/btrfs/ioctl.c                                                       |   58 --
 fs/btrfs/lzo.c                                                         |    4 
 fs/btrfs/props.c                                                       |    2 
 fs/btrfs/qgroup.c                                                      |   61 ++
 fs/btrfs/qgroup.h                                                      |    3 
 fs/btrfs/reflink.c                                                     |   12 
 fs/btrfs/relocation.c                                                  |    2 
 fs/btrfs/scrub.c                                                       |   12 
 fs/btrfs/send.c                                                        |    2 
 fs/btrfs/super.c                                                       |    2 
 fs/btrfs/volumes.c                                                     |   69 ++
 fs/btrfs/zoned.c                                                       |   14 
 fs/debugfs/inode.c                                                     |   25 
 fs/dlm/user.c                                                          |   10 
 fs/exec.c                                                              |    1 
 fs/ext4/mballoc.c                                                      |   17 
 fs/ext4/resize.c                                                       |    3 
 fs/f2fs/f2fs.h                                                         |    1 
 fs/f2fs/segment.c                                                      |    4 
 fs/fat/nfs.c                                                           |    6 
 fs/fuse/dir.c                                                          |    6 
 fs/fuse/file.c                                                         |    8 
 fs/fuse/fuse_i.h                                                       |    1 
 fs/fuse/inode.c                                                        |    7 
 fs/nfs/direct.c                                                        |   11 
 fs/nfs/read.c                                                          |    2 
 fs/nfs/write.c                                                         |    2 
 fs/nfsd/trace.h                                                        |    2 
 fs/nilfs2/btree.c                                                      |    9 
 fs/nilfs2/direct.c                                                     |    9 
 fs/nilfs2/inode.c                                                      |    2 
 fs/smb/client/cached_dir.c                                             |    3 
 fs/smb/client/cifs_debug.c                                             |    2 
 fs/smb/client/cifsglob.h                                               |    4 
 fs/smb/client/cifsproto.h                                              |    6 
 fs/smb/client/connect.c                                                |    6 
 fs/smb/client/file.c                                                   |    8 
 fs/smb/client/fs_context.c                                             |   27 -
 fs/smb/client/inode.c                                                  |   13 
 fs/smb/client/readdir.c                                                |    2 
 fs/smb/client/sess.c                                                   |    4 
 fs/smb/client/smb2ops.c                                                |    2 
 fs/smb/client/smb2pdu.c                                                |   10 
 fs/smb/server/smb2misc.c                                               |   26 -
 fs/smb/server/smb2pdu.c                                                |  228 +++++---
 fs/smb/server/smb_common.c                                             |   11 
 fs/smb/server/vfs.c                                                    |   12 
 fs/ubifs/dir.c                                                         |    2 
 fs/ubifs/file.c                                                        |   13 
 include/drm/drm_bridge.h                                               |   33 +
 include/drm/drm_modeset_helper_vtables.h                               |    3 
 include/drm/ttm/ttm_tt.h                                               |    9 
 include/linux/cpufreq.h                                                |   15 
 include/linux/framer/framer.h                                          |    4 
 include/linux/intel_rapl.h                                             |    6 
 include/linux/intel_tcc.h                                              |    2 
 include/linux/interrupt.h                                              |    3 
 include/linux/libata.h                                                 |    1 
 include/linux/lsm_hook_defs.h                                          |    4 
 include/linux/mman.h                                                   |    8 
 include/linux/mtd/spinand.h                                            |    2 
 include/linux/nfs_fs.h                                                 |    1 
 include/linux/oid_registry.h                                           |    4 
 include/linux/phy/tegra/xusb.h                                         |    1 
 include/linux/ring_buffer.h                                            |    4 
 include/linux/security.h                                               |    8 
 include/linux/serial_core.h                                            |    3 
 include/linux/skbuff.h                                                 |   10 
 include/linux/syscalls.h                                               |    6 
 include/linux/trace_events.h                                           |    5 
 include/linux/vfio.h                                                   |    2 
 include/media/media-entity.h                                           |    2 
 include/net/cfg80211.h                                                 |    2 
 include/net/cfg802154.h                                                |    1 
 include/scsi/scsi_driver.h                                             |    1 
 include/scsi/scsi_host.h                                               |    1 
 include/uapi/linux/btrfs.h                                             |    1 
 init/initramfs.c                                                       |    2 
 io_uring/futex.c                                                       |    1 
 io_uring/io_uring.c                                                    |    5 
 io_uring/net.c                                                         |    5 
 io_uring/poll.c                                                        |   19 
 io_uring/rw.c                                                          |    4 
 io_uring/waitid.c                                                      |    7 
 kernel/bounds.c                                                        |    2 
 kernel/crash_core.c                                                    |    8 
 kernel/dma/swiotlb.c                                                   |   35 -
 kernel/entry/common.c                                                  |    8 
 kernel/irq/manage.c                                                    |    9 
 kernel/module/Kconfig                                                  |    5 
 kernel/power/suspend.c                                                 |    1 
 kernel/printk/printk.c                                                 |   27 -
 kernel/sys.c                                                           |    7 
 kernel/time/posix-clock.c                                              |   16 
 kernel/trace/ring_buffer.c                                             |  161 +++---
 kernel/trace/trace.c                                                   |   43 +
 kernel/workqueue.c                                                     |    2 
 lib/pci_iomap.c                                                        |    2 
 mm/filemap.c                                                           |   16 
 mm/kasan/kasan_test.c                                                  |    3 
 mm/memtest.c                                                           |    4 
 mm/shmem_quota.c                                                       |   10 
 mm/swapfile.c                                                          |   13 
 mm/zswap.c                                                             |    8 
 net/bluetooth/hci_core.c                                               |    6 
 net/bluetooth/hci_sync.c                                               |    5 
 net/ipv4/esp4.c                                                        |    8 
 net/ipv6/esp6.c                                                        |    8 
 net/mac80211/cfg.c                                                     |    7 
 net/mac80211/ieee80211_i.h                                             |    2 
 net/mac80211/rate.c                                                    |    2 
 net/mac80211/sta_info.h                                                |    6 
 net/mac80211/vht.c                                                     |   46 -
 net/mac802154/llsec.c                                                  |   18 
 net/netfilter/nf_tables_api.c                                          |    3 
 net/wireless/wext-core.c                                               |    7 
 scripts/Makefile.extrawarn                                             |    2 
 security/apparmor/lsm.c                                                |    4 
 security/landlock/syscalls.c                                           |   18 
 security/lsm_syscalls.c                                                |   10 
 security/security.c                                                    |   20 
 security/selinux/hooks.c                                               |    4 
 security/smack/smack_lsm.c                                             |   16 
 sound/pci/hda/tas2781_hda_i2c.c                                        |   83 +--
 sound/sh/aica.c                                                        |   17 
 sound/soc/amd/yc/acp6x-mach.c                                          |    7 
 sound/soc/amd/yc/pci-acp6x.c                                           |    1 
 tools/include/linux/btf_ids.h                                          |    2 
 tools/testing/selftests/lsm/common.h                                   |    6 
 tools/testing/selftests/lsm/lsm_get_self_attr_test.c                   |   10 
 tools/testing/selftests/lsm/lsm_list_modules_test.c                    |    8 
 tools/testing/selftests/lsm/lsm_set_self_attr_test.c                   |    6 
 tools/testing/selftests/mm/gup_test.c                                  |    2 
 tools/testing/selftests/mm/soft-dirty.c                                |    2 
 tools/testing/selftests/mm/split_huge_page_test.c                      |    2 
 tools/testing/selftests/mm/uffd-common.c                               |    3 
 tools/testing/selftests/mm/uffd-common.h                               |    2 
 tools/testing/selftests/mm/uffd-unit-tests.c                           |   13 
 tools/testing/selftests/mqueue/setting                                 |    1 
 tools/testing/selftests/wireguard/qemu/arch/riscv32.config             |    1 
 tools/testing/selftests/wireguard/qemu/arch/riscv64.config             |    1 
 virt/kvm/async_pf.c                                                    |   31 +
 481 files changed, 4772 insertions(+), 2551 deletions(-)

Adamos Ttofari (1):
      x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD

Akira Yokosawa (2):
      docs: Restore "smart quotes" for quotes
      docs: Makefile: Add dependency to $(YNL_INDEX) for targets other than htmldocs

Alan Stern (3):
      USB: core: Fix deadlock in usb_deauthorize_interface()
      USB: core: Add hub_get() and hub_put() routines
      USB: core: Fix deadlock in port "disable" sysfs attribute

Aleksandrs Vinarskis (2):
      mfd: intel-lpss: Switch to generalized quirk table
      mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530

Alex Williamson (7):
      vfio/pci: Disable auto-enable of exclusive INTx IRQ
      vfio/pci: Lock external INTx masking ops
      vfio/platform: Disable virqfds on cleanup
      vfio/platform: Create persistent IRQ handlers
      vfio/fsl-mc: Block calling interrupt handler without trigger
      vfio: Introduce interface to flush virqfd inject workqueue
      vfio/pci: Create persistent INTx handler

Alexander Aring (1):
      dlm: fix user space lkb refcounting

Alexander Stein (1):
      Revert "usb: phy: generic: Get the vbus supply"

Alexander Sverdlin (1):
      mfd: twl: Select MFD_CORE

Alison Schofield (1):
      cxl/trace: Properly initialize cxl_poison region name

Allen Pan (1):
      drm/amd/display: Add a dc_state NULL check in dc_state_release

Alvin Lee (1):
      drm/amd/display: Remove pixle rate limit for subvp

Amit Pundir (1):
      clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd

Anand Jain (2):
      btrfs: do not skip re-registration for the mounted device
      btrfs: validate device maj:min during open

André Rösti (1):
      entry: Respect changes to system call number by trace_sys_enter()

Anton Altaparmakov (1):
      x86/pm: Work around false positive kmemleak report in msr_build_context()

Ard Biesheuvel (6):
      x86/efistub: Call mixed mode boot services on the firmware's stack
      x86/sev: Fix position dependent variable references in startup code
      ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores
      x86/efistub: Add missing boot_params for mixed mode compat entry
      efi/libstub: Cast away type warning in use of max()
      x86/efistub: Reinstate soft limit for initrd loading

Arend van Spriel (2):
      wifi: brcmfmac: avoid invalid list operation when vendor attach fails
      wifi: brcmfmac: add per-vendor feature detection callback

Aric Cyr (1):
      drm/amd/display: Unify optimize_required flags and VRR adjustments

Arnd Bergmann (2):
      kasan/test: avoid gcc warning for intentional overflow
      staging: vc04_services: changen strncpy() to strscpy_pad()

Arseniy Krasnov (1):
      mtd: rawnand: meson: fix scrambling mode value in command macro

Audra Mitchell (1):
      workqueue: Shorten events_freezable_power_efficient name

Aurélien Jacobs (1):
      USB: serial: option: add MeiG Smart SLM320 product

Baokun Li (1):
      ext4: correct best extent lstart adjustment logic

Baoquan He (1):
      crash: use macro to add crashk_res into iomem early for specific arch

Bart Van Assche (1):
      Revert "block/mq-deadline: use correct way to throttling write requests"

Benjamin Coddington (1):
      NFS: Read unlock folio on nfs_page_create_from_folio() error

Bernd Schubert (1):
      fuse: fix VM_MAYSHARE and direct_io_allow_mmap

Bharath SM (1):
      cifs: prevent updating file size from server if we have a read/write lease

Biju Das (4):
      irqchip/renesas-rzg2l: Flush posted write in irq_eoi()
      irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()
      irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()
      irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type

Bikash Hazarika (1):
      scsi: qla2xxx: Update manufacturer detail

Bitterblue Smith (1):
      wifi: rtw88: 8821cu: Fix connection failure

Borislav Petkov (AMD) (3):
      x86/CPU/AMD: Update the Zenbleed microcode revisions
      x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT
      x86/bugs: Fix the SRSO mitigation on Zen3/4

Breno Leitao (1):
      x86/nmi: Fix the inverse "in NMI handler" check

Brett Creeley (2):
      vfio/pds: Always clear the save/restore FDs on reset
      vfio/pds: Make sure migration file isn't accessed after reset

Cameron Williams (1):
      USB: serial: add device ID for VeriFone adapter

Carlos Maiolino (1):
      tmpfs: fix race on handling dquot rbtree

Casey Schaufler (1):
      lsm: use 32-bit compatible data types in LSM syscalls

Chris Bainbridge (1):
      drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau

Chris Park (1):
      drm/amd/display: Prevent crash when disable stream

Chris Wilson (1):
      drm/i915/gt: Reset queue_priority_hint on parking

Christian A. Ehrhardt (4):
      usb: typec: ucsi: Clear EVENT_PENDING under PPM lock
      usb: typec: ucsi: Ack unsupported commands
      usb: typec: ucsi_acpi: Refactor and fix DELL quirk
      usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset

Christian Gmeiner (1):
      drm/etnaviv: Restore some id values

Christian Häggström (1):
      USB: serial: cp210x: add ID for MGP Instruments PDS100

Christian Marangi (2):
      leds: trigger: netdev: Fix kernel panic on interface rename trig notify
      net: phy: qcom: at803x: fix kernel panic with at8031_probe

Christophe JAILLET (1):
      slimbus: core: Remove usage of the deprecated ida_simple_xx() API

ChunTao Tso (1):
      drm/amd/display: Amend coasting vtotal for replay low hz

Claus Hansen Ries (1):
      net: ll_temac: platform_get_resource replaced by wrong function

Conrad Kostecki (1):
      ahci: asm1064: asm1166: don't limit reported ports

Damian Muszynski (2):
      crypto: qat - change SLAs cleanup flow at shutdown
      crypto: qat - resolve race condition during AER recovery

Damien Le Moal (3):
      block: Clear zone limits for a non-zoned stacked queue
      block: Do not force full zone append completion in req_bio_endio()
      scsi: sd: Fix TCG OPAL unlock on system resume

Dan Carpenter (1):
      staging: vc04_services: fix information leak in create_component()

Daniel Lezcano (1):
      Revert "thermal: core: Don't update trip points inside the hysteresis range"

Daniel Vogelbacher (1):
      USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB

Dave Hansen (1):
      Revert "x86/bugs: Use fixed addressing for VERW operand"

David Hildenbrand (1):
      virtio: reenable config if freezing device failed

David Sterba (5):
      btrfs: replace sb::s_blocksize by fs_info::sectorsize
      btrfs: add helpers to get inode from page/folio pointers
      btrfs: add helpers to get fs_info from page/folio pointers
      btrfs: add helper to get fs_info from struct inode pointer
      btrfs: handle errors returned from unpin_extent_cache()

David Woodhouse (1):
      KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled

Dillon Varone (1):
      drm/amd/display: Init DPPCLK from SMU on dcn32

Dmitry Baryshkov (1):
      scsi: ufs: qcom: Provide default cycles_in_1us value

Dominique Martinet (1):
      mmc: core: Fix switch on gp3 partition

Dragos Tatulea (1):
      net: esp: fix bad handling of pages from page_pool

Duje Mihanović (1):
      arm: dts: marvell: Fix maxium->maxim typo in brownstone dts

Duoming Zhou (2):
      nouveau/dmem: handle kcalloc() allocation failure
      ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs

Edward Liaw (2):
      selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM
      selftests/mm: fix ARM related issue with fork after pthread_create

Eric Biggers (1):
      Revert "crypto: pkcs7 - remove sha1 support"

Eric Huang (1):
      drm/amdkfd: fix TLB flush after unmap for GFX9.4.2

Eugene Korenevsky (1):
      cifs: open_cached_dir(): add FILE_READ_EA to desired access

Ezra Buehler (1):
      mtd: spinand: Add support for 5-byte IDs

Fedor Pchelkin (1):
      mac802154: fix llsec key resources release in mac802154_llsec_key_del

Felix Fietkau (1):
      wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes

Filipe Manana (3):
      btrfs: fix off-by-one chunk length calculation at contains_pending_extent()
      btrfs: fix warning messages not printing interval at unpin_extent_range()
      btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()

Frank Wunderlich (1):
      thermal/drivers/mediatek: Fix control buffer enablement on MT7896

Gabor Juhos (7):
      clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays
      clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays
      clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays
      clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays
      clk: qcom: camcc-sc8280xp: fix terminating of frequency table arrays
      clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays
      clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays

George Shen (1):
      drm/amd/display: Remove MPC rate control logic from DCN30 and above

Gergo Koteles (2):
      ALSA: hda/tas2781: remove digital gain kcontrol
      ALSA: hda/tas2781: add locks to kcontrols

Greg Kroah-Hartman (1):
      Linux 6.8.3

Guenter Roeck (5):
      parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()
      parisc: Fix ip_fast_csum
      parisc: Fix csum_ipv6_magic on 32-bit systems
      parisc: Fix csum_ipv6_magic on 64-bit systems
      parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds

Gui-Dong Han (2):
      media: xc4000: Fix atomicity violation in xc4000_get_frequency
      md/raid5: fix atomicity violation in raid5_cache_count

Guilherme G. Piccoli (1):
      scsi: core: Fix unremoved procfs host directory regression

Hamza Mahfooz (1):
      drm/amd/display: fix IPX enablement

Harald Freudenberger (1):
      s390/zcrypt: fix reference counting on zcrypt card objects

Harry Wentland (1):
      Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR"

Hector Martin (2):
      wifi: brcmfmac: cfg80211: Use WSEC to set SAE password
      wifi: brcmfmac: Demote vendor-specific attach/detach messages to info

Heikki Krogerus (1):
      usb: dwc3: pci: Drop duplicate ID

Heming Zhao (1):
      md/md-bitmap: fix incorrect usage for sb_index

Herve Codina (1):
      net: wan: framer: Add missing static inline qualifiers

Hidenori Kobayashi (1):
      media: staging: ipu3-imgu: Set fields before media_entity_pads_init()

Huacai Chen (2):
      LoongArch: Change __my_cpu_offset definition to avoid mis-optimization
      LoongArch: Define the __io_aw() hook as mmiowb()

Hugo Villeneuve (1):
      serial: max310x: fix NULL pointer dereference in I2C instantiation

Jameson Thies (1):
      usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros

Jan Kara (1):
      fat: fix uninitialized field in nostale filehandles

Jani Nikula (9):
      drm/probe-helper: warn about negative .get_modes()
      drm/panel: do not return negative error codes from drm_panel_get_modes()
      drm/exynos: do not return negative values from .get_modes()
      drm/imx/ipuv3: do not return negative values from .get_modes()
      drm/vc4: hdmi: do not return negative values from .get_modes()
      drm/bridge: add ->edid_read hook and drm_bridge_edid_read()
      drm/bridge: lt8912b: use drm_bridge_edid_read()
      drm/bridge: lt8912b: clear the EDID property on failures
      drm/bridge: lt8912b: do not return negative values from .get_modes()

Janusz Krzysztofik (2):
      drm/i915/hwmon: Fix locking inversion in sysfs getter
      drm/i915/vma: Fix UAF on destroy against retire race

Jason A. Donenfeld (3):
      wireguard: netlink: check for dangling peer via is_dead instead of empty list
      wireguard: netlink: access device through ctx instead of peer
      wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}

Jens Axboe (4):
      io_uring/net: correctly handle multishot recvmsg retry setup
      io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry
      io_uring/futex: always remove futex entry for cancel all
      io_uring/waitid: always remove waitid entry for cancel all

Jerome Brunet (1):
      nvmem: meson-efuse: fix function pointer type mismatch

Jiawei Wang (2):
      ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2"
      ASoC: amd: yc: Revert "add new YC platform variant (0x63) support"

Joakim Zhang (1):
      remoteproc: virtio: Fix wdg cannot recovery remote processor

Jocelyn Falempe (1):
      drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed

Johan Hovold (1):
      PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p

Johannes Berg (6):
      wifi: mac80211: track capability/opmode NSS separately
      debugfs: fix wait/cancellation handling during remove
      wifi: cfg80211: add a flag to disable wireless extensions
      wifi: iwlwifi: mvm: disable MLO for the time being
      wifi: iwlwifi: fw: don't always use FW dump trig
      wifi: iwlwifi: mvm: handle debugfs names more carefully

Johannes Thumshirn (3):
      btrfs: zoned: don't skip block groups with 100% zone unusable
      btrfs: zoned: use zone aware sb location for scrub
      btrfs: zoned: fix use-after-free in do_zone_finish()

Johannes Weiner (3):
      mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion
      mm: cachestat: fix two shmem bugs
      drm/amdgpu: fix deadlock while reading mqd from debugfs

John David Anglin (1):
      parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macros

John Ogness (1):
      printk: Update @console_may_schedule in console_trylock_spinning()

John Sperbeck (1):
      init: open /initrd.image with O_LARGEFILE

Jonas Gorski (1):
      serial: core: only stop transmit when HW fifo is empty

Jonathon Hall (1):
      drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()

Josef Bacik (1):
      nfs: fix UAF in direct writes

Josip Pavic (1):
      drm/amd/display: Allow dirty rects to be sent to dmub when abm is active

Josua Mayer (1):
      hwmon: (amc6821) add of_match table

KONDO KAZUMA(近藤 和真) (1):
      efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher address

Kevin Loughlin (1):
      x86/sev: Skip ROM range scans and validation for SEV-SNP guests

Krishna Kurapati (1):
      usb: typec: ucsi: Fix race between typec_switch and role_switch

Krishna chaitanya chundru (1):
      arm64: dts: qcom: sc7280: Add additional MSI interrupts

Krzysztof Kozlowski (4):
      arm64: dts: qcom: sm8450-hdk: correct AMIC4 and AMIC5 microphones
      arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping
      arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping
      pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name

Kyle Tso (3):
      usb: typec: tcpm: Correct port source pdo array in pd_set callback
      usb: typec: tcpm: Update PD of Type-C port upon pd_set
      usb: typec: Return size of buffer if pd_set operation succeeds

Laurent Pinchart (6):
      media: mc: Add local pad to pipeline regardless of the link state
      media: mc: Fix flags handling when creating pad links
      media: mc: Add num_links flag to media_pad
      media: mc: Rename pad variable to clarify intent
      media: mc: Expand MUST_CONNECT flag to always require an enabled link
      media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT

Leo Ma (1):
      drm/amd/display: Fix noise issue on HDMI AV mute

Ley Foon Tan (1):
      clocksource/drivers/timer-riscv: Clear timer interrupt on timer initialization

Li Lingfeng (1):
      md: use RCU lock to protect traversal in md_spares_need_change()

Liming Sun (1):
      sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()

Lino Sanfilippo (1):
      tpm,tpm_tis: Avoid warning splat at shutdown

Linus Torvalds (1):
      Fix memory leak in posix_clock_open()

Luiz Augusto von Dentz (1):
      Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync

Ma Jun (2):
      drm/amdgpu/pm: Fix NULL pointer dereference when get power limit
      drm/amdgpu/pm: Check the validity of overdiver power limit

Manivannan Sadhasivam (1):
      PCI: qcom: Enable BDF to SID translation properly

Marcel Ziswiler (1):
      Bluetooth: btnxpuart: Fix btnxpuart_close

Marek Szyprowski (1):
      cpufreq: dt: always allocate zeroed cpumask

Marek Vasut (1):
      media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access

Mario Limonciello (1):
      drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found

Marios Makassikis (2):
      ksmbd: replace generic_fillattr with vfs_getattr
      ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_info

Martin Blumenstingl (1):
      clocksource/drivers/arm_global_timer: Fix maximum prescaler value

Masami Hiramatsu (Google) (1):
      kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address

Matthew Auld (1):
      drm/xe/query: fix gt_id bounds check

Matthew Wilcox (Oracle) (3):
      bounds: support non-power-of-two CONFIG_NR_CPUS
      ubifs: Set page uptodate in the correct place
      btrfs: add set_folio_extent_mapped() helper

Maulik Shah (1):
      PM: suspend: Set mem_sleep_current during kernel command line setup

Max Filippov (1):
      exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()

Maximilian Heyne (1):
      ext4: fix corruption during on-line resize

Michael Ellerman (3):
      powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core
      powerpc/smp: Increase nr_cpu_ids to include the boot CPU
      powerpc/fsl: Fix mfpmr build errors with newer binutils

Michael Kelley (1):
      PCI: hv: Fix ring buffer size calculation

Mickaël Salaün (1):
      landlock: Warn once if a Landlock action is requested while disabled

Mikko Rapeli (2):
      mmc: core: Initialize mmc_blk_ioc_data
      mmc: core: Avoid negative index with array access

Miklos Szeredi (3):
      fuse: replace remaining make_bad_inode() with fuse_make_bad()
      fuse: fix root lookup with nonzero generation
      fuse: don't unhash root

Mikulas Patocka (1):
      dm snapshot: fix lockup in dm_exception_table_exit

Minas Harutyunyan (5):
      usb: dwc2: host: Fix remote wakeup from hibernation
      usb: dwc2: host: Fix hibernation flow
      usb: dwc2: host: Fix ISOC flow in DDMA mode
      usb: dwc2: gadget: Fix exiting from clock gating
      usb: dwc2: gadget: LPM flow fix

Miquel Raynal (4):
      mtd: rawnand: Fix and simplify again the continuous read derivations
      mtd: rawnand: Add a helper for calculating a page index
      mtd: rawnand: Ensure all continuous terms are always in sync
      mtd: rawnand: Constrain even more when continuous reads are enabled

Muhammad Usama Anjum (2):
      scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()
      scsi: lpfc: Correct size for wqe for memset()

Namjae Jeon (2):
      ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
      ksmbd: fix potencial out-of-bounds when buffer offset is invalid

Natanael Copa (1):
      tools/resolve_btfids: fix build with musl libc

Nathan Chancellor (3):
      powerpc: xor_vmx: Add '-mhard-float' to CFLAGS
      kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1
      hexagon: vmlinux.lds.S: handle attributes section

Nicholas Kazlauskas (2):
      drm/amd/display: Fix idle check for shared firmware state
      drm/amd/display: Add more checks for exiting idle in DC

Nick Morrow (1):
      wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU

Nicolin Chen (1):
      iommu/dma: Force swiotlb_max_mapping_size on an untrusted device

Niklas Cassel (1):
      PCI: dwc: endpoint: Fix advertised resizable BAR size

Oleksandr Tymoshenko (1):
      efi: fix panic in kdump kernel

Oliver Neukum (1):
      usb: cdc-wdm: close race between read and workqueue

Pablo Neira Ayuso (1):
      netfilter: nf_tables: reject constant set with timeout

Paul Menzel (1):
      PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports

Paul Moore (1):
      lsm: handle the NULL buffer case in lsm_fill_user_ctx()

Pavel Begunkov (4):
      io_uring: fix mshot read defer taskrun cqe posting
      io_uring: fix io_queue_proc modifying req->flags
      io_uring: fix mshot io-wq checks
      io_uring: clean rings on NO_MMAP alloc fail

Pawan Gupta (1):
      x86/bugs: Use fixed addressing for VERW operand

Peter Collingbourne (1):
      serial: Lock console when calling into driver before registration

Philip Yang (1):
      drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag

Philipp Stanner (1):
      pci_iounmap(): Fix MMIO mapping leak

Prashanth K (1):
      usb: xhci: Add error handling in xhci_map_urb_for_dma

Qiang Zhang (1):
      memtest: use {READ,WRITE}_ONCE in memory scanning

Qingliang Li (1):
      PM: sleep: wakeirq: fix wake irq warning in system suspend

Qu Wenruo (2):
      btrfs: qgroup: always free reserved space for extent records
      btrfs: qgroup: validate btrfs_qgroup_inherit parameter

Quentin Schulz (2):
      iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2
      iio: adc: rockchip_saradc: use mask for write_enable bitfield

Quinn Tran (6):
      scsi: qla2xxx: Prevent command send on chip reset
      scsi: qla2xxx: Fix N2N stuck connection
      scsi: qla2xxx: Split FCE|EFT trace control
      scsi: qla2xxx: NVME|FCP prefer flag not being honored
      scsi: qla2xxx: Fix command flush on cable pull
      scsi: qla2xxx: Delay I/O Abort on PCI error

Rafael J. Wysocki (2):
      PCI/PM: Drain runtime-idle callbacks before driver removal
      genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd

Randy Dunlap (2):
      sparc64: NMI watchdog: fix return value of __setup handler
      sparc: vDSO: fix return value of __setup handler

Richard Weinberger (1):
      ubi: Check for too small LEB size in VTBL code

Roberto Sassu (2):
      smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()
      smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()

Rodrigo Siqueira (1):
      drm/amd/display: Return the correct HDCP error code

Roger Quadros (2):
      usb: dwc3-am62: fix module unload/reload behavior
      usb: dwc3-am62: Disable wakeup at remove

Romain Naour (1):
      mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode

Roman Li (1):
      drm/amd/display: Fix bounds check for dcn35 DcfClocks

Ryan Roberts (1):
      mm: swap: fix race between free_swap_and_cache() and swapoff()

Ryusuke Konishi (2):
      nilfs2: fix failure to detect DAT corruption in btree and direct mappings
      nilfs2: prevent kernel bug at submit_bh_wbc()

Sam Ravnborg (1):
      sparc32: Fix parport build with sparc32

Samuel Thibault (1):
      speakup: Fix 8bit characters from direct synth

Sandipan Das (1):
      perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later

Saurav Kashyap (3):
      scsi: qla2xxx: Fix double free of the ha->vp_map pointer
      scsi: qla2xxx: Fix double free of fcport
      scsi: qla2xxx: Change debug message during driver unload

Sean Anderson (2):
      soc: fsl: qbman: Always disable interrupts when taking cgr_lock
      soc: fsl: qbman: Use raw spinlock for cgr_lock

Sean Christopherson (1):
      KVM: Always flush async #PF workqueue when vCPU is being destroyed

SeongJae Park (1):
      selftests/mqueue: Set timeout to 180 seconds

Shivnandan Kumar (1):
      cpufreq: Limit resolving a frequency to policy min/max

Shyam Prasad N (2):
      cifs: make sure server interfaces are requested only for SMB3+
      cifs: reduce warning log level for server not advertising interfaces

Sohaib Nadeem (1):
      drm/amd/display: Override min required DCFCLK in dml1_validate

Song Liu (1):
      Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""

Srinivas Pandruvada (1):
      platform/x86/intel/tpmi: Change vsec offset to u64

Srinivasan Shanmugam (1):
      drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'

Stanislaw Gruszka (1):
      PCI/AER: Block runtime suspend when handling errors

Steve French (1):
      cifs: allow changing password during remount

Steven Rostedt (Google) (8):
      ring-buffer: Do not set shortest_full when full target is hit
      ring-buffer: Fix full_waiters_pending in poll
      ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
      tracing/ring-buffer: Fix wait_on_pipe() race
      NFSD: Fix nfsd_clid_class use of __string_len() macro
      drm/i915: Add missing ; to __assign_str() macros in tracepoint code
      net: hns3: tracing: fix hclgevf trace event strings
      ring-buffer: Make wake once of ring_buffer_wait() more robust

Sunmin Jeong (2):
      f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag
      f2fs: truncate page cache before clearing flags when aborting atomic write

Swapnil Patel (1):
      drm/amd/display: Change default size for dummy plane in DML2

Tavian Barnes (1):
      btrfs: fix race in read_extent_buffer_pages()

Thinh Nguyen (1):
      usb: dwc3: Properly set system wakeup

Thomas Gleixner (1):
      x86/mpparse: Register APIC address only once

Thomas Zimmermann (1):
      fbdev: Select I/O-memory framebuffer ops for SBus

Tom Zanussi (1):
      crypto: iaa - Fix nr_cpus < nr_iaa case

Tony Battersby (1):
      block: Fix page refcounts for unaligned buffers in __bio_release_pages()

Tor Vic (1):
      cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()

Toru Katagiri (1):
      USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M

Ville Syrjälä (9):
      drm/i915: Replace a memset() with zero initialization
      drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports
      drm/i915: Include the PLL name in the debug messages
      drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs
      drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode()
      drm/i915/vrr: Generate VRR "safe window" for DSB
      drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly
      drm/i915/dsb: Fix DSB vblank waits when using VRR
      drm/i915: Pre-populate the cursor physical dma address

Vitaly Chikunov (1):
      selftests/mm: Fix build with _FORTIFY_SOURCE

Vitaly Prosyak (2):
      drm/amdgpu: fix use-after-free bug
      drm/sched: fix null-ptr-deref in init entity

Wayne Chang (2):
      phy: tegra: xusb: Add API to retrieve the port number of phy
      usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic

Weitao Wang (1):
      USB: UAS: return ENODEV when submit urbs fail with device not attached

Wenjing Liu (4):
      drm/amd/display: Update odm when ODM combine is changed on an otg master pipe with no plane
      drm/amd/display: Lock all enabled otg pipes even with no planes
      drm/amd/display: Implement wait_for_odm_update_pending_complete
      drm/amd/display: Revert Remove pixle rate limit for subvp

Will Deacon (3):
      swiotlb: Fix double-allocation of slots due to broken alignment handling
      swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()
      swiotlb: Fix alignment checks when both allocation and DMA masks are present

Wolfram Sang (1):
      mmc: tmio: avoid concurrent runs of mmc_request_done()

Xi Liu (1):
      drm/amd/display: Set DCN351 BB and IP the same as DCN35

Xingui Yang (2):
      scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()
      scsi: libsas: Fix disk not being scanned in after being removed

Xu Yang (1):
      usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()

Ye Zhang (1):
      thermal: devfreq_cooling: Fix perf state when calculate dfc res_util

Yongqiang Liu (1):
      ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses

Yongzhi Liu (1):
      usb: misc: ljca: Fix double free in error handling path

Yu Kuai (9):
      md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume
      md: export helpers to stop sync_thread
      md: export helper md_is_rdwr()
      md: add a new helper reshape_interrupted()
      dm-raid: really frozen sync_thread during suspend
      md/dm-raid: don't call md_reap_sync_thread() directly
      dm-raid: add a new helper prepare_suspend() in md_personality
      dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
      dm-raid: fix lockdep waring in "pers->hot_add_disk"

Yuli Wang (1):
      LoongArch/crypto: Clean up useless assignment operations

Zack Rusin (4):
      drm/vmwgfx: Unmap the surface before resetting it on a plane state
      drm/vmwgfx: Fix possible null pointer derefence with invalid contexts
      drm/vmwgfx: Fix the lifetime of the bo cursor memory
      drm/ttm: Make sure the mapped tt pages are decrypted when needed

Zev Weiss (2):
      prctl: generalize PR_SET_MDWE support check to be per-arch
      ARM: prctl: reject PR_SET_MDWE on pre-ARMv6

Zhang Rui (5):
      thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature
      powercap: intel_rapl: Fix a NULL pointer dereference
      powercap: intel_rapl: Fix locking in TPMI RAPL
      powercap: intel_rapl_tpmi: Fix a register bug
      powercap: intel_rapl_tpmi: Fix System Domain probing

Zhang Yi (1):
      ubi: correct the calculation of fastmap size

Zheng Wang (1):
      wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach

Zhihao Cheng (1):
      ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path

Zoltan HERPAI (1):
      pwm: img: fix pwm clock lookup

yuan linyu (1):
      usb: udc: remove warning when queue disabled ep


             reply	other threads:[~2024-04-03 14:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03 14:22 Greg Kroah-Hartman [this message]
2024-04-03 14:22 ` Linux 6.8.3 Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2024040345-condition-debtor-ad66@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.