All of lore.kernel.org
 help / color / mirror / Atom feed
* very long boot times in 5.13 stable.
@ 2021-07-27 16:10 Ben Greear
       [not found] ` <CAHv26DhDYNYGmQa7Dt4NoAz74J89pi8+4yuEprFO0bjuN9G7gg@mail.gmail.com>
  2021-07-27 16:43 ` Greg KH
  0 siblings, 2 replies; 9+ messages in thread
From: Ben Greear @ 2021-07-27 16:10 UTC (permalink / raw)
  To: stable

Hello,

My system was stable with 5.13.0, though there was a KASAN warning.
So, I upgrade to 5.13.5, and now it takes a very long time to fully boot to
login prompt, and I see this splat in the logs.

I'm working on bisecting, but if someone has a clue, please let me know.

[ 2187.021338] irq 4: nobody cared (try booting with the "irqpoll" option)
[ 2187.026825] CPU: 7 PID: 48 Comm: ksoftirqd/7 Not tainted 5.13.5+ #26
[ 2187.026830] Hardware name: Default string Default string/SKYBAY, BIOS 5.12 02/19/2019
[ 2187.026832] Call Trace:
[ 2187.026834]  <IRQ>
[ 2187.026836]  dump_stack+0x9b/0xce
[ 2187.026844]  __report_bad_irq+0x3d/0xd7
[ 2187.026848]  note_interrupt.cold.9+0xa/0x8b
[ 2187.026851]  ? add_interrupt_randomness+0x15a/0x2a0
[ 2187.026857]  handle_irq_event_percpu+0xd6/0xe0
[ 2187.026862]  ? __handle_irq_event_percpu+0x250/0x250
[ 2187.026865]  ? _raw_spin_lock+0x7c/0xd0
[ 2187.026872]  ? _raw_read_lock+0x30/0x30
[ 2187.026876]  handle_irq_event+0x4f/0x80
[ 2187.026879]  handle_fasteoi_irq+0xf7/0x210
[ 2187.026885]  __common_interrupt+0x3e/0xb0
[ 2187.026890]  common_interrupt+0x77/0xa0
[ 2187.026893]  </IRQ>
[ 2187.026895]  asm_common_interrupt+0x1e/0x40
[ 2187.026898] RIP: 0010:unwind_next_frame+0x727/0xa70
[ 2187.026902] Code: 80 3d 49 6d 88 02 00 0f 85 b6 fc ff ff e9 7a 1e 1b 01 48 8b 44 24 60 4c 89 ea 48 89 df 4c 8d 7b 34 48 8d 70 f8 48 89 44 24 28 <e8> 94 f8 ff 
ff 84 c0 0f 84 8c fc ff ff 4c 8b 6c 24 60 48 8b 3c 24
[ 2187.026906] RSP: 0018:ffff888108d5f680 EFLAGS: 00000246
[ 2187.026909] RAX: ffff888108d5fba0 RBX: ffff888108d5f798 RCX: ffffffff810ba1f9
[ 2187.026912] RDX: ffff888108d5f7e0 RSI: ffff888108d5fb98 RDI: ffff888108d5f798
[ 2187.026915] RBP: 1ffff110211abed8 R08: fffffbfff07eb294 R09: fffffbfff07eb294
[ 2187.026917] R10: ffffffff83f5949d R11: fffffbfff07eb293 R12: 0000000000000001
[ 2187.026919] R13: ffff888108d5f7e0 R14: ffffffff83f5949c R15: ffff888108d5f7cc
[ 2187.026922]  ? unwind_next_frame+0x529/0xa70
[ 2187.026926]  ? packet_rcv+0x73/0x8e0
[ 2187.026931]  ? packet_rcv+0x72/0x8e0
[ 2187.026934]  ? deref_stack_reg+0x40/0x40
[ 2187.026937]  ? unwind_next_frame+0x334/0xa70
[ 2187.026940]  ? ret_from_fork+0x1f/0x30
[ 2187.026945]  ? get_stack_info_noinstr+0x12/0xe0
[ 2187.026948]  ? packet_rcv+0x73/0x8e0
[ 2187.026951]  ? create_prof_cpu_mask+0x20/0x20
[ 2187.026955]  arch_stack_walk+0x80/0xe0
[ 2187.026959]  ? packet_rcv+0x73/0x8e0
[ 2187.026963]  ? packet_rcv+0x73/0x8e0
[ 2187.026966]  stack_trace_save+0x85/0xb0
[ 2187.026969]  ? stack_trace_consume_entry+0x80/0x80
[ 2187.026973]  kasan_save_stack+0x19/0x40
[ 2187.026977]  ? kasan_save_stack+0x19/0x40
[ 2187.026981]  ? kasan_set_track+0x1c/0x30
[ 2187.026984]  ? kasan_set_free_info+0x20/0x30
[ 2187.026988]  ? __kasan_slab_free+0xec/0x130
[ 2187.026991]  ? kmem_cache_free+0x78/0x290
[ 2187.026994]  ? packet_rcv+0x73/0x8e0
[ 2187.026998]  ? kasan_save_stack+0x2f/0x40
[ 2187.027001]  ? kasan_save_stack+0x19/0x40
[ 2187.027004]  ? __kasan_slab_alloc+0x68/0x80
[ 2187.027007]  ? kmem_cache_alloc+0xc5/0x1f0
[ 2187.027010]  ? skb_clone+0x80/0x160
[ 2187.027015]  ? dev_queue_xmit_nit+0x19d/0x410
[ 2187.027020]  ? dev_hard_start_xmit+0x7f/0x330
[ 2187.027024]  ? sch_direct_xmit+0x116/0x580
[ 2187.027030]  ? __qdisc_run+0x23b/0x920
[ 2187.027033]  ? net_tx_action+0x1a3/0x420
[ 2187.027036]  ? __do_softirq+0xf0/0x3b8
[ 2187.027040]  ? run_ksoftirqd+0x21/0x30
[ 2187.027046]  ? smpboot_thread_fn+0x1b6/0x340
[ 2187.027051]  ? kthread+0x1d4/0x210
[ 2187.027055]  ? ret_from_fork+0x1f/0x30
[ 2187.027059]  ? _raw_spin_unlock+0x9/0x20
[ 2187.027063]  ? get_partial_node.isra.86.part.87+0xe0/0x280
[ 2187.027067]  ? common_interrupt+0x1b/0xa0
[ 2187.027070]  ? common_interrupt+0x1b/0xa0
[ 2187.027072]  ? dma_map_page_attrs+0x16f/0x350
[ 2187.027077]  ? common_interrupt+0x1b/0xa0
[ 2187.027080]  ? asm_common_interrupt+0x1e/0x40
[ 2187.027083]  ? bpf_skb_load_helper_16+0x6e/0xf0
[ 2187.027087]  ? bpf_skb_load_helper_8_no_cache+0x120/0x120
[ 2187.027090]  kasan_set_track+0x1c/0x30
[ 2187.027094]  kasan_set_free_info+0x20/0x30
[ 2187.027097]  __kasan_slab_free+0xec/0x130
[ 2187.027101]  ? packet_rcv+0x73/0x8e0
[ 2187.027104]  kmem_cache_free+0x78/0x290
[ 2187.027108]  packet_rcv+0x73/0x8e0
[ 2187.027111]  ? __skb_clone+0x271/0x2b0
[ 2187.027115]  ? packet_create+0x3d0/0x3d0
[ 2187.027118]  dev_queue_xmit_nit+0x401/0x410
[ 2187.027122]  dev_hard_start_xmit+0x7f/0x330
[ 2187.027126]  sch_direct_xmit+0x116/0x580
[ 2187.027130]  ? dev_reset_queue.constprop.44+0xa0/0xa0
[ 2187.027135]  ? fq_codel_dump_stats+0x310/0x310 [sch_fq_codel]
[ 2187.027141]  ? _raw_spin_unlock_irq+0x13/0x30
[ 2187.027144]  __qdisc_run+0x23b/0x920
[ 2187.027148]  net_tx_action+0x1a3/0x420
[ 2187.027152]  __do_softirq+0xf0/0x3b8
[ 2187.027156]  ? takeover_tasklets+0x2e0/0x2e0
[ 2187.027160]  run_ksoftirqd+0x21/0x30
[ 2187.027163]  smpboot_thread_fn+0x1b6/0x340
[ 2187.027167]  ? smpboot_register_percpu_thread+0x180/0x180
[ 2187.027171]  ? schedule+0xaa/0x140
[ 2187.027174]  ? __kthread_parkme+0x94/0xb0
[ 2187.027178]  ? smpboot_register_percpu_thread+0x180/0x180
[ 2187.027181]  kthread+0x1d4/0x210
[ 2187.027185]  ? set_kthread_struct+0x70/0x70
[ 2187.027188]  ret_from_fork+0x1f/0x30
[ 2187.027193] handlers:
[ 2187.028203] [<00000000ef8c02a2>] serial8250_interrupt
[ 2187.032072] Disabling IRQ #4

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: very long boot times in 5.13 stable.
       [not found] ` <CAHv26DhDYNYGmQa7Dt4NoAz74J89pi8+4yuEprFO0bjuN9G7gg@mail.gmail.com>
@ 2021-07-27 16:40   ` Ben Greear
       [not found]     ` <CAHv26DjBqX__YYdqJEfMVZKFomuW8+mid5grAvUfMNmXMtC8pA@mail.gmail.com>
  0 siblings, 1 reply; 9+ messages in thread
From: Ben Greear @ 2021-07-27 16:40 UTC (permalink / raw)
  To: pgndev; +Cc: stable

On 7/27/21 9:32 AM, pgndev wrote:
> hm.  irq4 & slow boot ...
> 
> Is that a BayTrail CPU by any chance?
> 
> What mobo?

This is an axiomtek industrial/embedded system, not sure if it has a motherboard model
anyone would recognize.  Problem showed in 5.13.2+, I'm building something in
the 5.13.1 range now....  The CPU info is below:

[root@ct523c-0b29 ~]# cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 158
model name	: Intel(R) Core(TM) i7-7700T CPU @ 2.90GHz
stepping	: 9
microcode	: 0xca
cpu MHz		: 2900.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm 
constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl smx est tm2 ssse3 sdbg fma cx16 
xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs 
ibpb stibp fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat 
pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit srbds
bogomips	: 5799.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 39 bits physical, 48 bits virtual
power management:
....

Thanks,
Ben


> 
> On Tue, Jul 27, 2021, 12:17 PM Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>> wrote:
> 
>     Hello,
> 
>     My system was stable with 5.13.0, though there was a KASAN warning.
>     So, I upgrade to 5.13.5, and now it takes a very long time to fully boot to
>     login prompt, and I see this splat in the logs.
> 
>     I'm working on bisecting, but if someone has a clue, please let me know.
> 
>     [ 2187.021338] irq 4: nobody cared (try booting with the "irqpoll" option)
>     [ 2187.026825] CPU: 7 PID: 48 Comm: ksoftirqd/7 Not tainted 5.13.5+ #26
>     [ 2187.026830] Hardware name: Default string Default string/SKYBAY, BIOS 5.12 02/19/2019
>     [ 2187.026832] Call Trace:
>     [ 2187.026834]  <IRQ>
>     [ 2187.026836]  dump_stack+0x9b/0xce
>     [ 2187.026844]  __report_bad_irq+0x3d/0xd7
>     [ 2187.026848]  note_interrupt.cold.9+0xa/0x8b
>     [ 2187.026851]  ? add_interrupt_randomness+0x15a/0x2a0
>     [ 2187.026857]  handle_irq_event_percpu+0xd6/0xe0
>     [ 2187.026862]  ? __handle_irq_event_percpu+0x250/0x250
>     [ 2187.026865]  ? _raw_spin_lock+0x7c/0xd0
>     [ 2187.026872]  ? _raw_read_lock+0x30/0x30
>     [ 2187.026876]  handle_irq_event+0x4f/0x80
>     [ 2187.026879]  handle_fasteoi_irq+0xf7/0x210
>     [ 2187.026885]  __common_interrupt+0x3e/0xb0
>     [ 2187.026890]  common_interrupt+0x77/0xa0
>     [ 2187.026893]  </IRQ>
>     [ 2187.026895]  asm_common_interrupt+0x1e/0x40
>     [ 2187.026898] RIP: 0010:unwind_next_frame+0x727/0xa70
>     [ 2187.026902] Code: 80 3d 49 6d 88 02 00 0f 85 b6 fc ff ff e9 7a 1e 1b 01 48 8b 44 24 60 4c 89 ea 48 89 df 4c 8d 7b 34 48 8d 70 f8 48 89 44 24 28 <e8> 94
>     f8 ff
>     ff 84 c0 0f 84 8c fc ff ff 4c 8b 6c 24 60 48 8b 3c 24
>     [ 2187.026906] RSP: 0018:ffff888108d5f680 EFLAGS: 00000246
>     [ 2187.026909] RAX: ffff888108d5fba0 RBX: ffff888108d5f798 RCX: ffffffff810ba1f9
>     [ 2187.026912] RDX: ffff888108d5f7e0 RSI: ffff888108d5fb98 RDI: ffff888108d5f798
>     [ 2187.026915] RBP: 1ffff110211abed8 R08: fffffbfff07eb294 R09: fffffbfff07eb294
>     [ 2187.026917] R10: ffffffff83f5949d R11: fffffbfff07eb293 R12: 0000000000000001
>     [ 2187.026919] R13: ffff888108d5f7e0 R14: ffffffff83f5949c R15: ffff888108d5f7cc
>     [ 2187.026922]  ? unwind_next_frame+0x529/0xa70
>     [ 2187.026926]  ? packet_rcv+0x73/0x8e0
>     [ 2187.026931]  ? packet_rcv+0x72/0x8e0
>     [ 2187.026934]  ? deref_stack_reg+0x40/0x40
>     [ 2187.026937]  ? unwind_next_frame+0x334/0xa70
>     [ 2187.026940]  ? ret_from_fork+0x1f/0x30
>     [ 2187.026945]  ? get_stack_info_noinstr+0x12/0xe0
>     [ 2187.026948]  ? packet_rcv+0x73/0x8e0
>     [ 2187.026951]  ? create_prof_cpu_mask+0x20/0x20
>     [ 2187.026955]  arch_stack_walk+0x80/0xe0
>     [ 2187.026959]  ? packet_rcv+0x73/0x8e0
>     [ 2187.026963]  ? packet_rcv+0x73/0x8e0
>     [ 2187.026966]  stack_trace_save+0x85/0xb0
>     [ 2187.026969]  ? stack_trace_consume_entry+0x80/0x80
>     [ 2187.026973]  kasan_save_stack+0x19/0x40
>     [ 2187.026977]  ? kasan_save_stack+0x19/0x40
>     [ 2187.026981]  ? kasan_set_track+0x1c/0x30
>     [ 2187.026984]  ? kasan_set_free_info+0x20/0x30
>     [ 2187.026988]  ? __kasan_slab_free+0xec/0x130
>     [ 2187.026991]  ? kmem_cache_free+0x78/0x290
>     [ 2187.026994]  ? packet_rcv+0x73/0x8e0
>     [ 2187.026998]  ? kasan_save_stack+0x2f/0x40
>     [ 2187.027001]  ? kasan_save_stack+0x19/0x40
>     [ 2187.027004]  ? __kasan_slab_alloc+0x68/0x80
>     [ 2187.027007]  ? kmem_cache_alloc+0xc5/0x1f0
>     [ 2187.027010]  ? skb_clone+0x80/0x160
>     [ 2187.027015]  ? dev_queue_xmit_nit+0x19d/0x410
>     [ 2187.027020]  ? dev_hard_start_xmit+0x7f/0x330
>     [ 2187.027024]  ? sch_direct_xmit+0x116/0x580
>     [ 2187.027030]  ? __qdisc_run+0x23b/0x920
>     [ 2187.027033]  ? net_tx_action+0x1a3/0x420
>     [ 2187.027036]  ? __do_softirq+0xf0/0x3b8
>     [ 2187.027040]  ? run_ksoftirqd+0x21/0x30
>     [ 2187.027046]  ? smpboot_thread_fn+0x1b6/0x340
>     [ 2187.027051]  ? kthread+0x1d4/0x210
>     [ 2187.027055]  ? ret_from_fork+0x1f/0x30
>     [ 2187.027059]  ? _raw_spin_unlock+0x9/0x20
>     [ 2187.027063]  ? get_partial_node.isra.86.part.87+0xe0/0x280
>     [ 2187.027067]  ? common_interrupt+0x1b/0xa0
>     [ 2187.027070]  ? common_interrupt+0x1b/0xa0
>     [ 2187.027072]  ? dma_map_page_attrs+0x16f/0x350
>     [ 2187.027077]  ? common_interrupt+0x1b/0xa0
>     [ 2187.027080]  ? asm_common_interrupt+0x1e/0x40
>     [ 2187.027083]  ? bpf_skb_load_helper_16+0x6e/0xf0
>     [ 2187.027087]  ? bpf_skb_load_helper_8_no_cache+0x120/0x120
>     [ 2187.027090]  kasan_set_track+0x1c/0x30
>     [ 2187.027094]  kasan_set_free_info+0x20/0x30
>     [ 2187.027097]  __kasan_slab_free+0xec/0x130
>     [ 2187.027101]  ? packet_rcv+0x73/0x8e0
>     [ 2187.027104]  kmem_cache_free+0x78/0x290
>     [ 2187.027108]  packet_rcv+0x73/0x8e0
>     [ 2187.027111]  ? __skb_clone+0x271/0x2b0
>     [ 2187.027115]  ? packet_create+0x3d0/0x3d0
>     [ 2187.027118]  dev_queue_xmit_nit+0x401/0x410
>     [ 2187.027122]  dev_hard_start_xmit+0x7f/0x330
>     [ 2187.027126]  sch_direct_xmit+0x116/0x580
>     [ 2187.027130]  ? dev_reset_queue.constprop.44+0xa0/0xa0
>     [ 2187.027135]  ? fq_codel_dump_stats+0x310/0x310 [sch_fq_codel]
>     [ 2187.027141]  ? _raw_spin_unlock_irq+0x13/0x30
>     [ 2187.027144]  __qdisc_run+0x23b/0x920
>     [ 2187.027148]  net_tx_action+0x1a3/0x420
>     [ 2187.027152]  __do_softirq+0xf0/0x3b8
>     [ 2187.027156]  ? takeover_tasklets+0x2e0/0x2e0
>     [ 2187.027160]  run_ksoftirqd+0x21/0x30
>     [ 2187.027163]  smpboot_thread_fn+0x1b6/0x340
>     [ 2187.027167]  ? smpboot_register_percpu_thread+0x180/0x180
>     [ 2187.027171]  ? schedule+0xaa/0x140
>     [ 2187.027174]  ? __kthread_parkme+0x94/0xb0
>     [ 2187.027178]  ? smpboot_register_percpu_thread+0x180/0x180
>     [ 2187.027181]  kthread+0x1d4/0x210
>     [ 2187.027185]  ? set_kthread_struct+0x70/0x70
>     [ 2187.027188]  ret_from_fork+0x1f/0x30
>     [ 2187.027193] handlers:
>     [ 2187.028203] [<00000000ef8c02a2>] serial8250_interrupt
>     [ 2187.032072] Disabling IRQ #4
> 
>     Thanks,
>     Ben
> 
>     -- 
>     Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>>
>     Candela Technologies Inc http://www.candelatech.com
> 


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: very long boot times in 5.13 stable.
  2021-07-27 16:10 very long boot times in 5.13 stable Ben Greear
       [not found] ` <CAHv26DhDYNYGmQa7Dt4NoAz74J89pi8+4yuEprFO0bjuN9G7gg@mail.gmail.com>
