kernel oops shows info about RIP in the format of function() + offset/size
but I have not found the 'size' info useful in debugging so far. As far as I know it is a static value defined by compiler/linker and has little to do with stack.
So in what situation would that be helpful or is it sort of redundant?