From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5202B21168233 for ; Fri, 9 Nov 2018 09:24:33 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9277581F0C; Fri, 9 Nov 2018 17:24:32 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-126-98.rdu2.redhat.com [10.10.126.98]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3AF26600CD; Fri, 9 Nov 2018 17:24:30 +0000 (UTC) To: "Kinney, Michael D" , Leif Lindholm , "Gao, Liming" , "Cetola, Stephano" Cc: "edk2-devel@lists.01.org" References: <20181107145311.42488-1-dandan.bi@intel.com> <0C09AFA07DD0434D9E2A0C6AEB048310401EC2D7@shsmsx102.ccr.corp.intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E367B56@SHSMSX104.ccr.corp.intel.com> <20181109104905.7vowaikh3ifvubdq@bivouac.eciton.net> <1af49731-99eb-fc56-94d1-e9ac2d8db1a7@redhat.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E3682A7@SHSMSX104.ccr.corp.intel.com> <20181109160135.qvx5aznwr5mx2ten@bivouac.eciton.net> <8ff0b8fb-4fe1-9b19-0a9f-0e8d2a400416@redhat.com> From: Laszlo Ersek Message-ID: Date: Fri, 9 Nov 2018 18:24:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Fri, 09 Nov 2018 17:24:32 +0000 (UTC) Subject: Re: [patch] MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPos X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2018 17:24:33 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/09/18 18:14, Kinney, Michael D wrote: > Hi Laszlo, > > There is already a "Documentation" component under > EDK2 in BZ. Can we use that and identify the target > of the documentation change is in a Wiki page? Absolutely. > When you select "Documentation" there is a drop down > for "Tianocore documents" that lists the documents > published through GitBook along with a catch all called > "Other Document". Is this the drop down you would like > to see "Wiki" added? I was undecided. I recalled that earlier there used to be a "TianoCore Website" component somewhere, but now I couldn't find it. Also, I considered both options we're discussing now (i.e., EDK2|Wiki, vs. EDK2|Documentation|Wiki). I couldn't really decide. "EDK2|Documentation|Xxx" seemed to suggest serious specifications that we publish "in print". I think I'd be fine with either option (EDK2|Wiki vs. EDK2|Documentation|Wiki); whichever is easier to implement on the Bugzilla side. :) Thank you! Laszlo