@ 2021-07-27 16:43 ` Greg KH
  2021-07-27 16:44   ` Ben Greear
  1 sibling, 1 reply; 9+ messages in thread
From: Greg KH @ 2021-07-27 16:43 UTC (permalink / raw)
  To: Ben Greear; +Cc: stable

On Tue, Jul 27, 2021 at 09:10:11AM -0700, Ben Greear wrote:
> Hello,
> 
> My system was stable with 5.13.0, though there was a KASAN warning.
> So, I upgrade to 5.13.5, and now it takes a very long time to fully boot to
> login prompt, and I see this splat in the logs.
> 
> I'm working on bisecting, but if someone has a clue, please let me know.
> 
> [ 2187.021338] irq 4: nobody cared (try booting with the "irqpoll" option)

Have you tried booting with that option?


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: very long boot times in 5.13 stable.
  2021-07-27 16:43 ` Greg KH
@ 2021-07-27 16:44   ` Ben Greear
  0 siblings, 0 replies; 9+ messages in thread
From: Ben Greear @ 2021-07-27 16:44 UTC (permalink / raw)
  To: Greg KH; +Cc: stable

On 7/27/21 9:43 AM, Greg KH wrote:
> On Tue, Jul 27, 2021 at 09:10:11AM -0700, Ben Greear wrote:
>> Hello,
>>
>> My system was stable with 5.13.0, though there was a KASAN warning.
>> So, I upgrade to 5.13.5, and now it takes a very long time to fully boot to
>> login prompt, and I see this splat in the logs.
>>
>> I'm working on bisecting, but if someone has a clue, please let me know.
>>
>> [ 2187.021338] irq 4: nobody cared (try booting with the "irqpoll" option)
> 
> Have you tried booting with that option?

