From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10783 invoked from network); 15 Feb 2021 14:18:37 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 15 Feb 2021 14:18:37 -0000 Received: (qmail 26320 invoked by uid 550); 15 Feb 2021 14:18:35 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 26302 invoked from network); 15 Feb 2021 14:18:34 -0000 Date: Mon, 15 Feb 2021 09:18:20 -0500 From: Rich Felker To: musl@lists.openwall.com Message-ID: <20210215141819.GE11590@brightrain.aerifal.cx> References: <20201223211323.GX1370092@port70.net> <20210214190224.GB354034@port70.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210214190224.GB354034@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] [PATCH 00/11] updates for linux v5.10 On Sun, Feb 14, 2021 at 08:02:24PM +0100, Szabolcs Nagy wrote: > * Szabolcs Nagy [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. Thanks, applying. BTW could you check that your editor settings for musl commits wrap at 75 columns or fewer (making 79 with default git log indent)? I reflowed one of these and another patch a few days ago. Rich