Skip to content
Snippets Groups Projects
Select Git revision
  • memory-profiling-v6.2rc1
  • master default
  • b4/phy-realtek-clock-fix
  • b4/rk3576-rock4d-phy-timings
  • b4/dw-wdt-fix-initial-timeout
  • radxa-v6.1-vendor-kernel
  • b4/fusb302-race-condition-fix
  • b4/rk3576-rock4d-phy-handling-fixes
  • b4/rk3588-evb1-hdmi-rx
  • b4/rk3576-fix-fspi-pmdomain
  • b4/usbc-for-rock5bp
  • b4/rock5bp-for-upstream
  • rockchip-devel
  • rk3588-test
  • rk3588-test-vendor-cam
  • lf-6.6.y_6.6.23-2.0.0_var01-panfrost
  • rk3588-linked-clk-gate-for-upstream
  • rk3588-gpu-pwr-domain-for-upstream
  • rk3588-rock5b-usbc-for-upstream
  • rk3588-evb1-for-upstream
  • imx95-upstream-with-vendor-display-stack
  • v5.17
  • v5.17-rc8
  • v5.17-rc7
  • v5.17-rc6
  • v5.17-rc5
  • v5.17-rc4
  • v5.17-rc3
  • v5.17-rc2
  • v5.17-rc1
  • v5.16
  • v5.16-rc8
  • v5.16-rc7
  • v5.16-rc6
  • v5.16-rc5
  • v5.16-rc4
  • v5.16-rc3
  • v5.16-rc2
  • v5.16-rc1
  • v5.15
  • v5.15-rc7
41 results

kernel

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Viktor Malik authored and Sebastian Reichel committed
    Functions for searching module kallsyms should have non-empty
    definitions only if CONFIG_MODULES=y and CONFIG_KALLSYMS=y. Until now,
    only CONFIG_MODULES check was used for many of these, which may have
    caused complilation errors on some configs.
    
    This patch moves all relevant functions under the correct configs.
    
    Fixes: bd5314f8 ("kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header")
    Signed-off-by: default avatarViktor Malik <vmalik@redhat.com>
    Reported-by: default avatarkernel test robot <lkp@intel.com>
    Link: https://lore.kernel.org/oe-kbuild-all/202303181535.RFDCnz3E-lkp@intel.com/
    Link: https://lore.kernel.org/r/20230330102001.2183693-1-vmalik@redhat.com
    
    
    Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
    2b986483
    History
    Name Last commit Last update