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 11-12-2019, 01:27 PM   #1786
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275

Kernel updates 5.3.11, 4.19.84, 4.14.154, 4.9.201 and 4.4.201 are now available at,

https://www.kernel.org/

The change logs,

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

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

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

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

https://cdn.kernel.org/pub/linux/ker...ngeLog-4.4.201
 
1 members found this post helpful.
Old 11-12-2019, 04:03 PM   #1787
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
I should add that the 440.31 driver is installed with the --dkms option on 4.19.83 first. Then, dkms compiles a module for 5.4-rc7 on the first reboot after installation. It created the module on first boot for 5.4-rc6 also. I can boot all three kernels now with a nvidia.ko module in each. I haven't tried to run the nvidia installer on either 5.4x kernels.
 
2 members found this post helpful.
Old 11-12-2019, 06:47 PM   #1788
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Looks like we are going to be in for a round or two or three or more of kernel patches to fix some Intel CPU flaws.

Quote:
Intel Failed to Fix a Hackable Chip Flaw Despite a Year of Warnings

Speculative execution attacks still haunt Intel, long after researchers told the company what to fix.
The full story can be found here, https://www.wired.com/story/intel-mds-attack-taa/

Last edited by cwizardone; 11-12-2019 at 07:00 PM.
 
3 members found this post helpful.
Old 11-12-2019, 08:51 PM   #1789
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
An update for the 3.16.y kernel series has been scheduled for release Friday, 15 November 2019, at midnight, GMT.

The 3.16.77 update will have 25 patches.

Mr. Hutchings' announcement, http://lkml.iu.edu/hypermail/linux/k...1.1/05745.html
 
Old 11-12-2019, 09:01 PM   #1790
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
@cwizardone

Thanks for the warning!
The Register looks to have some more tech details around this:
https://www.theregister.co.uk/2019/1...ad_cpu_attack/

Intel:
https://www.intel.com/content/www/us...-sa-00270.html
CVE-2019-11135

Phoronix:
https://www.phoronix.com/scan.php?pa...AA-Kernel-Code

RedHat has a tech article describing two mitigation techniques:
- disable TSX feature of the CPU with the kernel boot parameter "tsx="
- clear CPU buffers upon context switch with the kernel boot parameter "tsx_async_abort="
It needs both new (patched) kernel and latest Intel microcode:
https://access.redhat.com/solutions/...nchronousabort

Latest Intel microcode:
https://github.com/intel/Intel-Linux...ocode-20191112

The only kernel reference about tsx & tsx_async_abort I could find on a quick search is this, related to 4.19.84
https://lwn.net/Articles/804465/
 
2 members found this post helpful.
Old 11-12-2019, 09:20 PM   #1791
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Looks like Mr. Volkerding is right on top of it.

Quote:
Tue Nov 12 23:08:45 UTC 2019
a/kernel-generic-4.19.84-x86_64-1.txz: Upgraded.
a/kernel-huge-4.19.84-x86_64-1.txz: Upgraded.
a/kernel-modules-4.19.84-x86_64-1.txz: Upgraded.
d/kernel-headers-4.19.84-x86-1.txz: Upgraded.
k/kernel-source-4.19.84-noarch-1.txz: Upgraded.
+X86_INTEL_TSX_MODE_AUTO n
+X86_INTEL_TSX_MODE_OFF y
+X86_INTEL_TSX_MODE_ON n
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
+--------------------------+
 
4 members found this post helpful.
Old 11-12-2019, 09:22 PM   #1792
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 cwizardone View Post
Looks like Mr. Volkerding is right on top of it.
He always is!
 
3 members found this post helpful.
Old 11-13-2019, 02:26 AM   #1793
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
Talking

Quote:
Originally Posted by cwizardone View Post
Looks like Mr. Volkerding is right on top of it.
And always was as far as my memory serves
 
1 members found this post helpful.
Old 11-13-2019, 02:56 AM   #1794
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
I don't manage to compile Nvidia 390.132 on 5.4.0-rc7.
 
Old 11-13-2019, 03:12 AM   #1795
TurboBlaze
Member
 
