commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] the great next stuff branch, dde, updated. a1e661afe96997997be16b9


From: Samuel Thibault
Subject: [SCM] the great next stuff branch, dde, updated. a1e661afe96997997be16b97dbafbf250c5f4d16
Date: Fri, 19 May 2023 19:29:19 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "the great next stuff".

The branch, dde has been updated
       via  a1e661afe96997997be16b97dbafbf250c5f4d16 (commit)
       via  1b8df054b482fabc04f28d1cd0dcf4d664a505d9 (commit)
       via  3eaaac8d32e97745fd22fe562e0a7fa7d4ccef58 (commit)
       via  72a653f6c8b32bfcfdfdb37ddabd94743226c5db (commit)
       via  84896f713b17aaad865e244ff1e04628ebe2b92f (commit)
       via  80dd56e1e789da813624237dd69a372a3c691283 (commit)
      from  a0aafed0d0e132e36f98ae7c7d8207a672a5f4e6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a1e661afe96997997be16b97dbafbf250c5f4d16
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat May 20 01:25:59 2023 +0200

    hw-helpers: simplify crash_notes definition

commit 1b8df054b482fabc04f28d1cd0dcf4d664a505d9
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat May 20 01:24:22 2023 +0200

    64bit: Add generic version of checksum

commit 3eaaac8d32e97745fd22fe562e0a7fa7d4ccef58
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat May 20 01:22:12 2023 +0200

    64bit: Add semaphore support

commit 72a653f6c8b32bfcfdfdb37ddabd94743226c5db
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat May 20 01:20:05 2023 +0200

    64bit: Simplify per-cpu accesses
    
    Rather than using pda, use the same arrays as on 32bit.

commit 84896f713b17aaad865e244ff1e04628ebe2b92f
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat May 20 01:16:55 2023 +0200

    64bit: Make memory operations use trivial memcpy/memset

commit 80dd56e1e789da813624237dd69a372a3c691283
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat May 20 01:08:01 2023 +0200

    skbuff: include net/ip6_checksum.h
    
    To properly get csum definitions.

-----------------------------------------------------------------------

Summary of changes:
 .../contrib/arch/x86/include/asm/io_64.h           | 10 ++-
 .../contrib/arch/x86/include/asm/page_64.h         | 11 +++-
 .../contrib/arch/x86/include/asm/percpu.h          |  2 +-
 .../asm => include/ARCH-x86/asm-x86}/checksum_64.h | 12 ++++
 libdde_linux26/include/ARCH-x86/asm-x86/current.h  |  4 ++
 libdde_linux26/include/ARCH-x86/asm-x86/hardirq.h  |  2 +-
 libdde_linux26/include/ARCH-x86/asm-x86/percpu.h   |  2 +-
 .../asm => include/ARCH-x86/asm-x86}/uaccess_64.h  | 29 +++++++++
 libdde_linux26/lib/src/arch/l4/hw-helpers.c        |  4 +-
 .../lib/src/arch/x86}/lib/checksum.c               |  2 +-
 .../x86/lib/{semaphore_32.S => semaphore_64.S}     | 74 +++++++++++-----------
 libdde_linux26/lib/src/net/core/skbuff.c           |  1 +
 12 files changed, 104 insertions(+), 49 deletions(-)
 copy libdde_linux26/{contrib/arch/x86/include/asm => 
include/ARCH-x86/asm-x86}/checksum_64.h (94%)
 copy libdde_linux26/{contrib/arch/x86/include/asm => 
include/ARCH-x86/asm-x86}/uaccess_64.h (90%)
 copy {pfinet/linux-src/arch/alpha => 
libdde_linux26/lib/src/arch/x86}/lib/checksum.c (99%)
 copy libdde_linux26/lib/src/arch/x86/lib/{semaphore_32.S => semaphore_64.S} 
(74%)


hooks/post-receive
-- 
the great next stuff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]