# git gc Expanding reachable commits in commit graph: 52632 Expanding reachable commits in commit graph: 109156 Expanding reachable commits in commit graph: 166248 Expanding reachable commits in commit graph: 224359 Expanding reachable commits in commit graph: 281524 Expanding reachable commits in commit graph: 341475 Expanding reachable commits in commit graph: 401734 Expanding reachable commits in commit graph: 462432 Expanding reachable commits in commit graph: 521192 Expanding reachable commits in commit graph: 581165 Expanding reachable commits in commit graph: 642550 Expanding reachable commits in commit graph: 703378 Expanding reachable commits in commit graph: 763488 Expanding reachable commits in commit graph: 823294 Expanding reachable commits in commit graph: 883017 Expanding reachable commits in commit graph: 943164 Expanding reachable commits in commit graph: 1003811 Expanding reachable commits in commit graph: 1058411 Expanding reachable commits in commit graph: 1120704 Expanding reachable commits in commit graph: 1183155 Expanding reachable commits in commit graph: 1247788 Expanding reachable commits in commit graph: 1316035 Expanding reachable commits in commit graph: 1319005, done. Writing out commit graph in 4 passes: 55% (2924266/5276020) Writing out commit graph in 4 passes: 56% (2954572/5276020) Writing out commit graph in 4 passes: 57% (3007332/5276020) Writing out commit graph in 4 passes: 58% (3060092/5276020) Writing out commit graph in 4 passes: 59% (3112852/5276020) Writing out commit graph in 4 passes: 60% (3165612/5276020) Writing out commit graph in 4 passes: 61% (3218373/5276020) Writing out commit graph in 4 passes: 62% (3271133/5276020) Writing out commit graph in 4 passes: 63% (3323893/5276020) Writing out commit graph in 4 passes: 64% (3376653/5276020) Writing out commit graph in 4 passes: 64% (3383874/5276020) Writing out commit graph in 4 passes: 65% (3429413/5276020) Writing out commit graph in 4 passes: 66% (3482174/5276020) Writing out commit graph in 4 passes: 67% (3534934/5276020) Writing out commit graph in 4 passes: 68% (3587694/5276020) Writing out commit graph in 4 passes: 69% (3640454/5276020) Writing out commit graph in 4 passes: 70% (3693214/5276020) Writing out commit graph in 4 passes: 71% (3745975/5276020) Writing out commit graph in 4 passes: 72% (3798735/5276020) Writing out commit graph in 4 passes: 72% (3843538/5276020) Writing out commit graph in 4 passes: 73% (3851495/5276020) Writing out commit graph in 4 passes: 74% (3904255/5276020) Writing out commit graph in 4 passes: 75% (3957015/5276020) Writing out commit graph in 4 passes: 76% (4009776/5276020) Writing out commit graph in 4 passes: 77% (4062536/5276020) Writing out commit graph in 4 passes: 78% (4115296/5276020) Writing out commit graph in 4 passes: 79% (4168056/5276020) Writing out commit graph in 4 passes: 80% (4220816/5276020) Writing out commit graph in 4 passes: 81% (4273577/5276020) Writing out commit graph in 4 passes: 82% (4326337/5276020) Writing out commit graph in 4 passes: 83% (4379097/5276020) Writing out commit graph in 4 passes: 84% (4431857/5276020) Writing out commit graph in 4 passes: 85% (4484617/5276020) Writing out commit graph in 4 passes: 86% (4537378/5276020) Writing out commit graph in 4 passes: 87% (4590138/5276020) Writing out commit graph in 4 passes: 88% (4642898/5276020) Writing out commit graph in 4 passes: 89% (4695658/5276020) Writing out commit graph in 4 passes: 90% (4748418/5276020) Writing out commit graph in 4 passes: 91% (4801179/5276020) Writing out commit graph in 4 passes: 92% (4853939/5276020) Writing out commit graph in 4 passes: 93% (4906699/5276020) Writing out commit graph in 4 passes: 94% (4959459/5276020) Writing out commit graph in 4 passes: 95% (5012219/5276020) Writing out commit graph in 4 passes: 96% (5064980/5276020) Writing out commit graph in 4 passes: 97% (5117740/5276020) Writing out commit graph in 4 passes: 98% (5170500/5276020) Writing out commit graph in 4 passes: 99% (5223260/5276020) Writing out commit graph in 4 passes: 100% (5276020/5276020) Writing out commit graph in 4 passes: 100% (5276020/5276020), done. # git rev-parse -q --verify 28eb75e178d389d325f1666e422bc13bbbb9804c^{commit} 28eb75e178d389d325f1666e422bc13bbbb9804c already have revision, skipping fetch # git checkout -q -f -B kisskb 28eb75e178d389d325f1666e422bc13bbbb9804c # git clean -qxdf # < git log -1 # commit 28eb75e178d389d325f1666e422bc13bbbb9804c # Merge: 071b34dcf715 a163b8950778 # Author: Linus Torvalds # Date: Thu Nov 21 14:56:17 2024 -0800 # # Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel # # Pull drm updates from Dave Airlie: # "There's a lot of rework, the panic helper support is being added to # more drivers, v3d gets support for HW superpages, scheduler # documentation, drm client and video aperture reworks, some new # MAINTAINERS added, amdgpu has the usual lots of IP refactors, Intel # has some Pantherlake enablement and xe is getting some SRIOV bits, but # just lots of stuff everywhere. # # core: # - split DSC helpers from DP helpers # - clang build fixes for drm/mm test # - drop simple pipeline support for gem vram # - document submission error signaling # - move drm_rect to drm core module from kms helper # - add default client setup to most drivers # - move to video aperture helpers instead of drm ones # # tests: # - new framebuffer tests # # ttm: # - remove swapped and pinned BOs from TTM lru # # panic: # - fix uninit spinlock # - add ABGR2101010 support # # bridge: # - add TI TDP158 support # - use standard PM OPS # # dma-fence: # - use read_trylock instead of read_lock to help lockdep # # scheduler: # - add errno to sched start to report different errors # - add locking to drm_sched_entity_modify_sched # - improve documentation # # xe: # - add drm_line_printer # - lots of refactoring # - Enable Xe2 + PES disaggregation # - add new ARL PCI ID # - SRIOV development work # - fix exec unnecessary implicit fence # - define and parse OA sync props # - forcewake refactoring # # i915: # - Enable BMG/LNL ultra joiner # - Enable 10bpx + CCS scanout on ICL+, fp16/CCS on TGL+ # - use DSB for plane/color mgmt # - Arrow lake PCI IDs # - lots of i915/xe display refactoring # - enable PXP GuC autoteardown # - Pantherlake (PTL) Xe3 LPD display enablement # - Allow fastset HDR infoframe changes # - write DP source OUI for non-eDP sinks # - share PCI IDs between i915 and xe # # amdgpu: # - SDMA queue reset support # - SMU 13.0.6, JPEG 4.0.3 updates # - Initial runtime repartitioning support # - rework IP structs for multiple IP instances # - Fetch EDID from _DDC if available # - SMU13 zero rpm user control # - lots of fixes/cleanups # # amdkfd: # - Increase event FIFO size # - add topology cap flag for per queue reset # # msm: # - DPU: # - SA8775P support # - (disabled by default) MSM8917, MSM8937, MSM8953 and MSM8996 support # - Enable large framebuffer support # - Drop MSM8998 and SDM845 # - DP: # - SA8775P support # - GPU: # - a7xx preemption support # - Adreno A663 support # # ast: # - warn about unsupported TX chips # # ivpu: # - add coredump # - add pantherlake support # # rockchip: # - 4K@60Hz display enablement # - generate pll programming tables # # panthor: # - add timestamp query API # - add realtime group priority # - add fdinfo support # # etnaviv: # - improve handling of DMA address limits # - improve GPU hangcheck # # exynos: # - Decon Exynos7870 support # # mediatek: # - add OF graph support # # omap: # - locking fixes # # bochs: # - convert to gem/shmem from simpledrm # # v3d: # - support big/super pages # - add gemfs # # vc4: # - BCM2712 support refactoring # - add YUV444 format support # # udmabuf: # - folio related fixes # # nouveau: # - add panic support on nv50+" # # * tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel: (1583 commits) # drm/xe/guc: Fix dereference before NULL check # drm/amd: Fix initialization mistake for NBIO 7.7.0 # Revert "drm/amd/display: parse umc_info or vram_info based on ASIC" # drm/amd/display: Fix failure to read vram info due to static BP_RESULT # drm/amdgpu: enable GTT fallback handling for dGPUs only # drm/amd/amdgpu: limit single process inside MES # drm/fourcc: add AMD_FMT_MOD_TILE_GFX9_4K_D_X # drm/amdgpu/mes12: correct kiq unmap latency # drm/amdgpu: Support vcn and jpeg error info parsing # drm/amd : Update MES API header file for v11 & v12 # drm/amd/amdkfd: add/remove kfd queues on start/stop KFD scheduling # drm/amdkfd: change kfd process kref count at creation # drm/amdgpu: Cleanup shift coding style # drm/amd/amdgpu: Increase MES log buffer to dump mes scratch data # drm/amdgpu: Implement virt req_ras_err_count # drm/amdgpu: VF Query RAS Caps from Host if supported # drm/amdgpu: Add msg handlers for SRIOV RAS Telemetry # drm/amdgpu: Update SRIOV Exchange Headers for RAS Telemetry Support # drm/amd/display: 3.2.309 # drm/amd/display: Adjust VSDB parser for replay feature # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 28eb75e178d389d325f1666e422bc13bbbb9804c # make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- ip22_defconfig # < make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/drivers/scsi/sgiwd93.c:173:6: warning: no previous prototype for 'sgiwd93_reset' [-Wmissing-prototypes] 173 | void sgiwd93_reset(unsigned long base) | ^~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_ip22_defconfig_mips-gcc13 # Build took: 0:07:43.104359