Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linux-kdevops/linux-modules-kpd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: linux-kdevops/linux-modules-kpd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: testing/v6.17-rc4
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 1, 2025

  1. adding ci files

    Update: Daniel Gomez
    kdevops-init.yml: use debug callback plugin
    
    In preparation to commit [1], configure the Ansible callback plugin via
    cli adn set it debug (instead of the new default dense). This ensures we
    keep the verbosity in CI.
    
    [1]:
    https://lore.kernel.org/all/[email protected]/
    
    Signed-off-by: Daniel Gomez <[email protected]>
    mcgrof authored and dkruces committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    30c7d5f View commit details
    Browse the repository at this point in the history
  2. .github/workflows: add autorebase support

    Automatically rebase default branch repository with latest upstream
    kernel's tag (from torvalds repository).
    
    Use a deploy key method:
    https://github.com/orgs/community/discussions/
    25305#discussioncomment-10901083
    
    Note: GitHub App token method did not work:
    https://github.com/orgs/community/discussions/
    25305#discussioncomment-8256560
    
    May be because the GitHub App Token is not correctly authenticated when
    trying to bypass the protected ref rule and so, it fails at pushing a
    protected ref.
    
    Signed-off-by: Daniel Gomez <[email protected]>
    dkruces committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    2fbf634 View commit details
    Browse the repository at this point in the history
  3. .github/workflows: increase kmod timeout 165 -> 175

    From v6.13 -> v6.14 the selftests kmod takes around 10s longer to run.
    
    Use KMOD_TIMEOUT Makefile cli variable to increase the default 165s
    timeout to 175s.
    
    Output:
    ok 1 selftests: kmod: kmod.sh
    
    real    2m47.077s
    user    0m0.062s
    sys     0m0.235s
    kdevops@dani-kmod:/data/selftests/kselftest/kselftest_install$ uname -a
    Linux dani-kmod 6.14.0 #3 SMP PREEMPT_DYNAMIC Fri Jun 27 18:28:16 UTC
    2025 x86_64 GNU/Linux
    
    ok 1 selftests: kmod: kmod.sh
    
    real    2m41.456s
    user    0m0.068s
    sys     0m0.241s
    kdevops@dani-kmod:/data/selftests/kselftest/kselftest_install$ uname -a
    Linux dani-kmod 6.13.0 #2 SMP PREEMPT_DYNAMIC Fri Jun 27 17:13:42 UTC
    2025 x86_64 GNU/Linux
    
    Signed-off-by: Daniel Gomez <[email protected]>
    dkruces committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    3172699 View commit details
    Browse the repository at this point in the history
Loading