No, I figured I wanted to find root cause before enabling any work-around.

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: very long boot times in 5.13 stable.
       [not found]     ` <CAHv26DjBqX__YYdqJEfMVZKFomuW8+mid5grAvUfMNmXMtC8pA@mail.gmail.com>
@ 2021-07-27 17:06       ` Ben Greear
       [not found]         ` <CAHv26DjS0iuQ636tZfgYDo9EGmZ9n-ZwB9AaXvrdUUkWyL5ORw@mail.gmail.com>
  0 siblings, 1 reply; 9+ messages in thread
From: Ben Greear @ 2021-07-27 17:06 UTC (permalink / raw)
  To: pgndev; +Cc: stable

On 7/27/21 9:50 AM, pgndev wrote:
>         embedded. checking...
> 
> 
>         iiuc, it's got an i2c.  possible a uart is on Irq4 thru the i2c?
> 
> 
>         if so, might wanna take a look here:
> 
> 
>         https://bugzilla.kernel.org/show_bug.cgi?id=213031
>         <https://urldefense.proofpoint.com/v2/url?u=https-3A__bugzilla.kernel.org_show-5Fbug.cgi-3Fid-3D213031&d=DwMFaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=HYKqseB9xg-u2kz3egvegqfgyXnEBhQotXfR3iCfdgM&m=gCRilkIAaKYuJwLWOT7O5ttfWG5rta0-6eYjPBdnTz4&s=VSfJDrJPSqVtQuCoCZGazYrmnWTe6xldTkWT_Bq7vwo&e=>
> 
> 
> 
>         maybe related?  at least shares symptoms...
> 
> 
>         ACPI subsystem lead sez in offlist thread re: that
> 
> 
>         "It looks like commit 96b15a0b45182f1c3da5a861196da27000da2e3c needs to
> 
>         be reverted." 

I don't see that commit in linus tree nor my stable tree, can you check that hash and also
show me the commit message and other info so I can track it down?

Thanks,
Ben


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: very long boot times in 5.13 stable.
       [not found]         ` <CAHv26DjS0iuQ636tZfgYDo9EGmZ9n-ZwB9AaXvrdUUkWyL5ORw@mail.gmail.com>
