mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Subject: Re: [musl] [PATCH 00/11] updates for linux v5.10
Date: Sun, 14 Feb 2021 20:02:24 +0100	[thread overview]
Message-ID: <20210214190224.GB354034@port70.net> (raw)
In-Reply-To: <20201223211323.GX1370092@port70.net>

* Szabolcs Nagy <nsz@port70.net> [2020-12-23 22:13:23 +0100]:
> with some missed aarch64 v5.8 bits.
> 
> i noticed that v5.2 had new syscalls with new macros defined
> in linux/mount.h, but since those syscalls are undocumented
> (open_tree, move_mount, fsopen, fsconfig, fsmount and fspick)
> i think it's fine to leave those macros out but the new flag
> for mount is added.
> 
> Szabolcs Nagy (11):
>   bits/syscall.h: add process_madvise from linux v5.10
>   sys/membarrier.h: add new constants from linux v5.10
>   sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
>   sys/mman.h: add MAP_HUGE_16KB from linux v5.10
>   elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10
>   sys/prctl.h: add MTE related constants from linux v5.10
>   signal.h: add MTE specific SIGSEGV codes from linux v5.10
>   aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
>   add aarch64/bits/mman.h with PROT_BTI from linux v5.8
>   aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
>   aarch64/bits/mman.h: add PROT_MTE from linux v5.10

ping.

> 
>  arch/aarch64/bits/hwcap.h         | 2 ++
>  arch/aarch64/bits/mman.h          | 2 ++
>  arch/aarch64/bits/syscall.h.in    | 1 +
>  arch/arm/bits/syscall.h.in        | 1 +
>  arch/i386/bits/syscall.h.in       | 1 +
>  arch/m68k/bits/syscall.h.in       | 1 +
>  arch/microblaze/bits/syscall.h.in | 1 +
>  arch/mips/bits/syscall.h.in       | 1 +
>  arch/mips64/bits/syscall.h.in     | 1 +
>  arch/mipsn32/bits/syscall.h.in    | 1 +
>  arch/or1k/bits/syscall.h.in       | 1 +
>  arch/powerpc/bits/syscall.h.in    | 1 +
>  arch/powerpc64/bits/syscall.h.in  | 1 +
>  arch/riscv64/bits/syscall.h.in    | 1 +
>  arch/s390x/bits/syscall.h.in      | 1 +
>  arch/sh/bits/syscall.h.in         | 1 +
>  arch/x32/bits/syscall.h.in        | 1 +
>  arch/x86_64/bits/syscall.h.in     | 1 +
>  include/elf.h                     | 1 +
>  include/signal.h                  | 2 ++
>  include/sys/membarrier.h          | 4 ++++
>  include/sys/mman.h                | 1 +
>  include/sys/mount.h               | 1 +
>  include/sys/prctl.h               | 7 +++++++
>  24 files changed, 36 insertions(+)
>  create mode 100644 arch/aarch64/bits/mman.h

  reply	other threads:[~2021-02-14 19:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-23 21:13 Szabolcs Nagy
2021-02-14 19:02 ` Szabolcs Nagy [this message]
2021-02-15 14:18   ` Rich Felker
2021-02-15 18:36     ` Szabolcs Nagy

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=20210214190224.GB354034@port70.net \
    --to=nsz@port70.net \
    --cc=musl@lists.openwall.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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).