[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 2/6] xen/riscv: introduce dummy <asm/bug.h>
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 7 Aug 2023 11:01:46 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=8Oscl5ZzZsMm0gGBcy8VQGN//tUTIYOVL1oLK6kQsqc=; b=l5Mnyb/Ep+6+1dJMvzNQb5mPo+9Mil7BlvwpVmLY7+0TwAn8M3+Wh7IFzxwrmZdnu9WKtT/963gB2UxPJoZNypYOFSOhlR9ABsNxGoHZw57UDBoR6KO6HGj+TNVwmqVpu8UDJYc+4TxZfcQgoUgNR6GDDNv/moyINZSqegMGdFeyuEc2wMChOB2wUpI3RxBZsV9HTwSG7cKqweaBT9TrZ6rUTbmKxfhjlD0N2t0YyjNe00DxQGawpZ4Afzanjfq9+/MApTw6E8S0TWJDrjUdNFFjFAfkUhIs23LPaSaEsIVIoxK8c1MMbJdNUX3DkRRnzqeD5/hmTsaMWVJJathKgg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nBfzJIgihq0s3nG7bvywxziL/6NYrRTVESamOp87u6g97u5wsRUgRefmY4i6iq7s0mK0hWKUm3HkvXT6OWbfobfJ0mqsyrW77PuiNeqlSWtuvKWg2he0iwflw38fdnI2c5LHbNin5OQi7dI3VaGzxKNUtsWkNWC01QvUYJ9PVIZ1fhYCihthISpzNUrOsixFCreiYY2FkIg7e20ByzBV26pwYC829DMZCNNDUawhCHJmnrSRpsXOlxX5KjPy/3Gv419j0YwfRldQ/i7w+zWF9qozYHCHkIrScjy4Bds38A1EO+b8fFGbntfCLI/gIeMhf16IisGzLTeGoyFZRRV4Bw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Bob Eshleman <bobbyeshleman@xxxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 07 Aug 2023 09:01:53 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 03.08.2023 14:05, Oleksii Kurochko wrote:
> <xen/lib.h> will be used in the patch "xen/riscv: introduce
> decode_cause() stuff" and requires <asm/bug.h>
While as it stands the description is accurate, I don't think that later
patch has a need to include xen/lib.h anymore. xen/macros.h will do, I
think.
Also please don't write descriptions in terms of "patches" or more
generally future "commits". Their titles may change, they may disappear
altogether, etc. Finding such a description later will end up confusing.
Jan
|