Linux PARISC architecture development
 help / color / mirror / Atom feed
* [PATCH] UAPI: Drop PER_HPUX personality
@ 2026-07-31 12:56 Helge Deller
  2026-08-04 12:59 ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Helge Deller @ 2026-07-31 12:56 UTC (permalink / raw)
  To: Christoph Hellwig, linux-abi-devel, linux-kernel, linux-parisc; +Cc: deller

From: Helge Deller <deller@gmx.de>

Two and a half decades ago, there were plans to support HP-UX syscalls
in Linux. This was never fully implemented, never worked and was never
actually used by anybody.
Let's simply drop this define now and free it up for other usages.

Signed-off-by: Helge Deller <deller@gmx.de>
---
 include/uapi/linux/personality.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/uapi/linux/personality.h b/include/uapi/linux/personality.h
index 49796b7756af..243f5f80a7b8 100644
--- a/include/uapi/linux/personality.h
+++ b/include/uapi/linux/personality.h
@@ -62,7 +62,6 @@ enum {
 	PER_SOLARIS =		0x000d | STICKY_TIMEOUTS,
 	PER_UW7 =		0x000e | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
 	PER_OSF4 =		0x000f,			 /* OSF/1 v4 */
-	PER_HPUX =		0x0010,
 	PER_MASK =		0x00ff,
 };
 
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] UAPI: Drop PER_HPUX personality
  2026-07-31 12:56 [PATCH] UAPI: Drop PER_HPUX personality Helge Deller
@ 2026-08-04 12:59 ` Christoph Hellwig
  2026-08-04 13:02   ` Helge Deller
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2026-08-04 12:59 UTC (permalink / raw)
  To: Helge Deller
  Cc: Christoph Hellwig, linux-abi-devel, linux-kernel, linux-parisc,
	deller, Andrew Morton

On Fri, Jul 31, 2026 at 02:56:51PM +0200, Helge Deller wrote:
> From: Helge Deller <deller@gmx.de>
> 
> Two and a half decades ago, there were plans to support HP-UX syscalls
> in Linux. This was never fully implemented, never worked and was never
> actually used by anybody.
> Let's simply drop this define now and free it up for other usages.

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>

There's not real tree for include/uapi/linux/personality.h, maybe
we can get Andrew to merge it through -mm?

> 
> Signed-off-by: Helge Deller <deller@gmx.de>
> ---
>  include/uapi/linux/personality.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/uapi/linux/personality.h b/include/uapi/linux/personality.h
> index 49796b7756af..243f5f80a7b8 100644
> --- a/include/uapi/linux/personality.h
> +++ b/include/uapi/linux/personality.h
> @@ -62,7 +62,6 @@ enum {
>  	PER_SOLARIS =		0x000d | STICKY_TIMEOUTS,
>  	PER_UW7 =		0x000e | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
>  	PER_OSF4 =		0x000f,			 /* OSF/1 v4 */
> -	PER_HPUX =		0x0010,
>  	PER_MASK =		0x00ff,
>  };
>  
> -- 
> 2.54.0
> 
---end quoted text---

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] UAPI: Drop PER_HPUX personality
  2026-08-04 12:59 ` Christoph Hellwig
@ 2026-08-04 13:02   ` Helge Deller
  2026-08-04 13:04     ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Helge Deller @ 2026-08-04 13:02 UTC (permalink / raw)
  To: Christoph Hellwig, Helge Deller
  Cc: linux-abi-devel, linux-kernel, linux-parisc, Andrew Morton

On 8/4/26 14:59, Christoph Hellwig wrote:
> On Fri, Jul 31, 2026 at 02:56:51PM +0200, Helge Deller wrote:
>> From: Helge Deller <deller@gmx.de>
>>
>> Two and a half decades ago, there were plans to support HP-UX syscalls
>> in Linux. This was never fully implemented, never worked and was never
>> actually used by anybody.
>> Let's simply drop this define now and free it up for other usages.
> 
> Looks good:
> 
> Reviewed-by: Christoph Hellwig <hch@lst.de>
> 
> There's not real tree for include/uapi/linux/personality.h, maybe
> we can get Andrew to merge it through -mm?

I can take it with the parisc linux tree, if ok for you.

Helge

>> Signed-off-by: Helge Deller <deller@gmx.de>
>> ---
>>   include/uapi/linux/personality.h | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/include/uapi/linux/personality.h b/include/uapi/linux/personality.h
>> index 49796b7756af..243f5f80a7b8 100644
>> --- a/include/uapi/linux/personality.h
>> +++ b/include/uapi/linux/personality.h
>> @@ -62,7 +62,6 @@ enum {
>>   	PER_SOLARIS =		0x000d | STICKY_TIMEOUTS,
>>   	PER_UW7 =		0x000e | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
>>   	PER_OSF4 =		0x000f,			 /* OSF/1 v4 */
>> -	PER_HPUX =		0x0010,
>>   	PER_MASK =		0x00ff,
>>   };
>>   
>> -- 
>> 2.54.0
>>
> ---end quoted text---


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] UAPI: Drop PER_HPUX personality
  2026-08-04 13:02   ` Helge Deller
@ 2026-08-04 13:04     ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2026-08-04 13:04 UTC (permalink / raw)
  To: Helge Deller
  Cc: Christoph Hellwig, Helge Deller, linux-abi-devel, linux-kernel,
	linux-parisc, Andrew Morton

On Tue, Aug 04, 2026 at 03:02:11PM +0200, Helge Deller wrote:
> > Reviewed-by: Christoph Hellwig <hch@lst.de>
> > 
> > There's not real tree for include/uapi/linux/personality.h, maybe
> > we can get Andrew to merge it through -mm?
> 
> I can take it with the parisc linux tree, if ok for you.

Works for me, thanks.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-04 13:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31 12:56 [PATCH] UAPI: Drop PER_HPUX personality Helge Deller
2026-08-04 12:59 ` Christoph Hellwig
2026-08-04 13:02   ` Helge Deller
2026-08-04 13:04     ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox