Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp6368088imd; Wed, 31 Oct 2018 10:35:20 -0700 (PDT) X-Google-Smtp-Source: AJdET5dunRxgHf7vKXJHj12cmqVTmCzoZYW8U0G9NiImtzZytMckm35LUR/IdTB1VlYmE9tDh3A/ X-Received: by 2002:a17:902:d696:: with SMTP id v22-v6mr4264919ply.261.1541007320800; Wed, 31 Oct 2018 10:35:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1541007320; cv=none; d=google.com; s=arc-20160816; b=oi+iwZoOS78FhK0BuN9/0ewxyE0gBXBTfpRhU96BId99Z32RguMCN2Zale1wK80qD3 tSC1QkTH6MW3ybgq4/ArpE8wZls+JrvMi4WCY5vs0whmYFfvfb59cvIsE2er0aRdBJE9 0nr+kwshpTYDcexypzqV7xsKLqBrF87fYb9fcn30swEo7c5JCIGNvLFKRuLH9SmdU685 7GFw/BGPNM7Ykat1CqH/b349QF18b55OQjYdRUISpAMEvqSqtxGPS6Ez9OdHOZiLNi++ 4XH1SgXBSWHOBnlEg86yis8Rb4SO7ZSzTQD9mWGxJrxk0L9ptzLY1Br1iHjYoXXPbt2O wodw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=Xnb+wSgKpiVrAjX9LYo1meswfwaxAWkejAf0pcrRDAg=; b=ehPpUC3oTkMp1RZ+JGB3UOzr4YcS3xFO4VQOyZch7Vch2foYOlx2wvFywrOhnI5jFv Hw503ZxuDRCosvDA6LqPyNB0rbPDHqLJKRNRi7F562N8bTJ4smRWUaHmE1/K8CkzWm8U TCz+Q95rGBf2QDJgHxr2Xz/Sw45ydNgboHYQis/6DKt6HKY4oLz95ndtEFSDo3KPEA+V NLaZSCogc+hmb8cy0MWHvUHQdALBOnKrkZ/zB9dSh0FboRL7EZaUBjkz2YE2TLsGA+Bj P9sns7ytSfRo7P3avNbVCGNmucVsmz3X3x3xq6XsyZKJYhEzL2o3+Jt23/AQH4q6gyj5 aAHQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j15-v6si27995842pgg.433.2018.10.31.10.35.05; Wed, 31 Oct 2018 10:35:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729934AbeKACdE (ORCPT + 99 others); Wed, 31 Oct 2018 22:33:04 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:10648 "EHLO mx2.mailbox.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729737AbeKACdE (ORCPT ); Wed, 31 Oct 2018 22:33:04 -0400 Received: from smtp2.mailbox.org (unknown [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id C3397A110B; Wed, 31 Oct 2018 18:34:04 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter04.heinlein-hosting.de (spamfilter04.heinlein-hosting.de [80.241.56.122]) (amavisd-new, port 10030) with ESMTP id xgZy_zwhPyhD; Wed, 31 Oct 2018 18:34:03 +0100 (CET) Date: Thu, 1 Nov 2018 04:33:53 +1100 From: Aleksa Sarai To: Joel Fernandes Cc: Daniel Colascione , linux-kernel@vger.kernel.org, timmurray@google.com, joelaf@google.com, surenb@google.com, christian.brauner@canonical.com, ebiederm@xmission.com, keescook@chromium.org, oleg@redhat.com Subject: Re: [PATCH v2] Implement /proc/pid/kill Message-ID: <20181031173353.uob5qikkhsb5digy@yavin> References: <20181029221037.87724-1-dancol@google.com> <20181031143744.77677-1-dancol@google.com> <20181031150548.GA103404@joelaf.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="urpvdo46d6qtxa4g" Content-Disposition: inline In-Reply-To: <20181031150548.GA103404@joelaf.mtv.corp.google.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --urpvdo46d6qtxa4g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2018-10-31, Joel Fernandes wrote: > I suggest to maintainers we take this in as an intermediate solution > since we don't have anything close to it and this is a real issue, and > the fix proposed is simple. I would suggest we wait until after LPC to see what Christian's design is (given that, from what I've heard, it will help us solve more problems than just the kill(2) issue). I am very skeptical of adding new procfs files as an "intermediate solution" (procfs is the most obvious example of an interface which is effectively written in stone). Especially if this would conflict with the idea Christian will propose -- as he said, there were proposals to do this in the past and they didn't get anywhere because of lack of discussion and brainstorming before posting patches. --=20 Aleksa Sarai Senior Software Engineer (Containers) SUSE Linux GmbH --urpvdo46d6qtxa4g Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEb6Gz4/mhjNy+aiz1Snvnv3Dem58FAlvZ54AACgkQSnvnv3De m5+fahAA0B0b0bhD/KuB/xokVIjR7z2eesm4mTyHpVWpP2gXKWi1xe3/7rgulUM1 vUKAGDnDbwW9ysxFv2E5c8UnI4vwn9lV0COYCq82Di+4xZ2nbvpK6VBNC8AsdhTL Cu3QDHrumfwMSxK5wb2Wyq/pa2pe2DyKokZZC7bgr5rBjIiSpcYjCyywg8rgtYTe 0rkLlC7S8UPD0B+LI3e5NDwz8ksWdmlRldKgO514WI8rEMs6E1c6/REN9q35b5K9 c7XGyDYNy/+719hc2K1LxC0yrJZ3KnmaLtWN7o+PWYV93XxNjZHxrRAWh9jpoYAK vo6q6AHOJAXP3z66qR2pbh7rPrrnoEneOfwTkSJILrFWecpgIlkd2Ov2g+/y1Oi9 zFEmaBi7bx9dbjdEnuExmcPBvnKrl7ddtnSyGutE4s+fHnXl+Vz+HQ4ohWb9qpcD VBIqHNTgdhx/SE0edMOrE/yBx+5nppl2TT69UtziBRY4mVlRGwum9EGWQrHb318R cu4Sls15kTeqaqbSOglyYC84bKrOqfHz3MBNG/PgcJ2rNNN4OBizlHz/UYf9yBx3 YdJgPLSSDxVtVdE3F4z5bnLHq/z+KNhaMHWmz3SYMHJBsy6gBhr0sYkfo0se4VLh 8WpOAfRIGwi0UQDDd2XmZ2MTOvJ0CJC3sBTtLa83VVLYwtBmggw= =TCYp -----END PGP SIGNATURE----- --urpvdo46d6qtxa4g--