CentOS Plus kernel features

General support questions
Post Reply
freethinker
Posts: 29
Joined: 2010/03/24 16:24:15
Location: St. Louis, MO
Contact:

CentOS Plus kernel features

Post by freethinker » 2012/02/15 23:28:03

Hello.

Where can I find a changelog for the centos6-plus kernel?
I would like to compare the changes to the stock kernel.

Thanks,
D

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: CentOS Plus kernel features

Post by AlanBartlett » 2012/02/16 00:54:42

It is actually part of the package.

[code]
[b]rpm -q --changelog [/b][i]<installed_package>[/i]
[b]rpm -qp --changelog [/b][i]<not_installed_package>[/i]
[/code]

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: CentOS Plus kernel features

Post by TrevorH » 2012/02/16 01:11:40

Or, if you don't want to download the whole thing to find out, install the yum-plugin-changelog package and then run

[code]
yum --enablerepo=centosplus changelog all kernel-2.6.32-220.4.2.el6.centos.plus | less
[/code]

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

CentOS Plus kernel features

Post by toracat » 2012/02/16 01:18:25

If you need more detailed info, the best place to look is this [url=http://bugs.centos.org/view.php?id=4586]CentOS bug entry[/url] ( Tracking for centosplus kernels for CentOS-6 ).

freethinker
Posts: 29
Joined: 2010/03/24 16:24:15
Location: St. Louis, MO
Contact:

Re: CentOS Plus kernel features

Post by freethinker » 2012/02/16 16:49:58

Thanks team.

I know about *that* changelog.
I meant a side-by-side diff between the stock kernel vs plus.
What modules were added, etc.

I guess I'll just read through the lists and see what stands out.

Thanks

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: CentOS Plus kernel features

Post by AlanBartlett » 2012/02/16 20:33:39

How about having both kernels installed and then --

[code]
[b]sdiff -s /boot/config-[/b]foo[b] /boot/config-[/b]phoo | less
[/code]
Perhaps that will be more like what you wish to see?

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Re: CentOS Plus kernel features

Post by toracat » 2012/02/16 20:39:40

[quote]
freethinker wrote:

I meant a side-by-side diff between the stock kernel vs plus.
What modules were added, etc.
[/quote]
Then comparing the config file may be the easiest to see which modules are enabled in the cplus kernel. I posted a diff file [url=http://centos.toracat.org/kernel/centos6/centosplus-testing/configs/diff-config-2.6.32-220.4.2.el6.x86_64.txt]here[/url] for the latest C6 kernel.

[EDIT] The moment I was uploading the file, [b]Alan[/b] was suggesting just that. :-o

freethinker
Posts: 29
Joined: 2010/03/24 16:24:15
Location: St. Louis, MO
Contact:

Re: CentOS Plus kernel features

Post by freethinker » 2012/02/16 22:16:21

Mahalo guys.

That is more like what I had in mind.

Aloha,
D

Post Reply