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 02-18-2017, 11:10 AM   #76
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,090

Original Poster
Rep: Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265

Kernels 4.4.50 and 4.9.11 have been released.

The change logs,

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

and

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

Last edited by cwizardone; 02-18-2017 at 11:12 AM.
 
2 members found this post helpful.
Old 02-18-2017, 12:01 PM   #77
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by cwizardone View Post
...and here are the sources,
https://cdn.kernel.org/pub/linux/ker...-4.4.50.tar.xz
https://cdn.kernel.org/pub/linux/ker...-4.9.11.tar.xz

I've just finished compiling 4.9.11 and it seems to work...
Code:
bash-4.4$ uname -a
Linux hp-laptop 4.9.11 #1 SMP Sat Feb 18 16:59:57 CET 2017 x86_64 Intel(R) Core(TM)2 Duo CPU     T6400 @2.00GHz GenuineIntel GNU/Linux
bash-4.4$

Last edited by mats_b_tegner; 02-18-2017 at 02:55 PM.
 
1 members found this post helpful.
Old 02-19-2017, 05:41 PM   #78
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,090

Original Poster
Rep: Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265
The 4.10 kernel has been released as "stable."

https://www.kernel.org/
 
1 members found this post helpful.
Old 02-20-2017, 08:15 AM   #79
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
The new writeback throttling options in 4.10 sound like they could be useful on a desktop system. I'm going to give them a try and see how it feels.
 
1 members found this post helpful.
Old 02-23-2017, 11:26 AM   #80
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,090

Original Poster
Rep: Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265
Kernels 4.4.51 and 4.9.12 have been released.

The change logs,

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

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

I don't see a fix for CVE-2017-6074 in either one, but maybe I missed it.

Last edited by cwizardone; 02-23-2017 at 06:21 PM. Reason: Typo.
 
Old 02-23-2017, 11:52 AM   #81
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by cwizardone View Post
Kernels 4.4.51 and 4.9,12 have been released.
The change logs,
https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.51
https://cdn.kernel.org/pub/linux/ker...angeLog-4.9.12
I don't see a fix for CVE-2017-6074 in either one, but maybe I missed it.
I can't find it either. Maybe this works as a mitigation in the meantime since the dccp module isn't loaded:
https://lwn.net/Articles/715374/
Quote:
CVE-2017-6074

Andrey Konovalov discovered a use-after-free vulnerability in the
DCCP networking code, which could result in denial of service or
local privilege escalation. On systems that do not already have
the dccp module loaded, this can be mitigated by disabling it:
echo >> /etc/modprobe.d/disable-dccp.conf install dccp false
You can also replace the net/dccp/input.c file in the tarball with the patched version here:
https://git.kernel.org/cgit/linux/ke...h=linux-4.10.y

The fix will be included in kernels 4.4.52 and 4.9.13 currently in stable review:
https://www.kernel.org/pub/linux/ker...stable-review/
https://lkml.org/lkml/2017/2/24/60
https://lkml.org/lkml/2017/2/24/125
Quote:
Andrey Konovalov <andreyknvl@google.com>
dccp: fix freeing skb too early for IPV6_RECVPKTINFO
Long term support kernels 4.4.52 and 4.9.13 have been released:
https://www.kernel.org/pub/linux/ker...angeLog-4.4.52
https://www.kernel.org/pub/linux/ker...-4.4.52.tar.xz
https://www.kernel.org/pub/linux/ker...angeLog-4.9.13
https://www.kernel.org/pub/linux/ker...-4.9.13.tar.xz

Last edited by mats_b_tegner; 03-02-2017 at 12:12 PM. Reason: Kernels 4.4.52, 4.9.13 released
 
2 members found this post helpful.
Old 02-26-2017, 06:27 AM   #82
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,090

Original Poster
Rep: Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265
Oops! Just noticed mats_b_tegner added this to his post above.

Kernels 4.4.52 and 4.9.13 have been released.

The change logs:

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

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

Last edited by cwizardone; 02-26-2017 at 06:35 AM.
 
2 members found this post helpful.
Old 02-26-2017, 07:40 AM   #83
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Kernel 4.10.1

https://www.kernel.org/pub/linux/ker...angeLog-4.10.1
https://www.kernel.org/pub/linux/ker...-4.10.1.tar.xz

Last edited by mats_b_tegner; 02-26-2017 at 08:10 AM. Reason: Make separate post about 4.10.1...links fixed..
 
3 members found this post helpful.
Old 02-26-2017, 01:17 PM   #84
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
4.9.X , Is marked officially as LTS now.
 
3 members found this post helpful.
Old 03-06-2017, 10:13 AM   #85
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,090

Original Poster
Rep: Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265
The new "mainline" kernel, 4.11-rc1, has been released for testing.

https://www.kernel.org/
 
Old 03-12-2017, 06:20 AM   #86
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018Reputation: 5018
New batch of stable kernels are out on kernel.org. Get'em while they're hot!
 
1 members found this post helpful.
Old 03-12-2017, 08:47 AM   #87
Desertwulf
LQ Newbie
 
Registered: Apr 2016
Distribution: Slackware
Posts: 21

Rep: Reputation: Disabled
4.9.13 without any issues so far on my 14.2
Erics instructions work like a charm though they seem dated, they are not.
 
1 members found this post helpful.
Old 03-12-2017, 09:54 AM   #88
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,090

Original Poster
Rep: Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265Reputation: 7265
Quote:
Originally Posted by GazL View Post
New batch of stable kernels are out on kernel.org. Get'em while they're hot!
The 4.4.53 change log,
https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.53

and

The 4.9.14 change log,
https://cdn.kernel.org/pub/linux/ker...angeLog-4.9.14
 
Old 03-12-2017, 09:58 AM   #89
larrystorch
Member
 
Registered: Mar 2003
Location: Reading, PA
Distribution: Slackware
Posts: 39

Rep: Reputation: 24
Quote:
Originally Posted by Desertwulf View Post
4.9.13 without any issues so far on my 14.2
Same here. Used the source package and config from Dave's Unofficial SlackBuilt Kernels as a base to roll my own. It's nice to have a good config file to use as a base. I really missed that when attempting to build a 4.11 kernel for the new Ryzen system I'm assembling. Way too many new options that I'm unsure how to answer.
 
1 members found this post helpful.
Old 03-12-2017, 11:59 AM   #90
Desertwulf
LQ Newbie
 
Registered: Apr 2016
Distribution: Slackware
Posts: 21

Rep: Reputation: Disabled
Quote:
Originally Posted by larrystorch View Post
Same here. Used the source package and config from Dave's Unofficial SlackBuilt Kernels as a base to roll my own. It's nice to have a good config file to use as a base. I really missed that when attempting to build a 4.11 kernel for the new Ryzen system I'm assembling. Way too many new options that I'm unsure how to answer.
I used the original config for 4.4.39? The latest that came with the regular update. Somewhere there was the instruction that it is safe to take the proposals while running make oldconfig. However my kernel is not very slim and I have been looking for config files, but as it seems noone offers some even when for standard laptop configs (thinkpad).
 
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 01:00 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