linux.kernel - 26 new messages in 16 topics - digest
linux.kernel
http://groups.google.com/group/linux.kernel?hl=en
Today's topics:
* dvb: return -ENOMEM if kzalloc failed in dvb_usb_device_init() - 1 messages,
1 author
http://groups.google.com/group/linux.kernel/t/0d3d1e42dcaac9b8?hl=en
* Obsolete config in kernel source (CIFS_QUOTA) - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/6cf6ccd859cf98db?hl=en
* seastar - SeaStar Ethernet driver - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/9b31f0458f80e83c?hl=en
* kconfig: Add LSMOD=file to override the lsmod for localmodconfig - 3
messages, 2 authors
http://groups.google.com/group/linux.kernel/t/813d37d80464f6e5?hl=en
* kernel-shark: fix unitialized handle compile warnings - 5 messages, 3
authors
http://groups.google.com/group/linux.kernel/t/2ae6ffbd06a5c48a?hl=en
* tags: include headers before source files - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/ec699501e49195b9?hl=en
* mtd: hot spin and code duplication in nand_bcm_umi_bch_read_oobEcc() - 1
messages, 1 author
http://groups.google.com/group/linux.kernel/t/c71826b3bc536266?hl=en
* mxc: Fix Drive Strength Field in the IOMUX controller - 4 messages, 1 author
http://groups.google.com/group/linux.kernel/t/281ca1a532ca6d76?hl=en
* agpgart-amd64 not initialized in 2.6.33-rc5 if iommu=allowed in kernel
command line - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/b9c35e386ebb7a6d?hl=en
* "USB: use kfifo to buffer usb-generic serial writes" causes gobi_loader to
hang - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/24244e271ec4cffc?hl=en
* sky2: receive dma mapping error handling - 2 messages, 2 authors
http://groups.google.com/group/linux.kernel/t/03d63adef2419307?hl=en
* nilfs2 fix for 2.6.33 - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/f34bf2bb9f1631c2?hl=en
* networking tcp: Writing tcp socket be atomic - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/7ae4e30c83ee8a1e?hl=en
* trace-cmd: teach git to ignore dependency files (*.d) - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/76b5b681a1deab29?hl=en
* 2.6.33-rc6: ext4 triggers warning about high order allocations - 1 messages,
1 author
http://groups.google.com/group/linux.kernel/t/fd864bd824fcba2c?hl=en
* hrtimer, softirq: Fix hrtimer->softirq trampoline - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/cc29c778ec3f3352?hl=en
==============================================================================
TOPIC: dvb: return -ENOMEM if kzalloc failed in dvb_usb_device_init()
http://groups.google.com/group/linux.kernel/t/0d3d1e42dcaac9b8?hl=en
==============================================================================
== 1 of 1 ==
Date: Wed, Feb 3 2010 8:20 am
From: Oliver Neukum
Am Mittwoch, 3. Februar 2010 17:02:49 schrieb roel kluin:
> > The bug is caused by this:
> >
> > if (cold) {
> > info("found a '%s' in cold state, will try to load a firmware",desc->name);
> > ret = dvb_usb_download_firmware(udev,props);
> > if (!props->no_reconnect || ret != 0)
> > return ret;
> > }
> >
> > which overwrites ret
>
> Is that an ack or do you want me to add an int (e.g. rc) that
> handles the dvb_usb_download_firmware() return value?
This is an ack with an additional comment that this function is in need of
a cleanup due to unnecessary subtlety.
Regards
Oliver
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
==============================================================================
TOPIC: Obsolete config in kernel source (CIFS_QUOTA)
http://groups.google.com/group/linux.kernel/t/6cf6ccd859cf98db?hl=en
==============================================================================
== 1 of 1 ==
Date: Wed, Feb 3 2010 8:20 am
From: Christoph Egger
Hi all!
As part of the VAMOS[0] research project at the University of
Erlangen we're checking referential integrity between kernel KConfig
options and in-code Conditional blocks.
The CIFS Quota module seems to be a bit larger than the other
unreachable code blocks I've come acros recently. Is the KConfig Item
simply missing here? If not maybe the unreachable code should be
removed from the kernel tree?
Please keep me informed of this patch getting confirmed /
merged so we can keep track of it.
Regards
Christoph Egger
[0] http://vamos1.informatik.uni-erlangen.de/
----
From 69f2e89897e197bea5984e4c2f98bdb6ec3f48b0 Mon Sep 17 00:00:00 2001
From: Christoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Date: Wed, 3 Feb 2010 15:40:44 +0100
Subject: [PATCH] Getting rid of CONFIG_CIFS_QUOTA
CONFIG_CIFS_QUOTA has been a Zombi Feature for a really long time now
and doesn't seem to be developed on. So this change gets rid of the
unused Codepath.
Signed-off-by: Christoph Egger <siccegge@stud.informatik.uni-erlangen.de>
---
fs/cifs/cifsfs.c | 107 ------------------------------------------------------
1 files changed, 0 insertions(+), 107 deletions(-)
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
index 8c6a036..0135079 100644
--- a/fs/cifs/cifsfs.c
+++ b/fs/cifs/cifsfs.c
@@ -49,10 +49,6 @@
#include "cifs_spnego.h"
#define CIFS_MAGIC_NUMBER 0xFF534D42 /* the first four bytes of SMB PDUs */
-#ifdef CONFIG_CIFS_QUOTA
-static const struct quotactl_ops cifs_quotactl_ops;
-

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home