Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

What kernel do you use

Off-Topic discussions about science, technology, and non Debian specific topics.
Message
Author
User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: What kernel do you use

#46 Post by bester69 »

In my computer:

Kernel's i tried:

debian 4.7.0--> REGULAR
debian 4.7.5--> REGULAR
debian 4.7.6--> REGULAR
ubuntu 4.7.6--> GREAT
ubuntu 4.7.7--> REGULAR
ubuntu 4.8.0 -->REGULAR
ubuntu 4.8.2 --> GREAT

Now, Using Ubuntu's 4.8.2 (before 4.7.6)

Code: Select all

mycojones@hall:~$ uname -a
Linux hall 4.8.2-040802-generic #201610161339 SMP Sun Oct 16 17:41:46 UTC 2016 x86_64 GNU/Linux

bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: What kernel do you use

#47 Post by Head_on_a_Stick »

Code: Select all

$ uname -a
OpenBSD OpenBSD.lan 6.0 GENERIC.MP#0 amd64
dmesg(8) gives a little more information:

Code: Select all

OpenBSD 6.0-current (GENERIC.MP) #0: Sun Oct 16 18:57:06 MDT 2016
I love the smell of a fresh kernel :)
deadbang

User avatar
Nili
Posts: 441
Joined: 2014-04-30 14:04
Location: $HOME/♫♪
Has thanked: 5 times
Been thanked: 3 times

Re: What kernel do you use

#48 Post by Nili »

On the Stable Kernel/OS, we got a new kernel update yesterday (security and bug fix) read more

Code: Select all

Linux kernel 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) i686 GNU/Linux
openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

Innovate
Posts: 188
Joined: 2015-12-27 01:28

Re: What kernel do you use

#49 Post by Innovate »

Oh my, I'm glad I read this news about 4.8

http://www.theregister.co.uk/2016/10/05 ... _linux_48/

I'll just skipped to 4.9 or 5.0 when it comes or stay back on 3.16, 4.7

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: What kernel do you use

#50 Post by pylkko »

Innovate wrote:Oh my, I'm glad I read this news about 4.8

http://www.theregister.co.uk/2016/10/05 ... _linux_48/

I'll just skipped to 4.9 or 5.0 when it comes or stay back on 3.16, 4.7
First of all, 4.8.1. was released immediately thereafter effectively removing "buggy crap". It is now at 4.8.3 and likely much more stable.
https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.1 wrote:commit 0b09f2d43201472327b80f9978cd768b46353a34
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Mon Oct 3 21:03:48 2016 -0700

Using BUG_ON() as an assert() is _never_ acceptable

commit 21f54ddae449f4bdd9f1498124901d67202243d9 upstream.

That just generally kills the machine, and makes debugging only much
harder, since the traces may long be gone.

Debugging by assert() is a disease. Don't do it. If you can continue,
you're much better off doing so with a live machine where you have a
much higher chance that the report actually makes it to the system logs,
rather than result in a machine that is just completely dead.

The only valid situation for BUG_ON() is when continuing is not an
option, because there is massive corruption. But if you are just
verifying that something is true, you warn about your broken assumptions
(preferably just once), and limp on.

Fixes: 22f2ac51b6d6 ("mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()")
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Miklos Szeredi <miklos@szeredi.hu>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Second, the next kernel after 4.9 is 4.10.

User avatar
Nili
Posts: 441
Joined: 2014-04-30 14:04
Location: $HOME/♫♪
Has thanked: 5 times
Been thanked: 3 times

Re: What kernel do you use

#51 Post by Nili »

As a slashdot reader saw very early once the news come up.

back on topic...
Let see how many linux image we've on our system with below command

dpkg -l | grep linux-image

Code: Select all

ii  linux-image-3.16.0-4-686-pae  3.16.36-1+deb8u2                  i386         Linux 3.16 for modern PCs
openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

User avatar
Ardouos
Posts: 1075
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: What kernel do you use

#52 Post by Ardouos »

Guys, I just updated my kernel!

Before:
Ardouos wrote:$ uname -r
3.16.0-4-amd64
After:

Code: Select all

$ uname -r
3.16.0-4-amd64
:lol:
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: What kernel do you use

#53 Post by RU55EL »

At the moment:

Code: Select all

$ uname -r
4.7.7-200.fc24.x86_64
Of course, this computer is running Fedora 24...it's time to put Debian stable back on this computer and get back to the good old kernals!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: What kernel do you use

#54 Post by stevepusser »

Cureently running this thing that I backported yesterday:

Code: Select all

4.8.0-2.1-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 4.8-2 (2016-10-20) x86_64 GNU/Linux
It's also in the same OBS repo that I backported codelite in a while back, if anyone else wants to give it a spin:

https://software.opensuse.org/download. ... e=codelite
MX Linux packager and developer

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: What kernel do you use

#55 Post by stevepusser »

Ardouos wrote:Guys, I just updated my kernel!

Before:
Ardouos wrote:$ uname -r
3.16.0-4-amd64
After:

Code: Select all

$ uname -r
3.16.0-4-amd64
:lol:
Use "uname -a" to get the full kernel information.
MX Linux packager and developer

User avatar
Ardouos
Posts: 1075
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: What kernel do you use

#56 Post by Ardouos »

