LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   The Latest Kernel Release. (https://www.linuxquestions.org/questions/slackware-14/the-latest-kernel-release-4175597503/)

kjhambrick 05-29-2017 08:11 AM

4.12-rc3 and 4.1.40
 
All --

Kernels 4.12-rc3 and 4.1.40 are now available.

Handy Links:
Code:

mainline:  4.12-rc3        Source Code  git tree  2017-05-29
longterm:  4.1.40  [CVE]  Source Code  ChangeLog  2017-05-28

CVE References:

ChangeLog-4.1.40 references CVE-2017-7472, CVE-2017-6951 and CVE-2016-9604.

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

Have Fun All'Y'All !

-- kjh

cwizardone 06-04-2017 09:39 PM

The new "mainline" kernel, 4.12-rc4, is now available for testing.

https://www.kernel.org

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

kjhambrick 06-06-2017 05:19 AM

3.16.44 and 3.2.89
 
All --

Kernels 3.16.44 and 3.2.89 are now available.

Handy Links:
Code:

longterm:  3.16.44 [CVE]  Source  ChangeLog  2017-06-05
longterm:  3.2.89  [CVE]  Source  ChangeLog  2017-06-05 ( Slackware 14.0 )

CVE References:

ChangeLog-3.16.44 references CVE-2017-7472, CVE-2017-7184 and CVE-2016-9604.

ChangeLog-3.2.89 references CVE-2017-7472, CVE-2017-7184 and CVE-2016-9604.

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

Have Fun All'Y'All !

-- kjh

1337_powerslacker 06-06-2017 06:19 AM

Quote:

Originally Posted by cwizardone (Post 5719051)
The new "mainline" kernel, 4.12-rc4, is now available for testing.

https://www.kernel.org

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

Given my anticipation for a certain game, I've decided, under the circumstances, to use this kernel. I'm not much for release candidates, preferring instead to wait for a point release before compiling it, but I've had some issues come up with the 4.11 series, and decided to give it a whirl. I am much pleased with 4.12. Not only does it not complain about my Corsair M65 gaming mouse, but it doesn't complain about EFI_MEMMAP not being enabled. Both minor annoyances, but I'm glad to see them gone anyway. I've noticed a minor tick upward in system stability as well. I'm wondering if it has to do with the new schedulers in the new kernel. The newest NVIDIA driver works with it as well. Another win.

Anyway, I'm glad I took the risk. I'm looking forward to seeing this released.

aaazen 06-07-2017 06:39 AM

Kernels 4.4.71, 4.9.31 and 4.11.4 are now available.

4.9.31 and 4.11.4 contain a critical UFS filesystem patch from yours truly ;)

https://www.kernel.org/

kjhambrick 06-07-2017 07:04 AM

4.11.4, 4.9.31, 4.4.71 and 3.18.56
 
All --

Kernels 4.11.4, 4.9.31, 4.4.71 and 3.18.56 are now available.

Handy Links:
Code:

stable:    4.11.4        Source  ChangeLog  2017-06-07
longterm:  4.9.31        Source  ChangeLog  2017-06-07 ( Slackware-current )
longterm:  4.4.71        Source  ChangeLog  2017-06-07 ( Slackware-14.2 )
longterm:  3.18.56 [EOL] Source  ChangeLog  2017-06-07

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

Have Fun All'Y'All !

-- kjh

kjhambrick 06-07-2017 08:11 AM

Quote:

Originally Posted by aaazen (Post 5720050)
Kernels 4.4.71, 4.9.31 and 4.11.4 are now available.

4.9.31 and 4.11.4 contain a critical UFS filesystem patch from yours truly ;)

https://www.kernel.org/

aaazen --

Yes, thank you. I looked at your patch on Sunday when I saw your name in the commit logs.

I don't have a UFS File System any more :) but I wonder if they'll backport your Patch into 4.4.72, etc ?

The same code is in 4.4.71 ...

Thanks for sharing !

-- kjh

Code:

