# # Logo configuration # menuconfig LOGO bool "Bootup logo" depends on FB || SGI_NEWPORT_CONSOLE help Enable and select frame buffer bootup logos. if LOGO config FB_LOGO_EXTRA bool depends on FB=y default y if SPU_BASE config LOGO_LINUX_MONO bool "Standard black and white Linux logo" default y config LOGO_LINUX_VGA16 bool "Standard 16-color Linux logo" default y config LOGO_LINUX_CLUT224 bool "Standard 224-color Linux logo" default y config LOGO_BLACKFIN_VGA16 bool "16-colour Blackfin Processor Linux logo" depends on BLACKFIN default y config LOGO_BLACKFIN_CLUT224 bool "224-colour Blackfin Processor Linux logo" depends on BLACKFIN default y config LOGO_DEC_CLUT224 bool "224-color Digital Equipment Corporation Linux logo" depends on MACH_DECSTATION || ALPHA default y config LOGO_MAC_CLUT224 bool "224-color Macintosh Linux logo" depends on MAC default y config LOGO_PARISC_CLUT224 bool "224-color PA-RISC Linux logo" depends on PARISC default y config LOGO_SGI_CLUT224 bool "224-color SGI Linux logo" depends on SGI_IP22 || SGI_IP27 || SGI_IP32 default y config LOGO_SUN_CLUT224 bool "224-color Sun Linux logo" depends on SPARC default y config LOGO_SUPERH_MONO bool "Black and white SuperH Linux logo" depends on SUPERH default y config LOGO_SUPERH_VGA16 bool "16-color SuperH Linux logo" depends on SUPERH default y config LOGO_SUPERH_CLUT224 bool "224-color SuperH Linux logo" depends on SUPERH default y config LOGO_M32R_CLUT224 bool "224-color M32R Linux logo" depends on M32R default y endif # LOGO et-next.git/?h=nds-private-remove'>summaryrefslogtreecommitdiff
path: root/net/ipv6/mcast_snoop.c
diff options
context:
space:
mode:
authorHarsh Jain <harsh@chelsio.com>2017-02-01 21:10:28 +0530
committerHerbert Xu <herbert@gondor.apana.org.au>2017-02-03 17:45:48 +0800
commit0b529f143e8baad441a5aac9ad55ec2434d8fb46 (patch)
treefd816e548e12745d4776ad0bd661bec142d3ea06 /net/ipv6/mcast_snoop.c
parentc26819900036f5b91608051a0fc7c76f6b4ffc7b (diff)
crypto: algif_aead - Fix kernel panic on list_del
Kernel panics when userspace program try to access AEAD interface. Remove node from Linked List before freeing its memory. Cc: <stable@vger.kernel.org> Signed-off-by: Harsh Jain <harsh@chelsio.com> Reviewed-by: Stephan Müller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net/ipv6/mcast_snoop.c')