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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 B99F8C4332B for ; Thu, 19 Mar 2020 09:19:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8EC4B20770 for ; Thu, 19 Mar 2020 09:19:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584609553; bh=4ELwAs4r++m0CrqR7Z3cbvZffSziVHNOV9Nhno1MLfI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=U6tIyX10Jts05i3vdbr/lv9zZAy186wW1g7cCyZZZYi80bcmLCODPXIvgCeUdA5w2 oPZU1uruDHaTHeDpl3me1mbfZ0UMDMqSqV9quA5XhjK16jISYuYnrA79N+17mzUQWj 66azLwdMQl5S82dKSxNSpfrf8RGI2EpmZe6XpMC8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727621AbgCSJTM (ORCPT ); Thu, 19 Mar 2020 05:19:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:45256 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727399AbgCSJTJ (ORCPT ); Thu, 19 Mar 2020 05:19:09 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AC9CD20722; Thu, 19 Mar 2020 09:19:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584609549; bh=4ELwAs4r++m0CrqR7Z3cbvZffSziVHNOV9Nhno1MLfI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F3E4jwytvaGrRTPAf4qrnrm/mg2eNuHO4eBbywNXHTMGWB7NxPJCwfM56vTbUifxK e2qf3Io0STy6LvAB50RtzUHRynYxJGvdUTpD3cSFW2FBYKSXcAuD9ETBKKZNw1k6nI QEWGK3MroGnEypvUw009yBQRQ4ibVOlcu2m8WGKc= Date: Thu, 19 Mar 2020 10:19:07 +0100 From: Greg Kroah-Hartman To: Bernd Edlinger Cc: Kirill Tkhai , "Eric W. Biederman" , Christian Brauner , Kees Cook , Jann Horn , Jonathan Corbet , Alexander Viro , Andrew Morton , Alexey Dobriyan , Thomas Gleixner , Oleg Nesterov , Frederic Weisbecker , Andrei Vagin , Ingo Molnar , "Peter Zijlstra (Intel)" , Yuyang Du , David Hildenbrand , Sebastian Andrzej Siewior , Anshuman Khandual , David Howells , James Morris , Shakeel Butt , Jason Gunthorpe , Christian Kellner , Andrea Arcangeli , Aleksa Sarai , "Dmitry V. Levin" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , "linux-mm@kvack.org" , "stable@vger.kernel.org" , "linux-api@vger.kernel.org" Subject: Re: [PATCH v4 3/5] exec: Add a exec_update_mutex to replace cred_guard_mutex Message-ID: <20200319091907.GC3495501@kroah.com> References: <6002ac56-025a-d50f-e89d-1bf42a072323@virtuozzo.com> <532ce6a3-f0df-e3e4-6966-473c608246e1@virtuozzo.com> <13c4d333-9c33-8036-3142-dac22c392c60@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 19, 2020 at 10:13:20AM +0100, Bernd Edlinger wrote: > Ah, sorry this is actuall v4 5/5. > Should I send a new version or can you handle it? This thread is a total crazy mess of different versions. I know I can't unwind any of this, so I _STRONGLY_ suggest resending the whole series, properly versioned, as a new thread. Would you want to try to pick out the proper patches from this pile? thanks, greg k-h