Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump setuptools from 68.0.0 to 70.0.0 in /drivers/gpu/drm/ci/xfails #8

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on May 16, 2024

  1. bpftool: Introduce btf c dump sorting

    Sort bpftool c dump output; aiming to simplify vmlinux.h diffing and
    forcing more natural type definitions ordering.
    
    Definitions are sorted first by their BTF kind ranks, then by their base
    type name and by their own name.
    
    Type ranks
    
    Assign ranks to btf kinds (defined in function btf_type_rank) to set
    next order:
    1. Anonymous enums/enums64
    2. Named enums/enums64
    3. Trivial types typedefs (ints, then floats)
    4. Structs/Unions
    5. Function prototypes
    6. Forward declarations
    
    Type rank is set to maximum for unnamed reference types, structs and
    unions to avoid emitting those types early. They will be emitted as
    part of the type chain starting with named type.
    
    Lexicographical ordering
    
    Each type is assigned a sort_name and own_name.
    sort_name is the resolved name of the final base type for reference
    types (typedef, pointer, array etc). Sorting by sort_name allows to
    group typedefs of the same base type. sort_name for non-reference type
    is the same as own_name. own_name is a direct name of particular type,
    is used as final sorting step.
    
    Signed-off-by: Mykyta Yatsenko <[email protected]>
    Signed-off-by: Andrii Nakryiko <[email protected]>
    Tested-by: Andrii Nakryiko <[email protected]>
    Reviewed-by: Quentin Monnet <[email protected]>
    Acked-by: Andrii Nakryiko <[email protected]>
    Link: https://lore.kernel.org/bpf/[email protected]
    mykyta5 authored and anakryiko committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4505311 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. bpftool: Fix make dependencies for vmlinux.h

    With pre-generated vmlinux.h there is no dependency on neither vmlinux
    nor bootstrap bpftool. Define dependencies separately for both modes.
    This avoids needless rebuilds in some corner cases.
    
    Suggested-by: Jan Stancek <[email protected]>
    Signed-off-by: Artem Savkov <[email protected]>
    Signed-off-by: Andrii Nakryiko <[email protected]>
    Acked-by: Quentin Monnet <[email protected]>
    Link: https://lore.kernel.org/bpf/[email protected]
    sm00th authored and anakryiko committed May 17, 2024
    Configuration menu
    Copy the full SHA
    83eea61 View commit details
    Browse the repository at this point in the history
  2. kbuild, bpf: Use test-ge check for v1.25-only pahole

    There is no need to set the pahole v1.25-only flags in an
    "ifeq" version clause; we are already in a <= v1.25 branch
    of "ifeq", so that combined with a "test-ge" v1.25 ensures the
    flags will be applied for v1.25 only.
    
    Suggested-by: Masahiro Yamada <[email protected]>
    Signed-off-by: Alan Maguire <[email protected]>
    Signed-off-by: Andrii Nakryiko <[email protected]>
    Link: https://lore.kernel.org/bpf/[email protected]
    alan-maguire authored and anakryiko committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0545f3c View commit details
    Browse the repository at this point in the history
  3. bpf: Fix order of args in call to bpf_map_kvcalloc

    The original function call passed size of smap->bucket before the number of
    buckets which raises the error 'calloc-transposed-args' on compilation.
    
    Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
    Signed-off-by: Andrii Nakryiko <[email protected]>
    Link: https://lore.kernel.org/bpf/[email protected]
    sheharyaar authored and anakryiko committed May 17, 2024
    Configuration menu
    Copy the full SHA
    71ed6c2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    22b1d57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ea4bc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    6e54da4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    be2e557 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    f1e2250 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. build(deps): bump urllib3 in /drivers/gpu/drm/ci/xfails

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.0.7...2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eabbeb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge pull request #6 from LorenzoBianconi/dependabot/pip/drivers/gpu…

    …/drm/ci/xfails/urllib3-2.2.2
    
    build(deps): bump urllib3 from 2.0.7 to 2.2.2 in /drivers/gpu/drm/ci/xfails
    LorenzoBianconi committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e6fbf43 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. build(deps): bump setuptools in /drivers/gpu/drm/ci/xfails

    Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.0 to 70.0.0.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v68.0.0...v70.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2a198a6 View commit details
    Browse the repository at this point in the history