Re: [PATCH v3 0/7] esp.c: only allow ESP commands permitted in the current mode

2025-07-17 Thread Mark Cave-Ayland
On 16/07/2025 16:13, Michael Tokarev wrote: On 11.07.2025 23:46, Mark Cave-Ayland wrote: This series contains a few minor tidy-ups along with an implementation of the logic to only allow ESP commands permitted in the current mode. The motivation is to fix GitLab issue #2464 which causes Windows

Re: [PATCH v3 0/7] esp.c: only allow ESP commands permitted in the current mode

2025-07-16 Thread Michael Tokarev
On 11.07.2025 23:46, Mark Cave-Ayland wrote: This series contains a few minor tidy-ups along with an implementation of the logic to only allow ESP commands permitted in the current mode. The motivation is to fix GitLab issue #2464 which causes Windows NT MIPS to bluescreen on boot. Patches 1 to

Re: [PATCH v3 0/7] esp.c: only allow ESP commands permitted in the current mode

2025-07-14 Thread Philippe Mathieu-Daudé
On 11/7/25 22:46, Mark Cave-Ayland wrote: This series contains a few minor tidy-ups along with an implementation of the logic to only allow ESP commands permitted in the current mode. The motivation is to fix GitLab issue #2464 which causes Windows NT MIPS to bluescreen on boot. Series queued,

Re: [PATCH v3 0/7] esp.c: only allow ESP commands permitted in the current mode

2025-07-14 Thread Philippe Mathieu-Daudé
On 11/7/25 22:46, Mark Cave-Ayland wrote: This series contains a few minor tidy-ups along with an implementation of the logic to only allow ESP commands permitted in the current mode. The motivation is to fix GitLab issue #2464 which causes Windows NT MIPS to bluescreen on boot. Patches 1 to 5 a

[PATCH v3 0/7] esp.c: only allow ESP commands permitted in the current mode

2025-07-11 Thread Mark Cave-Ayland
This series contains a few minor tidy-ups along with an implementation of the logic to only allow ESP commands permitted in the current mode. The motivation is to fix GitLab issue #2464 which causes Windows NT MIPS to bluescreen on boot. Patches 1 to 5 are simple tidy-ups from investigating the is