- Jan 10, 2024
-
-
Lucas De Marchi authored
The amount of repos/branches is not restricted to the ones in drm-intel and drm-misc anymore. Now there are topic branches on drm repo and also the drm-xe repo. Use wildcard matches to list anything under drm-* repos and any topic branch, even those on drm repo. One main difference is that now `dim create-workdir all` will really checkout all topic branches. Users may be advised to checkout only what it's interesting for them. Signed-off-by:
Lucas De Marchi <lucas.demarchi@intel.com>
-
- Dec 29, 2023
-
-
Thomas Hellström authored
Add initial documentation describing the xe rules and flow. Also add the xe maintainers to the dim pull request cc list. v2: - Updates suggested by Lucas v3: - More updates suggested by Lucas v4: - Updates suggested by Oded and Jani. Signed-off-by:
Thomas Hellström <thomas.hellstrom@linux.intel.com>
-
- Nov 28, 2023
-
-
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:
Jani Nikula <jani.nikula@intel.com>
-
- Sep 05, 2023
-
-
Lucas De Marchi authored
Since commit e700ea2f ("dim: Introduce a new configuration file in .config/dim") it's not possible to run `dim checkpatch` anymore without a config file. Check for the existence of both $XDG_CONFIG_HOME/dim/dimrc and $HOME/.dimrc before sourcing them. Signed-off-by:
Lucas De Marchi <lucas.demarchi@intel.com>
-
- Jun 08, 2023
-
-
Maxime Ripard authored
The dim configuration has been stored in ~/.dimrc so far, but using XDG_CONFIG_HOME allows for a tidier home directory. Introduce a new XDG_CONFIG_HOME/dim/dimrc path. Signed-off-by:
Maxime Ripard <mripard@kernel.org>
-
Maxime Ripard authored
XDG_CACHE_HOME is meant to hold "user-specific, non-essential data" which seems like a good fit and avoids bloating ~. Signed-off-by:
Maxime Ripard <mripard@kernel.org>
-
Maxime Ripard authored
XDG_CACHE_HOME is meant to hold "user-specific, non-essential data" which seems like a good fit and avoids bloating ~. Signed-off-by:
Maxime Ripard <mripard@kernel.org>
-
Maxime Ripard authored
The code has multiple places where the .dim-last-path file is referenced, so let's move it to a variable. Signed-off-by:
Maxime Ripard <mripard@kernel.org>
-
Maxime Ripard authored
We currently always cat .dim-last-path and cd to whatever content it has. However, it's not guarantee to exists, so the initial cat might not work. Make sure we only switch to it if the file exists in the first place. Suggested-by:
Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by:
Maxime Ripard <mripard@kernel.org>
-
Maxime Ripard authored
bash_completion is sourced from the shell, and thus a call to exit will kill the current shell session. Return instead. Suggested-by:
Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by:
Maxime Ripard <mripard@kernel.org>
-
- May 22, 2023
-
-
Jani Nikula authored
Time to switch over. Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Jani Nikula authored
Sphinx now requires setting the language: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Jani Nikula authored
As we checkpatch the applied commits rather than the patches, avoid mailmap conversions, if any. Otherwise we might get complaints about author Signed-off-by missing. Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
- Mar 30, 2023
-
-
Ville Syrjälä authored
GNU grep 3.8 started to complain about backslashes where they're not needed: grep: warning: stray \ before / Get rid of them. Signed-off-by:
Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Acked-by:
Jani Nikula <jani.nikula@intel.com> Signed-off-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
- Mar 29, 2023
-
-
Simona Vetter authored
Apparently my git (v2.40.0) does more warnings and we're not silencing all the possible ones in the commit_rerere_cache function Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by:
Daniel Vetter <daniel.vetter@intel.com>
-
- Feb 06, 2023
-
-
Jani Nikula authored
Introduce stricter rules for topic/core-for-CI management. Way too many commits have been added over the years, with insufficient rationale recorded in the commit message, and insufficient follow-up with removing the commits from the topic branch. New rules: 1. Require maintainer ack for rebase. Have better gating on when rebases happen and on which baselines. 2. Require maintainer/committer ack for adding/removing commits. No single individual should decide. 3. Require gitlab issues for new commits added. Improve tracking for removing the commits. Also use the stronger "must" for commit message requiring the justification for the commit being in topic/core-for-CI. Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> Cc: David Airlie <airlied@gmail.com> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: intel-gfx@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org Cc: dim-tools@lists.freedesktop.org Reviewed-by:
Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by:
Jani Nikula <jani.nikula@intel.com>
-
- Jan 03, 2023
-
-
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:
Rodrigo Vivi <rodrigo.vivi@intel.com> Acked-by:
Daniel Vetter <daniel.vetter@ffwll.ch>
-
- Nov 11, 2022
-
-
Lucas De Marchi authored
After setting up drm-rerere, the integration config must be read again to setup the environment variables with list of remotes/branches. Otherwise the setup will be left incomplete, with drm-tip and drm-rerere being the only branches configured. Signed-off-by:
Lucas De Marchi <lucas.demarchi@intel.com>
-
- Oct 26, 2022
-
-
Jani Nikula authored
Seems that we've had zero documentation on topic/core-for-CI. Describe the branch and the current process. Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Acked-by:
Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Jani Nikula authored
The .. contents:: directive adds an in-page table of contents for a nice overview. Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Jani Nikula authored
Maintainer tools is a project of its own. Reference the project page. Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Jani Nikula authored
In line with other repos. Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Jani Nikula authored
Primarily fix the glaring omission of drm-intel-gt-next from the documentation, but also clarify and clean up other details. Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Acked-by:
Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Jani Nikula authored
Can't think of why the complicated style for document titles was chosen to begin with. Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Jani Nikula authored
sphinx-autobuild [1], when available, lets you run a local development server that automatically rebuilds Sphinx documentation on changes in the filesystem, with live-reload in the browser. This makes editing documentation a slightly nicer experience. Add livehtml target to run the server. [1] https://pypi.org/project/sphinx-autobuild/ Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
- Aug 04, 2022
-
-
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:
Jani Nikula <jani.nikula@intel.com> Acked-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
- Jul 17, 2022
-
-
Maarten Lankhorst authored
This allows us to add new files in a fixup, required for unbreaking drm-tip. Signed-off-by:
Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by:
Sam Ravnborg <sam@ravnborg.org>
-
- Jul 07, 2022
-
-
Javier Martinez Canillas authored
The dim tool supports a cherry-pick that is a glorified version of the git command but adds additional metadata and checks if there are any follow-up commits referencing the one being cherry-picked. Let's document in the getting started page that the dim command should be used instead of just git cherry-pick. That way people will be aware of it. This is useful to avoid cherry-picking commits but miss existing fixes for them, which would introduce unnecessary regressions in the target branch. Signed-off-by:
Javier Martinez Canillas <javierm@redhat.com> Acked-by:
Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
-
- May 25, 2022
-
-
Simona Vetter authored
Even in feature freeze it can happen that the broken patch is only in drm-misc-next, and then applying to drm-misc-next-fixes will rightfully stumble over dim's Fixes: validation since the sha1 wont be an ancestor. Fix that by adding another check. v2: Less confusing wording (Marek) Reviewed-by:
Marek Vasut <marex@denx.de> Cc: Marek Vasut <marex@denx.de> Signed-off-by:
Daniel Vetter <daniel.vetter@intel.com>
-
- Apr 21, 2022
-
-
Lucas De Marchi authored
We call assert_repo_clean() from a few places and for some of them, it's not clear PWD would matter, example: dim ub Clarify what's the working tree dim is complaining about. Signed-off-by:
Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by:
José Roberto de Souza <jose.souza@intel.com>
-
Lucas De Marchi authored
Signed-off-by:
Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by:
José Roberto de Souza <jose.souza@intel.com>
-
Lucas De Marchi authored
This is useful for generating drm-tip without pushing, so one can try a build from drm-tip branch before pushing. Signed-off-by:
Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by:
José Roberto de Souza <jose.souza@intel.com>
-
Lucas De Marchi authored
If we already have a fixup file for a certain branch, we would override any previous fixups. Just appending to the previous diff (even if already containing the same path) seems to work better. Signed-off-by:
Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by:
José Roberto de Souza <jose.souza@intel.com>
-
- Apr 13, 2022
-
-
Lucas De Marchi authored
If the email comes from a source that encodes the mbox body as base64 for whatever reason, the grep would fail. If it fails, fallback to using git-mailinfo which will re-encode it. Signed-off-by:
Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by:
José Roberto de Souza <jose.souza@intel.com>
-
- Jan 27, 2022
-
-
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:
Javier Martinez Canillas <javierm@redhat.com> Signed-off-by:
Daniel Vetter <daniel.vetter@ffwll.ch>
-
Simona Vetter authored
Way out of date. Reviewed-by:
Maarten 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:
Daniel Vetter <daniel.vetter@intel.com>
-
Simona Vetter authored
They're very often just beaurocratic paperwork pushing because maintainers refuse to give acks for merging patches through a single tree. I guess the snarky intro wasn't clear enough, so elaborate. Given that we don't even talk about topic branches anywhere else in the docs hopefully this makes things a bit clearer. v2: Fix typo (Maarten) Reviewed-by:
Maarten 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:
Daniel Vetter <daniel.vetter@intel.com>
-
- Jan 14, 2022
-
-
Rodrigo Vivi authored
We should never run the pull with the rebase strategy. Ever. That messes up with our commits. Specially with the top one where dim expects a merge commit and it amends from and link info. So, let's forbid the rebase strategy overriding any user config. Cc: Jani Nikula <jani.nikula@intel.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Zhi Wang <zhi.a.wang@intel.com> Signed-off-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by:
Daniel Vetter <daniel.vetter@ffwll.ch>
-
- Nov 24, 2021
-
-
Simona Vetter authored
if [[ "x$1" = "xcd" ]]; then ^---^ SC2268: Avoid x-prefix in comparisons as it no longer serves a purpose. Reviewed-by:
Jani Nikula <jani.nikula@intel.com> Signed-off-by:
Daniel Vetter <daniel.vetter@intel.com>
-
Simona Vetter authored
There's nothing we can do, but also I was baffled about what's going on. The reason was that a topic branch was deleted on the server, but not removed from nightly.conf. Which means git merge fails, but not in a way we expect, so we keep falling over until this git commit (which should always succeed) also falls over and the scrip just stops. Make the failure a notch more verbose for next time around. Reviewed-by:
Jani Nikula <jani.nikula@intel.com> Signed-off-by:
Daniel Vetter <daniel.vetter@intel.com>
-