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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 4C11CC433B4 for ; Wed, 19 May 2021 21:01:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 306096135F for ; Wed, 19 May 2021 21:01:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229786AbhESVCo (ORCPT ); Wed, 19 May 2021 17:02:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:36210 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229556AbhESVCj (ORCPT ); Wed, 19 May 2021 17:02:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 01BEC613AC; Wed, 19 May 2021 21:01:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621458079; bh=HPUf+kT+bmoTegnVvAKxBai2Dzy2bgMgMG0NwDVdbFo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=p52lxAzjRDlRk5H0cyupEgyG/s/wvmz1DOwXKgHig0/8Zbmjj1RH8iXq0oLDikz/c OKyaxKpyZ2rIFZoozBsnpmuFub5QaJ57mfzHjC39xx9H0rq+1cbtR/mk+OkZXhqbb7 PN9WliBDpU7vcUDntXmxGgaAQDgbWAMG8QC/Xqg6xt3yA8V1nP+DrBLO01g0HICZJt yvNl7RHiiymtILIkIf3Ar6s0Jq5zqXTCpUYEf+mhgMCB5sTc9qQnItCrn7eiB23MgS 46xEd0nOaBa8WbAL6kPv5lPgOnBReodEyPZvaJmKUhMrWElXyeymO7OZBsT9smRGuf +OantGSRz9p+Q== Received: by mail-wm1-f44.google.com with SMTP id h3-20020a05600c3503b0290176f13c7715so4013991wmq.5; Wed, 19 May 2021 14:01:18 -0700 (PDT) X-Gm-Message-State: AOAM530hKy6nvNB+KFLKIHq1sI+YcQAUx+akndUxcxSpFLbySOsJECh3 jA5HkCFE/l6NPrYDi9mkNgPNhwaos/2YT2EDpYE= X-Google-Smtp-Source: ABdhPJy8Jqwz5h6db1cg71p7uKoZ7HogbtRdnpq9dbBSg0UgdCTCX6yhxlQHb/+HU1db+XwapikKwx/NJqqXjPyM4bI= X-Received: by 2002:a7b:c344:: with SMTP id l4mr960591wmj.120.1621458077519; Wed, 19 May 2021 14:01:17 -0700 (PDT) MIME-Version: 1.0 References: <20210517203343.3941777-1-arnd@kernel.org> <20210517203343.3941777-5-arnd@kernel.org> <87h7iycvlo.ffs@nanos.tec.linutronix.de> In-Reply-To: <87h7iycvlo.ffs@nanos.tec.linutronix.de> From: Arnd Bergmann Date: Wed, 19 May 2021 23:00:04 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 4/4] compat: remove some compat entry points To: Thomas Gleixner Cc: linux-arch , Christoph Hellwig , Alexander Viro , Andrew Morton , Borislav Petkov , Brian Gerst , Eric Biederman , Ingo Molnar , "H. Peter Anvin" , Linux ARM , Linux Kernel Mailing List , Linux-MM , kexec@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 19, 2021 at 10:33 PM Thomas Gleixner wrote: > > On Mon, May 17 2021 at 22:33, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > These are all handled correctly when calling the native > > system call entry point, so remove the special cases. > > arch/x86/entry/syscall_x32.c | 2 ++ > > arch/x86/entry/syscalls/syscall_32.tbl | 6 ++-- > > arch/x86/entry/syscalls/syscall_64.tbl | 4 +-- > > That conflicts with > > https://lore.kernel.org/lkml/20210517073815.97426-1-masahiroy@kernel.org/ > > which I'm picking up. We have more changes in that area coming in. Ok, thanks for the heads-up. I'll try a merge or rebase to see how this can be handled. If both the drivers/net and drivers/media get picked up for 5.14, maybe the rebased patches can go through -mm on top, along with the final removal of compat_alloc_user_space()/copy_in_user(). If not, I suppose these four patches can also wait another release. Arnd 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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 51DB6C433ED for ; Wed, 19 May 2021 21:01:22 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id E00A1611C2 for ; Wed, 19 May 2021 21:01:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E00A1611C2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 287796B0036; Wed, 19 May 2021 17:01:21 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 236746B006E; Wed, 19 May 2021 17:01:21 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 0D82B6B0070; Wed, 19 May 2021 17:01:21 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0128.hostedemail.com [216.40.44.128]) by kanga.kvack.org (Postfix) with ESMTP id D21686B0036 for ; Wed, 19 May 2021 17:01:20 -0400 (EDT) Received: from smtpin31.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 314A4181AF5E1 for ; Wed, 19 May 2021 21:01:20 +0000 (UTC) X-FDA: 78159201120.31.CC92C9C Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf25.hostedemail.com (Postfix) with ESMTP id 6E7DA6000244 for ; Wed, 19 May 2021 21:01:18 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id EC7C46139A for ; Wed, 19 May 2021 21:01:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621458079; bh=HPUf+kT+bmoTegnVvAKxBai2Dzy2bgMgMG0NwDVdbFo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=p52lxAzjRDlRk5H0cyupEgyG/s/wvmz1DOwXKgHig0/8Zbmjj1RH8iXq0oLDikz/c OKyaxKpyZ2rIFZoozBsnpmuFub5QaJ57mfzHjC39xx9H0rq+1cbtR/mk+OkZXhqbb7 PN9WliBDpU7vcUDntXmxGgaAQDgbWAMG8QC/Xqg6xt3yA8V1nP+DrBLO01g0HICZJt yvNl7RHiiymtILIkIf3Ar6s0Jq5zqXTCpUYEf+mhgMCB5sTc9qQnItCrn7eiB23MgS 46xEd0nOaBa8WbAL6kPv5lPgOnBReodEyPZvaJmKUhMrWElXyeymO7OZBsT9smRGuf +OantGSRz9p+Q== Received: by mail-wm1-f47.google.com with SMTP id f6-20020a1c1f060000b0290175ca89f698so4153875wmf.5 for ; Wed, 19 May 2021 14:01:18 -0700 (PDT) X-Gm-Message-State: AOAM531HetyOMfYcdC85XoJp+Y/eKIb+9DVjkt8ViapAlwqwL0vVMmi8 LAFOS4x+Ehk7vxwdroA6BrgxhEpsXYB/qLAfiYY= X-Google-Smtp-Source: ABdhPJy8Jqwz5h6db1cg71p7uKoZ7HogbtRdnpq9dbBSg0UgdCTCX6yhxlQHb/+HU1db+XwapikKwx/NJqqXjPyM4bI= X-Received: by 2002:a7b:c344:: with SMTP id l4mr960591wmj.120.1621458077519; Wed, 19 May 2021 14:01:17 -0700 (PDT) MIME-Version: 1.0 References: <20210517203343.3941777-1-arnd@kernel.org> <20210517203343.3941777-5-arnd@kernel.org> <87h7iycvlo.ffs@nanos.tec.linutronix.de> In-Reply-To: <87h7iycvlo.ffs@nanos.tec.linutronix.de> From: Arnd Bergmann Date: Wed, 19 May 2021 23:00:04 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 4/4] compat: remove some compat entry points To: Thomas Gleixner Cc: linux-arch , Christoph Hellwig , Alexander Viro , Andrew Morton , Borislav Petkov , Brian Gerst , Eric Biederman , Ingo Molnar , "H. Peter Anvin" , Linux ARM , Linux Kernel Mailing List , Linux-MM , kexec@lists.infradead.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 6E7DA6000244 Authentication-Results: imf25.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=p52lxAzj; spf=pass (imf25.hostedemail.com: domain of arnd@kernel.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=arnd@kernel.org; dmarc=pass (policy=none) header.from=kernel.org X-Rspamd-Server: rspam04 X-Stat-Signature: 1mga4x51ym8gij4g5u6njmtphbgnpy8q X-HE-Tag: 1621458078-716033 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Wed, May 19, 2021 at 10:33 PM Thomas Gleixner wrote: > > On Mon, May 17 2021 at 22:33, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > These are all handled correctly when calling the native > > system call entry point, so remove the special cases. > > arch/x86/entry/syscall_x32.c | 2 ++ > > arch/x86/entry/syscalls/syscall_32.tbl | 6 ++-- > > arch/x86/entry/syscalls/syscall_64.tbl | 4 +-- > > That conflicts with > > https://lore.kernel.org/lkml/20210517073815.97426-1-masahiroy@kernel.org/ > > which I'm picking up. We have more changes in that area coming in. Ok, thanks for the heads-up. I'll try a merge or rebase to see how this can be handled. If both the drivers/net and drivers/media get picked up for 5.14, maybe the rebased patches can go through -mm on top, along with the final removal of compat_alloc_user_space()/copy_in_user(). If not, I suppose these four patches can also wait another release. Arnd 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=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 AC5EEC433ED for ; Wed, 19 May 2021 21:03:30 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5B2606100C for ; Wed, 19 May 2021 21:03:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5B2606100C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=MeuUShuRFj2xhDoCu3Izf7M0xWxnDOu2e6/VeVgQ240=; b=BdSrShKzX77e1z49OnjoOMGEU 1spu7wy9uypAzMAC285BwlAN1BlXtE3HAJpRVfD1BPBS3LS7EVyVFnZl65LGYU/BVVGyueK05YGfG HWau0gMOqNAwBMnF4HOEmM5IaGlVJmHCXPj+t9yy0PjBPpZssBliIG3q3L81MiSXPwN+8UL/uf6gR SviXbj2L6nLv+wpRPexMIwUGXGhjJq7k0rbbTt3o+2EUNAFsiaCbOkXWCt5wRiCHzKZ70gaIijT6I //8lTU32bwbpvvVpUHwzfVz+DPUGTLW4DZop6lMykSovolA0vP7TekECdf/eBJx8d5bBwmdxN6LgO PZkCWmuuw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ljTJo-0056hA-Rd; Wed, 19 May 2021 21:01:29 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljTJi-0056gF-4e; Wed, 19 May 2021 21:01:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Type:Cc:To:Subject:Message-ID :Date:From:In-Reply-To:References:MIME-Version:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=E3OpVi3VHH0UtbsjKn4jYDzqc5wg2ctthuwkGbKCzpA=; b=ja9CjsM15R0w/0fAhMFCRkZldf Z41ltoG6C9yQDWqrUS5yXOQiPWSsyBogxZuG7q8ScS8Uj0EjyUFb/QkjOMky6OZoU6OZTIYryehHL Wmj989cpKqdGl+jlIMsmDDWARitJuYcGmObCFqmhIf9ViZ9ciRD1TYLcOTIOq/PEQ2HxSuU+k71Cj ANhwpXqfsCG4DvrhonHRctnpLHhrffshbbHRl6LyIf9eH6gDs4IEn2h2sUYQZiIyMjv4TPM0YRNFj z4Apqpn+N6OIri+kdeSii/A4WSPfc5/9wUahvjS1N9xUGWvWLBd68Ww6HVN5SK5GvuAFGO4enQ6jn Rh6UCj0w==; Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljTJf-00Fmw5-Hu; Wed, 19 May 2021 21:01:20 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id EBD8861363; Wed, 19 May 2021 21:01:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621458079; bh=HPUf+kT+bmoTegnVvAKxBai2Dzy2bgMgMG0NwDVdbFo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=p52lxAzjRDlRk5H0cyupEgyG/s/wvmz1DOwXKgHig0/8Zbmjj1RH8iXq0oLDikz/c OKyaxKpyZ2rIFZoozBsnpmuFub5QaJ57mfzHjC39xx9H0rq+1cbtR/mk+OkZXhqbb7 PN9WliBDpU7vcUDntXmxGgaAQDgbWAMG8QC/Xqg6xt3yA8V1nP+DrBLO01g0HICZJt yvNl7RHiiymtILIkIf3Ar6s0Jq5zqXTCpUYEf+mhgMCB5sTc9qQnItCrn7eiB23MgS 46xEd0nOaBa8WbAL6kPv5lPgOnBReodEyPZvaJmKUhMrWElXyeymO7OZBsT9smRGuf +OantGSRz9p+Q== Received: by mail-wm1-f41.google.com with SMTP id l18-20020a1ced120000b029014c1adff1edso4151762wmh.4; Wed, 19 May 2021 14:01:18 -0700 (PDT) X-Gm-Message-State: AOAM532hTvBSX2w+LKw9Rev64eLt8aoMP7FcIdCtMjqYACjotzklYhKq XtNFqQJHr7xXjbDUYTBP4VjoFE+ofP2TY4dZrQs= X-Google-Smtp-Source: ABdhPJy8Jqwz5h6db1cg71p7uKoZ7HogbtRdnpq9dbBSg0UgdCTCX6yhxlQHb/+HU1db+XwapikKwx/NJqqXjPyM4bI= X-Received: by 2002:a7b:c344:: with SMTP id l4mr960591wmj.120.1621458077519; Wed, 19 May 2021 14:01:17 -0700 (PDT) MIME-Version: 1.0 References: <20210517203343.3941777-1-arnd@kernel.org> <20210517203343.3941777-5-arnd@kernel.org> <87h7iycvlo.ffs@nanos.tec.linutronix.de> In-Reply-To: <87h7iycvlo.ffs@nanos.tec.linutronix.de> From: Arnd Bergmann Date: Wed, 19 May 2021 23:00:04 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 4/4] compat: remove some compat entry points To: Thomas Gleixner Cc: linux-arch , Christoph Hellwig , Alexander Viro , Andrew Morton , Borislav Petkov , Brian Gerst , Eric Biederman , Ingo Molnar , "H. Peter Anvin" , Linux ARM , Linux Kernel Mailing List , Linux-MM , kexec@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210519_140119_630130_9DE02305 X-CRM114-Status: GOOD ( 16.48 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, May 19, 2021 at 10:33 PM Thomas Gleixner wrote: > > On Mon, May 17 2021 at 22:33, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > These are all handled correctly when calling the native > > system call entry point, so remove the special cases. > > arch/x86/entry/syscall_x32.c | 2 ++ > > arch/x86/entry/syscalls/syscall_32.tbl | 6 ++-- > > arch/x86/entry/syscalls/syscall_64.tbl | 4 +-- > > That conflicts with > > https://lore.kernel.org/lkml/20210517073815.97426-1-masahiroy@kernel.org/ > > which I'm picking up. We have more changes in that area coming in. Ok, thanks for the heads-up. I'll try a merge or rebase to see how this can be handled. If both the drivers/net and drivers/media get picked up for 5.14, maybe the rebased patches can go through -mm on top, along with the final removal of compat_alloc_user_space()/copy_in_user(). If not, I suppose these four patches can also wait another release. Arnd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: MIME-Version: 1.0 References: <20210517203343.3941777-1-arnd@kernel.org> <20210517203343.3941777-5-arnd@kernel.org> <87h7iycvlo.ffs@nanos.tec.linutronix.de> In-Reply-To: <87h7iycvlo.ffs@nanos.tec.linutronix.de> From: Arnd Bergmann Date: Wed, 19 May 2021 23:00:04 +0200 Message-ID: Subject: Re: [PATCH v3 4/4] compat: remove some compat entry points List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Thomas Gleixner Cc: linux-arch , Christoph Hellwig , Alexander Viro , Andrew Morton , Borislav Petkov , Brian Gerst , Eric Biederman , Ingo Molnar , "H. Peter Anvin" , Linux ARM , Linux Kernel Mailing List , Linux-MM , kexec@lists.infradead.org On Wed, May 19, 2021 at 10:33 PM Thomas Gleixner wrote: > > On Mon, May 17 2021 at 22:33, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > These are all handled correctly when calling the native > > system call entry point, so remove the special cases. > > arch/x86/entry/syscall_x32.c | 2 ++ > > arch/x86/entry/syscalls/syscall_32.tbl | 6 ++-- > > arch/x86/entry/syscalls/syscall_64.tbl | 4 +-- > > That conflicts with > > https://lore.kernel.org/lkml/20210517073815.97426-1-masahiroy@kernel.org/ > > which I'm picking up. We have more changes in that area coming in. Ok, thanks for the heads-up. I'll try a merge or rebase to see how this can be handled. If both the drivers/net and drivers/media get picked up for 5.14, maybe the rebased patches can go through -mm on top, along with the final removal of compat_alloc_user_space()/copy_in_user(). If not, I suppose these four patches can also wait another release. Arnd _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec