Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1577372

Re: [PATCH v2] Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN

From Christoph Hellwig <hch@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH v2] Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN
Date 2017-02-09 09:40 +0100
Message-ID <t8SqJ-3R5-13@gated-at.bofh.it> (permalink)
References <t8JGN-6E5-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


I'm really not a fan of adding a global synchronization point for
no good reason.  Arnd's original patch looks fine to me, but if you
really don't want it I'd suggest to use memdup_user and just
dynamically allocate the structure.

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH v2] Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN Scott Bauer <scott.bauer@intel.com> - 2017-02-09 00:20 +0100
  Re: [PATCH v2] Move stack parameters for sed_ioctl to prevent  oversized stack with CONFIG_KASAN Christoph Hellwig <hch@infradead.org> - 2017-02-09 09:40 +0100

csiph-web