LinuxQuestions.org
Visit Jeremy's Blog.
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 10-13-2021, 09:12 AM   #3826
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479

Quote:
Originally Posted by 3rensho View Post
5.14.12 has been released

Built and running with Nvidia-470.74
Also same results on Slackware64-14.2 ( no Nvidia here )
HTH
john
 
1 members found this post helpful.
Old 10-13-2021, 03:03 PM   #3827
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
Kernel updates 5.14.12, 5.10.73, 5.4.153, and 4.19.211 are now available at, https://www.kernel.org/

The change logs,

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

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

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

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

Apologies for the delay. Went out before sunrise for some exercise, tripped on a curb and landed on my face. Nothing broken, but I do have a seriously bruised ego.

Last edited by cwizardone; 10-13-2021 at 03:08 PM.
 
1 members found this post helpful.
Old 10-13-2021, 04:24 PM   #3828
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
[QUOTE=cwizardone;6291741} tripped on a curb and landed on my face. Nothing broken, but I do have a seriously bruised ego.
[/QUOTE]
I will wager the first thing you did was look to see if anyone was watching LOL
Seriously hope all is well.
john
 
1 members found this post helpful.
Old 10-13-2021, 04:49 PM   #3829
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 AlleyTrotter View Post
I will wager the first thing you did was look to see if anyone was watching.....
Thanks for asking.
Nah. No one around at that time of the morning. Somehow managed to scrap the knuckles on one hand and now a couple of ribs are starting to complain. I've been waiting for the left side of my face to turn black and blue and then I'll really start to look like I was in fight..... Nah, not at my age.... Haven't participated in a good old fashion bar brawl since I was in the Service.
 
Old 10-14-2021, 02:52 AM   #3830
avian
Member
 
Registered: Aug 2014
Posts: 184

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
5.15-rc5
Release Candidate 5, for the 5.15 "mainline" development kernel has been been made available for testing.

The tarball, https://git.kernel.org/torvalds/t/linux-5.15-rc5.tar.gz

Mr. Torvalds' announcement, http://lkml.iu.edu/hypermail/linux/k...0.1/02111.html


Edit in: Built, installed and so far, so good. It still blanks the screen for 7-8 seconds on boot up, as previously mentioned, but everything else is just fine.
While upgrading from 5.14.11 to 5.14.12, I noticed a new addition to the config file -

Code:
# CONFIG_FB_SIMPLE is not set
I notice this was previously introduced in the 5.15-rc series. Wonder if thats what has been causing your blank screens, the associated menu help text states -

Code:
Say Y if you want support for a simple frame-buffer.

This driver assumes that the display hardware has been initialized before the kernel boots, and the kernel will simply render to the pre-allocated frame buffer surface.

Configuration re: surface address, size, and format must be provided through device tree, or plain old platform data.
 
1 members found this post helpful.
Old 10-14-2021, 07:57 AM   #3831
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 906

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
Quote:
Originally Posted by avian View Post
While upgrading from 5.14.11 to 5.14.12, I noticed a new addition to the config file -

Code:
# CONFIG_FB_SIMPLE is not set
Strange; that's not what I see:

Code:
$ grep FB_SIMPLE config*
config-generic-5.14.10.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.11.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.12.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.2.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.3.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.4.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.5.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.6.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.7.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.8.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.9.x64:# CONFIG_FB_SIMPLE is not set
 
1 members found this post helpful.
Old 10-14-2021, 10:03 AM   #3832
avian
Member
 
Registered: Aug 2014
Posts: 184

Rep: Reputation: Disabled
Quote:
Originally Posted by drumz View Post
Strange; that's not what I see:

Code:
$ grep FB_SIMPLE config*
config-generic-5.14.10.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.11.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.12.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.2.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.3.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.4.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.5.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.6.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.7.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.8.x64:# CONFIG_FB_SIMPLE is not set
config-generic-5.14.9.x64:# CONFIG_FB_SIMPLE is not set
Oh weird, I saw it by doing a diff between the old and new config when upgrading kernels.

Code:
< # Linux/x86 5.14.12 Kernel Configuration
---
> # Linux/x86 5.14.11 Kernel Configuration
3228d3227
< # CONFIG_FB_SIMPLE is not set
I guess my config file through out the years just never had it manfest since this last make menuconfig.

