linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marco Colombo <marco@esi.it>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.2.21-rc4
Date: Sat, 18 May 2002 17:54:32 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0205181747360.29194-200000@Megathlon.ESI> (raw)
In-Reply-To: <200205152039.g4FKdcn08311@devserv.devel.redhat.com>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 310 bytes --]

On Wed, 15 May 2002, Alan Cox wrote:

> Unless something bad turns up this will be the final 2.2.21. 

Hi, Alan.

Any chance the attached patch gets included?
I regard the issue as a bug (user programs that work on most archs fail
on sparc64).

[ davem already did the same for the 2.[45] trees, AFAIK ]

.TM.

[-- Attachment #2: Type: TEXT/PLAIN, Size: 662 bytes --]

--- linux.21p3/arch/sparc64/kernel/ioctl32.c	Fri Nov  2 17:39:06 2001
+++ linux.21p3-tm/arch/sparc64/kernel/ioctl32.c	Tue Feb 26 13:29:35 2002
@@ -67,6 +67,7 @@
 #include <asm/watchdog.h>
 
 #include <linux/soundcard.h>
+#include <linux/random.h>
 
 /* Use this to get at 32-bit user passed pointers. 
    See sys_sparc32.c for description about these. */
@@ -2811,6 +2812,13 @@
 	/* case D7SIOCRD: Same value as ENVCTRL_RD_VOLTAGE_STATUS */
 	case D7SIOCTM:
 
+	/* Big R */
+	case RNDGETENTCNT:
+	case RNDADDTOENTCNT:
+	case RNDGETPOOL:
+	case RNDADDENTROPY:
+	case RNDZAPENTCNT:
+	case RNDCLEARPOOL:
 
 	/* Little m */
 	case MTIOCTOP:

      parent reply	other threads:[~2002-05-18 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-15 20:39 Linux 2.2.21-rc4 Alan Cox
2002-05-16 14:06 ` Rob Landley
2002-05-18 15:54 ` Marco Colombo [this message]

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=Pine.LNX.4.44.0205181747360.29194-200000@Megathlon.ESI \
    --to=marco@esi.it \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).