[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180626010626.GG11011@yexl-desktop>
Date: Tue, 26 Jun 2018 09:06:26 +0800
From: kernel test robot <lkp@...el.com>
To: David Howells <dhowells@...hat.com>
Cc: linux-afs@...ts.infradead.org, netdev@...r.kernel.org,
LKP <lkp@...org>
Subject: [lkp-robot] [bisect done] ace45bec6d [ 52.056290] EIP: lock_release
Greetings,
0day kernel testing robot got the below dmesg and the first bad commit is
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
commit ace45bec6d77bc061c3c3d8ad99e298ea9800c2b
Author: David Howells <dhowells@...hat.com>
AuthorDate: Fri Mar 30 21:04:43 2018 +0100
Commit: David Howells <dhowells@...hat.com>
CommitDate: Fri Mar 30 21:04:43 2018 +0100
rxrpc: Fix firewall route keepalive
Fix the firewall route keepalive part of AF_RXRPC which is currently
function incorrectly by replying to VERSION REPLY packets from the server
with VERSION REQUEST packets.
Instead, send VERSION REPLY packets to the peers of service connections to
act as keep-alives 20s after the latest packet was transmitted to that
peer.
Also, just discard VERSION REPLY packets rather than replying to them.
Signed-off-by: David Howells <dhowells@...hat.com>
c0b6edef0b tc-testing: Add newline when writing test case files
ace45bec6d rxrpc: Fix firewall route keepalive
+------------------------------------------------+------------+------------+
| | c0b6edef0b | ace45bec6d |
+------------------------------------------------+------------+------------+
| boot_successes | 950 | 59 |
| boot_failures | 1 | 63 |
| BUG:workqueue_lockup-pool | 1 | 2 |
| EIP:lock_acquire | 0 | 29 |
| Kernel_panic-not_syncing:softlockup:hung_tasks | 0 | 61 |
| BUG:soft_lockup-CPU##stuck_for#s | 0 | 53 |
| EIP:_raw_spin_unlock_bh | 0 | 4 |
| EIP:rxrpc_peer_keepalive_worker | 0 | 4 |
| EIP:lock_release | 0 | 18 |
| EIP:_raw_spin_lock_bh | 0 | 2 |
| EIP:do_softirq | 0 | 1 |
| EIP:do_raw_spin_unlock | 0 | 2 |
| EIP:__local_bh_enable_ip | 0 | 1 |
+------------------------------------------------+------------+------------+
[child2:792] inotify_rm_watch (293) returned ENOSYS, marking as inactive.
[child2:792] readahead (225) returned ENOSYS, marking as inactive.
[child2:792] tee (315) returned ENOSYS, marking as inactive.
[child2:792] move_pages (317) returned ENOSYS, marking as inactive.
[child2:792] openat (295) returned ENOSYS, marking as inactive.
[ 52.053972] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 52.055347] Workqueue: krxrpcd rxrpc_peer_keepalive_worker
[ 52.056290] EIP: lock_release+0xfc/0x1a0
[ 52.057003] EFLAGS: 00000286 CPU: 0
[ 52.057632] EAX: 00000246 EBX: 8017a200 ECX: de027eed EDX: 00000000
[ 52.058707] ESI: 00000246 EDI: 8f0eb19c EBP: 00000002 ESP: 8017feac
[ 52.059755] DS: 007b ES: 007b FS: 0000 GS: 00e0 SS: 0068
[ 52.060650] CR0: 80050033 CR2: 77db8618 CR3: 0eff0000 CR4: 00000690
[ 52.061622] DR0: 767b4000 DR1: 76bc6000 DR2: 00000000 DR3: 00000000
[ 52.062695] DR6: ffff0ff0 DR7: 00000600
[ 52.063372] Call Trace:
[ 52.063823] ? _raw_spin_unlock_bh+0x14/0x30
[ 52.064533] ? rxrpc_peer_keepalive_worker+0x3b5/0x460
[ 52.065396] ? process_one_work+0x165/0x340
[ 52.066105] ? process_one_work+0x119/0x340
[ 52.066823] ? worker_thread+0x31/0x3a0
[ 52.067481] ? kthread+0xd8/0x110
[ 52.068058] ? process_one_work+0x340/0x340
[ 52.068798] ? __kthread_bind_mask+0x30/0x30
[ 52.069705] ? ret_from_fork+0x19/0x30
[ 52.070365] Code: 00 0f 85 88 00 00 00 a1 a0 24 da 88 e8 7e db ff ff a1 a0 24 da 88 c7 80 8c 08 00 00 00 00 00 00 89 f0 50 9d 8d 74 26 00 83 c4 08 <5b> 5e 5f 5d c3 8d b4 26 00 00 00 00 e8 73 10 4b 00 85 c0 74 1f
[ 52.073529] Kernel panic - not syncing: softlockup: hung tasks
[ 52.074515] CPU: 0 PID: 16 Comm: kworker/0:1 Tainted: G S L 4.16.0-rc6-02064-gace45be #373
[ 52.076145] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 52.077552] Workqueue: krxrpcd rxrpc_peer_keepalive_worker
[ 52.078463] Call Trace:
[ 52.078896] ? panic+0x85/0x1a8
[ 52.079455] ? watchdog_timer_fn+0x1b7/0x1c0
[ 52.080205] ? watchdog+0x20/0x20
[ 52.080764] ? __hrtimer_run_queues+0xea/0x180
[ 52.081716] ? hrtimer_interrupt+0xf9/0x2b0
[ 52.082450] ? smp_apic_timer_interrupt+0x3b/0x70
[ 52.083299] ? apic_timer_interrupt+0x34/0x40
[ 52.084067] ? lock_release+0xfc/0x1a0
[ 52.084686] ? _raw_spin_unlock_bh+0x14/0x30
[ 52.085406] ? rxrpc_peer_keepalive_worker+0x3b5/0x460
[ 52.086269] ? process_one_work+0x165/0x340
[ 52.086959] ? process_one_work+0x119/0x340
[ 52.087698] ? worker_thread+0x31/0x3a0
[ 52.088385] ? kthread+0xd8/0x110
[ 52.088999] ? process_one_work+0x340/0x340
[ 52.089734] ? __kthread_bind_mask+0x30/0x30
[ 52.090567] ? ret_from_fork+0x19/0x30
[ 52.091261] Kernel Offset: 0x5e00000 from 0x81000000 (relocation range: 0x80000000-0x92fdffff)
# HH:MM RESULT GOOD BAD GOOD_BUT_DIRTY DIRTY_NOT_BAD
git bisect start 32a50fabb334b2f0725de84bf248bd8c24c22b05 v4.16 --
git bisect bad 3be4aaf4e2d3eb95cce7835e8df797ae65ae5ac1 # 20:27 B 0 1 14 0 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
git bisect bad 4a1e00524cbdd38567e36f9c54a0444deebd864a # 20:42 B 3 1 2 11 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
git bisect bad 5b1f3dc927a2681cb339b05156f828f83bfa1b80 # 20:42 B 8 5 0 9 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
git bisect good f2d285669aae656dfeafa0bf25e86bbbc5d22329 # 22:14 G 75 0 2 2 Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
git bisect bad 3b24b83763e72a6c1e728100104fd99aa83a7b3b # 22:14 B 7 7 0 13 Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
git bisect good 77624cd2a7783fccf2c518768a6fd7a7aeccd002 # 23:13 G 75 0 2 3 Merge tag 'pinctrl-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
git bisect good bb2407a7219760926760f0448fddf00d625e5aec # 23:38 G 75 0 0 4 Merge tag 'docs-4.17' of git://git.lwn.net/linux
git bisect bad 4608f064532c28c0ea3c03fe26a3a5909852811a # 23:38 B 16 3 0 8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
git bisect bad 5bb053bef82523a8fd78d650bca81c9f114fa276 # 23:38 B 17 8 0 14 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
git bisect good 489b30b53f0540b9f8e391cbb2839cea48b5d1c1 # 00:14 G 75 0 0 3 net: Convert l2tp_net_ops
git bisect good 038d49baab571800e3077b9d322a004f95c8aa8f # 01:24 G 75 0 0 4 Merge branch 'Introduce-net_rwsem-to-protect-net_namespace_list'
git bisect good d162190bded8b3f635d1ba1e27e63d1b4a720ba8 # 02:55 G 75 0 1 5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
git bisect bad 70ae7222c61d4f19c844c8fe75f053f8976b9552 # 02:55 B 13 7 0 7 Merge branch 'inet-frags-bring-rhashtables-to-IP-defrag'
git bisect bad e2e80c027f5adab3cc44c3d07c4484291384d278 # 02:55 B 9 6 0 12 Merge tag 'rxrpc-next-20180330' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
git bisect bad 17226f1240381812c3a4927dc9da2814fb71c8ac # 02:55 B 10 5 0 12 rxrpc: Fix leak of rxrpc_peer objects
git bisect good 6f14f49ce5eb00f533133df06c663fbaea13cd50 # 04:50 G 75 0 0 2 Merge branch 'ieee802154-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next
git bisect bad 59299aa1028fce051adbd25aaff7c387b865cd6d # 04:50 B 33 12 0 34 rxrpc: Fix resend event time calculation
git bisect bad ace45bec6d77bc061c3c3d8ad99e298ea9800c2b # 04:50 B 26 18 0 47 rxrpc: Fix firewall route keepalive
git bisect good c0b6edef0bf0e33c12eaf80c676ff09def011518 # 04:51 G 237 0 0 10 tc-testing: Add newline when writing test case files
# first bad commit: [ace45bec6d77bc061c3c3d8ad99e298ea9800c2b] rxrpc: Fix firewall route keepalive
git bisect good c0b6edef0bf0e33c12eaf80c676ff09def011518 # 04:51 G 237 0 0 10 tc-testing: Add newline when writing test case files
# extra tests on HEAD of open-channel-ssd/for-4.19/null_blkv2
git bisect bad 2082efcaf988e3500070685a4a7b94b24f98d1a1 # 04:51 B 7 3 0 4 null_blk: add zone support
# extra tests on tree/branch linus/master
# extra tests on tree/branch linux-next/master
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation
Download attachment "dmesg-yocto-lkp-nhm-dp2-12:20180611024803:i386-randconfig-a0-201823:4.16.0-rc6-02064-gace45be:373.gz" of type "application/gzip" (27522 bytes)
Download attachment "dmesg-yocto-kbuild-26:20180612124224:i386-randconfig-a0-201823:4.16.0-rc6-02063-gc0b6ede:1.gz" of type "application/gzip" (39578 bytes)
View attachment "reproduce-yocto-lkp-nhm-dp2-12:20180611024803:i386-randconfig-a0-201823:4.16.0-rc6-02064-gace45be:373" of type "text/plain" (894 bytes)
View attachment "config-4.16.0-rc6-02064-gace45be" of type "text/plain" (142143 bytes)
Powered by blists - more mailing lists