But you are right, looking on catee it says - found in Linux kernels: 3.15–3.19, 4.0–4.20, 5.0–5.14, 5.15-rc+HEAD.
 
1 members found this post helpful.
Old 10-14-2021, 10:15 AM   #3833
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 323

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
CONFIG_FB_SIMPLE exists since the 3.x kernel era.
In 5.15 the definition of the config changed from being a bool to a tristate: https://lore.kernel.org/all/20211011...oundation.org/
 
2 members found this post helpful.
Old 10-14-2021, 10:30 AM   #3834
avian
Member
 
Registered: Aug 2014
Posts: 184

Rep: Reputation: Disabled
Quote:
Originally Posted by ctrlaltca View Post
CONFIG_FB_SIMPLE exists since the 3.x kernel era.
In 5.15 the definition of the config changed from being a bool to a tristate: https://lore.kernel.org/all/20211011...oundation.org/
That explains a lot. Thanks
 
Old 10-14-2021, 01:23 PM   #3835
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 2021, Round 71

Another batch of updates has been scheduled for release on Saturday, 16 October 2021, at approximately 14:00, GMT. If no problems are found while testing the release candidates, they might be available sometime on Friday (depending on your time zone).

The details:

5.14.13-rc1, with 30 patches, http://lkml.iu.edu/hypermail/linux/k...0.1/07547.html

5.10.74-rc1, with 22 patches, http://lkml.iu.edu/hypermail/linux/k...0.1/07523.html

5.4.154-rc1, with 16 patches, http://lkml.iu.edu/hypermail/linux/k...0.1/07481.html

4.19.212-rc1, with 12 patches, http://lkml.iu.edu/hypermail/linux/k...0.1/07480.html

4.14.251-rc1, with 33 patches, http://lkml.iu.edu/hypermail/linux/k...0.1/07454.html

4.9.287-rc1, with 25 patches, http://lkml.iu.edu/hypermail/linux/k...0.1/07427.html

4.4.289-rc1, with 18 patches, http://lkml.iu.edu/hypermail/linux/k...0.1/07384.html

Last edited by cwizardone; 10-14-2021 at 01:32 PM.
 
Old 10-17-2021, 03:41 AM   #3836
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
Kernel updates 4.19.212, 4.14.251, 4.9.287 and 4.4.289 are now available at, https://www.kernel.org/

The change logs,

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

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

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

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


Kernel updates 5.14.13, 5.10.74, and 5.4.154 are now available at, https://git.kernel.org/pub/scm/linux...able/linux.git
The change logs are not yet available.

Last edited by cwizardone; 10-17-2021 at 03:50 AM.
 
2 members found this post helpful.
Old 10-17-2021, 03:50 AM   #3837
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,024

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
5.14.13 is available as well and building.

Running fine with Nvidia-470.74

Last edited by 3rensho; 10-17-2021 at 04:57 AM.
 
2 members found this post helpful.
Old 10-17-2021, 04:14 AM   #3838
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
The change logs and tarballs for kernel updates 5.14.13, 5.10.74 and 5.4.154 are now available at, https://www.kernel.org/

Last edited by cwizardone; 10-17-2021 at 04:15 AM.
 
2 members found this post helpful.
Old 10-17-2021, 06:58 AM   #3839
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by cwizardone View Post
The change logs and tarballs for kernel updates 5.14.13, 5.10.74 and 5.4.154 are now available at, https://www.kernel.org/
A quick build/install before church of 5.14.13 runs well on Slackware64-14.2
HTH
john
 
1 members found this post helpful.
Old 10-17-2021, 03:36 PM   #3840
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
Quote:
Originally Posted by GazL View Post
I always get nervous when I see too many rc's in the stable branch: on the one hand, it shows that they're doing their due-diligence, but on the other, it plants that seed of doubt: "why are they changing their minds about what to include... don't they know?!". Human psychology is a funny thing.
My thoughts exactly:

Either you know what you are doing but you try too much and too soon (=bad)

Or, You assume and then assume wrongly - resulting in broken builds (=bad)

Either way i want our quick and simple releases back.

the 5.15.y won't sadly be stable until later (crystal_ball_voyance) and will possibly have a short life time too, let's hope i'm proven all wrong
 
  


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 12:51 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