LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-29-2020, 10:41 AM   #2311
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435

It certainly is a bit odd that on this very page we see update releases for kernels as old as 3.6.x and as new as 5.7.x. It seems like "back in the day" we hung out at 2.6.x kernels almost exclusively for a very long time. How do people choose these days? I'm currently using 5.5.12 and if I understand correctly the 5.5.x branch was done and abandoned shortly after. I like 5.5.12 and had planned to upgrade when 5.5.20 was released but apparently that's a dead end. What compelling reason is there to go to 5.6.x? Is there some perceived issue with 5.5.x that can't easily be handled by a revision?
 
Old 04-29-2020, 11:00 AM   #2312
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by enorbet View Post
It certainly is a bit odd that on this very page we see update releases for kernels as old as 3.6.x and as new as 5.7.x. It seems like "back in the day" we hung out at 2.6.x kernels almost exclusively for a very long time. How do people choose these days? I'm currently using 5.5.12 and if I understand correctly the 5.5.x branch was done and abandoned shortly after. I like 5.5.12 and had planned to upgrade when 5.5.20 was released but apparently that's a dead end. What compelling reason is there to go to 5.6.x? Is there some perceived issue with 5.5.x that can't easily be handled by a revision?
The 2.6.x.x kernels were versioned much differently than the modern kernels. 3.x-5.x could essentially be considered 2.8.x.x style kernels.

The way the current kernel development works is to EOL one version the month after the next version is released (with exception to LTS releases). This ensures developers are only adding features to the mainline (their version of -current) and fixes are only going to the latest released kernel (with exception for any needed fixes for LTS kernels).

So, if we start off with the 5.3 version, it was released in Sep 2019. 5.2 was EOL'd Oct 2019. Then 5.4 was released Nov 2019, so 5.3 was EOL'd Dec 2019. 5.5 was released in Jan 2020, but 5.4 is an LTS, so it has not been EOL'd. Now we've had 5.6 released in Mar 2020, so 5.5 was EOL'd this month.

Basically, if you don't want to stick with an LTS version, once the next kernel version is released, expect the previous to be EOL'd the following month.

I mostly stick with LTS kernels unless there's something big in a newer one that I'm itching to have
 
5 members found this post helpful.
Old 04-30-2020, 02:54 AM   #2313
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,120

Rep: Reputation: Disabled
In days of yore, I always compiled my own kernels, tailored to the specific hardware they would run on. In recent years, I seem to have collected a small bunch of machines that all have differing hardware. This has made tailoring kernels for each bit of hardware time consuming, added to which kernels have become increasingly large and seem to take longer to compile.

So for the last few years, I've been using the "stock" Slackware kernels. I'm running -current + AlienBob's Plasma5 because 14.2/kde4 no longer support many of the apps I use most. However, I am having issues with the 5.4.X series kernels, LTS or not. It mostly centers around the i915 drivers.

Although the stock 5.4.X kernels work fine on most of my hardware, my main desktop machine has a TBS DVB card built in, which I use quite a bit as a home DVR. Unfortunately, the TBS driver breaks the i915 driver included in 5.4.X kernels, rendering the machine unusable.

In desperation, I compiled 5.6.7, using the .config file from 5.4.35, and leaving all new settings at their default values. I can now successfully build and run the TBS drivers again!

Searching t'internet, I find lots of references to issues with the i915 driver in 5.4.X kernels, including indications that these are never likely to be fixed. I would have said that I find the latter statements unrealistic, but in my experience, the issue has been present for at least ten iterations of the 5.4.X kernel, without being solved.

Many laptops - and indeed my desktop - come with integrated Intel graphics, which is more than adequate for my purposes - and indeed better, in some respects, than AMD or NVidia for pure video work. It seems unlikely, therefore, that I'm the only one running into this issue, and indeed googling for it confirms my suspicions!

I will be mightily glad when 15 is finally released, and hopefully some non-LTS kernels find their way into "Testing".

--
Pete
 
2 members found this post helpful.
Old 04-30-2020, 07:25 PM   #2314
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,107

Original Poster
Rep: Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282
ext4 perf regression on LTS kernels
Quote:
From: Sasha Levin
Date: Thu Apr 30 2020 - 18:35:03 EST

Hi folks,

We're working on trying to figure out a severe performance regression in
the 5.4 and older LTS trees. The regression seems to happen only on
physical spinning rust disks, which is why it was probably went
unnoticed.

The regression seems to be introduced in v4.7 with:

1f60fbe72749 ("ext4: allow readdir()'s of large empty directories to be interrupted")

The fio test used to reproduce it is:

