From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 5 Dec 2012 12:24:35 +0100 From: Andrew Lunn Message-ID: <20121205112435.GE26922@lunn.ch> References: <1371478.oVHDQkQ7OX@sven-desktop.home.narfation.org> <20121205103527.GC26922@lunn.ch> <20121205110642.GD27828@ritirata.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121205110642.GD27828@ritirata.org> Subject: Re: [B.A.T.M.A.N.] RFC: Removing one indirection layer for patches Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking > I think the major advantage here is that, whenever a person sends a > patch which is not going to work on older kernels, he must also send > a patch for compat.h/c. Hi Antonio This is where you are fighting again the kernel process. The kernel process does not care about older kernels, expect for patches flowing into stable as bug fixes. So anybody from outside of BATMAN will not supply such compat.[ch] changes. Maybe its also time to evaluate the value of older kernels with newest BATMAN? Is the pain worth the gain? Andrew