Registered: Jan 2018
Location: Russian Federation, Lipetsk region, Dankov
Distribution: Porteus
Posts: 195

Rep: Reputation: Disabled
About
Code:
+VBOXSF_FS m
VirtualBox SF Driver Ejected From The Linux 5.4 Kernel
 
1 members found this post helpful.
Old 11-13-2019, 04:44 AM   #1796
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
Post

It came to my attention that users (just the same as i did) struggle to run a parallel kernel by the means of slackpkg and go to lengths to achieve this.

It troubled me some and i vent ahead with the 5.4.0-rc7 and tried to find a Slackware-y way of doing this:

To whome it might concern:
Code:
# slackpkg search kernel # to find the exact names
# slackpkg download kernel-huge-5.4.0_rc7-x86_64-1 kernel-modules-5.4.0_rc7-x86_64-1 kernel-generic-5.4.0_rc7-x86_64-1 #only download so renaming is not needed
# installpkg /var/cache/packages/testing/packages/kernel-*.txz # it is spewed on the screen where they are downloaded
Hope this helps and further streamlines the testing and feedback in the future
 
1 members found this post helpful.
Old 11-13-2019, 04:48 AM   #1797
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
Now try slackpkg upgrade-all
 
1 members found this post helpful.
Old 11-13-2019, 05:32 AM   #1798
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
Lightbulb

Quote:
Originally Posted by Lockywolf View Post
Now try slackpkg upgrade-all
I guess that inconvenient side effect is to be expected?

There are only two ways to circumvent this, and both are manual I'm afraid:

1. Do the test run with the kernel and if it works - pick one to stick with

2. Alternatively, restrain from further package upgrading for the (short?) while you test-drive two kernels

It appears to me that Slackware does not really support (nor was intended for) running two installed kernel versions in parallel - think of kernel headers and the confusion for builds depending on having them present and assuming there are only one headers?

Could it be that running two parallel kernels is ought to be but a passing affair?
 
Old 11-13-2019, 06:57 AM   #1799
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
If by "parallel" you mean having two more than one kernel installed, yes, easy to do, if, IMHO, you do it the "old fashion way".
Run installpkg on each set of the five kernel packages, which are generic, huge, headers, modules, and source. Of course you can elect to not install the huge or generic kernel.
Then edit your /etc/lilo.conf appropriately. Then run, lilo
Done.

Example, skipping the "global section" for brevity,
......
Quote:
vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz-generic-5.4.0-rc7
initrd = /boot/initrd-5.4.0-rc7.gz
root = /dev/sda3
label = kernel-5.4.0
read-only # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
# Linux Kernel 4.19.84 bootable config begins
image = /boot/vmlinuz-huge-4.19.84
# initrd = /boot/initrd-4.19.84.gz
root = /dev/sda3
label = kernel-4.19.84
read-only
# Linux Kernel 4.19.84 bootable config ends
# Windows bootable partition config begins
other = /dev/sda1
label = win7pro
table = /dev/sda
# Windows bootable partition config ends
Of course, it would be a good idea to rename each initrd just after it is created so the proper one is used with its corresponding image.

Last edited by cwizardone; 11-13-2019 at 11:57 AM.
 
Old 11-13-2019, 07:23 AM   #1800
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 SCerovec View Post
It appears to me that Slackware does not really support (nor was intended for) running two installed kernel versions in parallel
No: slackpkg upgrade expects only a single version of each package to be installed, so it is slackpkg and not slackware as total distro that really doesn't support two (or more) kernels in parallel.
I always have (at least) two kernel versions installed and often three:
- a "backup" kernel, as a safe and known to be working fallback choice
- the current active kernel, probably newer then the backup
- a "new upgrade" to be tested, NOT the default one at boot

Every time a newer kernel is announced I install it as the "new" choice in the boot menu,
try it, possible build NVidia, Vbox, etc modules FOR it.
Only when I'm comfortable with this new update I let it replace the "current" one (which will become the "old" one) by changing some symbolic links in /boot (no EFI here).
So after that I'm back again to two kernels.

I.e. in 14.2 the links are:
old: 4.4.190
cur: 4.4.199
new: 4.4.201
 
3 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 05:54 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