All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rpdfs-progs: ARM64 support and documentation
@ 2026-02-24 16:33 Valerie Aurora
  2026-02-24 16:33 ` [PATCH 1/3] Initial support for ARM64, incompatible with x86_64 Valerie Aurora
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Valerie Aurora @ 2026-02-24 16:33 UTC (permalink / raw)
  To: rpdfs-devel; +Cc: Valerie Aurora

A couple of hacks to support ARM64 and some documentation updates.

The ARM64 patches should NOT be merged into main - I just wanted to
share them here in case anyone else wanted to use them.

Valerie Aurora (3):
  Initial support for ARM64, incompatible with x86_64
  Workaround for short read from io_uring on aarch64
  Update documentation

 Makefile            |  9 +++--
 docs/development.md | 16 +++------
 utask/net.c         | 14 ++++++--
 utask/utask.c       | 17 ++++++++-
 utask/utask_asm.S   | 84 +++++++++++++++++++++++++++++----------------
 utask/utask_defs.h  |  2 +-
 6 files changed, 94 insertions(+), 48 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [PATCH 3/3]: Update documentation
@ 2007-08-09 21:23 Ian McDonald
  0 siblings, 0 replies; 9+ messages in thread
From: Ian McDonald @ 2007-08-09 21:23 UTC (permalink / raw)
  To: dccp

On 8/10/07, Gerrit Renker <gerrit@erg.abdn.ac.uk> wrote:
> [DCCP]: Update documentation
>
> This updates the DCCP documentation, following input from Ian McDonald,
> clarifiying the status of DCCP, and adding a note about the test tree.
>
> Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>

Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
-- 
Web1: http://wand.net.nz/~iam4/
Web2: http://www.jandi.co.nz
Blog: http://iansblog.jandi.co.nz

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 3/3]:  Update documentation
@ 2007-08-09 13:59 Gerrit Renker
  0 siblings, 0 replies; 9+ messages in thread
From: Gerrit Renker @ 2007-08-09 13:59 UTC (permalink / raw)
  To: dccp

[DCCP]: Update documentation

This updates the DCCP documentation, following input from Ian McDonald,
clarifiying the status of DCCP, and adding a note about the test tree.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
---
 Documentation/networking/dccp.txt |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

--- a/Documentation/networking/dccp.txt
+++ b/Documentation/networking/dccp.txt
@@ -26,19 +26,23 @@ given applications, see section 10 of RF
 
 It has a base protocol and pluggable congestion control IDs (CCIDs).
 
-It is at proposed standard RFC status and the homepage for DCCP as a protocol
-is at:
-	http://www.read.cs.ucla.edu/dccp/
+DCCP is a Proposed Standard (RFC 2026), and the homepage for DCCP as a protocol
+is at http://www.ietf.org/html.charters/dccp-charter.html
 
 Missing features
 ========
 
-The DCCP implementation does not currently have all the features that are in
-the RFC.
+The Linux DCCP implementation does not currently support all the features that are
+specified in RFCs 4340...42.
 
 The known bugs are at:
 	http://linux-net.osdl.org/index.php/TODO#DCCP
 
+For more up-to-date versions of the DCCP implementation, please consider using
+the experimental DCCP test tree; instructions for checking this out are on:
+http://linux-net.osdl.org/index.php/DCCP_Testing#Experimental_DCCP_source_tree
+
+
 Socket options
 =======
 

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

end of thread, other threads:[~2026-02-25 23:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-24 16:33 [PATCH 0/3] rpdfs-progs: ARM64 support and documentation Valerie Aurora
2026-02-24 16:33 ` [PATCH 1/3] Initial support for ARM64, incompatible with x86_64 Valerie Aurora
2026-02-25 23:36   ` Zach Brown
2026-02-24 16:33 ` [PATCH 2/3] Workaround for short read from io_uring on aarch64 Valerie Aurora
2026-02-25 23:37   ` Zach Brown
2026-02-24 16:33 ` [PATCH 3/3] Update documentation Valerie Aurora
2026-02-25 23:39   ` Zach Brown
  -- strict thread matches above, loose matches on Subject: below --
2007-08-09 21:23 [PATCH 3/3]: " Ian McDonald
2007-08-09 13:59 Gerrit Renker

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.