sync; i=0; while [ $i -lt 4 ]; do ( ( time fio
--name=disk-burner --readwrite=write --bs=4096 --invalidate=1
--end_fsync=0 --filesize=800M --runtime=120 --ioengine=libaio
--thread --numjobs=20 --iodepth=1 --unlink=1 ) 2>&1 | grep
'^real' ); ((i++)); done

When run with the offending commit, it'll take 3-4x longer to complete.

The regression was fixed upstream somewhere in this merge:

e5da4c933c50 ("Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4")

but it seems to be a combination of commits that fix it rather than a
single one.

Now, here's the tricky part... reverting these two commits on top of
v4.19.118 "fixes" the issue:

06bd3c36a733 ("ext4: fix data exposure after a crash")
1f60fbe72749 ("ext4: allow readdir()'s of large empty directories to be interrupted")

but clearly this is not something we want to do in the stable trees, so
we're trying to figure out the proper way to fix this.

--
Thanks,
Sasha
http://lkml.iu.edu/hypermail/linux/k...4.3/09094.html
 
2 members found this post helpful.
Old 04-30-2020, 10:45 PM   #2315
baumei
Member
 
Registered: Feb 2019
Location: USA; North Carolina
Distribution: Slackware 15.0 (replacing 14.2)
Posts: 365

Rep: Reputation: 124Reputation: 124
Quote:
Originally Posted by pchristy View Post
Many laptops - and indeed my desktop - come with integrated Intel graphics, which is more than adequate for my purposes - and indeed better, in some respects, than AMD or NVidia for pure video work. It seems unlikely, therefore, that I'm the only one running into this issue, and indeed googling for it confirms my suspicions!
A few years ago I bought a little laptop for general office use. I put Slackware 14.2 on it. At the time, I had no idea of the video related troubles in store, but I found out, and became well acquainted with the i915 driver. At first I thought the trouble was a configuration fault of mine, but it was found (by the Linux Questions group working with me on it) that the trouble was actually the i915 driver. One of our group informed the kernel maintainers of a particular problem, and before long the fix was backported from the newer kernels to the LTS 4.4.x series. This did fix a big problem, but then the little laptop ran long enough that another problem came to light: an interrupt conflict between the video card and the network card. This problem only caused a fault when I ran the GUI. After a few years of butting heads with the i915 driver, I decided to demote the little laptop from general office use to being the DNS server for my home network.

So, I bought a different little laptop which does not have a video card which requires the i915 driver --> and it has been great!
 
2 members found this post helpful.
Old 04-30-2020, 11:18 PM   #2316
tramtrist
Member
 
Registered: Jul 2018
Location: Cincinnati USA
Distribution: Slackware
Posts: 536

Rep: Reputation: 327Reputation: 327Reputation: 327Reputation: 327
baumei.. yeah I'm pretty sure my next laptop will not have an Intel GPU for this very reason. AMD Ryzen 4000 series laptops look like the perfect fit these days...
 
3 members found this post helpful.
Old 05-01-2020, 08:51 AM   #2317
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,107

Original Poster
Rep: Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282
Year 2020, Round 29

Another batch of kernel updates has been scheduled for release on Sunday, 03 May 2020, at approximately 13:00, GMT. If no problems are found while testing the release candidates, they might be available late Saturday or early Sunday (depending on your time zone).

There will be 106 patches in the 5.6.9 update, 83 in 5.4.37, 46 in 4.19.120, 117 in 4.14.178, 80 in 4.9.221 and, finally, 70 patches in the 4.4.221 update.

The details:

5.6.9-rc1, http://lkml.iu.edu/hypermail/linux/k...5.0/00593.html

5.4.37-rc1, http://lkml.iu.edu/hypermail/linux/k...5.0/00439.html

4.19.120-rc1, http://lkml.iu.edu/hypermail/linux/k...5.0/00408.html

4.14.178-rc1, http://lkml.iu.edu/hypermail/linux/k...5.0/00713.html

4.9.221-rc1, http://lkml.iu.edu/hypermail/linux/k...5.0/00280.html

4.4.221-rc1, http://lkml.iu.edu/hypermail/linux/k...5.0/00235.html

Last edited by cwizardone; 05-01-2020 at 09:02 AM.
 
1 members found this post helpful.
Old 05-02-2020, 02:31 AM   #2318
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,024

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
5.4.37 and 5.6.9 have been released
 
1 members found this post helpful.
Old 05-02-2020, 03:01 AM   #2319
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,107

Original Poster
Rep: Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282
A second round of release candidates has been announced for the 4.19.120, 4.14.178, 4.9.221 and 4.4.221 kernel updates. They are now scheduled for release on Monday, 04 May 2020, at approximately 06:30 GMT.

