Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1297063
| From | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: net: user-controllable kmalloc size in __sctp_setsockopt_connectx |
| Date | 2015-12-22 22:10 +0100 |
| Message-ID | <qIClX-DG-1@gated-at.bofh.it> (permalink) |
| References | <qIBzA-7r-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, On Tue, Dec 22, 2015 at 09:13:54PM +0100, Dmitry Vyukov wrote: > Hello, ... > > [<ffffffff8576a326>] __sctp_setsockopt_connectx+0xc6/0x150 > net/sctp/socket.c:1318 > [< inline >] sctp_getsockopt_connectx3 net/sctp/socket.c:1410 > [<ffffffff8577a22e>] sctp_getsockopt+0x25ee/0x3e00 net/sctp/socket.c:6007 > [<ffffffff84ba2d65>] sock_common_getsockopt+0x95/0xd0 net/core/sock.c:2601 > [< inline >] SYSC_getsockopt net/socket.c:1782 > [<ffffffff84ba0512>] SyS_getsockopt+0x142/0x230 net/socket.c:1764 > [<ffffffff85cce8b6>] entry_SYSCALL_64_fastpath+0x16/0x7a > arch/x86/entry/entry_64.S:185 This is similar to that other one. I'll send a patch for it tomorrow. Thanks, Marcelo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
net: user-controllable kmalloc size in __sctp_setsockopt_connectx Dmitry Vyukov <dvyukov@google.com> - 2015-12-22 21:20 +0100
Re: net: user-controllable kmalloc size in __sctp_setsockopt_connectx Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2015-12-22 22:10 +0100
[PATCH net] sctp: use GFP_USER for user-controlled kmalloc Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> - 2015-12-23 19:30 +0100
Re: [PATCH net] sctp: use GFP_USER for user-controlled kmalloc David Miller <davem@davemloft.net> - 2015-12-28 06:20 +0100
csiph-web