I'm trying to see if our servers are all patched, but the patching notation on these two RHEL servers is confusing me:
hostA$ uname -a
Linux hostA 3.10.0-1062.4.1.el7.x86_64 #1 SMP Wed Sep 25 09:42:57 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux
hostB$ uname -a
Linux hostB 3.10.0-1127.el7.x86_64 #1 SMP Tue Feb 18 16:39:12 EST 2020 x86_64 x86_64 x86_64 GNU/Linux
So, they are all patched to version 3.10.0, right? What is the significance of the digits after the hyphen that makes these two servers different?
Also, what is the time stamp? Is that the date/time that the patch was released from the vendor?