LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-11-2021, 09:28 PM   #3301
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190

zcat /proc/config.gz from my 5.11.13
make olddefconfig

On -current, everything builds & works well
Code:
root:~/ # uname -sr
Linux 5.12.0-rc7

Last edited by marav; 04-12-2021 at 03:20 AM.
 
1 members found this post helpful.
Old 04-12-2021, 08:34 AM   #3302
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,166

Original Poster
Rep: Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338
FWIW, the second time around 5.12-rc7 built without errors.
The first attempt was at the prompt (out of X) while running the 5.11.12 kernel.
The second attempt was inside a terminal, while in X, and running 5.12-rc6.
Regardless, so far, everything I do with the computer works as it should with 5.12-rc7.

Last edited by cwizardone; 04-12-2021 at 08:43 AM. Reason: Typo.
 
Old 04-12-2021, 05:16 PM   #3303
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 785

Rep: Reputation: 481Reputation: 481Reputation: 481Reputation: 481Reputation: 481
From the Changelog
Code:
> k/kernel-source-5.10.29-noarch-1.txz:  Upgraded.
>   CC_VERSION_TEXT "gcc (GCC) 10.2.0" -> "gcc (GCC) 10.3.0"
>   GCC_VERSION 100200 -> 100300
>   INTEL_IDXD m -> n
I see PV has started to nix the INTEL_IDXD
 
2 members found this post helpful.
Old 04-13-2021, 06:35 AM   #3304
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190Reputation: 4190
On slackware-current :
kernel 5.11.13 & 5.12-rc7 recompiled with gcc 10.3 without any issues
 
2 members found this post helpful.
Old 04-13-2021, 09:33 AM   #3305
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,166

Original Poster
Rep: Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338Reputation: 7338
Year 2021, Round 26.

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

The details:

5.11.14-rc1, with 210 patches, http://lkml.iu.edu/hypermail/linux/k...4.1/04873.html

5.10.30-rc1, with 188 patches, http://lkml.iu.edu/hypermail/linux/k...4.1/04691.html

5.4.112-rc1, with 111 patches, http://lkml.iu.edu/hypermail/linux/k...4.1/04563.html

4.19.187-rc1, with 66 patches, http://lkml.iu.edu/hypermail/linux/k...4.1/04511.html
 
1 members found this post helpful.
Old 04-13-2021, 11:18 AM   #3306
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
when will we have the capability of upgrading the kernel without rebooting?
With that "never ending" story every two or three days, the uptime isn't very high.

I'm serious when I say this.
 
Old 04-13-2021, 11:32 AM   #3307
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,598

Rep: Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468
Quote:
Originally Posted by nobodino View Post
when will we have the capability of upgrading the kernel without rebooting?
With that "never ending" story every two or three days, the uptime isn't very high.

I'm serious when I say this.
BUT, is not as simple as you think.

I seen (at a Linux conference) a presentation of methods of upgrading kernels on-fly, and it's basically about a kexec execution followed by a hot reboot, for taking over.

It minimize the down-time on a server, BUT it still counts as a reboot.

So, your uptime would not be saved, but reboot time would be considerable shorten.

Last edited by LuckyCyborg; 04-13-2021 at 11:37 AM.
 
1 members found this post helpful.
Old 04-13-2021, 11:45 AM   #3308
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,130

Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
Quote:
Originally Posted by nobodino View Post
when will we have the capability of upgrading the kernel without rebooting?
that would make every hacker out there very happy!
 
1 members found this post helpful.
Old 04-13-2021, 11:45 AM   #3309
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
I didn't say it was easy, but it would be useful.
 
Old 04-13-2021, 11:58 AM   #3310
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,598

Rep: Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468
Quote:
Originally Posted by nobodino View Post
I didn't say it was easy, but it would be useful.
Did you are aware that what you describe is practically the Holly Grail of web hosting?

I bet that the one who will invent it would become richer than Bill Gates or Elon Musk in no more than one year...

Last edited by LuckyCyborg; 04-13-2021 at 12:00 PM.
 
Old 04-13-2021, 12:02 PM   #3311
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Ksplice??
 
Old 04-13-2021, 12:08 PM   #3312
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,598

Rep: Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468Reputation: 3468
Quote:
Originally Posted by Jan K. View Post
Ksplice??
Ksplice and Kpatch of Linux kernels are about patching on-fly the things.

I do not known well about Ksplice thing, but the kernel patches are basically some kernel modules which are loaded, well... on-fly.

However, this is not an effective kernel upgrade, but more about fixing things on emergency, until a proper reboot is done and a superior version starts.
 
Old 04-13-2021, 12:08 PM   #3313
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
-ksplice (Oracle)
-kpatch (RHEL)
-Kgraft (Suse SLS)
-livepatch (Canonical)

Any others?

Slackware has already some needs:
root@XXXXXX:~/scripts# zcat /proc/config.gz | grep LIVEPATCH
CONFIG_HAVE_LIVEPATCH=y
CONFIG_LIVEPATCH=y

root@XXXXXX:~/scripts#ls -ld /sys/kernel/livepatch
drwxr-xr-x 2 root root 0 avril 13 19:09 /sys/kernel/livepatch/

Last edited by nobodino; 04-13-2021 at 12:12 PM.
 
Old 04-13-2021, 01:42 PM   #3314
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Only vaguely remembered once reading about ksplice and had the impression it could replace/update full kernel et all...

Anyway, always been a fan of shutting down once work is done. Gets rid of temp files, memory leaks and what-not floating around...

Back to topic!
 
Old 04-13-2021, 02:01 PM   #3315
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,811

Rep: Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447
Quote:
Originally Posted by nobodino View Post
when will we have the capability of upgrading the kernel without rebooting?
With that "never ending" story every two or three days, the uptime isn't very high.

I'm serious when I say this.
Unless you have unsupported hardware there is no requirement to regularly upgrade your kernel. You can blacklist it and commented out entries are already there I suppose because it is so common to blacklist kernel updates.

I simply build an even newer kernel and stick with it for a long time. This box running several instances of Current is using 5.11.11. One of the installs will probably try 5.12.1 when it is released.
 
  


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:48 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