From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 882E2C433DF for ; Fri, 16 Oct 2020 12:55:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 36481207E8 for ; Fri, 16 Oct 2020 12:55:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407918AbgJPMzi convert rfc822-to-8bit (ORCPT ); Fri, 16 Oct 2020 08:55:38 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:44816 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2395300AbgJPMzh (ORCPT ); Fri, 16 Oct 2020 08:55:37 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 8BA32612626A; Fri, 16 Oct 2020 14:55:35 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id C3JwFr0y4rki; Fri, 16 Oct 2020 14:55:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 1E5B6612629A; Fri, 16 Oct 2020 14:55:35 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id hXglo5yMkmKv; Fri, 16 Oct 2020 14:55:35 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id EC86A612626A; Fri, 16 Oct 2020 14:55:34 +0200 (CEST) Date: Fri, 16 Oct 2020 14:55:34 +0200 (CEST) From: Richard Weinberger To: linux-um Cc: linux-kernel Message-ID: <1686303327.201886.1602852934891.JavaMail.zimbra@nod.at> Subject: [GIT PULL] uml updates for 5.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF78 (Linux)/8.8.12_GA_3809) Thread-Index: Z1lrJA/uUjJSKey8XzsMSSom1ICLfg== Thread-Topic: uml updates for 5.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit ba4f184e126b751d1bffad5897f263108befc780: Linux 5.9-rc6 (2020-09-20 16:33:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git tags/for-linus-5.10-rc1 for you to fetch changes up to f06885b3f3e3884f98351d7b72a4fc8400911cde: um: vector: Add dynamic tap interfaces and scripting (2020-10-11 23:26:37 +0200) ---------------------------------------------------------------- This pull request contains the following changes for UML: - Improve support for non-glibc systems - Vector: Add support for scripting and dynamic tap devices - Various fixes for the vector networking driver - Various fixes for time travel mode ---------------------------------------------------------------- Anton Ivanov (1): um: vector: Add dynamic tap interfaces and scripting Gabriel Krisman Bertazi (1): um: Remove dead usage of TIF_IA32 Gaurav Singh (1): um: Fix null pointer dereference in vector_user_bpf Ignat Korchagin (2): um: Some fixes to build UML with musl um: Allow static linking for non-glibc implementations Johannes Berg (4): um: time-travel: Fix IRQ handling in time_travel_handle_message() um: time-travel: Return the sequence number in ACK messages um: change sigio_spinlock to a mutex um: Clean up stacktrace dump Li Heng (1): um: Remove redundant NULL check Maciej Żenczykowski (1): um: Fix incorrect assumptions about max pid length Tiezhu Yang (1): um: vector: Use GFP_ATOMIC under spin lock arch/um/Kconfig | 6 ++-- arch/um/drivers/Kconfig | 6 ++-- arch/um/drivers/daemon_user.c | 1 + arch/um/drivers/pcap_user.c | 12 ++++---- arch/um/drivers/slip_user.c | 2 +- arch/um/drivers/vector_kern.c | 4 +-- arch/um/drivers/vector_user.c | 71 ++++++++++++++++++++++++++++++++----------- arch/um/kernel/sigio.c | 6 ++-- arch/um/kernel/sysrq.c | 4 +-- arch/um/kernel/time.c | 15 ++++++--- arch/um/os-Linux/umid.c | 8 ++--- arch/um/os-Linux/util.c | 2 +- arch/x86/um/ptrace_64.c | 13 +------- arch/x86/um/user-offsets.c | 2 +- 14 files changed, 91 insertions(+), 61 deletions(-)