LinuxQuestions.org
Review your favorite Linux distribution.
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 08-12-2017, 10:49 PM   #226
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,129

Original Poster
Rep: Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298

Kernel updates 4.9.43, 4.4.82, 4.12.7 and 3.18.65 [EOL], are now available at, https://www.kernel.org/.

The change logs,

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

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

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

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

Last edited by cwizardone; 08-12-2017 at 10:52 PM.
 
2 members found this post helpful.
Old 08-13-2017, 04:19 AM   #227
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,906

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
Oh great. I didn't even get a full day's use out of 4.12.6!
Thanks for the heads up.
 
1 members found this post helpful.
Old 08-13-2017, 05:03 AM   #228
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
GazL --

I did get ~33 hours on 4.4.81

But this is definitely unusual -- the mean time between each of the 82 linux-4.4.x releases has been just over 7 days.

The 4.4.82 release is definitely out of band ...

-- kjh

# count days-per-release for linux 4.4.x ( 82 releases )
Code:
B=$(date2int 2016-01-10) ; E=$(date2int 2017-08-13) ; echo "scale = 2 ; ( $E - $B ) / 82" |bc
7.08
# script date2int - count days since 1899-12-31
Code:
#!/bin/sh

if [ $# -lt 1 ]
then
   Dates="`date '+%Y%m%d'`"
else
   Dates="$@"
fi
echo $Dates |
gawk '
BEGIN {

   # Move to BEGIN {} for Date2Int( )

   BoTDate = "18991231"              # Beginning of Time ...

   MtDAry[  1 ] =  0
   MtDAry[  2 ] = 31 + MtDAry[  1 ]  # for symmetry ;-)
   MtDAry[  3 ] = 28 + MtDAry[  2 ]
   MtDAry[  4 ] = 31 + MtDAry[  3 ]
   MtDAry[  5 ] = 30 + MtDAry[  4 ]
   MtDAry[  6 ] = 31 + MtDAry[  5 ]
   MtDAry[  7 ] = 30 + MtDAry[  6 ]
   MtDAry[  8 ] = 31 + MtDAry[  7 ]
   MtDAry[  9 ] = 31 + MtDAry[  8 ]
   MtDAry[ 10 ] = 30 + MtDAry[  9 ]
   MtDAry[ 11 ] = 31 + MtDAry[ 10 ]
   MtDAry[ 12 ] = 30 + MtDAry[ 11 ]

   # Move to BEGIN {} for Date2Int( )
}
function Date2Int( InDate,   L, Y, M, R, i )
{
   gsub( /[^0-9]/, "", InDate )

   if (( L = length( InDate )) != 8 )
      return ( 0 )

   if ( InDate < BoTDate )
      return ( 0 )

   Y  = substr( InDate, 1, 4 ) - 1900
   M  = substr( InDate, 5, 2 ) + 0
   R  = substr( InDate, 7, 2 ) + 0
   R += Y * 365 + int(( Y - 1 ) / 4 )
   Y += 1900

   R += MtDAry[ M ]
   
   if ( M > 2 )   # Look for Leap
   {
      if ((( Y % 400 ) == 0 ) || ((( Y % 4 ) == 0 ) && (( Y % 100 ) != 0 )))
         R ++
   }
   return ( R )
}
# main
{
   for ( i = 1 ; i <= NF ; i ++ )
      print Date2Int( $(i) )
}'

Last edited by kjhambrick; 08-13-2017 at 05:04 AM. Reason: typo
 
1 members found this post helpful.
Old 08-13-2017, 09:09 AM   #229
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,129

Original Poster
Rep: Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298
Quote:
Originally Posted by kjhambrick View Post
....But this is definitely unusual -- the mean time between each of the 82 linux-4.4.x releases has been just over 7 days.

The 4.4.82 release is definitely out of band ....
For the most part, this batch appears to be fixing regressions.

Last edited by cwizardone; 08-13-2017 at 03:30 PM.
 
Old 08-13-2017, 07:44 PM   #230
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
4.13-rc5

All --

Mainline Kernel 4.13-rc5 is now available.

Handy Links:
Code:
mainline: 4.13-rc5 Source git tree  2017-08-13
Check for the Latest Updates at www.kernel.org.

Have Fun All'Y'All !

-- kjh
 
1 members found this post helpful.
Old 08-16-2017, 04:09 PM   #231
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,129

Original Poster
Rep: Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298
Kernel updates 4.9.44, 4.4.83, 4.12.8 and 3.18.66 [EOL], are now available at, https://www.kernel.org/.

The change logs,

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

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

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

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

Last edited by cwizardone; 08-16-2017 at 04:11 PM.
 
3 members found this post helpful.
Old 08-16-2017, 04:31 PM   #232
Aeneas32
LQ Newbie
 
Registered: Mar 2016
Posts: 4

Rep: Reputation: Disabled
For developers who tangle with Embedded Linux periodically,
where does one find a list of the Linux Kernel features
which have changed since the well-documented 2.6 release ?
Is there a good URL or new book series documenting these
later versions ?
 
1 members found this post helpful.
Old 08-16-2017, 09:00 PM   #233
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
Quote:
Originally Posted by Aeneas32 View Post
For developers who tangle with Embedded Linux periodically,
where does one find a list of the Linux Kernel features
which have changed since the well-documented 2.6 release ?
Is there a good URL or new book series documenting these
later versions ?
Aeneas32 --

Boy, howdy !

I would love to see such a Document or book.

Being an old fart^H^H^H^Hcodger, I felt like I understood the 2.6.x kernels pretty well ( about as well as an application developer needed to understand the Kernel )

Anyhow, there is so much churn with the current Kernel Development Model, not to mention BIOS-vs-uEFI and on, and on, I imagine a dead-tree-based book would be a losing proposition ...

It would be obsoleted before the ink dried on the paper ( more likely before ink was even applied to paper ) !

I did find this file: /usr/src/linux/Documentation/Changes which in addition to spelling out mimimal requirements for the 3.0 Kernels, it also lists a few Major Architectural changes in the 3.0 Kernel.

Anyhow, I don't see any other obvious file in the Kernel Tree relating to *_ALL_* the changes since the 2.6.x series.

Maybe Jonathan Corbet or another author at lwn.net has written one-or-more articles that describe what "we're" after ( https://lwn.net/Search/DoSearch ) ?

I've not waded thru the list myself but lwn.net can be a great learning resource.

HTH.

-- kjh

Last edited by kjhambrick; 08-16-2017 at 09:01 PM.
 
1 members found this post helpful.
Old 08-17-2017, 03:24 AM   #234
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,906

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
It's not authoritative, but the following may give you some clues:
https://kernelnewbies.org/LinuxVersions
 
4 members found this post helpful.
Old 08-20-2017, 04:44 PM   #235
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
4.13-rc6

All --

Kernel 4.13-rc6 is now available.

Handy Links:
Code:
mainline:  4.13-rc6 Source git tree  2017-08-20
No CVE References were found for 4.13-rc6

Check for the Latest Updates at www.kernel.org.

Have Fun All'Y'All !

-- kjh
 
1 members found this post helpful.
Old 08-24-2017, 07:32 PM   #236
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,129

Original Poster
Rep: Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298
Kernel updates 4.9.45, 4.4.84, 4.12.9 and 3.18.67 [EOL], are now available at, https://www.kernel.org/.

The change logs,

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

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

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

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

Last edited by cwizardone; 08-24-2017 at 07:35 PM.
 
1 members found this post helpful.
Old 08-25-2017, 06:06 AM   #237
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Sorry for the delay in dusk, it turns out that I ****ed up the permissions on /tmp doing something else a couple of days ago
 
1 members found this post helpful.
Old 08-25-2017, 05:23 PM   #238
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Linux 4.9.45 is running good here!
 
1 members found this post helpful.
Old 08-25-2017, 08:21 PM   #239
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,129

Original Poster
Rep: Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298
Quote:
Originally Posted by RadicalDreamer View Post
Linux 4.9.45 is running good here!
Ditto. So far, so good.
 
1 members found this post helpful.
Old 08-26-2017, 07:21 AM   #240
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
3.16.47 and 3.2.92

All --

Kernels 3.16.47 and 3.2.92 are now available.

Handy Links:
Code:
longterm:  3.16.47 Source ChangeLog 2017-08-26
longterm:  3.2.92  Source ChangeLog 2017-08-26 ( Slackware-14.0 )
No CVE References were found for 3.16.47 or 3.2.92

Check for the Latest Updates at www.kernel.org.

Have Fun All'Y'All !

-- kjh
 
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 05: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