[opensuse-factory] What package provides linux/slab.h header?
Devs, What package provides the linux/slab.h header? e.g. https://github.com/torvalds/linux/blob/master/include/linux/slab.h I was trying to help with a question about a kernel module -- and found I don't have the slab.h header available. I have the kernel-source installed, so is there another specific sub-package needed? zypper se --provides didn't help. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On mardi, 26 février 2019 06.57:35 h CET David C. Rankin wrote:
Devs,
What package provides the linux/slab.h header? e.g.
https://github.com/torvalds/linux/blob/master/include/linux/slab.h
I was trying to help with a question about a kernel module -- and found I don't have the slab.h header available. I have the kernel-source installed, so is there another specific sub-package needed? zypper se --provides didn't help.
Hi David, rpm -qf /usr/src/linux-4.20.7-1/include/linux/slab.h kernel-devel-4.20.7-1.3.noarch rpm -qf /usr/src/linux-4.20.7-1-obj/x86_64/default/include/config/slab.h kernel-default-devel-4.20.7-1.3.x86_64 -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch Bareos Partner, openSUSE Member, fsfe supporter GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 02/26/2019 12:51 AM, Bruno Friedmann wrote:
On mardi, 26 février 2019 06.57:35 h CET David C. Rankin wrote: Hi David,
rpm -qf /usr/src/linux-4.20.7-1/include/linux/slab.h kernel-devel-4.20.7-1.3.noarch
rpm -qf /usr/src/linux-4.20.7-1-obj/x86_64/default/include/config/slab.h kernel-default-devel-4.20.7-1.3.x86_64
Thank you Bruno, I have both installed on 42.3 kernel-default-devel-4.4.172-86.1.x86_64 kernel-devel-4.4.172-86.1.noarch I found it :) /lib/modules/4.4.172-86-default/build/include/config/slab.h -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Bruno Friedmann
-
David C. Rankin