Skip to content
Snippets Groups Projects
Select Git revision
  • 127c8c5f0589cea2208c329bff7dcb36e375f46c
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

irq

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Michael Ellerman authored and Linus Torvalds committed
    Commit 64a1b95b ("genirq: Restrict export of irq_to_desc()") removed
    the export of irq_to_desc() unless powerpc KVM is being built, because
    there is still a use of irq_to_desc() in modular code there.
    
    However it used:
    
      #ifdef CONFIG_KVM_BOOK3S_64_HV
    
    Which doesn't work when that symbol is =m, leading to a build failure:
    
      ERROR: modpost: "irq_to_desc" [arch/powerpc/kvm/kvm-hv.ko] undefined!
    
    Fix it by checking for the definedness of the correct symbol which is
    CONFIG_KVM_BOOK3S_64_HV_MODULE.
    
    Fixes: 64a1b95b ("genirq: Restrict export of irq_to_desc()")
    Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    11cc92eb
    History
    Name Last commit Last update
    ..