This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6441998e2e37 Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/ [...] new 53b349527328 drm/i915/display: Fix an unsigned subtraction which can ne [...] new c9f0322c4692 Merge tag 'drm-intel-fixes-2021-12-15' of ssh://git.freede [...] new 842470c4e211 Revert "drm/fb-helper: improve DRM fbdev emulation device names" new 5cf06065bd1f drm: simpledrm: fix wrong unit with pixel clock new fea3fdf975dd drm/ast: potential dereference of null pointer new 78fed39af1af Merge tag 'drm-misc-fixes-2021-12-16-1' of ssh://git.freed [...] new f3a8076eb28c drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE new 841933d5b8aa drm/amdgpu: don't override default ECO_BITs setting new dcd10d879a9d drm/amd/pm: fix reading SMU FW version from amdgpu_firmwar [...] new 7e4d2f30df3f drm/amd/display: Set exit_optimized_pwr_state for DCN31 new 791255ca9fbe drm/amd/display: Reset DMCUB before HW init new 17c65d6fca84 drm/amdgpu: correct the wrong cached state for GMC on PICASSO new aa464957f7e6 drm/amd/pm: fix a potential gpu_metrics_table memory leak new a2fbfd517117 Merge tag 'amd-drm-fixes-5.16-2021-12-15' of https://gitla [...] new 4f549bf33e38 Merge tag 'drm-fixes-2021-12-17-1' of git://anongit.freede [...] new 885633075847 dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_ [...] new 1ffc6f359f7a dmaengine: dw-edma: Fix return value check for dma_set_mas [...] new fa51b16d0558 dmaengine: idxd: fix calling wq quiesce inside spinlock new 80936d68665b dmaengine: ti: k3-udma: Fix smatch warnings new 8affd8a4b5ce dmaengine: idxd: fix missed completion on abort path new 822c9f2b833c dmaengine: st_fdma: fix MODULE_ALIAS new 43d1c6a63950 Merge tag 'dmaengine-fix-5.16' of git://git.kernel.org/pub [...] new d800c65c2d4e io-wq: drop wqe lock before creating new worker new cb29eee3b28c Merge tag 'io_uring-5.16-2021-12-17' of git://git.kernel.d [...] new edaa26334c11 iocost: Fix divide-by-zero on donation from low hweight cgroup new cb2ac2912a9c block: reduce kblockd_mod_delayed_work_on() CPU consumption new aa97f6cdb7e9 bcache: fix NULL pointer reference in cached_dev_detach_finish new fa09ca5ebce5 Merge tag 'block-5.16-2021-12-17' of git://git.kernel.dk/l [...] new 6331b8765cd0 riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot new 298d03c2d7f1 riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot new ea81b91e4e25 riscv: dts: sifive unmatched: Name gpio lines new 8120393b74b3 riscv: dts: sifive unmatched: Expose the board ID eeprom new cd29cc8ad254 riscv: dts: sifive unmatched: Expose the PMIC sub-functions new ad931d9b3b2e riscv: dts: sifive unmatched: Fix regulator for board rev3 new f6f7fbb89bf8 riscv: dts: sifive unmatched: Link the tmp451 with its pow [...] new 0bb43aec33ea Merge tag 'riscv-for-linus-5.16-rc6' of git://git.kernel.o [...] new cc274ae7763d selinux: fix sleeping function called from invalid context new f1f05ef38382 Merge tag 'selinux-pr-20211217' of git://git.kernel.org/pu [...]
The 38 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: .../riscv/boot/dts/sifive/hifive-unleashed-a00.dts | 1 + .../riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 113 +++++++-------- block/blk-core.c | 2 + block/blk-iocost.c | 9 +- drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 4 +- drivers/dma/dw-edma/dw-edma-pcie.c | 10 +- drivers/dma/idxd/irq.c | 2 +- drivers/dma/idxd/submit.c | 18 ++- drivers/dma/st_fdma.c | 2 +- drivers/dma/ti/k3-udma.c | 157 ++++++++++++++------- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 +- drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 1 - drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c | 1 - drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c | 1 - drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 8 ++ drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 9 +- drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c | 1 - drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c | 1 - drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c | 1 - drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c | 2 - drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 5 + drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 1 + drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c | 7 +- drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c | 3 + drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 3 + drivers/gpu/drm/ast/ast_mode.c | 5 +- drivers/gpu/drm/drm_fb_helper.c | 8 +- drivers/gpu/drm/i915/display/intel_dmc.c | 2 +- drivers/gpu/drm/tiny/simpledrm.c | 2 +- drivers/md/bcache/super.c | 3 +- fs/io-wq.c | 2 + security/selinux/hooks.c | 33 +++-- 32 files changed, 261 insertions(+), 160 deletions(-)