[Kernel-packages] [Bug 2077657] Re: Kernel Oops - BUG: kernel NULL pointer dereference, RIP: 0010:tcp_rearm_rto+0xe4/0x160

2024-10-01 Thread Josh Hunt
ike we should probably add a patch in tcp_rto_delta_us() to check that the skb is non-null b/f trying to read the timestamp. Possibly something like this: Author: Josh Hunt Date: Tue Jul 30 19:45:43 2024 -0400 workaround empty rtx queue diff --git a/include/net/tcp.h b/include/

[Kernel-packages] [Bug 2077657] Re: Kernel Oops - BUG: kernel NULL pointer dereference, RIP: 0010:tcp_rearm_rto+0xe4/0x160

2024-09-24 Thread Josh Hunt
mit queues. Additionally I feel like we should probably add a patch in tcp_rto_delta_us() to check that the skb is non-null b/f trying to read the timestamp. Possibly something like this: Author: Josh Hunt Date: Tue Jul 30 19:45:43 2024 -0400 workaround empty rtx queue

[Kernel-packages] [Bug 2077657] Re: Kernel Oops - BUG: kernel NULL pointer dereference, RIP: 0010:tcp_rearm_rto+0xe4/0x160

2024-09-24 Thread Josh Hunt
ta_us() to check that the skb is non-null b/f trying to read the timestamp. Possibly something like this: Author: Josh Hunt Date: Tue Jul 30 19:45:43 2024 -0400 workaround empty rtx queue diff --git a/include/net/tcp.h b/include/net/tcp.h index 2aac11e7e1cc..d1e2ecbce536 100644

[Kernel-packages] [Bug 2077657] Re: Kernel Oops - BUG: kernel NULL pointer dereference, RIP: 0010:tcp_rearm_rto+0xe4/0x160

2024-08-22 Thread Josh Hunt
following may be more appropriate: Author: Josh Hunt Date: Tue Jul 30 19:45:43 2024 -0400 tcp: check skb is non-NULL before using in tcp_rto_delta_us() There have been multiple occassions where we have crashed in this path because packets_out suggested there were packets

[Kernel-packages] [Bug 2077657] Re: Kernel Oops - BUG: kernel NULL pointer dereference, RIP: 0010:tcp_rearm_rto+0xe4/0x160

2024-08-22 Thread Josh Hunt
her still packets in the write or retransmit queues. Additionally I feel like we should probably add a patch in tcp_rto_delta_us() to check that the skb is non-null b/f trying to read the timestamp. Possibly something like this: Author: Josh Hunt Date: Tue Jul 30 19:45:43 2024 -0400 wo

[Kernel-packages] [Bug 2077657] Re: Kernel Oops - BUG: kernel NULL pointer dereference, RIP: 0010:tcp_rearm_rto+0xe4/0x160

2024-08-22 Thread Josh Hunt
her still packets in the write or retransmit queues. Additionally I feel like we should probably add a patch in tcp_rto_delta_us() to check that the skb is non-null b/f trying to read the timestamp. Possibly something like this: Author: Josh Hunt Date: Tue Jul 30 19:45:43 2024 -

[Kernel-packages] [Bug 2077657] [NEW] Kernel Oops - BUG: kernel NULL pointer dereference, RIP: 0010:tcp_rearm_rto+0xe4/0x160

2024-08-22 Thread Josh Hunt
a_us() to check that the skb is non-null b/f trying to read the timestamp. Possibly something like this: Author: Josh Hunt Date: Tue Jul 30 19:45:43 2024 -0400 workaround empty rtx queue diff --git a/include/net/tcp.h b/include/net/tcp.h index 2aac11e7e1cc..d1e2ecbce536 100644 --- a/incl