Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Pull ARM fixes from Russell King: "A number of ARM fixes: - prevent oopses caused by dma_get_sgtable() and declared DMA coherent memory - fix boot failure on nommu caused by ID_PFR1 access - a number of kprobes fixes from Jon Medhurst and Masami Hiramatsu" * 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm: ARM: 8665/1: nommu: access ID_PFR1 only if CPUID scheme ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory arm: kprobes: Align stack to 8-bytes in test code arm: kprobes: Fix the return address of multiple kretprobes arm: kprobes: Skip single-stepping in recursing path if possible arm: kprobes: Allow to handle reentered kprobe on single-stepping
Showing
- arch/arm/mm/dma-mapping.c 19 additions, 1 deletionarch/arm/mm/dma-mapping.c
- arch/arm/mm/nommu.c 4 additions, 1 deletionarch/arm/mm/nommu.c
- arch/arm/probes/kprobes/core.c 38 additions, 11 deletionsarch/arm/probes/kprobes/core.c
- arch/arm/probes/kprobes/test-core.c 8 additions, 3 deletionsarch/arm/probes/kprobes/test-core.c
Please register or sign in to comment