This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ab290eaddc4c Merge tag 's390-6.1-5' of git://git.kernel.org/pub/scm/lin [...] new dba9e3467425 drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kms new 876153ab068b drm/panel: simple: set bpc field for logic technologies displays new ff963634f7b2 drm/drv: Fix potential memory leak in drm_dev_init() new 4979524f5a2a drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker() new e17a025a47c6 drm/lima: Fix opp clkname setting in case of missing regulator new eca13f3c67b6 drm/amdgpu: use the last IB as gang leader v2 new 0a3e0fb8cfee Revert "drm: hide unregistered connectors from GETCONNECTO [...] new 5954acbacbd1 drm/display: Don't assume dual mode adaptors support i2c s [...] new 5fa8813878d4 Merge tag 'drm-misc-fixes-2022-11-17' of git://anongit.fre [...] new 4f68332b2f89 drm/i915/ttm: fix uaf with lmem_userfault_list handling new a73b603f918f Merge tag 'drm-intel-fixes-2022-11-17' of git://anongit.fr [...] new 5428672d39b7 drm/amdgpu: Fix memory leak in amdgpu_cs_pass1 new 0d502ef8898b drm/amd/display: Fix access timeout to DPIA AUX at boot time new 7af87fc1ba13 drm/amd/display: Add HUBP surface flip interrupt handler new 2c2911e09f19 drm/amdgpu: Add psp_13_0_10_ta firmware to modinfo new 8d8494c3467d drm/amd/display: Fix invalid DPIA AUX reply causing system hang new 7e952a18eb97 drm/amd/display: Support parsing VRAM info v3.0 from VBIOS new 4d2852412306 drm/amd/display: Fix calculation for cursor CAB allocation new e7e4f77c991c drm/amd/display: Fix optc2_configure warning on dcn314 new 246e667079e8 drm/amd/display: Fix prefetch calculations for dcn32 new c149947b188c drm/amd/display: use uclk pstate latency for fw assisted m [...] new f8d7edb0cda6 drm/amd/display: Set max for prefetch lines on dcn32 new 0e444a4de6b3 drm/amd/display: don't enable DRM CRTC degamma property for DCE new 192039f12233 drm/amdgpu: disable BACO support on more cards new 6f9eea4392a1 drm/amdkfd: Fix a memory limit issue new f8794f31abf3 drm/amdgpu: there is no vbios fb on devices with no displa [...] new 8652da45d09a drm/amd/pm: enable runpm support over BACO for SMU13.0.0 new df7c013efc1a drm/amd/pm: enable runpm support over BACO for SMU13.0.7 new 4b14841c9a82 drm/amd/pm: fix SMU13 runpm hang due to unintentional workaround new 585f2bc8fe69 Merge tag 'amd-drm-fixes-6.1-2022-11-16' of https://gitlab [...] new c2418f911a31 gpu: host1x: Avoid trying to use GART on Tegra20 new b1010b93fe90 Merge tag 'drm/tegra/for-6.1-rc6' of https://gitlab.freede [...] new b5bf1d8a23a6 Merge tag 'drm-fixes-2022-11-19' of git://anongit.freedesk [...] new d7dbd43f4a82 blk-cgroup: properly pin the parent in blkcg_css_online new a7a159818922 drbd: use after free in drbd_create_device() new c964d62f5cab block: make dma_alignment a stacking queue_limit new 86e4d3e8d183 dm-crypt: provide dma_alignment limit in io_hints new b3228254bb6e block: make blk_set_default_limits() private new 29aa778bb667 dm-integrity: set dma_alignment limit in io_hints new 50a893359cd2 dm-log-writes: set dma_alignment limit in io_hints new d5ceb4d1c507 nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro new 8d6e38f636ac nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000 new 0a52566279b4 nvmet: fix a memory leak in nvmet_auth_set_key new 5c59789ce7ce Merge tag 'nvme-6.1-2022-11-18' of git://git.infradead.org [...] new f4408c3dfcbc Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linux
The 45 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: block/blk-cgroup.c | 2 +- block/blk-core.c | 1 - block/blk-settings.c | 9 ++-- block/blk.h | 1 + drivers/block/drbd/drbd_main.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 29 ++++++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 41 +++++++++++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 2 +- drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 1 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 32 +++++++++++--- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 6 --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 10 ++++- drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 30 +++++++++++++ drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hubp.c | 1 + .../gpu/drm/amd/display/dc/dcn314/dcn314_optc.c | 2 +- drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 14 +++--- .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 16 ++++++- .../amd/display/dc/dml/dcn32/display_mode_vba_32.c | 2 + .../amd/display/dc/dml/dcn32/display_mode_vba_32.h | 2 + .../dc/dml/dcn32/display_mode_vba_util_32.c | 7 ++- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 23 +++++----- drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 8 ++++ drivers/gpu/drm/amd/pm/swsmu/inc/smu_v11_0.h | 10 +---- drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 11 ++--- .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 4 ++ drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c | 2 +- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 9 ++++ .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 30 ++++++++++++- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 30 ++++++++++++- drivers/gpu/drm/display/drm_dp_dual_mode_helper.c | 51 ++++++++++++---------- drivers/gpu/drm/drm_drv.c | 2 +- drivers/gpu/drm/drm_internal.h | 3 +- drivers/gpu/drm/drm_mode_config.c | 3 -- drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 6 +-- drivers/gpu/drm/lima/lima_devfreq.c | 15 ++++--- drivers/gpu/drm/panel/panel-simple.c | 2 + drivers/gpu/drm/tegra/drm.c | 4 ++ drivers/gpu/drm/vc4/vc4_kms.c | 8 ++-- drivers/gpu/host1x/dev.c | 4 ++ drivers/md/dm-crypt.c | 1 + drivers/md/dm-integrity.c | 1 + drivers/md/dm-log-writes.c | 1 + drivers/nvme/host/pci.c | 4 ++ drivers/nvme/target/auth.c | 2 + include/linux/blkdev.h | 16 +++---- 48 files changed, 336 insertions(+), 132 deletions(-)