Am Mittwoch, 14. Dezember 2016, 08:18:47 CET schrieb Marc Haber:
> On Tue, Dec 13, 2016 at 03:50:31PM +0100, Martin Steigerwald wrote:
> > I see. Marc, IMHO this issue should not hold back uploading new atop to
> > Debian unstable for inclusion into next Debian version. What do you
> > think?
> Agreed. I will document this in NEWS.Debian and would like to include
> kernel bugzilla and kernel mailig lists references.

I didn´t post to LKML about the bug I reported in kernel upstream bugtracker 
yet.

I ponder whether to report the second issue, the one about netlink, that 
Gerlof pointed out to the Debian bugtracker, since for Gerlof it does only 
happen with the Debian kernel and not with the CentOS kernel he tried and I 
also didn´t see this issue with my self-compiled kernel.

For that it would be good to have the configuration of the CentOS kernel, but I 
probably can also just compare my self-compiled config of 4.8.14 kernel (I 
downgraded from 4.9 kernel already again due to issues with Intel gfx driver) 
with Debian 4.8 kernel. Hmm, lets see… there are indeed some configuration 
differences related to netlink:

merkaba:~> grep NETLINK /boot/config-4.8.0-2-amd64 
CONFIG_COMPAT_NETLINK_MESSAGES=y
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NF_CT_NETLINK_TIMEOUT=m
CONFIG_NF_CT_NETLINK_HELPER=m
CONFIG_NETFILTER_NETLINK_GLUE_CT=y
CONFIG_NETLINK_DIAG=m
CONFIG_SCSI_NETLINK=y
CONFIG_QUOTA_NETLINK_INTERFACE=y


merkaba:~> grep NETLINK /boot/config-4.8.14-tp520-btrfstrim+ 
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NF_CT_NETLINK_TIMEOUT=m
# CONFIG_NETFILTER_NETLINK_GLUE_CT is not set
CONFIG_NETLINK_DIAG=y
CONFIG_SCSI_NETLINK=y
CONFIG_QUOTA_NETLINK_INTERFACE=y


I will be recompiling my kernel with:

CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NF_CT_NETLINK_TIMEOUT=m
CONFIG_NF_CT_NETLINK_HELPER=m
CONFIG_NETFILTER_NETLINK_GLUE_CT=y
CONFIG_NETLINK_DIAG=m
CONFIG_SCSI_NETLINK=y
CONFIG_QUOTA_NETLINK_INTERFACE=y

to see if I can reproduce the issue.

I don´t know how to activate "CONFIG_COMPAT_NETLINK_MESSAGES=y".

Thanks,
-- 
Martin

Reply via email to