Linux 3.0.93

2013-08-20 Thread Greg KH
changed, 1 insertion(+), 8 deletions(-) Greg Kroah-Hartman (2): Revert "genetlink: fix family dump race" Linux 3.0.93 I'm announcing the release of the 3.0.92 kernel. All users of the 3.0 kernel series must upgrade. The updated 3.0.y git tree can be found at:

Re: Linux 3.0.93

2013-08-20 Thread Greg KH
diff --git a/Makefile b/Makefile index a846aa89..369ce146 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 0 -SUBLEVEL = 92 +SUBLEVEL = 93 EXTRAVERSION = NAME = Sneaky Weasel diff --git a/net/netlink/genetlink.c b/net/netlink/genetlink.c index 409dd405..874f8ffb 1