Thanks! Merged to master at 59d059ae6bad..0ab512284699 (from, to]
You can see the entire diff with 'git diff' or at https://github.com/brho/akaros/compare/59d059ae6bad...0ab512284699 On 2017-10-17 at 07:23 Dmitry Vyukov <[email protected]> wrote: > Kernel generally should not print to console on every EINVAL. > This can produce lots of noise for programs intentionally > or unintentionally feeding garbage into kernel. > Don't print on invalid commands to fcntl syscall. > > Change-Id: Ia921c588b670a61f6e647490875ad563ac8738e5 > Signed-off-by: Dmitry Vyukov <[email protected]> > You can view, comment on, or merge this pull request online at: > > https://github.com/brho/akaros/pull/43 > > -- Commit Summary -- > > * fcntl: reduce noise on invalid arguments > > -- File Changes -- > > M kern/src/syscall.c (6) > > -- Patch Links -- > > https://github.com/brho/akaros/pull/43.patch > https://github.com/brho/akaros/pull/43.diff > -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
