On Mon, Feb 27, 2023 at 10:44:06AM +0800, Linyu Yuan wrote: > some trace event funciton use __dynamic_array, but it only used at output > time, change to __get_buf() will allocate tempary buffer for such usage. > > > v2: remove Aswath Govindraju, seem mail not aviliable. > > > Linyu Yuan (4): > usb: cdns3: change trace event cdns3_ring() operation > usb: cdns3: change some trace event __dynamic_array() to __get_buf() > usb: dwc3: change some trace event __dynamic_array() to __get_buf() > usb: xhci: change some trace event __dynamic_array() to __get_buf() > > drivers/usb/cdns3/cdns3-debug.h | 8 ++------ > drivers/usb/cdns3/cdns3-trace.h | 28 +++++++++------------------- > drivers/usb/cdns3/cdnsp-trace.h | 12 ++++-------- > drivers/usb/dwc3/trace.h | 6 ++---- > drivers/usb/host/xhci-trace.h | 20 +++++++------------- > 5 files changed, 24 insertions(+), 50 deletions(-) > > -- > 2.7.4 > Hi, This is the friendly semi-automated patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. Right now, the development tree you have sent a patch for is "closed" due to the timing of the merge window. Don't worry, the patch(es) you have sent are not lost, and will be looked at after the merge window is over (after the -rc1 kernel is released by Linus). So thank you for your patience and your patches will be reviewed at this later time, you do not have to do anything further, this is just a short note to let you know the patch status and so you don't worry they didn't make it through. thanks, greg k-h's patch email bot