From patchwork Fri Sep 6 17:32:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 1159155 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46Q4Q70Rmmz9s3Z for ; Sat, 7 Sep 2019 03:32:47 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="nPsTlXb0"; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 46Q4Q65YVyzDrDT for ; Sat, 7 Sep 2019 03:32:46 +1000 (AEST) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=that.guru (client-ip=199.181.239.187; helo=relay0187.mxlogin.com; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="nPsTlXb0"; dkim-atps=neutral Received: from relay0187.mxlogin.com (relay0187.mxlogin.com [199.181.239.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 46Q4Q143NczDr7W for ; Sat, 7 Sep 2019 03:32:40 +1000 (AEST) Received: from filter002.mxroute.com (unknown [116.203.155.46]) by relay0187.mxlogin.com (Postfix) with ESMTP id 0D340CC70314 for ; Fri, 6 Sep 2019 12:32:37 -0500 (CDT) Received: from one.mxroute.com (one.mxroute.com [195.201.59.211]) by filter002.mxroute.com (Postfix) with ESMTPS id 3BDC83F0BD for ; Fri, 6 Sep 2019 17:32:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-Id: Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=sAIia/PpjHAe2yvDpCHVpaC5QjkYLU1gUFjlSjcMl2k=; b=nPsTlXb0kaoi+/LRu5sfkyc9Vi cYMrpyx2pCV5HlcxdlXNyZKfWTbms6eos4ORSA914SZ+aIDMECJO/rWFoHQZr9Ogt2AOMZN8Y7pt4 yRFqRvnuhM8jyMYTkb3q6f76a5vtaGeUjn6jW1a1lwyNiUvaN+UfVXyN8x4R948z2Yl87zf31E4yR +tct06ovZ5oVaSRhD6AoMmJdVLHgW7CImkWxh/DUYDk4sS420gon7rJCtxsLj/9cY9bG6UbLDc04p 6caz55ERHjvUwHJQN/g5IQOj3uu74ABrVGnZoCrWu+1DBB/FrZKRcGnuc2ZOQO9IkB4+FcYkmJJzk 0nD5NitA==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH] DNM! Sample unicode patch for pwclient tinkering Date: Fri, 6 Sep 2019 18:32:26 +0100 Message-Id: <20190906173226.22828-1-stephen@that.guru> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Signed-off-by: Stephen Finucane --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index b45c3e6a..bc12e9ca 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,8 @@ subsystems of the Linux kernel. Although Patchwork has been developed with the kernel workflow in mind, the aim is to be flexible enough to suit the majority of community projects. +😀 😁 😂 🤣 😃 😄 😅 😆 😉 😊 😋 😎 😍 😘 🥰 😗 😙 😚 + Requirements ------------