LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 11-17-2019, 11:15 AM   #1846
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 Petri Kaukasoina View Post
but there have been some security issues. It does not mean that the firmware images need weekly updates.
Yeah, I know. But the Intel microcode has been updated to microcode-20191115 already.
I can build that for 14.2 with the SlackBuilds script, but would prefer for it to be in the official 14.2 packages.
 
2 members found this post helpful.
Old 11-17-2019, 12:19 PM   #1847
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
Quote:
Originally Posted by ehartman View Post
Yeah, I know. But the Intel microcode has been updated to microcode-20191115 already.
I can build that for 14.2 with the SlackBuilds script, but would prefer for it to be in the official 14.2 packages.
This would be helpful given the kernel requirements for an updated microcode to fully mitigate the latest CPU vulnerabilities.
For better compatibility, I'd advise to always use the early loading method on Intel CPUs:
https://www.linuxquestions.org/quest...ml#post5995482
 
Old 11-17-2019, 12:26 PM   #1848
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,768

Rep: Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455
Quote:
Originally Posted by ehartman View Post
But the Intel microcode has been updated to microcode-20191115 already.
I can build that for 14.2 with the SlackBuilds script, but would prefer for it to be in the official 14.2 packages.
The kernel-firmware package does not contain Intel cpu microcode. Neither do any other official Slackware packages.
 
Old 11-17-2019, 12:51 PM   #1849
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
Quote:
Originally Posted by Petri Kaukasoina View Post
The kernel-firmware package does not contain Intel cpu microcode. Neither do any other official Slackware packages.
Indeed it doesn't, but ehartman's point is valid in the context of the latest Intel CPU vulnerabilities and the kernel requirements for an actual microcode availability for fully mitigating these vulnerabilities. Additionally, the Intel microcode SlackBuild is not always updated (maintained):
https://www.linuxquestions.org/quest...ml#post6058921
These packages should maybe make their way into the Slackware distro as "official" packages:
http://www.slackbuilds.org/repositor...m/iucode_tool/
http://www.slackbuilds.org/repositor...tel-microcode/
However, I recall now that Intel withdrew a faulty microcode release recently (last year?) and loading the microcode should maybe remain optional. Pretty easy to do it when using the huge kernel, just comment the microcode loading in the bootloader, a little more difficult when the generic kernel is used - initrd needs to be rebuilt, microcode removed.

P.S.
Actually, for the huge kernel only the updated Intel firmware image intel-ucode.cpio could be provided in /boot , then /sbin/liloconfig amended (for the huge kernel choice) to include the early loading method:
Code:
  initrd=/boot/intel-ucode.cpio
And for the generic kernel there should be two initrd images available, one (the default) containing the Intel firmware microcode and one without it, for the case the microcode is faulty and the system is unstable/cannot boot.

Last edited by abga; 11-17-2019 at 01:11 PM. Reason: P.S.
 
2 members found this post helpful.
Old 11-17-2019, 03:52 PM   #1850
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Hmm I thought we would have had some news on the new kernel by now - to rc8 or not to rc8, that is the question.

Still, I have had rc7 running for a few days now with no problem, which couldn't be said for rc6 since I had to move on from that after 24 hours because of the screen blanking out.

Code:
lysander@lysultra-vi:~$ uname -rpm && uptime
5.4.0-rc7 x86_64 Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
 21:50:46 up 5 days,  8:02,  1 user,  load average: 0.26, 0.52, 0.56
lysander@lysultra-vi:~$
And this is the B.P.V. version [Before Patrick Volkerding rebuild]. Still running very nicely.

Last edited by Lysander666; 11-17-2019 at 04:02 PM.
 
Old 11-17-2019, 05:41 PM   #1851
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Looks like we got an rc8 on 5.4
enjoy
 
2 members found this post helpful.
Old 11-17-2019, 05:42 PM   #1852
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Original Poster
Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
5.4-rc8

The newest "mainline" development kernel, version 5.4-rc8, has been been made available for testing.

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

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

Quote:
.....Nothing really looks all that worrisome from a release standpoint, and
as mentioned I was toying with just skipping this rc entirely. But
better safe than sorry.

Please do go give the tires a final few kicks before the expected 5.4
release next weekend......

