You are not logged in.

#1 2014-11-19 12:53:09

chickenPie4tea
Member
Registered: 2012-08-21
Posts: 309

<Solved>how long can I hold the kernel?

After a recent system upgrade to kernel 3.17.3-1  I noticed my laptop would not resume from a standby like it used to.
So I downgraded to kernel 3.17.2-1 and it's working again.
Therefore I added to the pacman.conf
IgnorePkg=linux
So that I dont get an upgrade again.  How long is it safe to hold the kernel? can I just keep this working kernel for say 6 months?!
Anyone held there kernel with no bad effects and for how long?

Last edited by chickenPie4tea (2014-11-19 20:40:09)


You can like linux without becoming a fanatic!

Offline

#2 2014-11-19 12:57:26

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,175
Website

Re: <Solved>how long can I hold the kernel?

chickenPie4tea wrote:

How long is it safe to hold the kernel? can I just keep this working kernel for say 6 months?!
Anyone held there kernel with no bad effects and for how long?

I wouldn't be that happy holding a kernel for 6 months, because of the potential for security vulnerabilities to be found.

I'd personally try and find the specific patch from 3.17.2 to 3.17.3 which is affecting your system and report it as a bug.

Have you tried either the mainline kernel in the AUR or the LTS kernel?


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#3 2014-11-19 13:05:22

chickenPie4tea
Member
Registered: 2012-08-21
Posts: 309

Re: <Solved>how long can I hold the kernel?

thanks for the reply,
No I haven't tried the mainline kernel I may do that. I had LTS installed on an older install of Arch, havent gotten around to it this time.  Ok then I won't hold it for months!  I will install the long term support kernel.

Last edited by chickenPie4tea (2014-11-19 13:15:33)


You can like linux without becoming a fanatic!

Offline

#4 2014-11-19 13:54:37

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: <Solved>how long can I hold the kernel?

chickenPie4tea wrote:

IgnorePkg=linux

I also add "linux-headers" to that list. I don't knof if it's necessary, but it just seems right to keep the kernel and the header files in sync. smile

How long is it safe to hold the kernel? can I just keep this working kernel for say 6 months?!

Since you use Arch Linux and are a responsible user wink you can use the kernel as long as your computer still works properly. You can check Linux kernel security announcements to see if your kernel is at risk. Finally, my assumption is that both your kernel bug and my kernel bug will be fixed in a kernel release in the not too distant future, so in reality it will be a lot less than six months away. tongue

Offline

#5 2014-11-19 14:04:12

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,572
Website

Re: <Solved>how long can I hold the kernel?

Looks like it may be this bug: https://bugzilla.kernel.org/show_bug.cgi?id=88391


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#6 2014-11-19 20:39:44

chickenPie4tea
Member
Registered: 2012-08-21
Posts: 309

Re: <Solved>how long can I hold the kernel?

@drcouzelis  thanks, yes of course I should add linux-headers
@WorMzy   Yes that's my problem with that kernel

Last edited by chickenPie4tea (2014-11-19 20:46:27)


You can like linux without becoming a fanatic!

Offline

#7 2014-11-20 01:20:52

Potomac
Member
Registered: 2011-12-25
Posts: 552

Re: <Solved>how long can I hold the kernel?

the best thing to do when you have a bug with the kernel is to do a "git bisect" in order to find the commit who has introduced the bug

https://www.kernel.org/pub/software/scm … k2009.html

then you can create a bugreport in kernel's bugzilla, and add a link to this faulty commit, which will help the linux developpers to find quickly a solution,

when the faulty commit has been found you can also try to create a patch that will revert the changes made by this faulty commit, this patch can be used with a PKGBUILD in order to build an archlinux  kernel package

Last edited by Potomac (2014-11-20 01:40:32)

Offline

Board footer

Powered by FluxBB