<snip ~linux/fs/ufs/super.c ; lines 812-818>
 812        uspi->s_dirblksize = UFS_SECTOR_SIZE;
 813        super_block_offset=UFS_SBLOCK;
 814
 815        /* Keep 2Gig file limit. Some UFS variants need to override
 816            this but as I don't know which I'll let those in the know loosen
 817            the rules */
 818        switch (sbi->s_mount_opt & UFS_MOUNT_UFSTYPE) {
<snip>


aaazen 06-07-2017 10:22 AM

Quote:

Originally Posted by kjhambrick (Post 5720079)
aaazen --
...
I don't have a UFS File System any more :) but I wonder if they'll backport your Patch into 4.4.72, etc ?

The same code is in 4.4.71 ...

Probably not and for most folks not needed.

The fs/ufs patch fixes a UFS filesystem bug that started with Linux 4.8.4 where copying a file from a UFS filesystem that is larger than 2GB gets truncated down to 2GB.

So they don't have to backport the patch to 4.4 or any kernel older than 4.8.4.

There is a possible use for the patch in older kernels if you are using the R/W feature of UFS. It might help to write files larger than 2GB. But I have not tested the R/W feature of UFS and UFS R/W is not turned on in Slackware kernels.

On a related note, there is another patch for FreeBSD partitions on MSDOS partitioned disks.
That block/partitons patch makes all the FreeBSD sub-partitions visible on Linux including the swap and other sub-partitions. This patch is only in the 4.12 series for now, but could also be backported to earlier kernels.

Both of these patches are posted in the BSD forum here on LinuxQuestions.org:

Linux kernel: Critical UFS file system bug in 4.9 and 4.11 kernels (4.8.4 and above)

FreeBSD - linux kernel: sda3: <bsd:bad subpartition - ignored

cwizardone 06-11-2017 07:31 PM

The new "mainline" kernel, 4.12-rc5, is now available for testing.

https://www.kernel.org

The source, https://git.kernel.org/torvalds/t/linux-4.12-rc5.tar.gz

cwizardone 06-14-2017 02:45 PM

Kernel updates 4.9.32, 4.4.72 and 4.11.5 are now available at, https://www.kernel.org/

The change logs,

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

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

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

The source,

https://cdn.kernel.org/pub/linux/ker...-4.9.32.tar.xz

https://cdn.kernel.org/pub/linux/ker...-4.4.72.tar.xz

https://cdn.kernel.org/pub/linux/ker...-4.11.5.tar.xz

kjhambrick 06-15-2017 04:41 PM

4.1.41 and 3.10.106
 
All --

Kernels 4.1.41 and 3.10.106 are now available.

Handy Links:
Code:

longterm:  4.1.41  Source  ChangeLog      2017-06-15
longterm:  3.10.106 Source  ChangeLog [CVE] 2017-06-15 ( Slackware-14.1 )

CVE References:

ChangeLog-3.10.106 references CVE-2016-2085, CVE-2016-7097, CVE-2016-8405, CVE-2016-9604, CVE-2017-2583, CVE-2017-2584, CVE-2017-2618, CVE-2017-6951, CVE-2017-7184 and CVE-2017-7472.

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

Have Fun All'Y'All !

-- kjh

cwizardone 06-17-2017 03:42 AM

Kernel updates 4.9.33, 4.4.73 and 4.11.6, are now available at, https://www.kernel.org/.

The change logs,

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

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

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


The source:

https://cdn.kernel.org/pub/linux/ker...-4.9.33.tar.xz

https://cdn.kernel.org/pub/linux/ker...-4.4.73.tar.xz

https://cdn.kernel.org/pub/linux/ker...-4.11.6.tar.xz

GazL 06-17-2017 05:23 AM

.5 didn't last very long. Looking at the Changelog, seems to be mostly drm/i915 stuff. Oh well, I wanted to change a kernel option anyway.

Thanks for the heads-up.

mats_b_tegner 06-17-2017 04:07 PM

Quote:

Originally Posted by 55020 (Post 5655279)
Announcing Dave's Unofficial SlackBuilt Kernels -- https://blog.idlemoor.tk/dusk/

4.4.43 for x86_64 is already available at https://dusk.idlemoor.tk/linux-4.4/x86_64/
The others (4.4.43 for i686, and 4.9.4 for x86_64 and i686) should follow in the next couple of hours

This is entirely automatic and still quite experimental. Testing? I've heard of it. Feedback welcome ;)

I can't access https://dusk.idlemoor.tk as of 2017-06-17.

Anybody else having this problem?

Pinging the IP works for me as well as does https://blog.idlemoor.tk/.

Didier Spaier 06-17-2017 04:30 PM

Same here. However the hostname is resolved[1]. I just sent an email to David.

PS [1] and I can ping the IP.


All times are GMT -5. The time now is 06:51 PM.