LinuxQuestions.org
Help answer threads with 0 replies.
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 07-01-2018, 07:46 PM   #736
Trasa
Member
 
Registered: Nov 2007
Posts: 63

Rep: Reputation: 26

Inspired by this thread, i just compiled and installed 4.17.3.
Everything works as expected, but then again i cant remember the last time i had any real problem with a kernel, even the rcs, that wasnt due to a config error on my part.

Last edited by Trasa; 07-01-2018 at 07:50 PM.
 
2 members found this post helpful.
Old 07-01-2018, 08:35 PM   #737
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592
Quote:
Originally Posted by Trasa View Post
Inspired by this thread, i just compiled and installed 4.17.3.
Everything works as expected, but then again i cant remember the last time i had any real problem with a kernel, even the rcs, that wasnt due to a config error on my part.
Indeed. I myself am running the same kernel, and with the same results. The only times I run an -rc* kernel is if the series contains some compelling new feature. That hasn't been the case for some time.
 
2 members found this post helpful.
Old 07-03-2018, 09:36 AM   #738
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Kernel updates 4.17.4, 4.14.53, 4.9.111, 4.4.139 and 3.18.114 [EOL] are now available at, https://www.kernel.org/

The change logs,

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

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

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

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

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


A quick scan of the 4.17.4 change log found several tweaks for AMD GPUs.

Last edited by cwizardone; 07-03-2018 at 08:11 PM. Reason: Added link to the 4.4.139 change log.
 
4 members found this post helpful.
Old 07-03-2018, 02:01 PM   #739
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Interesting ...

Still no ChangeLog-4.4.139 File in here: https://cdn.kernel.org/pub/linux/kernel/v4.x/ either.

Thanks cwizardone ... I guess I'll wait a bit longer

-- kjh
 
1 members found this post helpful.
Old 07-06-2018, 01:35 PM   #740
slackwhere
LQ Newbie
 
Registered: Jul 2018
Distribution: c'mon.... Slackware!
Posts: 25

Rep: Reputation: Disabled
How to get additional build options added to stock Slackware kernel?

We use Slackware for firewalls/routers as well as server development at my office. We've found it necessary to add a few benign kernel options to the stock kernel that aren't enabled in the default Slackware kernel build. These are extremely helpful for building HA firewalls/gateway.

I know this might be slightly off topic but does anyone know who I might contact to inquire if the kernel package maintainers would be receptive to adding the following options to the Slackware kernel package?

They only increase the vmlinuz image by about 22k and have no noticeable impact on performance.

CONFIG_TCP_MD5SIG=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y

Thanks in advance,
Wayne
 
2 members found this post helpful.
Old 07-06-2018, 03:33 PM   #741
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,699

Rep: Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381
Quote:
Originally Posted by slackwhere View Post
We use Slackware for firewalls/routers as well as server development at my office. We've found it necessary to add a few benign kernel options to the stock kernel that aren't enabled in the default Slackware kernel build. These are extremely helpful for building HA firewalls/gateway.

I know this might be slightly off topic but does anyone know who I might contact to inquire if the kernel package maintainers would be receptive to adding the following options to the Slackware kernel package?

They only increase the vmlinuz image by about 22k and have no noticeable impact on performance.

CONFIG_TCP_MD5SIG=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y

Thanks in advance,
Wayne
There is a good chance Pat and the core team will see this post, but you might also want to post this request in the "request for slackware 15 thread" located here https://www.linuxquestions.org/quest...-a-4175620463/
 
1 members found this post helpful.
Old 07-06-2018, 03:48 PM   #742
slackwhere
LQ Newbie
 
Registered: Jul 2018
Distribution: c'mon.... Slackware!
Posts: 25

Rep: Reputation: Disabled
Thank you for the tip Daedra. I'll have a look at that thread and if no one else has suggested those options I'll post there as well.

I should have searched for a "request" forum before posting.

Thank you again.
 
Old 07-06-2018, 05:12 PM   #743
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Quote:
Originally Posted by slackwhere View Post
Thank you for the tip Daedra. I'll have a look at that thread and if no one else has suggested those options I'll post there as well.

I should have searched for a "request" forum before posting.

Thank you again.
Actually, IIRC, Mr. Volkerding does read this thread so he would have seen it here. Please see posts #333 and #719 in this thread.

Last edited by cwizardone; 07-06-2018 at 05:18 PM.
 
Old 07-08-2018, 09:07 AM   #744
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Kernel updates 4.17.5 and 4.14.54 are now available at, https://www.kernel.org/

The change logs,

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

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


A quick scan of the 4.17.5 change log found several drm/amd tweaks.

Last edited by cwizardone; 07-08-2018 at 09:15 AM.
 
1 members found this post helpful.
Old 07-08-2018, 09:34 AM   #745
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Thanks as always, cwizardone !

Me and my 4.4.y boxen are starting to feel like red-headed step-children

https://git.kernel.org/pub/scm/linux...stable-rc.git/

-- kjh
 
1 members found this post helpful.
Old 07-08-2018, 12:22 PM   #746
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
The DUSK-4.17.5 kernel is now available at,

https://dusk.idlemoor.tk/
 
1 members found this post helpful.
Old 07-08-2018, 08:04 PM   #747
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
4.18-rc-4

The fourth release candidate of the mainline 4.18 series is now available for testing.

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

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

Last edited by cwizardone; 07-08-2018 at 08:06 PM.
 
Old 07-09-2018, 05:10 PM   #748
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Quote:
Originally Posted by slackwhere View Post
We use Slackware for firewalls/routers as well as server development at my office. We've found it necessary to add a few benign kernel options to the stock kernel that aren't enabled in the default Slackware kernel build. These are extremely helpful for building HA firewalls/gateway.

I know this might be slightly off topic but does anyone know who I might contact to inquire if the kernel package maintainers would be receptive to adding the following options to the Slackware kernel package?

They only increase the vmlinuz image by about 22k and have no noticeable impact on performance.

CONFIG_TCP_MD5SIG=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y

Thanks in advance,
Wayne

And here you go, from today's change log:

Quote:
Mon Jul 9 20:28:44 UTC 2018
.....k/kernel-source-4.14.54-noarch-1.txz: Upgraded.
IP_FIB_TRIE_STATS n -> y
NETWORK_PHY_TIMESTAMPING n -> y
NET_KEY_MIGRATE n -> y
NF_CONNTRACK_EVENTS n -> y
NF_CONNTRACK_TIMEOUT n -> y
NF_CONNTRACK_TIMESTAMP n -> y
TCP_MD5SIG n -> y
VLAN_8021Q_MVRP n -> y
XFRM_MIGRATE n -> y
+DP83640_PHY m
+MRP m
Thanks to Wayne, aka slackwhere on LQ......

Last edited by cwizardone; 07-09-2018 at 05:20 PM.
 
1 members found this post helpful.
Old 07-11-2018, 11:09 AM   #749
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Kernel updates 4.17.6, 4.14.55, 4.9.112, 4.4.140 and 3.18.115 [EOL] are now available at, https://www.kernel.org/

The change logs,

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

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

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

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

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


A quick scan of the 4.17.6 and 4.14.55 change logs found more than a dozen tweaks of the ext4 file system.

Last edited by cwizardone; 07-11-2018 at 05:15 PM.
 
4 members found this post helpful.
Old 07-11-2018, 02:13 PM   #750
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,152

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Dave's Unofficial Slackbuilt Kernel-4.17.6

The DUSK-4.17.6 kernel is now available at,

https://dusk.idlemoor.tk/

Last edited by cwizardone; 07-11-2018 at 02:15 PM.
 
2 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 02:40 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