]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.2rc1-selinux-netif.patch
- [2.4.2x, 2.6.x] don't recursively crash in die() on CHRP/PReP machines
[packages/kernel.git] / 2.6.2rc1-selinux-netif.patch
CommitLineData
16179522
AM
1From kraxel@bytesex.org Wed Jan 21 17:13:31 2004
2Return-path: <linux-kernel-owner+arekm=40pld-linux.org@vger.kernel.org>
3Envelope-to: arekm@sse.pl
4Delivery-date: Wed, 21 Jan 2004 17:36:49 +0100
5Received: from virtual.perfopol.pl [213.25.186.10]
6 by localhost with POP3 (fetchmail-6.2.5)
7 for arekm@localhost (single-drop); Wed, 21 Jan 2004 17:40:11 +0100 (CET)
8Received: from gabber.metalab.unc.edu ([152.2.241.57])
9 by mail.perfopol.pl with smtp (Exim 4.24)
10 id 1AjLLQ-0004x6-8O
11 for arekm@sse.pl; Wed, 21 Jan 2004 17:36:44 +0100
12Received: (qmail 10623 invoked by uid 1012); 21 Jan 2004 16:36:43 -0000
13Delivered-To: pld-arekm@pld-linux.org
14Received: (qmail 10619 invoked from network); 21 Jan 2004 16:36:43 -0000
15Received: from vger.kernel.org (67.72.78.212)
16 by gabber.metalab.unc.edu with SMTP; 21 Jan 2004 16:36:43 -0000
17Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
18 id S265728AbUAUQZU (ORCPT <rfc822;arekm@pld-linux.org>);
19 Wed, 21 Jan 2004 11:25:20 -0500
20Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265744AbUAUQZU
21 (ORCPT <rfc822;linux-kernel-outgoing>);
22 Wed, 21 Jan 2004 11:25:20 -0500
23Received: from hirsch.in-berlin.de ([192.109.42.6]:31126 "EHLO
24 hirsch.in-berlin.de") by vger.kernel.org with ESMTP id S265728AbUAUQZQ
25 (ORCPT <rfc822;linux-kernel@vger.kernel.org>);
26 Wed, 21 Jan 2004 11:25:16 -0500
27X-Envelope-From: kraxel@bytesex.org
28Received: from hirsch.in-berlin.de (localhost [127.0.0.1])
29 by hirsch.in-berlin.de (8.12.10/8.12.10/Debian-6) with ESMTP id i0LGPBcl010646;
30 Wed, 21 Jan 2004 17:25:11 +0100
31Received: (from uucp@localhost)
32 by hirsch.in-berlin.de (8.12.10/8.12.10/Debian-5) with UUCP id i0LGPBAR010642;
33 Wed, 21 Jan 2004 17:25:11 +0100
34Received: from bytesex.org (kraxel@localhost [127.0.0.1])
35 by bytesex.org (8.12.3/8.12.3/Debian-6.6) with ESMTP id i0LGDVnW002537;
36 Wed, 21 Jan 2004 17:13:31 +0100
37Received: (from kraxel@localhost)
38 by bytesex.org (8.12.3/8.12.3/Debian-6.6) id i0LGDVqY002536;
39 Wed, 21 Jan 2004 17:13:31 +0100
40Date: Wed, 21 Jan 2004 17:13:31 +0100
41From: Gerd Knorr <kraxel@bytesex.org>
42To: Linus Torvalds <torvalds@osdl.org>,
43 Andrew Morton <akpm@osdl.org>,
44 Kernel List <linux-kernel@vger.kernel.org>
45Subject: [patch] selinux build fix
46Message-ID: <20040121161331.GA2531@bytesex.org>
47Mime-Version: 1.0
48Content-Type: text/plain;
49 charset=us-ascii
50Content-Disposition: inline
51User-Agent: Mutt/1.5.3i
52Sender: linux-kernel-owner@vger.kernel.org
53Precedence: bulk
54X-Mailing-List: linux-kernel@vger.kernel.org
55Status: R
56X-Status: N
57X-KMail-EncryptionState:
58X-KMail-SignatureState:
59X-KMail-MDN-Sent:
60
61 Hi
62
63trivial one: uses __init and thus needs linux/init.h
64
65 Gerd
66
67--- linux/security/selinux/netif.c.se 2004-01-21 16:42:10.000000000 +0100
68+++ linux/security/selinux/netif.c 2004-01-21 16:42:22.000000000 +0100
69@@ -12,6 +12,7 @@
70 * it under the terms of the GNU General Public License version 2,
71 * as published by the Free Software Foundation.
72 */
73+#include <linux/init.h>
74 #include <linux/types.h>
75 #include <linux/stddef.h>
76 #include <linux/kernel.h>
77
78--
79"... und auch das ganze Wochenende oll" -- Wetterbericht auf RadioEins
80-
81To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
82the body of a message to majordomo@vger.kernel.org
83More majordomo info at http://vger.kernel.org/majordomo-info.html
84Please read the FAQ at http://www.tux.org/lkml/
85
86
This page took 0.063728 seconds and 4 git commands to generate.