Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
07-28-2019, 08:42 AM
|
#1471
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,356
Original Poster
|
|
|
|
07-28-2019, 05:00 PM
|
#1472
|
Member
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946
|
Quote:
Originally Posted by cwizardone
|
Hmm, this looks interesting:
Quote:
commit 6323c238bb4374d1477348cfbd5854f2bebe9a21
Author: Eric Dumazet
Date: Fri Jul 19 11:52:33 2019 -0700
tcp: be more careful in tcp_fragment()
[ Upstream commit b617158dc096709d8600c53b6052144d12b89fab ]
Some applications set tiny SO_SNDBUF values and expect
TCP to just work. Recent patches to address CVE-2019-11478
broke them in case of losses, since retransmits might be prevented.
We should allow these flows to make progress.
This patch allows the first and last skb in retransmit queue
to be split even if memory limits are hit.
It also adds some room due to the fact that tcp_sendmsg()
and tcp_sendpage() might overshoot sk_wmem_queued by about one full
TSO skb (64KB size). Note this allowance was already present
in stable backports for kernels < 4.15
Note for < 4.15 backports :
tcp_rtx_queue_tail() will probably look like :
static inline struct sk_buff *tcp_rtx_queue_tail(const struct sock *sk)
{
struct sk_buff *skb = tcp_send_head(sk);
return skb ? tcp_write_queue_prev(sk, skb) : tcp_write_queue_tail(sk);
}
Fixes: f070ef2ac667 ("tcp: tcp_fragment() should apply sane memory limits")
|
Looks like TCP SACK Panic has reared its ugly head again. I have posted a note in the Slackware-security thread.
Last edited by mats_b_tegner; 07-28-2019 at 05:23 PM.
|
|
3 members found this post helpful.
|
07-28-2019, 08:44 PM
|
#1473
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,356
Original Poster
|
5.3-rc2
The newest "mainline" development kernel, version 5.3-rc2, has been been made available for testing.
The tarball, https://git.kernel.org/torvalds/t/linux-5.3-rc2.tar.gz
|
|
|
07-28-2019, 10:01 PM
|
#1474
|
Slackware Maintainer
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,728
|
Quote:
Originally Posted by mats_b_tegner
Hmm, this looks interesting:
Looks like TCP SACK Panic has reared its ugly head again. I have posted a note in the Slackware-security thread.
|
Less of a security fix than a regression fix. 4.19.61 broke icecream here, and 4.19.62 has fixed it.
|
|
5 members found this post helpful.
|
07-29-2019, 01:26 AM
|
#1475
|
Member
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946
|
Quote:
Originally Posted by volkerdi
Less of a security fix than a regression fix. 4.19.61 broke icecream here, and 4.19.62 has fixed it.
|
Okay. I have updated the post in the Slackware security thread as a regression fix.
|
|
3 members found this post helpful.
|
07-29-2019, 09:44 AM
|
#1476
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,356
Original Poster
|
Just FYI, the "Linux-Kernel Archive By Thread" hasn't been updated since Friday morning, 26 July 2019, at 01:23:51, EST.
|
|
1 members found this post helpful.
|
07-30-2019, 02:48 PM
|
#1477
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,356
Original Poster
|
Another round of updates has been scheduled for release Wednesday evening, GMT.
If no problems are found while testing the release candidates, they might be available late Tuesday (depending on your time zone).
5.2.5, will accommodate 215 patches.
4.19.63, will have 113 patches.
4.14.135, will contain 293 patches.
Last edited by cwizardone; 07-30-2019 at 06:21 PM.
|
|
4 members found this post helpful.
|
07-31-2019, 01:54 AM
|
#1478
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,247
|
Quote:
Originally Posted by cwizardone
5.2.5, will accommodate 215 patches.
4.19.63, will have 113 patches.
4.14.135, will contain 293 patches.
|
they're out and they actually fix a CVE, but fortunately it affects just the powerpc platform (doesn't apply here)...
|
|
3 members found this post helpful.
|
07-31-2019, 08:56 AM
|
#1479
|
Member
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 790
|
Quote:
Originally Posted by AlleyTrotter
Anyone seeing this on 5.2.0 and 5.2.1?
I am getting a syslog full of that error message when I try to write a backup of /home to an external USB-3.0 disk. The terminal running the command locks and only a press of the [reset] will reboot the system. The other terminals work as usual. The backup program has worked for probably ten years without fault and still works with any kernel before 5.2. So Helpme please.
Thanks
John
FOLLOWUP there is already a report on bugzilla by Anthony, nice to know I'm not alone.
EDIT-2 Alan Stern sent a patch to the mail list and it works fine for me on Slackware64-14.2 using kernel 5.2.1
EDIT -3 The patch is still required in 5.2.2
EDIT -4 The patch is still required in 5.2.3
EDIT -5 The patch is still required in 5.2.4
|
The patch has been applied on 5.2.5 and works fine business.
Last edited by AlleyTrotter; 07-31-2019 at 03:57 PM.
Reason: correct spelling
|
|
2 members found this post helpful.
|
08-02-2019, 04:49 AM
|
#1481
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,356
Original Poster
|
As I said in a message above, the "Linux-Kernel Archive By Thread" hasn't been updated since Friday morning, 26 July 2019, at 01:23:51, EST.
http://lkml.iu.edu/hypermail/linux/kernel/
Here is what I've found so far this morning:
Another round of updates has been scheduled for release Sunday morning, GMT.
If no problems are found while testing the release candidates, they might be available sometime on Saturday (depending on your time zone).
5.2.6, will have 20 patches.
4.19.64, will contain 32 patches.
4.14.136, will have 25 patches.
4.9.187, will include 223 patches.
4.4.187, will incorporate 158 patches.
Last edited by cwizardone; 08-02-2019 at 05:29 AM.
|
|
|
08-02-2019, 09:25 AM
|
#1482
|
Member
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946
|
Quote:
Originally Posted by cwizardone
As I said in a message above, the "Linux-Kernel Archive By Thread" hasn't been updated since Friday morning, 26 July 2019, at 01:23:51, EST.
http://lkml.iu.edu/hypermail/linux/kernel/
Here is what I've found so far this morning:
Another round of updates has been scheduled for release Sunday morning, GMT.
If no problems are found while testing the release candidates, they might be available sometime on Saturday (depending on your time zone).
5.2.6, will have 20 patches.
4.19.64, will contain 32 patches.
4.14.136, will have 25 patches.
4.9.187, will include 223 patches.
4.4.187, will incorporate 158 patches.
|
The Mail Archive seems to work at least:
https://www.mail-archive.com/linux-k...sg2068277.html
https://www.mail-archive.com/linux-k...sg2068291.html
https://www.mail-archive.com/linux-k...sg2068243.html
https://www.mail-archive.com/linux-k...sg2068045.html
https://www.mail-archive.com/linux-k...sg2067902.html
Last edited by mats_b_tegner; 08-02-2019 at 09:26 AM.
|
|
1 members found this post helpful.
|
08-02-2019, 07:20 PM
|
#1483
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,356
Original Poster
|
The "Linux-Kernel Archive By Thread" is back in operation.
http://lkml.iu.edu/hypermail/linux/kernel/
|
|
1 members found this post helpful.
|
08-04-2019, 10:25 AM
|
#1484
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,356
Original Poster
|
Last edited by cwizardone; 08-04-2019 at 10:32 AM.
|
|
5 members found this post helpful.
|
All times are GMT -5. The time now is 11:49 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|