LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-14-2021, 04:35 AM   #4066
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618

There are 6 new kernels available
 
1 members found this post helpful.
Old 12-14-2021, 05:32 AM   #4067
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618
5.15.8 built and running fine with Nvidia-470.94
 
1 members found this post helpful.
Old 12-14-2021, 06:21 AM   #4068
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,139

Original Poster
Rep: Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312
Kernel updates 5.15.8, 5.10.85, 5.4.165, 4.19.221, 4.14.258, 4.9.293 and 4.4.295 are now available at, https://www.kernel.org/

The change logs,

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

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

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

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

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

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

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

Last edited by cwizardone; 12-14-2021 at 08:02 AM.
 
2 members found this post helpful.
Old 12-14-2021, 07:54 AM   #4069
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,139

Original Poster
Rep: Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312
In today's 5.15.8 change log I found this,
Quote:
commit b964ecdb71d9a8f07e15427baeefb1195d854e13
Author: Tom Lendacky <thomas.lendacky@amd.com>
Date: Wed Oct 20 13:02:11 2021 -0500

x86/sme: Explicitly map new EFI memmap table as encrypted

commit 1ff2fc02862d52e18fd3daabcfe840ec27e920a8 upstream.

Reserving memory using efi_mem_reserve() calls into the x86
efi_arch_mem_reserve() function. This function will insert a new EFI
memory descriptor into the EFI memory map representing the area of
memory to be reserved and marking it as EFI runtime memory. As part
of adding this new entry, a new EFI memory map is allocated and mapped.
The mapping is where a problem can occur. This new memory map is mapped
using early_memremap() and generally mapped encrypted, unless the new
memory for the mapping happens to come from an area of memory that is
marked as EFI_BOOT_SERVICES_DATA memory. In this case, the new memory will
be mapped unencrypted. However, during replacement of the old memory map,
efi_mem_type() is disabled, so the new memory map will now be long-term
mapped encrypted (in efi.memmap), resulting in the map containing invalid
data and causing the kernel boot to crash.

Since it is known that the area will be mapped encrypted going forward,
explicitly map the new memory map as encrypted using early_memremap_prot().

Cc: <stable@vger.kernel.org> # 4.14.x
Fixes: 8f716c9b5feb ("x86/mm: Add support to access boot related data in the clear")
Link: https://lore.kernel.org/all/ebf1eb29...dacky@amd.com/
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
[ardb: incorporate Kconfig fix by Arnd]
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Is this in anyway related to the problem Mr. Volkerding discovered?
 
Old 12-14-2021, 12:42 PM   #4070
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
https://lkml.org/lkml/2021/9/20/299

It's a joy to "stalk" the devs, quite interesting.

Not that I understand much, but still...
 
Old 12-14-2021, 03:08 PM   #4071
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,398

Rep: Reputation: 4130Reputation: 4130Reputation: 4130Reputation: 4130Reputation: 4130Reputation: 4130Reputation: 4130Reputation: 4130Reputation: 4130Reputation: 4130Reputation: 4130
Quote:
Originally Posted by cwizardone View Post
In today's 5.15.8 change log I found this,

Is this in anyway related to the problem Mr. Volkerding discovered?
nope
See my post #4057
 
Old 12-15-2021, 06:30 AM   #4072
lancsuk
Member
 
Registered: Jul 2019
Location: Burnley / UK
Distribution: Slackware current
Posts: 226

Rep: Reputation: 204Reputation: 204Reputation: 204
Quote:
Originally Posted by cwizardone View Post
Ditto, plus VirtualBox-6.1.30-148432.
After 7 release candidates and 8 stable releases the 6-8 second blank screen after the BIOS check is still with us. Ditto with 5.16-rc1 through 4.
Other than that, everything I do on the computer works as it should.
Maybe I should switch to VirtualBox, Kernel 5.17.x and KVM is a crap performance....even VMware does not work properly.
 
1 members found this post helpful.
Old 12-15-2021, 12:24 PM   #4073
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,139

Original Poster
Rep: Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312
Year 2021, Round 83

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

The details:

5.15.9-rc1, with 42 patches, http://lkml.iu.edu/hypermail/linux/k...2.1/09421.html

5.10.86-rc1, with 33 patches, http://lkml.iu.edu/hypermail/linux/k...2.1/09471.html

5.4.166-rc1, with 18 patches, http://lkml.iu.edu/hypermail/linux/k...2.1/09500.html

Last edited by cwizardone; 12-15-2021 at 12:26 PM.
 
2 members found this post helpful.
Old 12-15-2021, 12:59 PM   #4074
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,910

Rep: Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027
Oh FFS! I just built .8
 
Old 12-16-2021, 08:27 AM   #4075
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,139

Original Poster
Rep: Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312
Kernel update 5.15.9 is now available at, https://www.kernel.org/

The change log,
https://cdn.kernel.org/pub/linux/ker...angeLog-5.15.9

There is only one entry in the change log, so I'm guessing this is a "quick fix" of great importance?
Quote:
Linux 5.15.9
From: Greg Kroah-Hartman
Date: Thu Dec 16 2021 - 09:39:20 EST

I'm announcing the release of the 5.15.9 kernel.

Only change here is a permission setting of a netfilter selftest file.
No need to upgrade if this problem is not bothering you.

The updated 5.15.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.15.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kern....git;a=summary

thanks,
greg k-h
------------

Last edited by cwizardone; 12-16-2021 at 09:14 AM. Reason: Typo.
 
3 members found this post helpful.
Old 12-16-2021, 09:54 AM   #4076
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618
Being the glutton for punishment that I am I built 5.15.9 and it is running nicely with Nvidia-470.94. Also took the opportunity to include the two wishes from bassmadrigal

Code:
+CONFIG_NFS_DEBUG=y
and 
+CONFIG_SUNRPC_DEBUG=y
and everything is good.
 
1 members found this post helpful.
Old 12-16-2021, 10:03 AM   #4077
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618
5.10.86 and 5.4.166 are available now

Wonder if there will be a 5.15.10 soon with the 42 patches

Last edited by 3rensho; 12-16-2021 at 10:10 AM.
 
3 members found this post helpful.
Old 12-16-2021, 11:10 AM   #4078
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,139

Original Poster
Rep: Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312Reputation: 7312
Quote:
Originally Posted by 3rensho View Post
5.10.86 and 5.4.166 are available now......
The tarballs and change logs can be found at, https://www.kernel.org/
 
Old 12-16-2021, 11:39 AM   #4079
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 612

Rep: Reputation: 355Reputation: 355Reputation: 355Reputation: 355
Quote:
Only change here is a permission setting of a netfilter selftest file.
No need to upgrade if this problem is not bothering you.
It is quite explicit even in ChangeLog-5.15.9
 
Old 12-16-2021, 01:49 PM   #4080
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,910

Rep: Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027Reputation: 5027
Quote:
Originally Posted by 3rensho View Post
5.10.86 and 5.4.166 are available now

Wonder if there will be a 5.15.10 soon with the 42 patches

Yeah, I just built .9 thinking it had the 42 patches after seeing them listed for the 9-rc1. I guess they'll be rolled in with the next batch that come from this Sunday's mainline batch.
 
1 members found this post helpful.
  


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 07:58 AM.

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