Revision 85bd6055e3529e9b193b4460f5b13a47da354027 authored by Jakub Kicinski on 08 January 2021, 01:06:05 UTC, committed by Jakub Kicinski on 08 January 2021, 01:06:05 UTC
Ayush Sawal says:

====================
Bug fixes for chtls driver

patch 1: Fix hardware tid leak.
patch 2: Remove invalid set_tcb call.
patch 3: Fix panic when route to peer not configured.
patch 4: Avoid unnecessary freeing of oreq pointer.
patch 5: Replace skb_dequeue with skb_peek.
patch 6: Added a check to avoid NULL pointer dereference patch.
patch 7: Fix chtls resources release sequence.
====================

Link: https://lore.kernel.org/r/20210106042912.23512-1-ayush.sawal@chelsio.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parent s 0565ff5 + 15ef6b0
History
File Mode Size
Kconfig -rw-r--r-- 4.8 KB
Makefile -rw-r--r-- 874 bytes
alarmtimer.c -rw-r--r-- 23.5 KB
clockevents.c -rw-r--r-- 19.6 KB
clocksource.c -rw-r--r-- 33.3 KB
hrtimer.c -rw-r--r-- 60.8 KB
itimer.c -rw-r--r-- 10.2 KB
jiffies.c -rw-r--r-- 3.1 KB
namespace.c -rw-r--r-- 10.5 KB
ntp.c -rw-r--r-- 28.2 KB
ntp_internal.h -rw-r--r-- 783 bytes
posix-clock.c -rw-r--r-- 5.6 KB
posix-cpu-timers.c -rw-r--r-- 42.4 KB
posix-stubs.c -rw-r--r-- 5.5 KB
posix-timers.c -rw-r--r-- 37.1 KB
posix-timers.h -rw-r--r-- 1.9 KB
sched_clock.c -rw-r--r-- 7.7 KB
test_udelay.c -rw-r--r-- 3.7 KB
tick-broadcast-hrtimer.c -rw-r--r-- 3.2 KB
tick-broadcast.c -rw-r--r-- 27.3 KB
tick-common.c -rw-r--r-- 14.7 KB
tick-internal.h -rw-r--r-- 6.8 KB
tick-legacy.c -rw-r--r-- 999 bytes
tick-oneshot.c -rw-r--r-- 3.2 KB
tick-sched.c -rw-r--r-- 36.6 KB
tick-sched.h -rw-r--r-- 3.3 KB
time.c -rw-r--r-- 22.9 KB
timeconst.bc -rw-r--r-- 3.0 KB
timeconv.c -rw-r--r-- 3.6 KB
timecounter.c -rw-r--r-- 2.5 KB
timekeeping.c -rw-r--r-- 69.6 KB
timekeeping.h -rw-r--r-- 983 bytes
timekeeping_debug.c -rw-r--r-- 1.3 KB
timekeeping_internal.h -rw-r--r-- 921 bytes
timer.c -rw-r--r-- 60.0 KB
timer_list.c -rw-r--r-- 8.4 KB
vsyscall.c -rw-r--r-- 4.9 KB

back to top