This repository was archived by the owner on Apr 13, 2019. It is now read-only.
Tags: riscvarchive/riscv-linux
Tags
RISC-V Fixes for 4.17-rc3 This pull request contains three small fixes related to the RISC-V port that I'd like to target for 4.17-rc3: * A Kconfig cleanup to select DMA_DIRECT_OPS instead of redefining it in arch/riscv. * The removal of asm/handle_irq.h, which doesn't exist, from our arch header list. * The addition of "-no-pie" the link rules for our VDSO-related files, which fixes the build on systems where PIE is enabled by default.
irq: The uglier fix for my broken code This contains a quick fix to be applied after the latest tip merge, 71e6882 ("Merge tag 'irqchip-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core"), which includes some of my broken code. It's meant to go in if the cleaner fix isn't selected. Fixes: cc6c984 ("RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handler") Fixes: caacdbf ("genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER")
PreviousNext