lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 30 Oct 2007 01:20:11 -0700 (PDT) From: David Miller <davem@...emloft.net> To: akpm@...ux-foundation.org Cc: netdev@...r.kernel.org, bugme-daemon@...zilla.kernel.org, linux@...c.de Subject: Re: [Bugme-new] [Bug 9260] New: tipc_config.h is not installed when doing "make headers_install" From: Andrew Morton <akpm@...ux-foundation.org> Date: Mon, 29 Oct 2007 12:07:16 -0700 > On Mon, 29 Oct 2007 09:10:26 -0700 (PDT) > bugme-daemon@...zilla.kernel.org wrote: > > > http://bugzilla.kernel.org/show_bug.cgi?id=9260 ... > > Problem Description: > > When doing "make headers_install" the file tipc_config.h is not installed. It > > describes the interface to configure the TIPC module and it is needed when > > building the config utility (tipc-config). > > Adding the following line to include/linux/Kbuild solves this: > > header-y += tipc_config.h > > Fair enough, I'll commit the following and submit to -stable as well. >From 502ef38da15d817f8e67acefc12dc2212f7f8aa1 Mon Sep 17 00:00:00 2001 From: David S. Miller <davem@...set.davemloft.net> Date: Tue, 30 Oct 2007 01:19:19 -0700 Subject: [PATCH] [TIPC]: Add tipc_config.h to include/linux/Kbuild. Needed, as reported in: http://bugzilla.kernel.org/show_bug.cgi?id=9260 Signed-off-by: David S. Miller <davem@...emloft.net> --- include/linux/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 6a65231..bd33c22 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -149,6 +149,7 @@ header-y += ticable.h header-y += times.h header-y += tiocl.h header-y += tipc.h +header-y += tipc_config.h header-y += toshiba.h header-y += ultrasound.h header-y += un.h -- 1.5.2.5 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists