FreeBSD/src 76aca1d (r328315)sys/dev/cxgb cxgb_main.c

cxgb(4): Validate offset/len in the GET_EEPROM ioctl.

Reported by:    Ilja Van Sprundel <ivansprundel at ioactive.com>
DeltaFile
+7-1sys/dev/cxgb/cxgb_main.c
+7-11 files

UnifiedSplitRaw

FreeBSD/src 3283155 (r12952)sys/amd64/amd64 db_trace.c exception.s, sys/i386/i386 db_trace.c exception.s

Rewrote most of the ddb stack traceback code. These changes are smarter
about decoding trap/syscall/interrupt frames and generally works better
than the previous stuff.
Removed some special (incorrect) frobbing of the frame pointer that
was messing some things up with the new traceback code.
DeltaFile
+185-230sys/i386/i386/db_trace.c
+185-230sys/amd64/amd64/db_trace.c
+1-12sys/amd64/amd64/exception.s
+1-12sys/amd64/amd64/exception.S
+1-12sys/i386/i386/exception.s
+3-3sys/amd64/amd64/cpu_switch.S
+3-3sys/i386/i386/swtch.s
+3-3sys/amd64/amd64/swtch.s
+382-5058 files

UnifiedSplitRaw