From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751379AbdHaTMx (ORCPT ); Thu, 31 Aug 2017 15:12:53 -0400 Received: from 78-11-180-123.static.ip.netia.com.pl ([78.11.180.123]:53458 "EHLO rere.qmqm.pl" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750880AbdHaTMw (ORCPT ); Thu, 31 Aug 2017 15:12:52 -0400 Date: Thu, 31 Aug 2017 21:12:50 +0200 Message-Id: From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= Subject: [PATCH 0/2] procfs: /proc/pid/comm fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: Andrew Morton , Alexey Dobriyan , Ingo Molnar , Michal Hocko , John Stultz , "Eric W. Biederman" , Al Viro Cc: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These two patches are preparation for extending TASK_COMM_LEN above current 16-byte limit. Michał Mirosław (2): procfs: signal /proc/pid/comm write truncation procfs: let userspace find out max /proc/pid/comm length fs/proc/base.c | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) -- 2.11.0