Skip to content
Snippets Groups Projects
  1. Jan 29, 2024
  2. Jan 23, 2024
  3. Jan 11, 2024
  4. Jan 10, 2024
  5. Dec 29, 2023
  6. Nov 28, 2023
    • Jani Nikula's avatar
      dim: fix From: matching in apply patch · 6030b24c
      Jani Nikula authored
      
      I occasionally bounce patches to intel-gfx@ to get CI for patches that
      were only sent to dri-devel@ or were caught in the moderation
      queue. This results in a Resent-From: header being added.
      
      Applying such a patch leads to the From: match in apply_patch() to match
      Resent-From: rather than the actual From:. If whoever bounced the patch
      is also applying the patch, their Signed-off-by won't be automatically
      added.
      
      Match From: from the beginning of the line to fix this.
      
      Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
      6030b24c
  7. Sep 05, 2023
  8. Jun 08, 2023
  9. May 22, 2023
  10. Mar 30, 2023
  11. Mar 29, 2023
  12. Jan 03, 2023
    • Rodrigo Vivi's avatar
      dim: Consider fix-of-fix for -fixes cherry picking. · 28155089
      Rodrigo Vivi authored
      
      In case a fix was not propagated yet to upstream, the
      original commit sha won't be found hence the fix of this
      fix will be missed during the cherry-pick.
      
      Since dim cherry-picks reliably adds the -x "(cherry picked
      from" message, let's also grep in the log to see if that
      was the case, before we give up and forget.
      
      Also, if that's the case, let's then fix the 'Fixes:' tag.
      
      v2: Actually replaces the 'Fixes:' tag, otherwise dim doesn't
      allow us to push giving the following message:
      "Fixes: SHA1 in not pointing at an ancestor:"
      "dim: ERROR: issues in commits detected, aborting"
      
      v3: - Also consider fix of fixes in drm-intel-fixes besides
            the drm-intel-next-fixes.
          - Use intel_remote branches instead of local.
          - And run the check unconditionally as suggested by Daniel.
      
      Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      28155089
  13. Nov 11, 2022
  14. Aug 04, 2022
    • Jani Nikula's avatar
      dim: bump dim version to 2 · 7c722599
      Jani Nikula authored
      
      Commit ea3d1418 ("dim: Use git apply to apply patch") changed dim
      behaviour in that it now accepts fixup patches that can create new
      files, and those need to be applied using 'git apply' instead of plain
      'patch'. Bump dim version to 2 to be able to require this feature.
      
      We'll also need to bump the dim version requirement (DIM_MIN_VERSION) to
      2 in nightly.conf to account for the fixups that need this change.
      
      Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Cc: Thomas Zimmermann <tzimmermann@suse.de>
      Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
      Acked-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      7c722599
  15. Jul 17, 2022
  16. Apr 21, 2022
  17. Apr 13, 2022
  18. Jan 27, 2022
    • Javier Martinez Canillas's avatar
      dim: Check that patches have git-format-patch default prefixes · 132510ea
      Javier Martinez Canillas authored and Simona Vetter's avatar Simona Vetter committed
      
      By default the git-format-patch command generates patches with prefixes
      for the source and destination (-p1), and is also what git-am uses as a
      default. The command strips the first leading path component when patch
      is applied (unless a different -p<num> argument is used).
      
      But the patch generating behaviour can be changed with git-format-patch
      --no-prefix argument (or setting 'diff.noprefix = true' in .gitconfig).
      
      Patches with no source and destination prefixes can confuse the git-am
      3-way merge logic, since stripping the first path component will lead
      to wrong paths for newly added files.
      
      To avoid this, check that patches to apply are using git-format-patch's
      defaults prefixes to make sure that git-am defaults are safe to use too.
      
      Since there are developers that generate patches without using git, make
      this an error but allow to still continue when using the dim -f option.
      
      Signed-off-by: default avatarJavier Martinez Canillas <javierm@redhat.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      132510ea
    • Simona Vetter's avatar
      dim: Update drm-misc maintainer list · 0666fb79
      Simona Vetter authored
      
      Way out of date.
      
      Reviewed-by: default avatarMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
      Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Cc: Lyude Paul <lyude@redhat.com>
      Cc: Thomas Zimmermann <tzimmermann@suse.de>
      Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Cc: Maxime Ripard <mripard@kernel.org>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      0666fb79
  19. Jan 14, 2022
  20. Nov 24, 2021
  21. Nov 11, 2021
  22. Oct 27, 2021
  23. Aug 17, 2021
  24. Aug 16, 2021
  25. Jul 13, 2021
  26. Apr 29, 2021
Loading