@ 2021-07-27 23:51           ` Ben Greear
  2021-07-28  0:04             ` PGNet Dev
  0 siblings, 1 reply; 9+ messages in thread
From: Ben Greear @ 2021-07-27 23:51 UTC (permalink / raw)
  To: pgndev; +Cc: stable


I bisected to same suspect acpi commit, though it is in 5.13.1, not 5.13.2.

commit bf155b2eaab40e7d9862ce89ffe2b8a80f86703b (HEAD -> master, refs/patches/master/acpi-resources-add-checks-for)
Author: Hui Wang <hui.wang@canonical.com>
Date:   Wed Jun 9 10:14:42 2021 +0800

     ACPI: resources: Add checks for ACPI IRQ override

     [ Upstream commit 0ec4e55e9f571f08970ed115ec0addc691eda613 ]

     The laptop keyboard doesn't work on many MEDION notebooks, but the
     keyboard works well under Windows and Unix.
...


Thanks,
Ben


On 7/27/21 10:11 AM, pgndev wrote:
> https://lore.kernel.org/regressions/3491db05-3bb4-a2c9-2350-881a77734070@gmail.com/ 
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__lore.kernel.org_regressions_3491db05-2D3bb4-2Da2c9-2D2350-2D881a77734070-40gmail.com_&d=DwMFaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=HYKqseB9xg-u2kz3egvegqfgyXnEBhQotXfR3iCfdgM&m=m6VJWo5K-8IUBgIaUajtEduR0T8ibHTet6JPL0UgNe4&s=fNVbxFG4v5p_9mhPxGZGgAP4wRKzfiS3vod8SxBw6Dg&e=>
> 
> On Tue, Jul 27, 2021, 1:06 PM Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>> wrote:
> 
>     On 7/27/21 9:50 AM, pgndev wrote:
>      >         embedded. checking...
>      >
>      >
>      >         iiuc, it's got an i2c.  possible a uart is on Irq4 thru the i2c?
>      >
>      >
>      >         if so, might wanna take a look here:
>      >
>      >
>      > https://bugzilla.kernel.org/show_bug.cgi?id=213031
>     <https://urldefense.proofpoint.com/v2/url?u=https-3A__bugzilla.kernel.org_show-5Fbug.cgi-3Fid-3D213031&d=DwMFaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=HYKqseB9xg-u2kz3egvegqfgyXnEBhQotXfR3iCfdgM&m=m6VJWo5K-8IUBgIaUajtEduR0T8ibHTet6JPL0UgNe4&s=3nSHI1S9N0Ma6h-6sL6W2bRjDD49EHbQ7rwW4N_p09o&e=>
>      >       
>       <https://urldefense.proofpoint.com/v2/url?u=https-3A__bugzilla.kernel.org_show-5Fbug.cgi-3Fid-3D213031&d=DwMFaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=HYKqseB9xg-u2kz3egvegqfgyXnEBhQotXfR3iCfdgM&m=gCRilkIAaKYuJwLWOT7O5ttfWG5rta0-6eYjPBdnTz4&s=VSfJDrJPSqVtQuCoCZGazYrmnWTe6xldTkWT_Bq7vwo&e=>
>      >
>      >
>      >
>      >         maybe related?  at least shares symptoms...
>      >
>      >
>      >         ACPI subsystem lead sez in offlist thread re: that
>      >
>      >
>      >         "It looks like commit 96b15a0b45182f1c3da5a861196da27000da2e3c needs to
>      >
>      >         be reverted."
> 
>     I don't see that commit in linus tree nor my stable tree, can you check that hash and also
>     show me the commit message and other info so I can track it down?
> 
>     Thanks,
>     Ben
> 
> 
>     -- 
>     Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>>
>     Candela Technologies Inc http://www.candelatech.com
> 


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: very long boot times in 5.13 stable.
  2021-07-27 23:51           ` Ben Greear
@ 2021-07-28  0:04             ` PGNet Dev
  0 siblings, 0 replies; 9+ messages in thread
From: PGNet Dev @ 2021-07-28  0:04 UTC (permalink / raw)
  To: greearb; +Cc: stable

On 7/27/21 7:51 PM, Ben Greear wrote:
> 
> I bisected to same suspect acpi commit, though it is in 5.13.1, not 5.13.2.
> 
> commit bf155b2eaab40e7d9862ce89ffe2b8a80f86703b (HEAD -> master, refs/patches/master/acpi-resources-add-checks-for)
> Author: Hui Wang <hui.wang@canonical.com>
> Date:   Wed Jun 9 10:14:42 2021 +0800
> 
>      ACPI: resources: Add checks for ACPI IRQ override
> 
>      [ Upstream commit 0ec4e55e9f571f08970ed115ec0addc691eda613 ]
> 
>      The laptop keyboard doesn't work on many MEDION notebooks, but the
>      keyboard works well under Windows and Unix.
> ...
> 
> 
> Thanks,
> Ben

if you have a sec, pls add your result to BZ @

   https://bugzilla.kernel.org/show_bug.cgi?id=213031


the dev's "waiting a while" before fixing the regression, to see if others suffer the same/similar issue.

your comments there should help move things along a bit.

thx!

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: very long boot times in 5.13 stable.
  2021-07-27 20:23 Thomas Backlund
