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 01-28-2024, 08:24 PM   #6091
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253

Can someone share their config file for the kernel-6.7 or kernel-6.8?

It seems that they have overhauled kconfig once again, and running oldconfig from stock Slackware's 5.15 to 6.8 is just too tedious.
 
Old 01-29-2024, 05:49 AM   #6092
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,416

Rep: Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156Reputation: 4156
Quote:
Originally Posted by Lockywolf View Post
Can someone share their config file for the kernel-6.7 or kernel-6.8?

It seems that they have overhauled kconfig once again, and running oldconfig from stock Slackware's 5.15 to 6.8 is just too tedious.
Have you tried olddefconfig ?

I for one, I run localmodconfig / make menuconfig and add a few missing modules (mainly usb & fs), and that's enough for my needs

Last edited by marav; 01-29-2024 at 06:02 AM.
 
2 members found this post helpful.
Old 01-29-2024, 07:39 AM   #6093
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,011

Rep: Reputation: Disabled
Quote:
Originally Posted by Lockywolf View Post
Can someone share their config file for the kernel-6.7 or kernel-6.8?

It seems that they have overhauled kconfig once again, and running oldconfig from stock Slackware's 5.15 to 6.8 is just too tedious.
Assuming that you do not modify kernel
Not that difficult to make your own:
1) copy Slackware 6.6.x config to 6.7.x folder. Run nconfig, save it. Do not modify.
or to streamline kernel
2) copy Slackware 6.6.x config to 6.7.x folder. Connect all external devices, netwotk.
Run localmodconfig. You get kernel adjusted to your hardware. If you forgot to enable something then modify config and re-run kernel compilation
Slackware default 6.6.x kernel and config is available but if this is too complicated then I would suggest to stick with the defaults.
 
1 members found this post helpful.
Old 01-29-2024, 11:53 AM   #6094
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Year 2024, Round 07
Another batch of updates has been scheduled for release on Wednesday, 31 January 2024, at approximately 17:00, GMT.
The details:
6.7.3-rc1, with 346 patches, https://lkml.iu.edu/hypermail/linux/...1.3/06774.html

6.6.15-rc1, with 331 patches, https://lkml.iu.edu/hypermail/linux/...1.3/06782.html

6.1.76-rc1, with 185 patches, https://lkml.iu.edu/hypermail/linux/...1.3/06779.html

Last edited by cwizardone; 01-29-2024 at 12:04 PM.
 
3 members found this post helpful.
Old 01-30-2024, 08:16 PM   #6095
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
A second release candidate for the 6.1.76 kernel update.

6.1.76-rc2, with 186 patches, https://lkml.iu.edu/hypermail/linux/...1.3/08734.html
 
1 members found this post helpful.
Old 01-31-2024, 03:22 PM   #6096
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Decades ago (yes, I know ) I was puzzled by "wrong" results returned when doing index look-ups, until a fellow coder could enlighten me: the first entry in the index is numbered 0 and not 1... sigh.

Never ever saw any logic for that... and now see the ext4 guys fall in the trap too!

Quote:
ext4_last_grp_cluster() takes a 0 based group index, thus the valid values
for grp are 0..(ext4_get_groups_count - 1).
From "PATCH] fs/ext4: Allow for the last group to be marked as trimmed" https://lkml.org/lkml/2023/12/13/4

At least this never had any ill effects as "last group" always was a moving target.

But both great and fun to see ext4 still being fine-tuned!
 
Old 01-31-2024, 04:03 PM   #6097
yvesjv
Member
 
Registered: Sep 2015
Location: Australia
Distribution: Slackware, Devuan, Freebsd
Posts: 578

Rep: Reputation: Disabled
Quote:
Originally Posted by marav View Post
Have you tried olddefconfig ?

I for one, I run localmodconfig / make menuconfig and add a few missing modules (mainly usb & fs), and that's enough for my needs

@Lockywolf, I always do it in a sort of similar way
zcat /proc/config.gz > .config
yes "" | make oldconfig
make menuconfig
to add anything else when needed.
 
1 members found this post helpful.
Old 01-31-2024, 04:33 PM   #6098
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,916

Rep: Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033
Ahh yes...

Hello "off by one error" my old friend. I've come to debug you again!
 
2 members found this post helpful.
Old 01-31-2024, 06:41 PM   #6099
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Kernel updates 6.7.3, 6.6.15 and 6.1.76 are now available at, https://www.kernel.org/
The change logs,
https://cdn.kernel.org/pub/linux/ker...hangeLog-6.7.3

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

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

Last edited by cwizardone; 01-31-2024 at 06:50 PM.
 
3 members found this post helpful.
Old 02-01-2024, 04:21 AM   #6100
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,170
Blog Entries: 1

Rep: Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038
Quote:
Originally Posted by cwizardone View Post
FYI if you use the legacy Nvidia-470.223.02 drivers you should patch the new 6.7.3 kernel, because otherwise they don't compile!
 
2 members found this post helpful.
Old 02-01-2024, 02:20 PM   #6101
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Talking

Quote:
Originally Posted by Jan K. View Post
Decades ago (yes, I know ) I was puzzled by "wrong" results returned when doing index look-ups, until a fellow coder could enlighten me: the first entry in the index is numbered 0 and not 1... sigh.

Never ever saw any logic for that... and now see the ext4 guys fall in the trap too!



From "PATCH] fs/ext4: Allow for the last group to be marked as trimmed" https://lkml.org/lkml/2023/12/13/4

At least this never had any ill effects as "last group" always was a moving target.

But both great and fun to see ext4 still being fine-tuned!
You can leave LUA at any time, but will LUA too ever leave You alone?
 
Old 02-01-2024, 05:35 PM   #6102
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
For information relating to problems building Nvidie drivers with the new 6.6.15 kernel, see here,
https://www.linuxquestions.org/quest...ml#post6480756

and here, https://www.linuxquestions.org/quest...-a-4175733429/
 
2 members found this post helpful.
Old 02-03-2024, 09:12 AM   #6103
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Year 2024, Round 08
Another batch of updates has been scheduled for release on Monday, 5 February 2024, at approximately 04:00, GMT.
The details:
6.7.4-rc1, with 353 patches, https://lkml.iu.edu/hypermail/linux/...2.0/03283.html

6.6.16-rc1, with 322 patches, https://lkml.iu.edu/hypermail/linux/...2.0/03281.html

6.1.77-rc1, with 219 patches, https://lkml.iu.edu/hypermail/linux/...2.0/03279.html

Last edited by cwizardone; 02-03-2024 at 09:15 AM.
 
1 members found this post helpful.
Old 02-03-2024, 12:22 PM   #6104
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
A second set of release candidates for the current batch of kernel updates.

6.7.4-rc2, with 355 patches, https://lkml.iu.edu/hypermail/linux/...2.0/03594.html

6.6.16-rc2, with 326 patches, https://lkml.iu.edu/hypermail/linux/...2.0/03593.html

6.1.77-rc2, with 221 patches, https://lkml.iu.edu/hypermail/linux/...2.0/03592.html

Last edited by cwizardone; 02-03-2024 at 12:24 PM.
 
2 members found this post helpful.
Old 02-04-2024, 08:35 AM   #6105
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
6.8-rc3
Release Candidate 3, for the 6.8.0 "mainline" development kernel has been been made available for testing.

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

Mr. Torvalds' announcement, https://lkml.iu.edu/hypermail/linux/...2.0/04012.html

Last edited by cwizardone; 02-04-2024 at 08:36 AM.
 
  


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 09:53 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