All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Dave Jones <davej@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	sparclinux@vger.kernel.org
Subject: Re: Remove init_mm export as planned for 2.6.26
Date: Sat, 12 Jul 2008 02:30:46 +0000	[thread overview]
Message-ID: <20080711193046.89b4b68a.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080711201959.GA1007@redhat.com>

On Fri, 11 Jul 2008 16:19:59 -0400 Dave Jones <davej@redhat.com> wrote:

> Signed-off-by: Dave Jones <davej@redhat.com>
> 
> diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
> index 46ece3f..5e89689 100644
> --- a/Documentation/feature-removal-schedule.txt
> +++ b/Documentation/feature-removal-schedule.txt
> @@ -270,18 +270,6 @@ Who:	Michael Buesch <mb@bu3sch.de>
>  
>  ---------------------------
>  
> -What:	init_mm export
> -When:	2.6.26
> -Why:	Not used in-tree. The current out-of-tree users used it to
> -	work around problems in the CPA code which should be resolved
> -	by now. One usecase was described to provide verification code
> -	of the CPA operation. That's a good idea in general, but such
> -	code / infrastructure should be in the kernel and not in some
> -	out-of-tree driver.
> -Who:	Thomas Gleixner <tglx@linutronix.de>
> -
> -----------------------------
> -
>  What:	usedac i386 kernel parameter
>  When:	2.6.27
>  Why:	replaced by allowdac and no dac combination
> diff --git a/arch/x86/kernel/init_task.c b/arch/x86/kernel/init_task.c
> index a4f93b4..d399180 100644
> --- a/arch/x86/kernel/init_task.c
> +++ b/arch/x86/kernel/init_task.c
> @@ -14,7 +14,6 @@ static struct fs_struct init_fs = INIT_FS;
>  static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
>  static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
>  struct mm_struct init_mm = INIT_MM(init_mm);
> -EXPORT_UNUSED_SYMBOL(init_mm); /* will be removed in 2.6.26 */
>  
>  /*
>   * Initial thread structure.
> 

grep -r init_mm include/asm-sparc64

This patch used to break stuff.  I'm not aware that anything was done
to prevent this.


WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Dave Jones <davej@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	<sparclinux@vger.kernel.org>
Subject: Re: Remove init_mm export as planned for 2.6.26
Date: Fri, 11 Jul 2008 19:30:46 -0700	[thread overview]
Message-ID: <20080711193046.89b4b68a.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080711201959.GA1007@redhat.com>

On Fri, 11 Jul 2008 16:19:59 -0400 Dave Jones <davej@redhat.com> wrote:

> Signed-off-by: Dave Jones <davej@redhat.com>
> 
> diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
> index 46ece3f..5e89689 100644
> --- a/Documentation/feature-removal-schedule.txt
> +++ b/Documentation/feature-removal-schedule.txt
> @@ -270,18 +270,6 @@ Who:	Michael Buesch <mb@bu3sch.de>
>  
>  ---------------------------
>  
> -What:	init_mm export
> -When:	2.6.26
> -Why:	Not used in-tree. The current out-of-tree users used it to
> -	work around problems in the CPA code which should be resolved
> -	by now. One usecase was described to provide verification code
> -	of the CPA operation. That's a good idea in general, but such
> -	code / infrastructure should be in the kernel and not in some
> -	out-of-tree driver.
> -Who:	Thomas Gleixner <tglx@linutronix.de>
> -
> -----------------------------
> -
>  What:	usedac i386 kernel parameter
>  When:	2.6.27
>  Why:	replaced by allowdac and no dac combination
> diff --git a/arch/x86/kernel/init_task.c b/arch/x86/kernel/init_task.c
> index a4f93b4..d399180 100644
> --- a/arch/x86/kernel/init_task.c
> +++ b/arch/x86/kernel/init_task.c
> @@ -14,7 +14,6 @@ static struct fs_struct init_fs = INIT_FS;
>  static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
>  static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
>  struct mm_struct init_mm = INIT_MM(init_mm);
> -EXPORT_UNUSED_SYMBOL(init_mm); /* will be removed in 2.6.26 */
>  
>  /*
>   * Initial thread structure.
> 

grep -r init_mm include/asm-sparc64

This patch used to break stuff.  I'm not aware that anything was done
to prevent this.


  reply	other threads:[~2008-07-12  2:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-11 20:19 Remove init_mm export as planned for 2.6.26 Dave Jones
2008-07-12  2:30 ` Andrew Morton [this message]
2008-07-12  2:30   ` Andrew Morton
2008-07-14  2:37   ` Christoph Hellwig
2008-07-14  2:37     ` Christoph Hellwig
2008-07-14  4:33     ` Andrew Morton
2008-07-14  4:33       ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080711193046.89b4b68a.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sparclinux@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.