Revision c110a8b792533fc1180188b91b856bb2b3390f8b authored by Linus Torvalds on 11 May 2018, 20:04:35 UTC, committed by Linus Torvalds on 11 May 2018, 20:04:35 UTC
Pull tracing fix from Steven Rostedt:
 "Working on some new updates to trace filtering, I noticed that the
  regex_match_front() test was updated to be limited to the size of the
  pattern instead of the full test string.

  But as the test string is not guaranteed to be nul terminated, it
  still needs to consider the size of the test string"

* tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Fix regex_match_front() to not over compare the test string
2 parent s 84c3a09 + dc432c3
History
File Mode Size
atmel_lcdc.h -rw-r--r-- 6.8 KB
aty128.h -rw-r--r-- 13.3 KB
auo_k190xfb.h -rw-r--r-- 2.8 KB
broadsheetfb.h -rw-r--r-- 2.1 KB
cirrus.h -rw-r--r-- 5.7 KB
cvisionppc.h -rw-r--r-- 1.5 KB
da8xx-fb.h -rw-r--r-- 2.0 KB
display_timing.h -rw-r--r-- 3.1 KB
edid.h -rw-r--r-- 228 bytes
gbe.h -rw-r--r-- 10.5 KB
hecubafb.h -rw-r--r-- 1.5 KB
ili9320.h -rw-r--r-- 5.8 KB
imx-ipu-image-convert.h -rw-r--r-- 7.0 KB
imx-ipu-v3.h -rw-r--r-- 14.9 KB
kyro.h -rw-r--r-- 2.4 KB
mach64.h -rw-r--r-- 47.1 KB
maxinefb.h -rw-r--r-- 1.2 KB
mbxfb.h -rw-r--r-- 2.2 KB
metronomefb.h -rw-r--r-- 1.5 KB
mipi_display.h -rw-r--r-- 4.5 KB
mmp_disp.h -rw-r--r-- 7.6 KB
neomagic.h -rw-r--r-- 4.9 KB
newport.h -rw-r--r-- 18.7 KB
of_display_timing.h -rw-r--r-- 788 bytes
of_videomode.h -rw-r--r-- 367 bytes
omap-panel-data.h -rw-r--r-- 2.2 KB
omapfb_dss.h -rw-r--r-- 23.4 KB
omapvrfb.h -rw-r--r-- 2.4 KB
permedia2.h -rw-r--r-- 9.0 KB
platform_lcd.h -rw-r--r-- 589 bytes
pm3fb.h -rw-r--r-- 45.3 KB
pmag-ba-fb.h -rw-r--r-- 1.0 KB
pmagb-b-fb.h -rw-r--r-- 2.3 KB
pxa168fb.h -rw-r--r-- 2.7 KB
radeon.h -rw-r--r-- 109.2 KB
s1d13xxxfb.h -rw-r--r-- 9.9 KB
sa1100fb.h -rw-r--r-- 1.3 KB
samsung_fimd.h -rw-r--r-- 16.8 KB
sh_mobile_lcdc.h -rw-r--r-- 6.1 KB
sh_mobile_meram.h -rw-r--r-- 2.4 KB
sisfb.h -rw-r--r-- 1.2 KB
sstfb.h -rw-r--r-- 11.0 KB
tdfx.h -rw-r--r-- 5.3 KB
tgafb.h -rw-r--r-- 6.9 KB
trident.h -rw-r--r-- 3.2 KB
udlfb.h -rw-r--r-- 2.8 KB
uvesafb.h -rw-r--r-- 2.9 KB
vga.h -rw-r--r-- 13.7 KB
videomode.h -rw-r--r-- 1.3 KB
w100fb.h -rw-r--r-- 3.7 KB

back to top