LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-10-2023, 11:02 AM   #5986
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,929

Rep: Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565

There is a report of the 6.6.5/6.1.66 wireless problem here https://www.spinics.net/lists/stable/msg702926.html.

On the other hand, the previous stable kernels 6.6.3-6.6.4 or 6.1.64-6.1.65 corrupt ext4 file systems: https://lore.kernel.org/stable/20231...scuhc3@quack3/ Fixed in 6.6.5/6.1.66.
 
3 members found this post helpful.
Old 12-10-2023, 11:13 AM   #5987
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,163

Original Poster
Rep: Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335
Quote:
Originally Posted by Petri Kaukasoina View Post
There is a report of the 6.6.5/6.1.66 wireless problem here https://www.spinics.net/lists/stable/msg702926.html.

On the other hand, the previous stable kernels 6.6.3-6.6.4 or 6.1.64-6.1.65 corrupt ext4 file systems: https://lore.kernel.org/stable/20231...scuhc3@quack3/ Fixed in 6.6.5/6.1.66.
Thanks for the information.
I can understand how such problems can occur in a development kernel, but how does this happen with stable LTS kernels?
Is no one watching the store?

Last edited by cwizardone; 12-10-2023 at 11:15 AM.
 
1 members found this post helpful.
Old 12-10-2023, 04:48 PM   #5988
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,163

Original Poster
Rep: Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335
6.7-rc5
Release Candidate 5, for the 6.7.0 "mainline" development kernel has been been made available for testing.

The tarball, https://git.kernel.org/pub/scm/linux...6.7-rc5.tar.gz

Mr. Torvalds' announcement, https://lkml.iu.edu/hypermail/linux/...2.1/02123.html

Last edited by cwizardone; 12-10-2023 at 05:01 PM.
 
1 members found this post helpful.
Old 12-10-2023, 05:13 PM   #5989
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,018

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
Within eight hours of installing 6.6.5, this box spontaneously rebooted itself three times. Sometimes I think it is my wireless keyboard as it seems to happen when scrolling down a web page using either the down arrow or the touch pad.
Regardless, it hasn't happened with 6.7-rc2, which has been rock solid. OTOH, 6.7-rc3 was a dog and I didn't build 6.7-rc4. Maybe I'll try 6.7-rc5, when it is released later today.
I don't see this issue neither with 6.1.66. nor 6.6.5

Quote:
Originally Posted by Petri Kaukasoina View Post
6.6.5 doesn't work so well here. System shutdown hangs in '/etc/rc.d/rc.inet1 stop', in gateway_down (/sbin/ip -4 route show). REISUB needed.

I don't shut down much, so I noticed the problem first when hibernating did not work, 2 user space processes refused to freeze: NetworkManager and ntpd.

It worked ok after I downgraded net/wireless/core.h and net/wireless/nl80211.c to the versions from kernel 6.6.4.

(I have RTL8723BE Wireless Network Adapter, using rtl8723be module.)