@ 2021-07-27 20:43 ` PGNet Dev
  0 siblings, 0 replies; 9+ messages in thread
From: PGNet Dev @ 2021-07-27 20:43 UTC (permalink / raw)
  To: tmb, greearb; +Cc: stable

On 7/27/21 4:23 PM, Thomas Backlund wrote:
> and a matching thread:
> "boot of J1900 (quad-core Celeron) mobo: kernel <= 5.12.15, OK; kernel
>   >= 5.12.17, 5.13.4, slow boot (>> 660 secs) + hang/FAIL"
> 
> on stable@ ml.

yep, here:

   https://lore.kernel.org/regressions/3491db05-3bb4-a2c9-2350-881a77734070@gmail.com/

it showed up for me between 5.12.15 & 5.12.17 stable releases.

didn't realize it hadn't landed until 5.13 in linus' tree.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: very long boot times in 5.13 stable.
@ 2021-07-27 20:23 Thomas Backlund
  2021-07-27 20:43 ` PGNet Dev
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Backlund @ 2021-07-27 20:23 UTC (permalink / raw)
  To: Ben Greear, pgndev; +Cc: stable

Den 2021-07-27 kl. 20:06, skrev Ben Greear:
> On 7/27/21 9:50 AM, pgndev wrote:
>>         embedded. checking...
>>
>>
>>         iiuc, it's got an i2c.  possible a uart is on Irq4 thru the i2c?
>>
>>
>>         if so, might wanna take a look here:
>>
>>
>>         https://bugzilla.kernel.org/show_bug.cgi?id=213031
>>
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__bugzilla.kernel.org_show-5Fbug.cgi-3Fid-3D213031&d=DwMFaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=HYKqseB9xg-u2kz3egvegqfgyXnEBhQotXfR3iCfdgM&m=gCRilkIAaKYuJwLWOT7O5ttfWG5rta0-6eYjPBdnTz4&s=VSfJDrJPSqVtQuCoCZGazYrmnWTe6xldTkWT_Bq7vwo&e=>
>>
>>
>>
>>
>>         maybe related?  at least shares symptoms...
>>
>>
>>         ACPI subsystem lead sez in offlist thread re: that
>>
>>
>>         "It looks like commit 96b15a0b45182f1c3da5a861196da27000da2e3c
>> needs to
>>
>>         be reverted."
>
> I don't see that commit in linus tree nor my stable tree, can you check
> that hash and also
> show me the commit message and other info so I can track it down?
>