The details:

4.19.120-rc2, http://lkml.iu.edu/hypermail/linux/k...5.0/01533.html

4.14.178-rc2, http://lkml.iu.edu/hypermail/linux/k...5.0/01532.html

4.9.221-rc2, http://lkml.iu.edu/hypermail/linux/k...5.0/01531.html

4.4.221-rc2, http://lkml.iu.edu/hypermail/linux/k...5.0/01530.html

Last edited by cwizardone; 05-02-2020 at 03:06 AM.
 
Old 05-02-2020, 03:03 AM   #2320
ehartman
Senior Member
 
Registered: Jul 2007
Location: Delft, The Netherlands
Distribution: Slackware
Posts: 1,674

Rep: Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888
Quote:
Originally Posted by cwizardone View Post
They are now scheduled for release on Saturday, 25 April 2020, at approximately 10:30 GMT.
That sounds a bit wrong as you posted this on the 2nd of MAY

EDIT: your message now corrected.
The new release date is very well known to me, it's my birthday

Last edited by ehartman; 05-02-2020 at 04:03 AM. Reason: addition
 
1 members found this post helpful.
Old 05-02-2020, 03:04 AM   #2321
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,107

Original Poster
Rep: Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282
Still editing.
 
Old 05-02-2020, 03:38 AM   #2322
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,107

Original Poster
Rep: Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282
As 3rensho has pointed out,

kernel updates 5.6.9 and 5.4.37 are now available at,

https://www.kernel.org/

The change logs,

https://cdn.kernel.org/pub/linux/ker...hangeLog-5.6.9

https://cdn.kernel.org/pub/linux/ker...angeLog-5.4.37

Last edited by cwizardone; 05-02-2020 at 03:39 AM.
 
Old 05-02-2020, 09:36 AM   #2323
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,107

Original Poster
Rep: Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282
Quote:
Originally Posted by ehartman View Post
......The new release date is very well known to me, it's my birthday
Happy Birthday!

Last edited by cwizardone; 05-02-2020 at 10:31 AM.
 
Old 05-02-2020, 01:14 PM   #2324
TheRealGrogan
Member
 
Registered: Oct 2010
Location: Ontario, Canada
Distribution: Slackware, LFS, Manjaro (for gaming)
Posts: 570

Rep: Reputation: 413Reputation: 413Reputation: 413Reputation: 413Reputation: 413
Well, the birthday gift keeps on giving :-)

5.6.10, 5.4.38

Code:
Revert "ASoC: meson: axg-card: fix codec-to-codec link setup"
    
    This reverts commit 005aa9f0af9d600d3c8fa655a4aa48e4ec7c5b9d which is
    commit 1164284270779e1865cc2046a2a01b58a1e858a9 upstream.
    
    It should not have been backported, I only looked at the "Fixes:" tag,
    not the changelog text itself, my fault.
I got my kernels done before I went to bed this morning and thought... that was rather quick of them to push these out, maybe I should wait and it'll be 5.6.10 later. Sure enough.

I'm betting that's not a driver most people would compile. There's no need for me to rebuild.
 
2 members found this post helpful.
Old 05-02-2020, 01:21 PM   #2325
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,107

Original Poster
Rep: Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282
Thanks to TheRealGrogan for the heads up.


Kernel updates 5.6.10, 5.4.38, 4.19.120, 4.14.178, 4.9.221 and 4.4.221 are now available at,

https://www.kernel.org/

The change logs,

https://cdn.kernel.org/pub/linux/ker...angeLog-5.6.10

https://cdn.kernel.org/pub/linux/ker...angeLog-5.4.38

https://cdn.kernel.org/pub/linux/ker...geLog-4.19.120

https://cdn.kernel.org/pub/linux/ker...geLog-4.14.178

https://cdn.kernel.org/pub/linux/ker...ngeLog-4.9.221

https://cdn.kernel.org/pub/linux/ker...ngeLog-4.4.221


There are ext4 fixes in all the updates.

Last edited by cwizardone; 05-02-2020 at 02:12 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux.conf.au: Latest Linux kernel release due early March DragonSlayer48DX Linux - News 0 01-18-2010 10:43 PM
No video on latest kernel release Tralce Linux - Kernel 3 11-30-2006 07:48 AM
What is the latest Redhat release TILEMANN Linux - Software 5 11-20-2006 10:48 PM
LXer: News: OpenVZ To Release Support, Patches for Latest Kernel LXer Syndicated Linux News 0 11-01-2006 10:54 PM
latest debian release? doralsoral Linux - Software 5 12-25-2004 12:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration