RockPro64

More
15 Jan 2019 16:33 - 15 Jan 2019 18:15 #124241 by vre
RockPro64 was created by vre
Can rockpro64 4G run linuxcnc 2.8?
Has good jitter?
Have anyone tested it?

Ok i will get it and i will post my experience.
Last edit: 15 Jan 2019 18:15 by vre.

Please Log in or Create an account to join the conversation.

More
17 Jan 2019 15:58 #124357 by pl7i92
Replied by pl7i92 on topic RockPro64
as many featurers as the board got i think you will be in troubel with the smi

but you need to test it yourself depending on what linuxcnc version and os you well be on it is different

Please Log in or Create an account to join the conversation.

More
22 Jan 2019 06:39 #124598 by vre
Replied by vre on topic RockPro64
i have ordered it.
I hope it has good jitter.

Please Log in or Create an account to join the conversation.

More
02 Feb 2019 02:08 #125516 by blazini36
Replied by blazini36 on topic RockPro64
I just ordered the rock960 from 96boards. It has the same rk3399, I'll be curious how the rock64pro works for ya.

Please Log in or Create an account to join the conversation.

More
02 Feb 2019 04:03 #125521 by vre
Replied by vre on topic RockPro64
Iam still waiting to receive it.
When i receive it will post details about speed/jitter.
rock960 has same chipset but i think missing pci-E port.

Please Log in or Create an account to join the conversation.

More
02 Feb 2019 14:38 #125538 by blazini36
Replied by blazini36 on topic RockPro64
It has an m.2 slot instead

Please Log in or Create an account to join the conversation.

More
09 Feb 2019 10:27 #126040 by vre
Replied by vre on topic RockPro64
I have in my hands rockpro64 iam writing from this now.
Board is fast i have compiled linuxcnc but only sim because
i can not find preempt-rt patch for the kernel version armbian has.
$ uname -a
Linux rockpro64 4.4.172-rockchip64 #10 SMP Tue Jan 29 07:36:43 CET 2019 aarch64 GNU/Linux
Is there any preempt-rt patch for kernel 4.4172 ?
Attachments:

Please Log in or Create an account to join the conversation.

More
09 Feb 2019 17:02 #126063 by blazini36
Replied by blazini36 on topic RockPro64
I see the same thing with my rock960 on Debian, 4.4.154.

If you can find the kernel config you should be able to compile a kernel that does have a patch and configure it with the same options. Unfortunately on my board the config files don't seem to exist in any place I've checked for them so I'm waiting to hear back from the discussion group.

Please Log in or Create an account to join the conversation.

More
09 Feb 2019 18:52 - 09 Feb 2019 18:56 #126066 by vre
Replied by vre on topic RockPro64
i have installed armbian the problem is this
# ls ../preempt-rt/patch-4.4*
../preempt-rt/patch-4.4.162-rt176-rc1.patch.gz  ../preempt-rt/patch-4.4.169-rt177.patch.gz
root@rockpro64:/usr/src/linux-source-4.4.172-rockchip64# make kernelversion
4.4.172
root@rockpro64:/usr/src/linux-source-4.4.172-rockchip64#

There is version mismatch between armbian kernel source code version and preemt-rt patch version
so patch fails...

I will try to search at rockchip kernel repository if there is a previous version 4.4.169
or if preempt-rt project release 4.4.172 patch

Except this serious problem the board is fast linuxcnc runs fast at simulation mode.
Last edit: 09 Feb 2019 18:56 by vre.

Please Log in or Create an account to join the conversation.

More
23 Feb 2019 13:30 #127004 by vre
Replied by vre on topic RockPro64
Because rockchip 3399 patch touches the same files as the preempt-rt patch there are collisions
Can these collisions fixed ?
# zcat ../patch-4.4.174-rt178.patch.gz| patch -p1 --dry-run
checking file Documentation/hwlat_detector.txt
checking file Documentation/kernel-parameters.txt
Hunk #1 succeeded at 1676 (offset 41 lines).
checking file Documentation/sysrq.txt
checking file Documentation/trace/histograms.txt
checking file Makefile
Hunk #1 succeeded at 886 (offset 63 lines).
checking file arch/Kconfig
checking file arch/arm/Kconfig
Hunk #1 succeeded at 33 with fuzz 2.
Hunk #2 succeeded at 72 (offset 4 lines).
Hunk #3 succeeded at 2135 (offset 16 lines).
checking file arch/arm/include/asm/switch_to.h
checking file arch/arm/include/asm/thread_info.h
Hunk #1 succeeded at 56 with fuzz 1 (offset 7 lines).
Hunk #2 succeeded at 150 (offset 7 lines).
Hunk #3 succeeded at 161 (offset 7 lines).
Hunk #4 succeeded at 177 (offset 7 lines).
checking file arch/arm/kernel/asm-offsets.c
Hunk #1 succeeded at 55 (offset -10 lines).
checking file arch/arm/kernel/entry-armv.S
checking file arch/arm/kernel/entry-common.S
checking file arch/arm/kernel/patch.c
checking file arch/arm/kernel/process.c
Hunk #1 succeeded at 394 (offset 75 lines).
checking file arch/arm/kernel/signal.c
checking file arch/arm/kernel/smp.c
Hunk #1 succeeded at 234 (offset 4 lines).
Hunk #2 succeeded at 249 (offset 4 lines).
checking file arch/arm/kernel/unwind.c
checking file arch/arm/kvm/arm.c
Hunk #1 succeeded at 500 (offset 4 lines).
Hunk #2 succeeded at 570 (offset 4 lines).
Hunk #3 succeeded at 589 (offset 4 lines).
Hunk #4 succeeded at 643 (offset 4 lines).
checking file arch/arm/kvm/psci.c
checking file arch/arm/mach-at91/Kconfig
checking file arch/arm/mach-at91/at91rm9200.c
checking file arch/arm/mach-at91/at91sam9.c
checking file arch/arm/mach-at91/generic.h
checking file arch/arm/mach-at91/pm.c
checking file arch/arm/mach-at91/sama5.c
checking file arch/arm/mach-exynos/platsmp.c
checking file arch/arm/mach-hisi/platmcpm.c
checking file arch/arm/mach-imx/Kconfig
checking file arch/arm/mach-omap2/omap-smp.c
checking file arch/arm/mach-prima2/platsmp.c
checking file arch/arm/mach-qcom/platsmp.c
checking file arch/arm/mach-spear/platsmp.c
checking file arch/arm/mach-sti/platsmp.c
checking file arch/arm/mm/fault.c
Hunk #1 succeeded at 458 (offset 25 lines).
Hunk #2 succeeded at 528 (offset 25 lines).
checking file arch/arm/mm/highmem.c
checking file arch/arm/plat-versatile/platsmp.c
checking file arch/arm64/Kconfig
Hunk #1 succeeded at 84 with fuzz 2 (offset 7 lines).
Hunk #2 succeeded at 671 (offset 73 lines).
checking file arch/arm64/crypto/Kconfig
Hunk #1 FAILED at 10.
1 out of 1 hunk FAILED
checking file arch/arm64/include/asm/thread_info.h
Hunk #1 FAILED at 49.
Hunk #2 succeeded at 120 (offset 17 lines).
Hunk #3 succeeded at 136 (offset 17 lines).
Hunk #4 succeeded at 145 (offset 17 lines).
1 out of 4 hunks FAILED
checking file arch/arm64/kernel/asm-offsets.c
Hunk #1 succeeded at 44 with fuzz 2 (offset 9 lines).
checking file arch/arm64/kernel/entry.S
Hunk #1 FAILED at 378.
Hunk #2 succeeded at 581 with fuzz 2 (offset 185 lines).
Hunk #3 succeeded at 846 with fuzz 2 (offset 205 lines).
1 out of 3 hunks FAILED
checking file arch/mips/Kconfig
Hunk #1 succeeded at 2473 (offset 59 lines).
checking file arch/mips/kvm/mips.c
checking file arch/powerpc/Kconfig
Hunk #2 succeeded at 144 (offset 1 line).
Hunk #3 succeeded at 324 (offset 2 lines).
checking file arch/powerpc/include/asm/kvm_host.h
checking file arch/powerpc/include/asm/thread_info.h
checking file arch/powerpc/kernel/asm-offsets.c
checking file arch/powerpc/kernel/entry_32.S
checking file arch/powerpc/kernel/entry_64.S
checking file arch/powerpc/kernel/irq.c
checking file arch/powerpc/kernel/misc_32.S
checking file arch/powerpc/kernel/misc_64.S
checking file arch/powerpc/kvm/Kconfig
checking file arch/powerpc/kvm/book3s_hv.c
checking file arch/powerpc/platforms/ps3/device-init.c
checking file arch/s390/include/asm/kvm_host.h
checking file arch/s390/kvm/interrupt.c
checking file arch/sh/kernel/irq.c
checking file arch/sparc/Kconfig
Hunk #1 succeeded at 191 (offset 2 lines).
checking file arch/sparc/kernel/irq_64.c
checking file arch/x86/Kconfig
Hunk #2 succeeded at 234 (offset 20 lines).
Hunk #3 succeeded at 895 (offset 23 lines).
checking file arch/x86/crypto/aesni-intel_glue.c
checking file arch/x86/crypto/camellia_aesni_avx2_glue.c
checking file arch/x86/crypto/camellia_aesni_avx_glue.c
checking file arch/x86/crypto/cast5_avx_glue.c
checking file arch/x86/crypto/cast6_avx_glue.c
checking file arch/x86/crypto/chacha20_glue.c
checking file arch/x86/crypto/glue_helper.c
checking file arch/x86/crypto/serpent_avx2_glue.c
checking file arch/x86/crypto/serpent_avx_glue.c
checking file arch/x86/crypto/serpent_sse2_glue.c
checking file arch/x86/crypto/twofish_avx_glue.c
checking file arch/x86/entry/common.c
checking file arch/x86/entry/entry_32.S
checking file arch/x86/entry/entry_64.S
Hunk #2 succeeded at 935 (offset 6 lines).
Hunk #3 succeeded at 948 (offset 6 lines).
checking file arch/x86/include/asm/fpu/api.h
checking file arch/x86/include/asm/preempt.h
checking file arch/x86/include/asm/signal.h
checking file arch/x86/include/asm/stackprotector.h
checking file arch/x86/include/asm/thread_info.h
checking file arch/x86/include/asm/uv/uv_bau.h
checking file arch/x86/include/asm/uv/uv_hub.h
checking file arch/x86/kernel/acpi/boot.c
checking file arch/x86/kernel/apic/io_apic.c
checking file arch/x86/kernel/apic/x2apic_uv_x.c
checking file arch/x86/kernel/asm-offsets.c
checking file arch/x86/kernel/cpu/mcheck/mce.c
checking file arch/x86/kernel/cpu/perf_event_intel_rapl.c
checking file arch/x86/kernel/dumpstack_32.c
checking file arch/x86/kernel/dumpstack_64.c
checking file arch/x86/kernel/fpu/core.c
checking file arch/x86/kernel/irq_32.c
checking file arch/x86/kernel/kvm.c
checking file arch/x86/kernel/nmi.c
checking file arch/x86/kernel/process_32.c
checking file arch/x86/kernel/reboot.c
checking file arch/x86/kvm/lapic.c
checking file arch/x86/kvm/x86.c
checking file arch/x86/mm/highmem_32.c
checking file arch/x86/mm/iomap_32.c
checking file arch/x86/mm/pageattr.c
checking file arch/x86/platform/uv/tlb_uv.c
checking file arch/x86/platform/uv/uv_time.c
checking file block/blk-core.c
Hunk #1 succeeded at 127 (offset 2 lines).
Hunk #2 succeeded at 238 (offset 2 lines).
Hunk #3 succeeded at 662 (offset 2 lines).
Hunk #4 succeeded at 680 (offset 2 lines).
Hunk #5 succeeded at 742 (offset 2 lines).
Hunk #6 succeeded at 3228 (offset 7 lines).
Hunk #7 succeeded at 3276 (offset 7 lines).
Hunk #8 succeeded at 3295 (offset 7 lines).
Hunk #9 succeeded at 3307 (offset 7 lines).
Hunk #10 succeeded at 3334 (offset 7 lines).
checking file block/blk-ioc.c
checking file block/blk-iopoll.c
checking file block/blk-mq-cpu.c
checking file block/blk-mq.c
Hunk #9 succeeded at 1648 (offset 12 lines).
checking file block/blk-mq.h
checking file block/blk-softirq.c
checking file block/bounce.c
checking file crypto/algapi.c
checking file crypto/api.c
Hunk #1 succeeded at 32 (offset 1 line).
Hunk #2 succeeded at 237 (offset 1 line).
checking file crypto/internal.h
checking file drivers/acpi/acpica/acglobal.h
checking file drivers/acpi/acpica/hwregs.c
checking file drivers/acpi/acpica/hwxface.c
checking file drivers/acpi/acpica/utmutex.c
checking file drivers/ata/libata-sff.c
checking file drivers/block/zram/zram_drv.c
checking file drivers/block/zram/zram_drv.h
checking file drivers/char/random.c
checking file drivers/clk/at91/clk-generated.c
checking file drivers/clk/at91/clk-h32mx.c
checking file drivers/clk/at91/clk-main.c
checking file drivers/clk/at91/clk-master.c
checking file drivers/clk/at91/clk-peripheral.c
checking file drivers/clk/at91/clk-pll.c
checking file drivers/clk/at91/clk-plldiv.c
checking file drivers/clk/at91/clk-programmable.c
checking file drivers/clk/at91/clk-slow.c
checking file drivers/clk/at91/clk-smd.c
checking file drivers/clk/at91/clk-system.c
checking file drivers/clk/at91/clk-usb.c
checking file drivers/clk/at91/clk-utmi.c
checking file drivers/clk/at91/pmc.c
checking file drivers/clk/at91/pmc.h
checking file drivers/clocksource/tcb_clksrc.c
checking file drivers/clocksource/timer-atmel-pit.c
checking file drivers/clocksource/timer-atmel-st.c
checking file drivers/cpufreq/Kconfig.x86
checking file drivers/gpu/drm/i915/i915_gem_execbuffer.c
Hunk #1 succeeded at 1262 (offset -2 lines).
checking file drivers/gpu/drm/i915/i915_gem_shrinker.c
checking file drivers/gpu/drm/i915/i915_irq.c
checking file drivers/gpu/drm/i915/intel_display.c
checking file drivers/gpu/drm/i915/intel_sprite.c
checking file drivers/gpu/drm/radeon/radeon_display.c
checking file drivers/hv/vmbus_drv.c
checking file drivers/i2c/busses/i2c-omap.c
checking file drivers/ide/alim15x3.c
checking file drivers/ide/hpt366.c
checking file drivers/ide/ide-io-std.c
checking file drivers/ide/ide-io.c
checking file drivers/ide/ide-iops.c
checking file drivers/ide/ide-probe.c
checking file drivers/ide/ide-taskfile.c
checking file drivers/infiniband/ulp/ipoib/ipoib_multicast.c
checking file drivers/input/gameport/gameport.c
checking file drivers/iommu/amd_iommu.c
checking file drivers/leds/trigger/Kconfig
checking file drivers/md/bcache/Kconfig
checking file drivers/md/dm.c
checking file drivers/md/raid5.c
checking file drivers/md/raid5.h
checking file drivers/media/platform/vsp1/vsp1_video.c
checking file drivers/misc/Kconfig
Hunk #1 succeeded at 61 (offset 7 lines).
Hunk #2 succeeded at 77 (offset 7 lines).
Hunk #3 succeeded at 91 (offset 7 lines).
Hunk #4 succeeded at 129 (offset 7 lines).
checking file drivers/misc/Makefile
Hunk #1 succeeded at 41 (offset 2 lines).
checking file drivers/misc/hwlat_detector.c
checking file drivers/mmc/host/mmci.c
checking file drivers/net/ethernet/3com/3c59x.c
checking file drivers/net/ethernet/atheros/atl1c/atl1c_main.c
checking file drivers/net/ethernet/atheros/atl1e/atl1e_main.c
checking file drivers/net/ethernet/chelsio/cxgb/sge.c
checking file drivers/net/ethernet/neterion/s2io.c
checking file drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c
checking file drivers/net/ethernet/tehuti/tehuti.c
checking file drivers/net/rionet.c
checking file drivers/net/wireless/orinoco/orinoco_usb.c
checking file drivers/pci/access.c
checking file drivers/pinctrl/qcom/pinctrl-msm.c
checking file drivers/scsi/fcoe/fcoe.c
checking file drivers/scsi/fcoe/fcoe_ctlr.c
checking file drivers/scsi/libfc/fc_exch.c
checking file drivers/scsi/libsas/sas_ata.c
checking file drivers/scsi/qla2xxx/qla_inline.h
checking file drivers/thermal/x86_pkg_temp_thermal.c
checking file drivers/tty/serial/8250/8250_core.c
checking file drivers/tty/serial/8250/8250_port.c
Hunk #2 succeeded at 2890 (offset 43 lines).
checking file drivers/tty/serial/amba-pl011.c
checking file drivers/tty/serial/omap-serial.c
checking file drivers/usb/core/hcd.c
checking file drivers/usb/gadget/function/f_fs.c
checking file drivers/usb/gadget/legacy/inode.c
checking file drivers/usb/gadget/udc/atmel_usba_udc.c
checking file drivers/usb/gadget/udc/atmel_usba_udc.h
checking file fs/aio.c
checking file fs/autofs4/autofs_i.h
checking file fs/autofs4/expire.c
checking file fs/buffer.c
checking file fs/dcache.c
checking file fs/eventpoll.c
Hunk #1 succeeded at 506 (offset 1 line).
checking file fs/exec.c
checking file fs/ext4/page-io.c
checking file fs/f2fs/f2fs.h
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
3 out of 3 hunks ignored
checking file fs/namespace.c
Hunk #2 succeeded at 359 (offset 1 line).
checking file fs/ntfs/aops.c
checking file fs/timerfd.c
checking file include/acpi/platform/aclinux.h
checking file include/asm-generic/bug.h
checking file include/asm-generic/preempt.h
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
checking file include/linux/blk-mq.h
checking file include/linux/blkdev.h
Hunk #2 succeeded at 459 (offset 3 lines).
checking file include/linux/bottom_half.h
checking file include/linux/buffer_head.h
checking file include/linux/cgroup-defs.h
Hunk #2 succeeded at 142 (offset -1 lines).
checking file include/linux/clk/at91_pmc.h
checking file include/linux/completion.h
checking file include/linux/cpu.h
checking file include/linux/delay.h
checking file include/linux/ftrace.h
checking file include/linux/highmem.h
checking file include/linux/hrtimer.h
checking file include/linux/idr.h
checking file include/linux/init_task.h
Hunk #1 succeeded at 150 (offset 2 lines).
Hunk #2 succeeded at 254 (offset 9 lines).
checking file include/linux/interrupt.h
Hunk #1 succeeded at 62 (offset 1 line).
Hunk #2 succeeded at 76 (offset 1 line).
Hunk #3 succeeded at 189 (offset 1 line).
Hunk #4 succeeded at 209 (offset 1 line).
Hunk #5 succeeded at 221 (offset 1 line).
Hunk #6 succeeded at 384 (offset 1 line).
Hunk #7 succeeded at 447 (offset 1 line).
Hunk #8 succeeded at 459 (offset 1 line).
Hunk #9 succeeded at 499 (offset 1 line).
Hunk #10 succeeded at 526 (offset 1 line).
Hunk #11 succeeded at 604 (offset 1 line).
Hunk #12 succeeded at 635 (offset 1 line).
checking file include/linux/irq.h
checking file include/linux/irq_work.h
checking file include/linux/irqdesc.h
Hunk #1 succeeded at 61 with fuzz 1.
checking file include/linux/irqflags.h
checking file include/linux/jbd2.h
checking file include/linux/kdb.h
checking file include/linux/kernel.h
Hunk #1 succeeded at 195 (offset 7 lines).
Hunk #2 succeeded at 205 (offset 7 lines).
Hunk #3 succeeded at 266 (offset 7 lines).
Hunk #4 succeeded at 459 (offset 7 lines).
Hunk #5 succeeded at 495 (offset 7 lines).
checking file include/linux/kvm_host.h
checking file include/linux/lglock.h
checking file include/linux/list_bl.h
checking file include/linux/locallock.h
checking file include/linux/mm_types.h
Hunk #1 succeeded at 11 with fuzz 2.
Hunk #2 succeeded at 518 (offset 8 lines).
checking file include/linux/module.h
Hunk #1 succeeded at 494 (offset -6 lines).
Hunk #2 succeeded at 660 (offset -6 lines).
checking file include/linux/mutex.h
checking file include/linux/mutex_rt.h
checking file include/linux/netdevice.h
checking file include/linux/netfilter/x_tables.h
checking file include/linux/notifier.h
checking file include/linux/percpu.h
checking file include/linux/pid.h
checking file include/linux/posix-timers.h
checking file include/linux/preempt.h
checking file include/linux/printk.h
checking file include/linux/radix-tree.h
checking file include/linux/random.h
checking file include/linux/rbtree.h
checking file include/linux/rcupdate.h
checking file include/linux/rcutree.h
checking file include/linux/rtmutex.h
checking file include/linux/rwlock_rt.h
checking file include/linux/rwlock_types.h
checking file include/linux/rwlock_types_rt.h
checking file include/linux/rwsem.h
checking file include/linux/rwsem_rt.h
checking file include/linux/sched.h
Hunk #2 succeeded at 187 (offset 4 lines).
Hunk #3 succeeded at 239 (offset 5 lines).
Hunk #4 succeeded at 311 (offset 5 lines).
Hunk #5 succeeded at 1002 with fuzz 2 (offset 23 lines).
Hunk #6 succeeded at 1566 with fuzz 2 (offset 154 lines).
Hunk #7 succeeded at 1616 (offset 167 lines).
Hunk #8 succeeded at 1738 with fuzz 1 (offset 171 lines).
Hunk #9 succeeded at 1757 (offset 171 lines).
Hunk #10 succeeded at 1791 (offset 171 lines).
Hunk #11 succeeded at 1824 (offset 171 lines).
Hunk #12 succeeded at 2024 with fuzz 2 (offset 171 lines).
Hunk #13 succeeded at 2056 (offset 181 lines).
Hunk #14 succeeded at 2090 (offset 181 lines).
Hunk #15 succeeded at 2283 (offset 181 lines).
Hunk #16 succeeded at 2299 (offset 181 lines).
Hunk #17 succeeded at 2338 (offset 181 lines).
Hunk #18 succeeded at 2512 (offset 181 lines).
Hunk #19 succeeded at 2528 (offset 181 lines).
Hunk #20 succeeded at 2742 (offset 183 lines).
Hunk #21 succeeded at 2866 with fuzz 1 (offset 183 lines).
Hunk #22 succeeded at 3242 (offset 227 lines).
Hunk #23 succeeded at 3310 (offset 227 lines).
Hunk #24 succeeded at 3376 (offset 227 lines).
Hunk #25 succeeded at 3551 (offset 231 lines).
checking file include/linux/seqlock.h
checking file include/linux/signal.h
checking file include/linux/skbuff.h
checking file include/linux/smp.h
checking file include/linux/spinlock.h
checking file include/linux/spinlock_api_smp.h
checking file include/linux/spinlock_rt.h
checking file include/linux/spinlock_types.h
checking file include/linux/spinlock_types_nort.h
checking file include/linux/spinlock_types_raw.h
checking file include/linux/spinlock_types_rt.h
checking file include/linux/srcu.h
checking file include/linux/suspend.h
checking file include/linux/swait.h
checking file include/linux/swap.h
Hunk #3 succeeded at 299 (offset -1 lines).
checking file include/linux/swork.h
checking file include/linux/thread_info.h
Hunk #1 succeeded at 69 (offset -29 lines).
checking file include/linux/timer.h
checking file include/linux/trace_events.h
checking file include/linux/uaccess.h
checking file include/linux/uprobes.h
checking file include/linux/vmstat.h
checking file include/linux/wait.h
checking file include/net/dst.h
checking file include/net/neighbour.h
checking file include/net/netns/ipv4.h
checking file include/trace/events/hist.h
checking file include/trace/events/latency_hist.h
checking file include/trace/events/writeback.h
checking file init/Kconfig
Hunk #1 succeeded at 518 (offset 20 lines).
Hunk #2 succeeded at 634 (offset 20 lines).
Hunk #3 succeeded at 661 (offset 20 lines).
Hunk #4 succeeded at 1143 (offset 37 lines).
Hunk #5 FAILED at 1740.
Hunk #6 succeeded at 1834 (offset 76 lines).
Hunk #7 succeeded at 1844 (offset 76 lines).
1 out of 7 hunks FAILED
checking file init/Makefile
Hunk #1 succeeded at 31 (offset -2 lines).
checking file init/main.c
Hunk #1 succeeded at 529 (offset -3 lines).
checking file ipc/msg.c
checking file ipc/sem.c
checking file kernel/Kconfig.locks
checking file kernel/Kconfig.preempt
checking file kernel/cgroup.c
Hunk #1 succeeded at 4750 (offset 5 lines).
Hunk #2 succeeded at 4792 (offset 5 lines).
Hunk #3 succeeded at 5417 (offset 12 lines).
checking file kernel/cpu.c
Hunk #1 succeeded at 77 (offset 2 lines).
Hunk #2 succeeded at 91 (offset 2 lines).
Hunk #3 succeeded at 630 (offset 9 lines).
Hunk #4 succeeded at 646 (offset 9 lines).
Hunk #5 succeeded at 699 (offset 9 lines).
Hunk #6 FAILED at 740.
1 out of 6 hunks FAILED
checking file kernel/cpu_pm.c
checking file kernel/cpuset.c
Hunk #1 succeeded at 285 (offset 1 line).
Hunk #2 succeeded at 908 (offset 1 line).
Hunk #3 FAILED at 974.
Hunk #4 succeeded at 1188 (offset 3 lines).
Hunk #5 succeeded at 1258 (offset 3 lines).
Hunk #6 succeeded at 1351 (offset 3 lines).
Hunk #7 succeeded at 1765 (offset 3 lines).
Hunk #8 succeeded at 1784 (offset 3 lines).
Hunk #9 succeeded at 2004 (offset 8 lines).
Hunk #10 FAILED at 2028.
Hunk #11 succeeded at 2082 (offset 10 lines).
Hunk #12 succeeded at 2093 (offset 10 lines).
Hunk #13 succeeded at 2197 (offset 13 lines).
Hunk #14 succeeded at 2239 (offset 13 lines).
Hunk #15 succeeded at 2335 (offset 13 lines).
Hunk #16 succeeded at 2454 (offset 13 lines).
Hunk #17 succeeded at 2506 (offset 13 lines).
Hunk #18 succeeded at 2602 (offset 13 lines).
2 out of 18 hunks FAILED
checking file kernel/debug/kdb/kdb_io.c
Hunk #1 succeeded at 565 (offset 8 lines).
Hunk #2 succeeded at 575 (offset 8 lines).
Hunk #3 succeeded at 863 (offset 8 lines).
Hunk #4 succeeded at 872 (offset 8 lines).
checking file kernel/events/core.c
Hunk #1 succeeded at 818 (offset 5 lines).
Hunk #2 succeeded at 7399 (offset 139 lines).
checking file kernel/exit.c
Hunk #1 succeeded at 147 (offset 3 lines).
checking file kernel/fork.c
Hunk #1 succeeded at 111 (offset 2 lines).
Hunk #2 succeeded at 251 (offset 5 lines).
Hunk #3 succeeded at 270 (offset 5 lines).
Hunk #4 succeeded at 406 with fuzz 2 (offset 5 lines).
Hunk #5 succeeded at 703 with fuzz 2 (offset -10 lines).
Hunk #6 succeeded at 1305 (offset 27 lines).
Hunk #7 succeeded at 1448 (offset 29 lines).
checking file kernel/futex.c
checking file kernel/irq/handle.c
checking file kernel/irq/irqdesc.c
checking file kernel/irq/manage.c
Hunk #8 succeeded at 949 (offset 6 lines).
Hunk #9 succeeded at 1055 (offset 6 lines).
Hunk #10 succeeded at 1431 (offset 14 lines).
Hunk #11 succeeded at 2087 (offset 14 lines).
checking file kernel/irq/settings.h
checking file kernel/irq/spurious.c
checking file kernel/irq_work.c
checking file kernel/ksysfs.c
checking file kernel/locking/Makefile
Hunk #1 succeeded at 4 with fuzz 2 (offset 3 lines).
Hunk #2 succeeded at 11 (offset 3 lines).
Hunk #3 succeeded at 29 (offset 3 lines).
checking file kernel/locking/lglock.c
checking file kernel/locking/lockdep.c
checking file kernel/locking/locktorture.c
checking file kernel/locking/rt.c
checking file kernel/locking/rtmutex.c
checking file kernel/locking/rtmutex_common.h
checking file kernel/locking/spinlock.c
checking file kernel/locking/spinlock_debug.c
checking file kernel/module.c
Hunk #1 succeeded at 658 (offset -24 lines).
Hunk #2 succeeded at 672 (offset -24 lines).
Hunk #3 succeeded at 687 (offset -24 lines).
Hunk #4 succeeded at 732 (offset -24 lines).
checking file kernel/panic.c
checking file kernel/power/hibernate.c
Hunk #9 succeeded at 734 (offset 2 lines).
checking file kernel/power/suspend.c
Hunk #1 succeeded at 374 (offset 15 lines).
Hunk #2 succeeded at 395 (offset 18 lines).
Hunk #3 succeeded at 553 with fuzz 1 (offset 31 lines).
Hunk #4 FAILED at 538.
Hunk #5 FAILED at 545.
2 out of 5 hunks FAILED
checking file kernel/printk/printk.c
Hunk #1 succeeded at 251 (offset 10 lines).
Hunk #2 succeeded at 1313 (offset 46 lines).
Hunk #3 succeeded at 1325 (offset 46 lines).
Hunk #4 succeeded at 1353 (offset 46 lines).
Hunk #5 succeeded at 1374 (offset 46 lines).
Hunk #6 succeeded at 1422 (offset 46 lines).
Hunk #7 succeeded at 1580 with fuzz 2 (offset 48 lines).
Hunk #8 succeeded at 1606 (offset 53 lines).
Hunk #9 succeeded at 1667 (offset 53 lines).
Hunk #10 succeeded at 1834 (offset 57 lines).
Hunk #11 succeeded at 1986 (offset 61 lines).
Hunk #12 succeeded at 1994 (offset 61 lines).
Hunk #13 succeeded at 2133 (offset 61 lines).
Hunk #14 succeeded at 2354 (offset 61 lines).
Hunk #15 succeeded at 2473 (offset 61 lines).
Hunk #16 succeeded at 2535 (offset 61 lines).
checking file kernel/ptrace.c
checking file kernel/rcu/rcutorture.c
checking file kernel/rcu/tree.c
checking file kernel/rcu/tree.h
checking file kernel/rcu/tree_plugin.h
checking file kernel/rcu/update.c
checking file kernel/relay.c
checking file kernel/sched/Makefile
Hunk #1 FAILED at 13.
1 out of 1 hunk FAILED
checking file kernel/sched/completion.c
checking file kernel/sched/core.c
Hunk #1 succeeded at 263 (offset 3 lines).
Hunk #2 succeeded at 457 (offset 15 lines).
Hunk #3 succeeded at 538 (offset 15 lines).
Hunk #4 FAILED at 553.
Hunk #5 succeeded at 627 (offset 21 lines).
Hunk #6 succeeded at 682 (offset 21 lines).
Hunk #7 succeeded at 708 (offset 21 lines).
Hunk #8 succeeded at 1238 (offset 23 lines).
Hunk #9 succeeded at 1268 (offset 23 lines).
Hunk #10 succeeded at 1399 (offset 23 lines).
Hunk #11 succeeded at 1579 (offset 27 lines).
Hunk #12 succeeded at 1635 (offset 27 lines).
Hunk #13 succeeded at 1650 (offset 27 lines).
Hunk #14 FAILED at 1781.
Hunk #15 succeeded at 1890 (offset 29 lines).
Hunk #16 succeeded at 2123 (offset 36 lines).
Hunk #17 FAILED at 2198.
Hunk #18 succeeded at 2313 with fuzz 1 (offset 51 lines).
Hunk #19 succeeded at 2527 (offset 66 lines).
Hunk #20 succeeded at 2864 (offset 76 lines).
Hunk #21 succeeded at 3236 (offset 112 lines).
Hunk #22 succeeded at 3257 (offset 112 lines).
Hunk #23 succeeded at 3284 (offset 112 lines).
Hunk #24 succeeded at 3339 (offset 112 lines).
Hunk #25 succeeded at 3572 (offset 113 lines).
Hunk #26 succeeded at 3584 with fuzz 2 (offset 116 lines).
Hunk #27 succeeded at 3610 (offset 120 lines).
Hunk #28 succeeded at 3631 (offset 120 lines).
Hunk #29 succeeded at 3647 (offset 120 lines).
Hunk #30 succeeded at 3721 (offset 145 lines).
Hunk #31 succeeded at 3759 (offset 145 lines).
Hunk #32 succeeded at 3787 (offset 145 lines).
Hunk #33 succeeded at 3798 (offset 145 lines).
Hunk #34 succeeded at 5156 (offset 149 lines).
Hunk #35 succeeded at 5170 (offset 149 lines).
Hunk #36 succeeded at 5540 (offset 152 lines).
Hunk #37 succeeded at 5683 (offset 152 lines).
Hunk #38 succeeded at 5699 (offset 152 lines).
Hunk #39 succeeded at 6142 (offset 219 lines).
Hunk #40 succeeded at 6498 (offset 228 lines).
Hunk #41 succeeded at 8290 (offset 345 lines).
3 out of 41 hunks FAILED
checking file kernel/sched/cpudeadline.c
checking file kernel/sched/cpupri.c
checking file kernel/sched/cputime.c
Hunk #1 succeeded at 708 (offset 23 lines).
Hunk #2 succeeded at 724 (offset 23 lines).
Hunk #3 succeeded at 766 (offset 23 lines).
Hunk #4 succeeded at 791 (offset 23 lines).
Hunk #5 succeeded at 822 (offset 23 lines).
Hunk #6 succeeded at 851 (offset 23 lines).
Hunk #7 succeeded at 859 (offset 23 lines).
Hunk #8 succeeded at 875 (offset 23 lines).
checking file kernel/sched/deadline.c
Hunk #1 succeeded at 154 (offset 20 lines).
Hunk #2 succeeded at 164 (offset 20 lines).
Hunk #3 succeeded at 804 (offset 23 lines).
Hunk #4 succeeded at 1142 (offset 26 lines).
Hunk #5 succeeded at 1221 (offset 27 lines).
Hunk #6 succeeded at 1244 (offset 27 lines).
Hunk #7 succeeded at 1252 (offset 27 lines).
Hunk #8 succeeded at 1366 (offset 27 lines).
Hunk #9 succeeded at 1493 (offset 31 lines).
Hunk #10 succeeded at 1599 (offset 31 lines).
Hunk #11 succeeded at 1638 (offset 31 lines).
Hunk #12 succeeded at 1677 (offset 31 lines).
Hunk #13 succeeded at 1832 (offset 39 lines).
Hunk #14 succeeded at 1937 (offset 41 lines).
checking file kernel/sched/debug.c
Hunk #2 succeeded at 664 (offset 26 lines).
checking file kernel/sched/fair.c
Hunk #1 succeeded at 3647 (offset 480 lines).
Hunk #2 succeeded at 3671 (offset 480 lines).
Hunk #3 succeeded at 3811 (offset 480 lines).
Hunk #4 succeeded at 3993 (offset 480 lines).
Hunk #5 succeeded at 4641 (offset 480 lines).
Hunk #6 succeeded at 7007 (offset 1758 lines).
Hunk #7 succeeded at 10045 (offset 2045 lines).
Hunk #8 succeeded at 10069 (offset 2044 lines).
checking file kernel/sched/features.h
checking file kernel/sched/rt.c
Hunk #1 succeeded at 51 (offset 4 lines).
Hunk #2 succeeded at 320 (offset 4 lines).
Hunk #3 succeeded at 337 (offset 4 lines).
Hunk #4 succeeded at 1377 with fuzz 2 (offset 123 lines).
Hunk #5 succeeded at 1534 (offset 191 lines).
Hunk #6 succeeded at 1571 (offset 204 lines).
Hunk #7 succeeded at 1579 (offset 204 lines).
Hunk #8 succeeded at 1713 (offset 204 lines).
Hunk #9 succeeded at 1763 (offset 204 lines).
Hunk #10 succeeded at 1895 (offset 204 lines).
Hunk #11 succeeded at 2277 (offset 208 lines).
Hunk #12 succeeded at 2359 (offset 215 lines).
checking file kernel/sched/sched.h
Hunk #1 succeeded at 1185 (offset 71 lines).
Hunk #2 succeeded at 1413 with fuzz 1 (offset 99 lines).
checking file kernel/sched/swait.c
checking file kernel/sched/swork.c
checking file kernel/signal.c
checking file kernel/softirq.c
checking file kernel/stop_machine.c
checking file kernel/time/alarmtimer.c
checking file kernel/time/hrtimer.c
Hunk #2 succeeded at 722 (offset 1 line).
Hunk #3 succeeded at 768 (offset 1 line).
Hunk #4 succeeded at 778 (offset 1 line).
Hunk #5 succeeded at 911 (offset 1 line).
Hunk #6 succeeded at 978 (offset 1 line).
Hunk #7 succeeded at 1078 (offset 1 line).
Hunk #8 succeeded at 1159 (offset 1 line).
Hunk #9 succeeded at 1228 (offset 1 line).
Hunk #10 succeeded at 1269 (offset 1 line).
Hunk #11 succeeded at 1368 (offset 1 line).
Hunk #12 succeeded at 1489 (offset 1 line).
Hunk #13 succeeded at 1513 (offset 1 line).
Hunk #14 succeeded at 1533 (offset 1 line).
Hunk #15 succeeded at 1552 (offset 1 line).
Hunk #16 succeeded at 1563 (offset 1 line).
Hunk #17 succeeded at 1644 (offset 1 line).
Hunk #18 succeeded at 1663 (offset 1 line).
Hunk #19 succeeded at 1688 (offset 1 line).
Hunk #20 succeeded at 1741 (offset 1 line).
Hunk #21 succeeded at 1759 (offset 1 line).
Hunk #22 succeeded at 1775 (offset 1 line).
Hunk #23 succeeded at 1802 (offset 1 line).
Hunk #24 succeeded at 1822 (offset 1 line).
Hunk #25 succeeded at 1853 (offset 1 line).
Hunk #26 succeeded at 1894 (offset 1 line).
Hunk #27 succeeded at 1924 (offset 1 line).
Hunk #28 succeeded at 1971 (offset 1 line).
checking file kernel/time/itimer.c
checking file kernel/time/jiffies.c
checking file kernel/time/ntp.c
checking file kernel/time/posix-cpu-timers.c
checking file kernel/time/posix-timers.c
checking file kernel/time/tick-broadcast-hrtimer.c
checking file kernel/time/tick-common.c
checking file kernel/time/tick-sched.c
Hunk #8 succeeded at 1131 (offset 12 lines).
checking file kernel/time/timekeeping.c
Hunk #1 succeeded at 2123 (offset 32 lines).
checking file kernel/time/timekeeping.h
checking file kernel/time/timer.c
checking file kernel/trace/Kconfig
Hunk #1 succeeded at 201 (offset 14 lines).
Hunk #2 succeeded at 243 (offset 14 lines).
Hunk #3 succeeded at 271 (offset 14 lines).
checking file kernel/trace/Makefile
Hunk #1 succeeded at 41 (offset 1 line).
checking file kernel/trace/latency_hist.c
checking file kernel/trace/trace.c
Hunk #1 succeeded at 1679 (offset 21 lines).
Hunk #2 succeeded at 1689 (offset 21 lines).
Hunk #3 succeeded at 2608 (offset 21 lines).
Hunk #4 succeeded at 2651 with fuzz 1 (offset 28 lines).
checking file kernel/trace/trace.h
checking file kernel/trace/trace_events.c
checking file kernel/trace/trace_irqsoff.c
Hunk #2 succeeded at 429 (offset 4 lines).
Hunk #3 succeeded at 445 (offset 4 lines).
Hunk #4 succeeded at 454 (offset 4 lines).
Hunk #5 succeeded at 482 with fuzz 2 (offset 6 lines).
Hunk #6 FAILED at 486.
Hunk #7 succeeded at 485 with fuzz 2 (offset -15 lines).
Hunk #8 FAILED at 510.
2 out of 8 hunks FAILED
checking file kernel/trace/trace_output.c
checking file kernel/user.c
Hunk #1 succeeded at 162 (offset 1 line).
checking file kernel/watchdog.c
Hunk #1 succeeded at 374 with fuzz 2 (offset 75 lines).
Hunk #2 succeeded at 409 (offset 75 lines).
Hunk #3 succeeded at 433 (offset 75 lines).
Hunk #4 succeeded at 584 (offset 78 lines).
checking file kernel/workqueue.c
checking file kernel/workqueue_internal.h
checking file lib/Kconfig
Hunk #1 succeeded at 408 (offset 11 lines).
checking file lib/debugobjects.c
checking file lib/idr.c
checking file lib/locking-selftest.c
checking file lib/percpu_ida.c
checking file lib/radix-tree.c
checking file lib/rbtree.c
checking file lib/scatterlist.c
checking file lib/smp_processor_id.c
checking file localversion-rt
checking file mm/Kconfig
checking file mm/backing-dev.c
checking file mm/compaction.c
checking file mm/filemap.c
checking file mm/highmem.c
checking file mm/memcontrol.c
checking file mm/mmu_context.c
checking file mm/page_alloc.c
Hunk #2 succeeded at 270 (offset 5 lines).
Hunk #3 succeeded at 838 (offset 5 lines).
Hunk #4 succeeded at 849 (offset 5 lines).
Hunk #5 succeeded at 911 (offset 5 lines).
Hunk #6 succeeded at 919 (offset 5 lines).
Hunk #7 succeeded at 933 (offset 5 lines).
Hunk #8 succeeded at 945 (offset 5 lines).
Hunk #9 succeeded at 1096 (offset 5 lines).
Hunk #10 succeeded at 1968 (offset 5 lines).
Hunk #11 succeeded at 1995 (offset 5 lines).
Hunk #12 succeeded at 2095 (offset 5 lines).
Hunk #13 succeeded at 2161 (offset 5 lines).
Hunk #14 succeeded at 2187 (offset 5 lines).
Hunk #15 succeeded at 2332 (offset 5 lines).
Hunk #16 succeeded at 2364 (offset 5 lines).
Hunk #17 succeeded at 2374 (offset 5 lines).
Hunk #18 succeeded at 2390 (offset 5 lines).
Hunk #19 succeeded at 6060 (offset 2 lines).
checking file mm/percpu.c
checking file mm/slab.h
checking file mm/slub.c
Hunk #1 succeeded at 1117 (offset 42 lines).
Hunk #2 succeeded at 1178 (offset 42 lines).
Hunk #3 succeeded at 1305 (offset 42 lines).
Hunk #4 succeeded at 1456 (offset 51 lines).
Hunk #5 succeeded at 1537 (offset 51 lines).
Hunk #6 succeeded at 1593 (offset 51 lines).
Hunk #7 succeeded at 1634 (offset 51 lines).
Hunk #8 succeeded at 1753 (offset 51 lines).
Hunk #9 succeeded at 1778 (offset 51 lines).
Hunk #10 succeeded at 2024 (offset 51 lines).
Hunk #11 succeeded at 2035 (offset 51 lines).
Hunk #12 succeeded at 2070 (offset 51 lines).
Hunk #13 succeeded at 2102 (offset 51 lines).
Hunk #14 succeeded at 2134 (offset 51 lines).
Hunk #15 succeeded at 2173 (offset 51 lines).
Hunk #16 succeeded at 2259 (offset 51 lines).
Hunk #17 succeeded at 2310 (offset 51 lines).
Hunk #18 succeeded at 2451 (offset 51 lines).
Hunk #19 succeeded at 2514 (offset 51 lines).
Hunk #20 succeeded at 2552 (offset 51 lines).
Hunk #21 succeeded at 2564 (offset 51 lines).
Hunk #22 succeeded at 2576 (offset 51 lines).
Hunk #23 succeeded at 2765 (offset 51 lines).
Hunk #24 succeeded at 2797 (offset 51 lines).
Hunk #25 succeeded at 2839 (offset 51 lines).
Hunk #26 succeeded at 2854 (offset 51 lines).
Hunk #27 succeeded at 3044 (offset 69 lines).
Hunk #28 succeeded at 3068 (offset 69 lines).
Hunk #29 succeeded at 3080 (offset 69 lines).
Hunk #30 succeeded at 3095 (offset 69 lines).
Hunk #31 succeeded at 3229 (offset 69 lines).
Hunk #32 succeeded at 3859 (offset 117 lines).
Hunk #33 succeeded at 3890 (offset 117 lines).
Hunk #34 succeeded at 4066 (offset 117 lines).
Hunk #35 succeeded at 4315 (offset 117 lines).
Hunk #36 succeeded at 4337 (offset 117 lines).
Hunk #37 succeeded at 4525 (offset 117 lines).
checking file mm/swap.c
checking file mm/truncate.c
checking file mm/vmalloc.c
checking file mm/vmstat.c
checking file mm/workingset.c
checking file mm/zsmalloc.c
checking file net/bluetooth/hci_sock.c
checking file net/core/dev.c
checking file net/core/skbuff.c
checking file net/core/sock.c
Hunk #1 succeeded at 2456 (offset 3 lines).
checking file net/ipv4/icmp.c
Hunk #8 succeeded at 905 (offset 2 lines).
Hunk #9 succeeded at 956 (offset 2 lines).
checking file net/ipv4/sysctl_net_ipv4.c
Hunk #1 succeeded at 848 (offset 22 lines).
checking file net/ipv4/tcp_ipv4.c
Hunk #3 FAILED at 693.
Hunk #4 FAILED at 778.
2 out of 4 hunks FAILED
checking file net/mac80211/rx.c
checking file net/netfilter/core.c
checking file net/packet/af_packet.c
checking file net/rds/ib_rdma.c
checking file net/sched/sch_generic.c
checking file net/sunrpc/svc_xprt.c
checking file scripts/mkcompile_h
checking file sound/core/pcm_native.c
checking file virt/kvm/async_pf.c
checking file virt/kvm/kvm_main.c

Please Log in or Create an account to join the conversation.

Time to create page: 0.113 seconds
Powered by Kunena Forum