Re: [PATCH] Fix backspace in the username login prompt

2021-05-07 Thread Daniel Kiper
First of all, sorry for late reply but I am busy... On Thu, Apr 29, 2021 at 05:43:48PM +0300, Egor Ignatov wrote: > This patch fixes an old bug when backspace key does not work in the > username login prompt. It allows BIDI type BN characters (control > chars like '\b') in the visual line. And whe

[PATCH] ieee1275/ofdisk: retry on open and read failure

2021-05-07 Thread Diego Domingos
Sometimes, when booting from a very busy SAN, the access to the disk can fail and then grub will eventually drop to grub prompt. This scenario is more frequent when deploying many machines at the same time using the same SAN. This patch aims to force the ofdisk module to retry the open or read func