Re: [PATCH] Kernel .patches support
From: Adrian Bunk (bunk_at_stusta.de)
Date: 06/24/05
- Previous message: Jan Beulich: "Re: Novell Linux Kernel Debugger (NLKD)"
- In reply to: Christian Hesse: "[PATCH] Kernel .patches support"
- Next in thread: Coywolf Qi Hunt: "Re: [PATCH] Kernel .patches support"
- Reply: Coywolf Qi Hunt: "Re: [PATCH] Kernel .patches support"
- Reply: Christian Hesse: "Re: [PATCH] Kernel .patches support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 24 Jun 2005 09:36:24 +0200 To: Christian Hesse <mail@earthworm.de>
On Thu, Jun 23, 2005 at 11:58:27PM +0200, Christian Hesse wrote:
> Hi everybody,
>
> every time I apply a patch to my kernel tree I (or my scripts) make an
>
> echo $PATCHNAME $PATCHVERSION >> .patches
>
> This patch makes the file accessible via /proc/patches.gz. I think this can be
> handy if you want to know what patches you (or your distributor) applied to
> your running kernel...
>...
> Let me know what you think.
To be honest, I'm not a fan of it.
If e.g. looking at a Debian kernel source that has 289 different patches
with names like tty-locking-fixes7 applied, you'll see that this often
won't give you much valuable information.
You'd need an uniform naming convention for patches across
distributions, and I don't think such things are worth the effort.
> Regards,
> Christian
> --- linux-2.6.12+/include/linux/patches.h 1970-01-01 01:00:00.000000000 +0100
> +++ linux-2.6.12+-patches/include/linux/patches.h 2005-06-23 23:10:15.278685000 +0200
> @@ -0,0 +1,6 @@
> +#ifndef _LINUX_PATCHES_H
> +#define _LINUX_PATCHES_H
> +
> +#include <linux/autoconf.h>
> +
> +#endif
>...
What do you need this file for?
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Jan Beulich: "Re: Novell Linux Kernel Debugger (NLKD)"
- In reply to: Christian Hesse: "[PATCH] Kernel .patches support"
- Next in thread: Coywolf Qi Hunt: "Re: [PATCH] Kernel .patches support"
- Reply: Coywolf Qi Hunt: "Re: [PATCH] Kernel .patches support"
- Reply: Christian Hesse: "Re: [PATCH] Kernel .patches support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|