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

Net next dpll v14 fix crash #27

Commits on Aug 23, 2023

  1. merge with "dpll: netlink: Add DPLL framework base functions"

    v5->v6:
    - when multiple dplls are present in the OS and users construct invalid
      pin set netlink request with the target dpll not belonging to the pin,
      but with the same id as device_id that was provided by the kernel
      module the system would crash, prevent by use dpll->id as index for
      storing and loading the dpll from pin's dpll_refs xarray
    
    Signed-off-by: Arkadiusz Kubalewski <[email protected]>
    kubalewski committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6e18411 View commit details
    Browse the repository at this point in the history
  2. merge with "dpll: core: Add DPLL framework base functions"

    v5->v6:
    - when multiple dplls are present in the OS and users construct invalid
      pin set netlink request with the target dpll not belonging to the pin,
      but with the same id as device_id that was provided by the kernel
      module the system would crash, prevent by use dpll->id as index for
      storing and loading the dpll from pin's dpll_refs xarray
    
    Signed-off-by: Arkadiusz Kubalewski <[email protected]>
    kubalewski committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0e23124 View commit details
    Browse the repository at this point in the history