Re: [PATCH] feature-removal: Document suspend/hibernate deprecations

2008-02-01 Thread Rafael J. Wysocki
On Friday, 1 of February 2008, Harvey Harrison wrote:
> Let this appear as deprecated in 2.6.25, remove after three
> releases (2.6.28).

Thanks, I'll post a more complete version of the patch later today.

> Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]>
> ---
> Something like this should be included if you are deprecating
> userspace functionality.  I tried to come up with a useful
> reason from your changelogs, but you should fill this in.
> 
>  Documentation/feature-removal-schedule.txt |   25 +
>  1 files changed, 25 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/feature-removal-schedule.txt 
> b/Documentation/feature-removal-schedule.txt
> index 181bff0..cb005de 100644
> --- a/Documentation/feature-removal-schedule.txt
> +++ b/Documentation/feature-removal-schedule.txt
> @@ -354,3 +354,28 @@ Why: The support code for the old firmware hurts 
> code readability/maintainabilit
>   and slightly hurts runtime performance. Bugfixes for the old firmware
>   are not provided by Broadcom anymore.
>  Who: Michael Buesch <[EMAIL PROTECTED]>
> +
> +---
> +
> +What:SNAPSHOT_PMOPS ioctl
> +When:2.6.28
> +Why: Badly designed interface, obsoleted by SNAPSHOT_PLATFORM_SUPPORT and
> + SNAPSHOT_POWER_OFF
> +Who: Len Brown <[EMAIL PROTECTED]>
> +
> +---
> +
> +What:SNAPSHOT_SET_SWAP_FILE ioctl
> +When:2.6.28
> +Why: Insert reason here
> +Who: Len Brown <[EMAIL PROTECTED]>
> +
> +---
> +
> +What:SNAPSHOT_ATOMIC_SNAPSHOT, SNAPSHOT_AVAIL_SWAP, 
> SNAPSHOT_GET_SWAP_PAGE ioctls
> +When:2.6.28
> +Why: Defined in a non-portable manner, new numbers introduced, old numbers
> + deprecated.
> +Who: Len Brown <[EMAIL PROTECTED]>
> +
> +---
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] feature-removal: Document suspend/hibernate deprecations

2008-02-01 Thread Rafael J. Wysocki
On Friday, 1 of February 2008, Harvey Harrison wrote:
 Let this appear as deprecated in 2.6.25, remove after three
 releases (2.6.28).

Thanks, I'll post a more complete version of the patch later today.

 Signed-off-by: Harvey Harrison [EMAIL PROTECTED]
 ---
 Something like this should be included if you are deprecating
 userspace functionality.  I tried to come up with a useful
 reason from your changelogs, but you should fill this in.
 
  Documentation/feature-removal-schedule.txt |   25 +
  1 files changed, 25 insertions(+), 0 deletions(-)
 
 diff --git a/Documentation/feature-removal-schedule.txt 
 b/Documentation/feature-removal-schedule.txt
 index 181bff0..cb005de 100644
 --- a/Documentation/feature-removal-schedule.txt
 +++ b/Documentation/feature-removal-schedule.txt
 @@ -354,3 +354,28 @@ Why: The support code for the old firmware hurts 
 code readability/maintainabilit
   and slightly hurts runtime performance. Bugfixes for the old firmware
   are not provided by Broadcom anymore.
  Who: Michael Buesch [EMAIL PROTECTED]
 +
 +---
 +
 +What:SNAPSHOT_PMOPS ioctl
 +When:2.6.28
 +Why: Badly designed interface, obsoleted by SNAPSHOT_PLATFORM_SUPPORT and
 + SNAPSHOT_POWER_OFF
 +Who: Len Brown [EMAIL PROTECTED]
 +
 +---
 +
 +What:SNAPSHOT_SET_SWAP_FILE ioctl
 +When:2.6.28
 +Why: Insert reason here
 +Who: Len Brown [EMAIL PROTECTED]
 +
 +---
 +
 +What:SNAPSHOT_ATOMIC_SNAPSHOT, SNAPSHOT_AVAIL_SWAP, 
 SNAPSHOT_GET_SWAP_PAGE ioctls
 +When:2.6.28
 +Why: Defined in a non-portable manner, new numbers introduced, old numbers
 + deprecated.
 +Who: Len Brown [EMAIL PROTECTED]
 +
 +---
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] feature-removal: Document suspend/hibernate deprecations

