Messages in this thread |  | | Date | Mon, 16 Dec 2019 07:04:12 -0800 | From | Guenter Roeck <> | Subject | Re: [PATCH 3/3] init: use do_mount() instead of ksys_mount() |
| |
On Sun, Dec 15, 2019 at 07:50:23PM -0800, Linus Torvalds wrote: > On Sun, Dec 15, 2019 at 5:35 PM Ondřej Jirman <megi@xff.cz> wrote: > > > > Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000 > > Duh. So much for the trivial obvious conversion. > > It didn't take "data might be NULL" into account. > > A patch like this, perhaps? Untested.. > > Linus
That one must be a record.
Qemu test results: total: 387 pass: 93 fail: 294
For my education, what is so bad with calls like ksys_mount() that warrants the extra code needed to remove it (and, of course, the resulting breakage) ?
Thanks, Guenter
|  |