#18609: 135-ahci-fix-threaded-interrupt-setup.patch does not apply
-----------------------+------------------------
Reporter: kresher@… | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: other | Version: Trunk
Keywords: |
-----------------------+------------------------
make kernel_menuconfig for openwrt-sunxi-A20-OLinuXino_MICRO target with
kernel version 3.18. Have error.
{{{
make[1]: Entering directory '/home/user/A20/openwrt/target/linux'
make[2]: Entering directory '/home/user/A20/openwrt/target/linux/sunxi'
if [ -s "/home/user/A20/openwrt/build_dir/target-
arm_cortex-a8+vfpv3_uClibc-0.9.33.2_eabi/linux-
sunxi/linux-3.18/patches/series" ]; then (cd
"/home/user/A20/openwrt/build_dir/target-
arm_cortex-a8+vfpv3_uClibc-0.9.33.2_eabi/linux-sunxi/linux-3.18"; if quilt
--quiltrc=- next >/dev/null 2>&1; then quilt --quiltrc=- push -a; else
quilt --quiltrc=- top >/dev/null 2>&1; fi ); fi
Applying patch platform/135-ahci-fix-threaded-interrupt-setup.patch
patching file drivers/ata/libahci.c
Hunk #1 FAILED at 2492.
1 out of 1 hunk FAILED -- rejects in file drivers/ata/libahci.c
Patch platform/135-ahci-fix-threaded-interrupt-setup.patch does not apply
(enforce with -f)
Makefile:29: recipe for target '/home/user/A20/openwrt/build_dir/target-
arm_cortex-a8+vfpv3_uClibc-0.9.33.2_eabi/linux-
sunxi/linux-3.18/.quilt_checked' failed
make[2]: *** [/home/user/A20/openwrt/build_dir/target-
arm_cortex-a8+vfpv3_uClibc-0.9.33.2_eabi/linux-
sunxi/linux-3.18/.quilt_checked] Error 1
make[2]: Leaving directory '/home/user/A20/openwrt/target/linux/sunxi'
Makefile:13: recipe for target 'menuconfig' failed
make[1]: *** [menuconfig] Error 2
make[1]: Leaving directory '/home/user/A20/openwrt/target/linux'
/home/user/A20/openwrt/include/toplevel.mk:133: recipe for target
'kernel_menuconfig' failed
make: *** [kernel_menuconfig] Error 2
}}}
I looked at pach file, its replace single line in /drivers/ata/libahci.c
in function
{{{
static int ahci_host_activate_single_irq(struct ata_host *host, int irq
}}}
but in /drivers/ata/libahci.c no such function, only
{{{
static int ahci_host_activate_multi_irqs(struct ata_host *host, int irq,
struct scsi_host_template *sht)
}}}
--
Ticket URL: <https://dev.openwrt.org/ticket/18609>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets