Message ID | 20240621022959.9124-1-laoar.shao@gmail.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-bounces@lists.freedesktop.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7FF3C2BA18 for <dri-devel@archiver.kernel.org>; Fri, 21 Jun 2024 02:30:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 533C910E111; Fri, 21 Jun 2024 02:30:36 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="FJ2x4OXd"; dkim-atps=neutral Received: from mail-pf1-f182.google.com (mail-pf1-f182.google.com [209.85.210.182]) by gabe.freedesktop.org (Postfix) with ESMTPS id EFEA710E111 for <dri-devel@lists.freedesktop.org>; Fri, 21 Jun 2024 02:30:34 +0000 (UTC) Received: by mail-pf1-f182.google.com with SMTP id d2e1a72fcca58-70109d34a16so1404346b3a.2 for <dri-devel@lists.freedesktop.org>; Thu, 20 Jun 2024 19:30:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1718937034; x=1719541834; darn=lists.freedesktop.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=GwlwwP2ml9p21cPlAav/YvSh18oChNGHXpTCNRHeKlc=; b=FJ2x4OXdFwu2UtUqSsuwQ6apUHPAXSo25cJS/QQ/1M9Uk69deFGixw+8bJ/FyTMsQy ixDh3LSqtjIDFwRw/3E9g1WdbxkXqh/t1S0rEIRKLxR2wnj9OAyn7MDDE1jv4JuDWNEx hxVH8iFlksdC96P386bpXGp7Kzcyal/5Ss4MEctRQZM+DVh1TY6LfhQ51HRi8p8Dkk0C 6oTYLikVF+ZPohD2FD6mn0U7LEvvfN+ZG7tnohdpmyqb/OvnbdabA1r/hd3yhP9Qd71w Y1IGzu3uoQdfTd6Gs+hthrlBdwzGM2ZYtgMMMvzaQNpKw7gXyG67FnbxwTPCDRuS0mn2 9JuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718937034; x=1719541834; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=GwlwwP2ml9p21cPlAav/YvSh18oChNGHXpTCNRHeKlc=; b=jYFWhH6P+uzFQ/ao1A1NrRjNPqkQizyB0flp7I0pbFj74nWx0Jj7XnK7q2cM7y+4XO Ifi67ZRuMDeE7s6tMtEHZtbG9h/k904bdrhNQX6B7oFocaOvi6+BV3AZzB607RnVd8gm ApVVV8RzZakiHayHp0lCJgGkJiDRw9PAJIIy7yCWYmzZ6I+dO64nIyVqq3MECu3fcad/ EXPvTWCqns4ER3pShPRtCwRWEDqVvEA/4fQ4CXxof/Z1AGKX779mKIy9xWIWdYu/7VZD EC6R29AF65GnUvyWPpNzm5TyPQhXsxZnk6FhOY8nsNuVOBXw0zRCxI3i1nEYjh+Fvlx2 jDug== X-Forwarded-Encrypted: i=1; AJvYcCWndfUqBPOco9HG+7oeNj1qrH04MUxv7R72hEoKFLY/FOFDKRxfB7HTGEitdMkojRpjmGQusAfki+GV8F7X1H/FM13pZyUxvGSRTJd8Als5 X-Gm-Message-State: AOJu0YxK/QT7NVQy6o7jooVVCILqcPv1D4BAA9u9mS8Jkrqf+j89I6WI TmAu4QqhsZDChPsAhtgCZ/qZ0GQEfFNtrZgvGqxlSpvtQAibek06 X-Google-Smtp-Source: AGHT+IHCunKAxv47P844vphuNTxBO9sCB83yDLseIyT9/+IsrkCTE3Wi2jgqKchbD0S9to2P9PKntQ== X-Received: by 2002:a05:6a20:9145:b0:1b7:edea:e32 with SMTP id adf61e73a8af0-1bcbb46b981mr9429646637.32.1718937033951; Thu, 20 Jun 2024 19:30:33 -0700 (PDT) Received: from localhost.localdomain ([39.144.105.24]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-706511944d2sm332488b3a.70.2024.06.20.19.30.23 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Jun 2024 19:30:32 -0700 (PDT) From: Yafang Shao <laoar.shao@gmail.com> To: torvalds@linux-foundation.org Cc: ebiederm@xmission.com, alexei.starovoitov@gmail.com, rostedt@goodmis.org, catalin.marinas@arm.com, akpm@linux-foundation.org, penguin-kernel@i-love.sakura.ne.jp, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, audit@vger.kernel.org, linux-security-module@vger.kernel.org, selinux@vger.kernel.org, bpf@vger.kernel.org, netdev@vger.kernel.org, dri-devel@lists.freedesktop.org, Yafang Shao <laoar.shao@gmail.com> Subject: [PATCH v3 00/11] Improve the copy of task comm Date: Fri, 21 Jun 2024 10:29:48 +0800 Message-Id: <20240621022959.9124-1-laoar.shao@gmail.com> X-Mailer: git-send-email 2.30.1 (Apple Git-130) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
Improve the copy of task comm
|
expand
|