This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 105131df9c3b Merge tag 'dt-fixes-6.4' of git://git.kernel.org/pub/scm/l [...]
new b82a5c42a5fa xfs: don't unconditionally null args->pag in xfs_bmap_btal [...]
new 8e698ee72c4e xfs: set bnobt/cntbt numrecs correctly when formatting new AGs
new 397b2d7e0f3e xfs: flush dirty data and drain directios before scrubbing [...]
new 1f1397b7218d xfs: don't allocate into the data fork for an unshare request
new 1bba82fe1afa xfs: fix negative array access in xfs_getbmap
new 03e0add80f4c xfs: explicitly specify cpu when forcing inodegc delayed w [...]
new b37c4c8339cd xfs: check that per-cpu inodegc workers actually run on that cpu
new 2d5f38a31980 xfs: disable reaping in fscounters scrub
new 2254a7396a0c xfs: fix xfs_inodegc_stop racing with mod_delayed_work
new 849a4f09730b Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/ [...]
new 4327a6137ed4 drm/ast: Fix ARM compatibility
new c8687694bb1f drm/fbdev-generic: prohibit potential out-of-bounds access
new 1b617bc93178 firmware/sysfb: Fix VESA format selection
new 13525645e224 drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage
new 0d68683838f2 drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values
new 25feda6fbd0c drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes
new a26cc2934331 drm/mipi-dsi: Set the fwnode for mipi_dsi_device
new 2da5bffe9eaa drm/sched: Check scheduler work queue before calling timeo [...]
new dc49c3b1d463 Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.fre [...]
new 275dac1f7f5e drm/i915/guc: Don't capture Gen8 regs on Xe devices
new a41d985902c1 drm/i915: Fix NULL ptr deref by checking new_crtc_state
new 0ff80028e270 drm/i915/dp: prevent potential div-by-zero
new 79c901c93562 drm/i915: taint kernel when force probing unsupported devices
new 9235c21c37fa Merge tag 'drm-intel-fixes-2023-05-11-1' of git://anongit. [...]
new 476ac50fc305 drm/amdgpu/nv: update VCN 3 max HEVC encoding resolution
new af7828fbceed drm/amdgpu: set gfx9 onwards APU atomics support to be true
new 58d9b9a14b47 drm/amd/pm: parse pp_handle under appropriate conditions
new f57fa0f23d97 drm/amd/display: Add symclk workaround during disable link output
new b504f99ccaa6 drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes
new 720b47229a5b drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs
new 6c032c37ac3e drm/amdgpu: Fix vram recover doesn't work after whole GPU [...]
new 8b229ada2669 drm/amdgpu: disable sdma ecc irq only when sdma RAS is ena [...]
new 5247f05eadf1 drm/amd/pm: avoid potential UBSAN issue on legacy asics
new 4a7668031133 drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when en [...]
new 5b94db73e45e drm/amdgpu/jpeg: Remove harvest checking for JPEG3
new 996e93a3fe74 drm/amdgpu: change gfx 11.0.4 external_id range
new d8843eebbbd1 Merge tag 'amd-drm-fixes-6.4-2023-05-11' of https://gitlab [...]
new cc3c44c9fda2 Merge tag 'drm-fixes-2023-05-12' of git://anongit.freedesk [...]
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:
drivers/firmware/sysfb_simplefb.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 12 +++-
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 8 ++-
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 46 ---------------
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 3 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c | 1 +
drivers/gpu/drm/amd/amdgpu/nv.c | 22 ++++++--
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 8 ++-
drivers/gpu/drm/amd/amdgpu/soc21.c | 2 +-
.../gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c | 65 ++++++++++++++++++++++
.../gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.h | 2 +
.../gpu/drm/amd/display/dc/dcn314/dcn314_init.c | 2 +-
.../amd/display/dc/dml/dcn32/display_mode_vba_32.c | 5 +-
.../amd/display/dc/dml/dcn32/display_mode_vba_32.h | 1 +
drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 25 ++++++---
drivers/gpu/drm/ast/ast_main.c | 9 +--
drivers/gpu/drm/drm_fb_helper.c | 16 ++++--
drivers/gpu/drm/drm_mipi_dsi.c | 2 +-
drivers/gpu/drm/i915/Kconfig | 12 ++--
drivers/gpu/drm/i915/display/intel_atomic_plane.c | 4 +-
drivers/gpu/drm/i915/display/intel_dp.c | 5 ++
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c | 7 ++-
drivers/gpu/drm/i915/i915_pci.c | 6 ++
drivers/gpu/drm/nouveau/include/nvif/if0012.h | 4 +-
drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.h | 3 +-
drivers/gpu/drm/nouveau/nvkm/engine/disp/uoutp.c | 2 +-
drivers/gpu/drm/scheduler/sched_main.c | 2 +-
fs/xfs/libxfs/xfs_ag.c | 19 +++----
fs/xfs/libxfs/xfs_bmap.c | 5 +-
fs/xfs/scrub/bmap.c | 4 +-
fs/xfs/scrub/common.c | 26 ---------
fs/xfs/scrub/common.h | 2 -
fs/xfs/scrub/fscounters.c | 13 ++---
fs/xfs/scrub/scrub.c | 2 -
fs/xfs/scrub/scrub.h | 1 -
fs/xfs/scrub/trace.h | 1 -
fs/xfs/xfs_bmap_util.c | 4 +-
fs/xfs/xfs_icache.c | 40 ++++++++++---
fs/xfs/xfs_iomap.c | 5 +-
fs/xfs/xfs_mount.h | 3 +
fs/xfs/xfs_super.c | 3 +
include/drm/display/drm_dp.h | 5 +-
include/drm/display/drm_dp_helper.h | 5 +-
43 files changed, 253 insertions(+), 163 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from d81ade18 Add entry 6d25ea520f7ed58568c9a0031409bc8e38b673f3 from https [...]
new 871da372 Add entry 21e2ef2dc25de318de29ec32d5390350c6717c6a from https [...]
The 1 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:
gcc/basepoints/gcc-14-569-g21e2ef2dc25 | 1 +
.../gnu-aarch64-master-O3/build_url | 2 +-
.../gnu-aarch64-master-O3/last_good | 1 +
.../gnu-aarch64-master-O3/summary.txt | 15 ++--
.../tcwg_bmk-code_vect-spec2k6/status.txt | 93 ++++++++++++++++++++++
5 files changed, 106 insertions(+), 6 deletions(-)
create mode 120000 gcc/basepoints/gcc-14-569-g21e2ef2dc25
copy gcc/sha1/{47a7643991192a756d0fb9057a0a2bfce338a09f => 21e2ef2dc25de318de29ec3 [...]
create mode 100644 gcc/sha1/21e2ef2dc25de318de29ec32d5390350c6717c6a/tcwg_bmk-code [...]
copy gcc/sha1/{47a7643991192a756d0fb9057a0a2bfce338a09f => 21e2ef2dc25de318de29ec3 [...]
create mode 100644 gcc/sha1/21e2ef2dc25de318de29ec32d5390350c6717c6a/tcwg_bmk-code [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.