All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 3.0.93
@ 2013-08-20 18:40 Greg KH
  2013-08-20 18:41 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2013-08-20 18:40 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn, Jiri Slaby

[-- Attachment #1: Type: text/plain, Size: 3133 bytes --]

I'm announcing the release of the 3.0.93 kernel.

This reverts one problem patch in the 3.0.92 kernel.  If you don't use
networking, you should be fine, no need to upgrade from 3.0.92 :)

The updated 3.0.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                |    2 +-
 net/netlink/genetlink.c |    7 -------
 2 files 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:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                   |    2 +-
 arch/arm/include/asm/hardware/cache-l2x0.h |    9 +++++++--
 arch/arm/mm/cache-l2x0.c                   |   21 +++++++++++++++++++++
 arch/cris/kernel/vmlinux.lds.S             |    1 +
 arch/m68k/emu/natfeat.c                    |   23 +++++++++++++++++++----
 arch/m68k/include/asm/div64.h              |    9 +++++----
 arch/powerpc/Makefile                      |    2 +-
 arch/sparc/lib/Makefile                    |    2 +-
 arch/sparc/lib/ucmpdi2.c                   |   19 +++++++++++++++++++
 drivers/usb/core/quirks.c                  |    6 ++++++
 drivers/usb/serial/mos7720.c               |   21 ++++++++++++++-------
 include/linux/hugetlb.h                    |   16 ++++++++++++++++
 kernel/futex.c                             |    3 ++-
 mm/hugetlb.c                               |   17 +++++++++++++++++
 mm/nommu.c                                 |   10 ++++++++++
 net/key/af_key.c                           |    1 +
 net/netlink/genetlink.c                    |    7 +++++++
 17 files changed, 148 insertions(+), 21 deletions(-)

Andreas Schwab (1):
      m68k: Truncate base in do_div()

Anton Blanchard (1):
      powerpc: Use -mtraceback=no

David S. Miller (1):
      sparc32: Add ucmpdi2.o to obj-y instead of lib-y.

Geert Uytterhoeven (1):
      m68k/atari: ARAnyM - Fix NatFeat module support

Greg Kroah-Hartman (1):
      Linux 3.0.92

Jesper Nilsson (1):
      CRIS: Add _sdata to vmlinux.lds.S

Johan Hovold (1):
      USB: mos7720: fix broken control requests

Johannes Berg (1):
      genetlink: fix family dump race

Linus Torvalds (1):
      vm: add no-mmu vm_iomap_memory() stub

Linus Walleij (1):
      ARM: 7080/1: l2x0: make sure I&D are not locked down on init

Nicolas Dichtel (1):
      af_key: initialize satype in key_notify_policy_flush()

Oliver Neukum (1):
      usb: add two quirky touchscreen

Sam Ravnborg (1):
      sparc32: add ucmpdi2

Zhang Yi (1):
      futex: Take hugepages into account when generating futex_key


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Linux 3.0.93
  2013-08-20 18:40 Linux 3.0.93 Greg KH
@ 2013-08-20 18:41 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2013-08-20 18:41 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn, Jiri Slaby

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 100644
--- a/net/netlink/genetlink.c
+++ b/net/netlink/genetlink.c
@@ -700,10 +700,6 @@ static int ctrl_dumpfamily(struct sk_buff *skb, struct netlink_callback *cb)
 	struct net *net = sock_net(skb->sk);
 	int chains_to_skip = cb->args[0];
 	int fams_to_skip = cb->args[1];
-	bool need_locking = chains_to_skip || fams_to_skip;
-
-	if (need_locking)
-		genl_lock();
 
 	for (i = chains_to_skip; i < GENL_FAM_TAB_SIZE; i++) {
 		n = 0;
@@ -725,9 +721,6 @@ errout:
 	cb->args[0] = i;
 	cb->args[1] = n;
 
-	if (need_locking)
-		genl_unlock();
-
 	return skb->len;
 }
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-20 18:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-20 18:40 Linux 3.0.93 Greg KH
2013-08-20 18:41 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.