Re: [PATCH] The usbmon triggers a BUG in ./include/linux/mm.h
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2018-01-09 15:03:13
Also in:
linux-usb
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2018-01-09 15:03:13
Also in:
linux-usb
On Mon, Jan 08, 2018 at 03:46:41PM -0600, Pete Zaitcev wrote:
Automated tests triggered this by opening usbmon and accessing the mmap while simultaneously resizing the buffers. This bug was with us since 2006, because typically applications only size the buffers once and thus avoid racing. Reported by Kirill A. Shutemov. Signed-off-by: Pete Zaitcev <zaitcev@redhat.com> --- drivers/usb/mon/mon_bin.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
You forgot a reported-by line :( I'll go add it, it's been a while since you submitted a kernel patch, you must have forgotten :) thanks, greg k-h -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>