[linux-linus test] 168094: trouble: blocked/broken/fail/pass

2022-02-12 Thread osstest service owner
flight 168094 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/168094/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64 broken build-arm64-pvops

[linux-5.4 test] 168093: trouble: blocked/broken/fail/pass

2022-02-12 Thread osstest service owner
flight 168093 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/168093/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64 broken build-arm64-pvops

[XEN v8 2/2] xen/arm64: io: Support instructions (for which ISS is not valid) on emulated MMIO region using MMIO/ioreq handler

2022-02-12 Thread Ayan Kumar Halder
When an instruction is trapped in Xen due to translation fault, Xen checks if the ISS is valid. If not, Xen tries to resolve the translation fault using p2m page tables. In case if it is a data abort, Xen will try to map the mmio region to the guest (ie tries to emulate the mmio region). If the IS

[XEN v8 1/2] xen/arm64: Decode ldr/str post increment operations

2022-02-12 Thread Ayan Kumar Halder
At the moment, Xen does not decode any of the arm64 instructions. This means that when hsr_dabt.isv == 0, Xen cannot handle those instructions. This will lead to Xen to abort the guests (from which those instructions originate). With this patch, Xen is able to decode ldr/str post indexing instruct

[XEN v8 0/2] xen/arm64: io: Decode ldr/str post-indexing instruction

2022-02-12 Thread Ayan Kumar Halder
Hi All, The patch series introduces support to decode instructions by Xen when ISS is invalid. Currently, when the guest executes post indexing ldr/str instructions on emulated MMIO, these instructions are trapped into Xen as a data abort. Xen reads hsr_dabt.isv == 0, so ISS is invalid. Therefore,

[linux-linus test] 168092: trouble: blocked/broken/fail/pass

2022-02-12 Thread osstest service owner
flight 168092 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/168092/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64 broken build-arm64-pvops

Re: [PATCH RFCv2 14/15] xen/arm: mm: Rework setup_xenheap_mappings()

2022-02-12 Thread Julien Grall
Hi, Sorry for the late answering. I finally picked up that series again and now preparing a new version. On 18/05/2021 01:50, Stefano Stabellini wrote: On Sat, 15 May 2021, Julien Grall wrote: Hi, On 15/05/2021 00:51, Stefano Stabellini wrote: On Sun, 25 Apr 2021, Julien Grall wrote: From

Re: [PATCH RFC 1/3] xen/efi: Always query the console information and get GOP

2022-02-12 Thread Julien Grall
On 12/02/2022 18:20, Elliott Mitchell wrote: On Sat, Feb 12, 2022 at 01:10:52PM +, Julien Grall wrote: On 12/02/2022 01:33, Elliott Mitchell wrote: On Mon, Feb 07, 2022 at 06:52:57PM +, Julien Grall wrote: On 07/02/2022 08:46, Jan Beulich wrote: On 06.02.2022 20:28, Julien Grall w

[linux-5.4 test] 168091: trouble: blocked/broken/fail/pass

2022-02-12 Thread osstest service owner
flight 168091 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/168091/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64 broken build-arm64-pvops

Re: [PATCH RFC 1/3] xen/efi: Always query the console information and get GOP

2022-02-12 Thread Elliott Mitchell
On Sat, Feb 12, 2022 at 01:10:52PM +, Julien Grall wrote: > > On 12/02/2022 01:33, Elliott Mitchell wrote: > > On Mon, Feb 07, 2022 at 06:52:57PM +, Julien Grall wrote: > >> On 07/02/2022 08:46, Jan Beulich wrote: > >>> On 06.02.2022 20:28, Julien Grall wrote: > > It is not entir

Re: [GIT PULL] xen: branch for v5.17-rc4

2022-02-12 Thread pr-tracker-bot
The pull request you sent on Sat, 12 Feb 2022 11:25:09 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git > for-linus-5.17a-rc4-tag has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4a387c98b3abc7cf9a2281f01f9b4dd7dbc48f65 Thank you! -- Deet-doot-dot,

Re: [PATCH V2 00/13] use time_is_xxx() instead of jiffies judgment

2022-02-12 Thread Theodore Ts'o
On Thu, Feb 10, 2022 at 06:30:23PM -0800, Qing Wang wrote: > From: Wang Qing > > It is better to use time_is_xxx() directly instead of jiffies judgment > for understanding. Hi Wang, "judgement" doesn't really make sense as a description to an English speaker. The following a commit desription

[linux-linus test] 168089: trouble: blocked/broken/fail/pass

2022-02-12 Thread osstest service owner
flight 168089 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/168089/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64 broken build-arm64-pvops

Re: [PATCH RFC 1/3] xen/efi: Always query the console information and get GOP

2022-02-12 Thread Julien Grall
Hi, On 12/02/2022 01:33, Elliott Mitchell wrote: On Mon, Feb 07, 2022 at 06:52:57PM +, Julien Grall wrote: On 07/02/2022 08:46, Jan Beulich wrote: On 06.02.2022 20:28, Julien Grall wrote: It is not entirely clear to me why the GOP was only fetched when the configuration file is used. I

Re: [RFC v2 5/8] xen/arm: introduce SCMI-SMC mediator driver

2022-02-12 Thread Julien Grall
Hi, On 11/02/2022 11:18, Bertrand Marquis wrote: Do you plan to add support for other boards ? Did you discuss more in general with the linux kernel guys to see if this approach was agreed and will be adopted by other manufacturers ? All in all I think this is a good idea but I fear that all t

[xen-unstable test] 168088: trouble: blocked/broken/fail/pass

2022-02-12 Thread osstest service owner
flight 168088 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/168088/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64 broken build-arm64-pvops

[GIT PULL] xen: branch for v5.17-rc4

2022-02-12 Thread Juergen Gross
Linus, Please git pull the following tag: git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.17a-rc4-tag xen: branch for v5.17-rc4 It contains the following patches: - 2 small cleanups - Another fix for addressing the EFI framebuffer above 4GB when running as Xen dom0

[libvirt test] 168090: regressions - trouble: blocked/broken/fail/pass

2022-02-12 Thread osstest service owner
flight 168090 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/168090/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64 broken build-arm64-pvops

[linux-5.4 test] 168087: trouble: blocked/broken/fail/pass

2022-02-12 Thread osstest service owner
flight 168087 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/168087/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64 broken build-arm64-pvops