AFAIK, that commit is supposed to reference
0ec4e55e9f571f08970ed115ec0addc691eda613 in linus tree, landed in 5.13.2
'
and a matching thread:
"boot of J1900 (quad-core Celeron) mobo: kernel <= 5.12.15, OK; kernel
 >= 5.12.17, 5.13.4, slow boot (>> 660 secs) + hang/FAIL"

on stable@ ml.

--
Thomas


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-07-28  0:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 16:10 very long boot times in 5.13 stable Ben Greear
     [not found] ` <CAHv26DhDYNYGmQa7Dt4NoAz74J89pi8+4yuEprFO0bjuN9G7gg@mail.gmail.com>
2021-07-27 16:40   ` Ben Greear
     [not found]     ` <CAHv26DjBqX__YYdqJEfMVZKFomuW8+mid5grAvUfMNmXMtC8pA@mail.gmail.com>
2021-07-27 17:06       ` Ben Greear
     [not found]         ` <CAHv26DjS0iuQ636tZfgYDo9EGmZ9n-ZwB9AaXvrdUUkWyL5ORw@mail.gmail.com>
2021-07-27 23:51           ` Ben Greear
2021-07-28  0:04             ` PGNet Dev
2021-07-27 16:43 ` Greg KH
2021-07-27 16:44   ` Ben Greear
2021-07-27 20:23 Thomas Backlund
2021-07-27 20:43 ` PGNet Dev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.