This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c1a515d3c027 Merge tag 'perf-tools-fixes-for-v6.5-2-2023-08-03' of git: [...] new 797964253d35 file: reinstate f_pos locking optimization for regular files new e7e607bd0048 ceph: defer stopping mdsc delayed_work new 9d01e07fd1bf rbd: prevent busy loop when requesting exclusive lock new e6e284323079 libceph: fix potential hang in ceph_osdc_notify() new 4593f3c2c62c Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ce [...] new 2dedcf414bb0 drm/ttm: check null pointer before accessing when swapping new ee31742bf176 drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning new c71b7aa8619a drm/panel: samsung-s6d7aa0: Add MODULE_DEVICE_TABLE new 062ff85b11da Merge tag 'drm-misc-fixes-2023-08-03' of ssh://git.freedes [...] new d14560ac1b59 drm/i915/gt: Cleanup aux invalidation registers new b2f59e902603 drm/i915: Add the gen12_needs_ccs_aux_inv helper new 78a6ccd65fa3 drm/i915/gt: Ensure memory quiesced before invalidation new 592b228f12e1 drm/i915/gt: Rename flags with bit_group_X according to th [...] new 824df77ab210 drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control [...] new 0fde2f23516a drm/i915/gt: Poll aux invalidation register bit on invalidation new 6a35f22d2225 drm/i915/gt: Support aux invalidation on all engines new a337b64f0d57 drm/i915: Fix premature release of request's reusable memory new 46d14e170952 drm/i915/gvt: Fix bug in getting msg length in AUX CH regi [...] new 0bc057eae261 Merge tag 'gvt-fixes-2023-08-02' of https://github.com/int [...] new 1958b0f95a35 Merge tag 'drm-intel-fixes-2023-08-03' of git://anongit.fr [...] new 4142fc6743d3 Merge tag 'drm-fixes-2023-08-04' of git://anongit.freedesk [...] new 8544cda94dae mtd: spinand: toshiba: Fix ecc_get_status new f5a05060670a mtd: spinand: winbond: Fix ecc_get_status new d8403b9eeee6 mtd: rawnand: omap_elm: Fix incorrect type in assignment new 7e6b04f9238e mtd: rawnand: meson: fix OOB available bytes for ECC new d0ca3b92b7a6 mtd: rawnand: rockchip: fix oobfree offset and description new ea690ad78dd6 mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts new d3053b4a6b76 MAINTAINERS: Add myself as reviewer for HYPERBUS new 71c8f9cf2623 mtd: spi-nor: avoid holes in struct spi_mem_op new c6abce60338a mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() new c8273a25864e Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/ [...]
The 31 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: MAINTAINERS | 1 + drivers/block/rbd.c | 28 ++--- drivers/gpu/drm/i915/gt/gen8_engine_cs.c | 140 ++++++++++++++++-------- drivers/gpu/drm/i915/gt/gen8_engine_cs.h | 21 ++-- drivers/gpu/drm/i915/gt/intel_gpu_commands.h | 2 + drivers/gpu/drm/i915/gt/intel_gt_regs.h | 16 +-- drivers/gpu/drm/i915/gt/intel_lrc.c | 17 +-- drivers/gpu/drm/i915/gvt/edid.c | 2 +- drivers/gpu/drm/i915/i915_active.c | 99 ++++++++++++----- drivers/gpu/drm/i915/i915_request.c | 11 ++ drivers/gpu/drm/imx/ipuv3/ipuv3-crtc.c | 2 +- drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c | 1 + drivers/gpu/drm/ttm/ttm_bo.c | 3 +- drivers/mtd/nand/raw/fsl_upm.c | 2 +- drivers/mtd/nand/raw/meson_nand.c | 3 +- drivers/mtd/nand/raw/omap_elm.c | 24 ++-- drivers/mtd/nand/raw/rockchip-nand-controller.c | 45 ++++---- drivers/mtd/nand/spi/toshiba.c | 4 +- drivers/mtd/nand/spi/winbond.c | 4 +- drivers/mtd/spi-nor/spansion.c | 4 +- fs/ceph/mds_client.c | 4 +- fs/ceph/mds_client.h | 5 + fs/ceph/super.c | 10 ++ fs/file.c | 18 ++- include/linux/spi/spi-mem.h | 4 + net/ceph/osd_client.c | 20 +++- 26 files changed, 316 insertions(+), 174 deletions(-)