Re: [PATCH] entry: Fix boot for !CONFIG_GENERIC_ENTRY

2020-11-24 Thread Naresh Kamboju
idn't > > > have a !GENERIC_ENTRY device to test, but just the ifdef would have > > > caught it. > > > > I have patched it as suggested. Tested on qemu for arm32 and on bare > > metal for x86-64. > > > > Once again, my apologies for the mistake

Re: [PATCH] entry: Fix boot for !CONFIG_GENERIC_ENTRY

2020-11-24 Thread Kees Cook
; I have patched it as suggested. Tested on qemu for arm32 and on bare > metal for x86-64. > > Once again, my apologies for the mistake. > > -- >8 -- > Subject: [PATCH] entry: Fix boot for !CONFIG_GENERIC_ENTRY > > A copy-pasta mistake tries to set SYSCALL_WORK

[PATCH] entry: Fix boot for !CONFIG_GENERIC_ENTRY

2020-11-23 Thread Gabriel Krisman Bertazi
; That is correct. This is a copy pasta mistake. My apologies. I didn't > have a !GENERIC_ENTRY device to test, but just the ifdef would have > caught it. I have patched it as suggested. Tested on qemu for arm32 and on bare metal for x86-64. Once again, my apologies for the mistake. -- >8