The offending commit:
Code:
commit 4a7e92551618f3737b305f62451353ee05662f57
Author: Johannes Berg <johannes.berg@intel.com>
Date:   Mon Nov 6 23:17:16 2023 +0100

    wifi: cfg80211: fix CQM for non-range use
    
    commit 7e7efdda6adb385fbdfd6f819d76bc68c923c394 upstream.
    
    My prior race fix here broke CQM when ranges aren't used, as
    the reporting worker now requires the cqm_config to be set in
    the wdev, but isn't set when there's no range configured.
    
    Rather than continuing to special-case the range version, set
    the cqm_config always and configure accordingly, also tracking
    if range was used or not to be able to clear the configuration
    appropriately with the same API, which was actually not right
    if both were implemented by a driver for some reason, as is
    the case with mac80211 (though there the implementations are
    equivalent so it doesn't matter.)
    
    Also, the original multiple-RSSI commit lost checking for the
    callback, so might have potentially crashed if a driver had
    neither implementation, and userspace tried to use it despite
    not being advertised as supported.
Maybe 6.1.66 exhibits the same problem, as it also includes this commit.
I was not able to reproduce this behavior running 6.1.66 or 6.6.5. On the other hand looks like affected is distro with systemd. However I have Intel Wi-Fi 6 AX210/AX211/AX411 not Realtek so maybe hardware matters
 
Old 12-11-2023, 03:41 AM   #5990
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,929

Rep: Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565
Quote:
Originally Posted by Petri Kaukasoina View Post
There is a report of the 6.6.5/6.1.66 wireless problem here https://www.spinics.net/lists/stable/msg702926.html.
The reverts of the offending commit are now in the 6.1 and 6.6 stable queues for 6.1.67 and 6.6.6.

Edit: 6.1.67 and 6.6.6 are out with only this:

Code:
Date: Mon, 11 Dec 2023 10:16:15 +0100
Subject: Revert "wifi: cfg80211: fix CQM for non-range use"

From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

This reverts commit 4a7e92551618f3737b305f62451353ee05662f57 which is
commit 7e7efdda6adb385fbdfd6f819d76bc68c923c394 upstream.

It needed to have commit 076fc8775daf ("wifi: cfg80211: remove wdev
mutex") applied to properly work, otherwise regressions happen.

Link: https://lore.kernel.org/r/e374bb16-5b13-44cc-b11a-2f4eefb1ecf5@manjaro.org
Link: https://lore.kernel.org/r/87sf4belmm.fsf@turtle.gmx.de
Link: https://lore.kernel.org/r/20231210213930.61378-1-leo@leolam.fr

Last edited by Petri Kaukasoina; 12-11-2023 at 04:25 AM.
 
1 members found this post helpful.
Old 12-11-2023, 05:45 AM   #5991
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,434

Rep: Reputation: 4180Reputation: 4180Reputation: 4180Reputation: 4180Reputation: 4180Reputation: 4180Reputation: 4180Reputation: 4180Reputation: 4180Reputation: 4180Reputation: 4180
kernel updates 6.6.6, 6.1.67, are now available at, https://www.kernel.org/
the change logs,

https://cdn.kernel.org/pub/linux/ker...hangeLog-6.6.6

https://cdn.kernel.org/pub/linux/ker...angeLog-6.1.67
 
Old 12-11-2023, 06:47 AM   #5992
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,129

Rep: Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201
Quote:
Originally Posted by marav View Post
6.6.6
 
5 members found this post helpful.
Old 12-11-2023, 08:46 AM   #5993
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 907

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
Quote:
Originally Posted by ponce View Post
Quote:
Originally Posted by marav View Post
6.6.6
It's kind of hilarious that Linux kernel 6.6.6 has only 1 commit (plus the version number bump). And not only that, it's just a revert.

Code:
commit 0c38b88c33239b236930264a5467dca6334792f3
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date:   Mon Dec 11 10:40:17 2023 +0100

    Linux 6.6.6
    
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

commit 9099d0682462e8664c8cbbe8989de65e50f62b17
Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date:   Mon Dec 11 10:16:15 2023 +0100

    Revert "wifi: cfg80211: fix CQM for non-range use"
    
    This reverts commit 4a7e92551618f3737b305f62451353ee05662f57 which is
    commit 7e7efdda6adb385fbdfd6f819d76bc68c923c394 upstream.
    
    It needed to have commit 076fc8775daf ("wifi: cfg80211: remove wdev
    mutex") applied to properly work, otherwise regressions happen.
    
    Link: https://lore.kernel.org/r/e374bb16-5b13-44cc-b11a-2f4eefb1ecf5@manjaro.org
    Link: https://lore.kernel.org/r/87sf4belmm.fsf@turtle.gmx.de
    Link: https://lore.kernel.org/r/20231210213930.61378-1-leo@leolam.fr
    Reported-by: Léo Lam <leo@leolam.fr>
    Reported-by: Sven Joachim <svenjoac@gmx.de>
    Reported-by: Philip Müller <philm@manjaro.org>
    Cc: Johannes Berg <johannes.berg@intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
Old 12-11-2023, 09:00 AM   #5994
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,918

Rep: Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035
So, not at all evil then! That's kinda disappointing.
 
3 members found this post helpful.
Old 12-11-2023, 10:26 AM   #5995
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Oh! I read that as "The Santa Edition"...
 
2 members found this post helpful.
Old 12-11-2023, 11:14 AM   #5996
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,918

Rep: Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035
Quote:
Originally Posted by Jan K. View Post
Oh! I read that as "The Santa Edition"...


Nah, Santa edition was 0.0.0,
a.k.a.
Oh, Oh, Oh.


Sorry... I'll go get my coat.
 
2 members found this post helpful.
Old 12-11-2023, 03:49 PM   #5997
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,163

Original Poster
Rep: Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335
Year 2023, Round 62
Another batch of updates has been scheduled for release on Wednesday, 13 December 2023, at approximately 18: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:

6.6.7-rc1, with 244 patches, https://lkml.iu.edu/hypermail/linux/...2.1/03495.html

6.1.68-rc1, with 194 patches, https://lkml.iu.edu/hypermail/linux/...2.1/03523.html

5.15.143-rc1, with 141 patches, https://lkml.iu.edu/hypermail/linux/...2.1/03531.html

5.10.204-rc1, with 97 patches, https://lkml.iu.edu/hypermail/linux/...2.1/03514.html

5.4.264-rc1, with 67 patches, https://lkml.iu.edu/hypermail/linux/...2.1/03520.html

4.19.302-rc1, with 55 patches, https://lkml.iu.edu/hypermail/linux/...2.1/03494.html

4.14.333-rc1, with 25 patches, https://lkml.iu.edu/hypermail/linux/...2.1/03492.html

Last edited by cwizardone; 12-11-2023 at 03:56 PM.
 
2 members found this post helpful.
Old 12-11-2023, 05:30 PM   #5998
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,163

Original Poster
Rep: Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335Reputation: 7335
The 6..6.y LTS kernel has been moved into the main tree (for -current).
http://slackware.oregonstate.edu/sla.../ChangeLog.txt

Last edited by cwizardone; 12-11-2023 at 06:02 PM.
 
2 members found this post helpful.
Old 12-11-2023, 09:03 PM   #5999
jmccue
Member
 
Registered: Nov 2008
Location: US
Distribution: slackware
Posts: 709
Blog Entries: 1

Rep: Reputation: 384Reputation: 384Reputation: 384Reputation: 384
Talking kernel-generic-6.6.6

Looks like it could have been a 13.37 moment or something like that old BSD story about satanist running BSD

As others said, 6.6.7 is already out, but that kernel in a distro release would have been funny and may have gotten a lot of press for Linux.
 
Old 12-11-2023, 09:09 PM   #6000
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,713

Rep: Reputation: 1392Reputation: 1392Reputation: 1392Reputation: 1392Reputation: 1392Reputation: 1392Reputation: 1392Reputation: 1392Reputation: 1392Reputation: 1392
Quote:
Originally Posted by cwizardone View Post
The 6..6.y LTS kernel has been moved into the main tree (for -current).
http://slackware.oregonstate.edu/sla.../ChangeLog.txt
Only Pat knows, but I can't help but think that since we have a brand new shiny LTS kernel and Plasma 5 heading towards EOL, 15.1 should at least be on the horizon soon. The only thing left I can think of is the switch to Grub from lilo/elilo, but I am not sure if that is coming with 15.1 or 16.0.
 
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:52 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