stevepusser wrote: Use "uname -a" to get the full kernel information.
That was the joke. :(
Last edited by Ardouos on 2016-10-22 08:47, edited 1 time in total.
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: What kernel do you use

#57 Post by stevepusser »

OK, I see. :?

I'm redoing the Liquorix Kernel right now in the OBS because I added the patch to fix the Cow problem (CVE-2016-5195), so it'll take an hour or two. We're also going to have to add it to any unmaintained backports kernel, such as the 4.2 one in MX 15 x64.
MX Linux packager and developer

User avatar
Linadian
Posts: 490
Joined: 2013-12-20 15:25
Location: In a systemd free distro

Re: What kernel do you use

#58 Post by Linadian »

Code: Select all

[kerplunk@Mark-13 ~]$ uname -r
4.8.3-pclos1
The R7 250 chip/fan racing is not as bad. Had a look in hardinfo as well, far less kernel module bloat, this may be a keeper (in PCLOS), my Devuan and Ubuntu 14.04 Xfce are another story.
Linux Registered User 533946

User avatar
Ardouos
Posts: 1075
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: What kernel do you use

#59 Post by Ardouos »

Sorry for the confusion Steve.

stevepusser wrote: I'm redoing the Liquorix Kernel right now in the OBS because I added the patch to fix the Cow problem (CVE-2016-5195)
Nice! Your contributions are always welcome.
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
Linadian
Posts: 490
Joined: 2013-12-20 15:25
Location: In a systemd free distro

Re: What kernel do you use

#60 Post by Linadian »

I found out why the video card fan idles slightly faster in newer kernels compared to older kernels...found this in boot.log/dmesg...

Code: Select all

[    1.794901] [drm] Loading oland Microcode
[    1.795071] [drm] Internal thermal controller with fan control
So the video card chip isn't racing at all, it's just the cooling fan got a little idle speed bump. Was wondering why the Radeon temperature is slightly lower at idle than older kernels. Well I'll be a monkey's uncle. FYI, after they system is up for a little while, the fan settles down somewhat.
Linux Registered User 533946

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: What kernel do you use

#61 Post by stevepusser »

There's now a 4.8-3 Liquourix kernel on their website that no doubt includes a fix; if not, I'll add it. I'm also fighting to get Pale Moon built on the new OBS Ubuntu 16.10 platform--it doesn't like gcc-5, so I'm trying to build it against gcc-4.9. So far, I'm past the point where it always errored out before. The OBS also promises a Debian Stretch platform, but it's not available yet--the same fix would work for that build.
MX Linux packager and developer

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: What kernel do you use

#62 Post by RU55EL »

Code: Select all

russel@debian:~$ screenfetch
         _,met$$$$$gg.           russel@debian
      ,g$$$$$$$$$$$$$$$P.        OS: Debian 8.6 jessie
    ,g$$P""       """Y$$.".      Kernel: x86_64 Linux 3.16.0-4-amd64
   ,$$P'              `$$$.      Uptime: 1h 18m
  ',$$P       ,ggs.     `$$b:    Packages: 1816
  `d$$'     ,$P"'   .    $$$     Shell: bash 4.3.30
   $$P      d$'     ,    $$P     Resolution: 1680x1050
   $$:      $$.   -    ,d$$'     WM: GNOME Shell
   $$\;      Y$b._   _,d$P'      WM Theme: Adwaita
   Y$$.    `.`"Y$$$$P"'          GTK Theme: Not Found [GTK2], Not Found [GTK3]
   `$$b      "-.__               Icon Theme: Not Found
    `Y$$                         Font: Not Found
     `Y$$.                       CPU: Intel Core i5-4250U CPU @ 2.6GHz
       `$$b.                     RAM: 1103MB / 6954MB
         `Y$$b.                 
            `"Y$b._             
                `""""           
 
Ah, back to my good old kernel...
Last edited by RU55EL on 2016-11-02 03:11, edited 1 time in total.

Innovate
Posts: 188
Joined: 2015-12-27 01:28

Re: What kernel do you use

#63 Post by Innovate »

pylkko wrote: First of all, 4.8.1. was released immediately thereafter effectively removing "buggy crap". It is now at 4.8.3 and likely much more stable.
Second, the next kernel after 4.9 is 4.10.
Thank you, for useful informations.
I was wondering was kernel in kernel.org develop along with Linus as well?
Or just from a bunch of ppl which is not from Linux purely, so they're working together over there, then.
Sometimes I Debianize the kernel from Linus raw kernel from github page. 4.5, 4.6., 4.7, 4.8(Except RC releases)
Sometimes I Debianize the patched 4.7.1-4.7.x kernel from kernel.org like I used to do on 4.5.x, 4.6.x
Then I don't have to worry from kernel.org anymore since they always patched from the raw kernel from Linux github.

User avatar
Linadian
Posts: 490
Joined: 2013-12-20 15:25
Location: In a systemd free distro

Re: What kernel do you use

#64 Post by Linadian »

Innovate wrote:
pylkko wrote: First of all, 4.8.1. was released immediately thereafter effectively removing "buggy crap". It is now at 4.8.3 and likely much more stable.
Second, the next kernel after 4.9 is 4.10.
Thank you, for useful informations.
I was wondering was kernel in kernel.org develop along with Linus as well?
Or just from a bunch of ppl which is not from Linux purely, so they're working together over there, then.
Sometimes I Debianize the kernel from Linus raw kernel from github page. 4.5, 4.6., 4.7, 4.8(Except RC releases)
Sometimes I Debianize the patched 4.7.1-4.7.x kernel from kernel.org like I used to do on 4.5.x, 4.6.x
Then I don't have to worry from kernel.org anymore since they always patched from the raw kernel from Linux github.
I believe https://www.linuxfoundation.org/ is the 'mothership', read the About. If you read the changelogs at https://www.kernel.org/ , each fix states the author, etc. From what I gather, Linus appears to still be the chief kernel engineer. Here's one more site you may find interesting... http://lwn.net/

Edit: Anybody feel free to correct me if I'm wrong.
Linux Registered User 533946

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: What kernel do you use

#65 Post by RU55EL »

New kernel with Fedora updates this morning.

Code: Select all

[russel@k55a ~]$ uname -r
4.8.4-200.fc24.x86_64

Post Reply