Last edited by cwizardone; 11-17-2019 at 05:46 PM.
 
4 members found this post helpful.
Old 11-17-2019, 06:27 PM   #1853
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
From Mr. Torvalds' announcement:
expected 5.4 release next weekend......

And I barely had time to dig into the shiny new goodies from 5.3.1, now I'll have to move to 5.4 ... I'm getting old
 
1 members found this post helpful.
Old 11-17-2019, 06:30 PM   #1854
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,524

Rep: Reputation: 898Reputation: 898Reputation: 898Reputation: 898Reputation: 898Reputation: 898Reputation: 898
Wow. I thought 5.4 was scheduled sometime in December? Anything we should be aware of in the change from 4.19 to 5.4?
 
1 members found this post helpful.
Old 11-18-2019, 02:43 AM   #1855
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 garpu View Post
Wow. I thought 5.4 was scheduled sometime in December? Anything we should be aware of in the change from 4.19 to 5.4?
Kernel:
release 5.4.0

Slackware development:
clutch; higher gear

 
Old 11-18-2019, 06:48 AM   #1856
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Original Poster
Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
Now available for your perusal.


Quote:
Mon Nov 18 05:09:43 UTC 2019
testing/packages/kernel-generic-5.4.0_rc8-x86_64-1.txz: Upgraded.
testing/packages/kernel-headers-5.4.0_rc8-x86-1.txz: Upgraded.
testing/packages/kernel-huge-5.4.0_rc8-x86_64-1.txz: Upgraded.
testing/packages/kernel-modules-5.4.0_rc8-x86_64-1.txz: Upgraded.
testing/packages/kernel-source-5.4.0_rc8-noarch-1.txz: Upgraded.
-VBOXSF_FS m
+X86_INTEL_TSX_MODE_AUTO n
+X86_INTEL_TSX_MODE_OFF y
+X86_INTEL_TSX_MODE_ON n
+--------------------------+

Last edited by cwizardone; 11-18-2019 at 06:50 AM.
 
3 members found this post helpful.
Old 11-18-2019, 06:52 AM   #1857
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
All installed and raring to go

Code:
lysander@lysultra-vi:~$ uname -rpm && uptime
5.4.0-rc8 x86_64 Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
 12:52:18 up  1:12,  1 user,  load average: 0.11, 0.19, 0.30
lysander@lysultra-vi:~$
 
1 members found this post helpful.
Old 11-18-2019, 07:43 AM   #1858
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,080

Original Poster
Rep: Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255Reputation: 7255
Quote:
Originally Posted by Lysander666 View Post
All installed and raring to go.....
Ditto.
All the following have been installed and/or are working correctly, in Xfce-14.4.
The Nvidia-440.31 driver.
VirtualBox-6.0.15 (testing version). (Thanks, again, chrisretusn!)
dosemu.
WINE.
Firefox for video streaming, but
Pale Moon is used for everything else.
XnView MP.
The GIMP.
LibreOffice.
AisleRiot.
Midnight Commander.
gKrellm.
google-earth.
Thunderbird.
Xsnow.

Quote:
bash-5.0$ uname -a
Linux 5.4.0-rc8 #1 SMP Sun Nov 17 22:22:13 CST 2019 x86_64....

Last edited by cwizardone; 11-18-2019 at 09:54 AM.
 
Old 11-18-2019, 08:52 AM   #1859
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 762

Rep: Reputation: 855Reputation: 855Reputation: 855Reputation: 855Reputation: 855Reputation: 855Reputation: 855
I have been using the 5.4.0-rc6 kernel since it was added to testing and I'm happy to see that my broadcom wifi card has been working consistently for the past week.

I was affected by kernel bug 201853 where the brcmfmac driver would intermittently crash (usually daily) on the 4.19.x series kernels. Had to add a workaround by disabling power management for the card. Now with a week of 5.4.0-rc6 and my workaround removed I have yet to see it crash so it's looking good. I'll have to give the latest rc8 a shot when I have time to do the upgrade
 
3 members found this post helpful.
Old 11-18-2019, 04:47 PM   #1860
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
i wonder how our ARM dudes are doing in -current?
 
2 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 03:45 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