2008-01-31 Thread Harvey Harrison
Let this appear as deprecated in 2.6.25, remove after three
releases (2.6.28).

Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]>
---
Something like this should be included if you are deprecating
userspace functionality.  I tried to come up with a useful
reason from your changelogs, but you should fill this in.

 Documentation/feature-removal-schedule.txt |   25 +
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/Documentation/feature-removal-schedule.txt 
b/Documentation/feature-removal-schedule.txt
index 181bff0..cb005de 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -354,3 +354,28 @@ Why:   The support code for the old firmware hurts 
code readability/maintainabilit
and slightly hurts runtime performance. Bugfixes for the old firmware
are not provided by Broadcom anymore.
 Who:   Michael Buesch <[EMAIL PROTECTED]>
+
+---
+
+What:  SNAPSHOT_PMOPS ioctl
+When:  2.6.28
+Why:   Badly designed interface, obsoleted by SNAPSHOT_PLATFORM_SUPPORT and
+   SNAPSHOT_POWER_OFF
+Who:   Len Brown <[EMAIL PROTECTED]>
+
+---
+
+What:  SNAPSHOT_SET_SWAP_FILE ioctl
+When:  2.6.28
+Why:   Insert reason here
+Who:   Len Brown <[EMAIL PROTECTED]>
+
+---
+
+What:  SNAPSHOT_ATOMIC_SNAPSHOT, SNAPSHOT_AVAIL_SWAP, SNAPSHOT_GET_SWAP_PAGE 
ioctls
+When:  2.6.28
+Why:   Defined in a non-portable manner, new numbers introduced, old numbers
+   deprecated.
+Who:   Len Brown <[EMAIL PROTECTED]>
+
+---
-- 
1.5.4.rc4.1142.gf5a97



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] feature-removal: Document suspend/hibernate deprecations

2008-01-31 Thread Harvey Harrison
Let this appear as deprecated in 2.6.25, remove after three
releases (2.6.28).

Signed-off-by: Harvey Harrison [EMAIL PROTECTED]
---
Something like this should be included if you are deprecating
userspace functionality.  I tried to come up with a useful
reason from your changelogs, but you should fill this in.

 Documentation/feature-removal-schedule.txt |   25 +
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/Documentation/feature-removal-schedule.txt 
b/Documentation/feature-removal-schedule.txt
index 181bff0..cb005de 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -354,3 +354,28 @@ Why:   The support code for the old firmware hurts 
code readability/maintainabilit
and slightly hurts runtime performance. Bugfixes for the old firmware
are not provided by Broadcom anymore.
 Who:   Michael Buesch [EMAIL PROTECTED]
+
+---
+
+What:  SNAPSHOT_PMOPS ioctl
+When:  2.6.28
+Why:   Badly designed interface, obsoleted by SNAPSHOT_PLATFORM_SUPPORT and
+   SNAPSHOT_POWER_OFF
+Who:   Len Brown [EMAIL PROTECTED]
+
+---
+
+What:  SNAPSHOT_SET_SWAP_FILE ioctl
+When:  2.6.28
+Why:   Insert reason here
+Who:   Len Brown [EMAIL PROTECTED]
+
+---
+
+What:  SNAPSHOT_ATOMIC_SNAPSHOT, SNAPSHOT_AVAIL_SWAP, SNAPSHOT_GET_SWAP_PAGE 
ioctls
+When:  2.6.28
+Why:   Defined in a non-portable manner, new numbers introduced, old numbers
+   deprecated.
+Who:   Len Brown [EMAIL PROTECTED]
+
+---
-- 
1.5.4.rc4.1142.gf5a97



--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/