| From | Subject | Date |
|---|---|---|
| Stephen Rothwell | optimized inlining
Hi Ingo,
Could you please merge your two patches "x86: add optimized inlining" and
"generic: optimized inlining, fix" before you send them to Linus. This
way we won't have another bad spot to land while bisecting on powerpc.
Thanks.
--=20
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
| Apr 23, 7:59 pm 2008 |
| Roel Kluin | unsigned patch series
Thanks to Julia Lawall for help with spatch, Joe Perches, Segher Boessenkool
and others for catching errors.
spatch can be found at http://www.emn.fr/x-info/coccinelle/
The script used and others can be found at http://kernelnewbies.org/RoelKluin
Now it's time for me to get some sleep
Roel
--
| Apr 23, 7:47 pm 2008 |
| Mark Hindley | oops: 2.6.24.4 [tainted]
Hi
I have an old K6 200/430TX system (used for routing and backups) on
which I have been chasing random crashes and reboots for a while.
Normally there is nothing in the logs. They seem to happen under high
load, but are not reproducible reliably.
I have just replaced all the RAM with new, but still got this oops this
evening.
Unfortunately, the kernel is tainted by madwifi. I will change to ath5k
as soon as my card is supported :)
Could someone help me decode this. Is it real or faulty har...
| Apr 23, 7:13 pm 2008 |
| Jesper Juhl | [PATCH] Let SYSVIPC default to 'y'
SYSVIPC is a pretty crucial feature that I doubt very much if anyone
except embedded people should even consider disabling - it simply
breaks too much software for a Linux box to really be useful without it,
for most purposes.
For that reason I find it quite odd that the feature defaults to 'No'
currently. I really cannot see any reason why we wouldn't want this to
default to 'Yes', so this patch changes the default by adding 'default y'
to Kconfig.
Signed-off-by: Jesper Juhl <jesper.juh...
| Apr 23, 7:01 pm 2008 |
| Zdenek Kabelac | BUG: bad unlock balance detected iwl3945/1438 is trying to r...
Hello
This stacktrace is with git
8876b8ed5fc9e996918cac4a553b8bc40d5605d7
(compiled few minutes ago)
(Unsure how it's related to other bugs around iwl driver)
Happens when wifi network is enabled/disabled
Zdenek
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
PM: Writing back config space on device 0000:03:00.0 at offset 1 (was
100102, writing 100106)
=====================================
[ BUG: b...
| Apr 23, 7:00 pm 2008 |
| Roland Dreier | [PATCH] iwlwifi: Don't unlock priv->mutex if it isn't locked
Commit b716bb91 ("iwlwifi: Cancel scanning upon association") moved the
test of priv->vif in iwl{3945,4964}_mac_config_interface() outside of
where priv->mutex is held, but still tries to do mutex_unlock() on
return. This is clearly wrong and triggers a nasty lockdep warning when
this codepath is triggered. Fix this by removing the mutex_unlock().
Signed-off-by: Roland Dreier <rolandd@cisco.com>
---
Assuming the original b716bb91 commit is correct, this is probably the
right fix. Bu...
| Apr 23, 7:22 pm 2008 |
| Massimo Maiurana | [PATCH] kconfig: fix broken target update-po-config
In the latest kernel "make update-po-config" fails because it tries
to open arch/Kconfig/Kconfig, since the ls command doesn't
distinguish between files and directories.
trivial patch below.
Signed-off-by: Massimo Maiurana <maiurana@gmail.com>
---
diff -u linux/scripts/kconfig/Makefile linux.new/scripts/kconfig/Makefile
--- linux/scripts/kconfig/Makefile 2008-04-17 12:51:55.000000000 +0200
+++ linux.new/scripts/kconfig/Makefile 2008-04-23 18:32:13.000000000 +0200
@@ -36,7 +36,7 @@...
| Apr 23, 5:38 pm 2008 |
| devzero | make cloneconfig ?
any reason why "make cloneconfig" never made it into mainline?
many people are quite used to it and every time i build vanilla kernel i step into that trap "oh - that`s a suse`ism"
make cloneconfig exists since /proc/config.gz - but while that one went into mainline, cloneconfig never did.
anyone know the reason for that ?
i wished, distros kernels were more similar to vanilla kernels - so what about making them more similar ?
[ message continues ] " title="http://marc.info/?l=linux-kernel&m=93250171620331&w...">http://marc.info/?l=linux-kernel&m=93250171620331&w... | Apr 23, 6:37 pm 2008 |
| Jesper Juhl | Re: make cloneconfig ?
Isn't "cloneconfig" basically just "zcat /proc/config.gz > .config &&
make oldconfig" ??? If so, why do we need yet another "make
<some_target>" Makefile rule? What would actually be gained?
--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
--
| Apr 23, 6:43 pm 2008 |
| Jesper Juhl | [PATCH] fewer pointer derefs in scsi_error
From: Jesper Juhl <jesper.juhl@gmail.com>
This patch reduces the number of sequential pointer derefs in scsi_error
( drivers/scsi/scsi_error.c ).
The bennefits of this are:
- makes the code easier to read. Lots of sequential derefs of the
same pointers are not easy on the eye.
- makes the size of the source file 55 bytes smaller.
- makes the size of the object file 48 bytes smaller.
- theoretically at least, just dereferencing the pointers once can
allow the compiler to gener...
| Apr 23, 6:18 pm 2008 |
| Peter Zijlstra | [RFC][PATCH 1/2] sched: higher granularity load on 64bit sys...
Hi
The below is an RFC because for some reason it regresses kbuild by 5% on
my machine (and more on the largesmp that are the reason for it).
I'm failing to see how adding a few shifts can cause this.
---
Subject: sched: higher granularity load on 64bit systems
Group scheduling stretches the 10 bit fixed point arithmetic in two ways:
1) shares - fraction of a groups weight
2) group load - recursive fraction of load
Esp. on LargeSMP 1) is a large problem as a group with load 1024 can e...
| Apr 23, 6:07 pm 2008 |
| Peter Zijlstra | [RFC][PATCH 2/2] sched: aggregate_group_shares no loop
Subject: sched: aggregate_group_shares no loop
Remove the chance of getting trapped in the loop.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
---
kernel/sched.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Index: linux-2.6-2/kernel/sched.c
===================================================================
--- linux-2.6-2.orig/kernel/sched.c
+++ linux-2.6-2/kernel/sched.c
@@ -1713,7 +1713,6 @@ void aggregate_group_shares(struct task_
unsigned long shares ...
| Apr 23, 6:09 pm 2008 |
| Roel Kluin | [PATCH] serial: s3c2410: platform_get_irq() may return signe...
dev->irq is unsigned, platform_get_irq() may return signed unnoticed
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c
index 4ffa258..da5a02c 100644
--- a/drivers/serial/s3c2410.c
+++ b/drivers/serial/s3c2410.c
@@ -1022,6 +1022,7 @@ static int s3c24xx_serial_init_port(struct s3c24xx_uart_port *ourport,
struct uart_port *port = &ourport->port;
struct s3c2410_uartcfg *cfg;
struct resource *res;
+ int ret;
...
| Apr 23, 5:59 pm 2008 |
| Roel Kluin | [PATCH] ARM: am79c961a: platform_get_irq() may return signed...
dev->irq is unsigned, platform_get_irq() may return signed unnoticed
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/net/arm/am79c961a.c b/drivers/net/arm/am79c961a.c
index ba6bd03..a637910 100644
--- a/drivers/net/arm/am79c961a.c
+++ b/drivers/net/arm/am79c961a.c
@@ -693,11 +693,15 @@ static int __init am79c961_probe(struct platform_device *pdev)
* done by the ether bootp loader.
*/
dev->base_addr = res->start;
- dev->irq = platform_get_irq(pdev,...
| Apr 23, 5:44 pm 2008 |
| Roel Kluin | [PATCH 2/2] ARM: ax88796: platform_get_irq() may return sign...
similarly,
---
dev->irq is unsigned, platform_get_irq() may return signed unnoticed
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/net/ax88796.c b/drivers/net/ax88796.c
index 194949a..26a735a 100644
--- a/drivers/net/ax88796.c
+++ b/drivers/net/ax88796.c
@@ -838,10 +838,10 @@ static int ax_probe(struct platform_device *pdev)
/* find the platform resources */
- dev->irq = platform_get_irq(pdev, 0);
- if (dev->irq < 0) {
+ ret = platform_get_ir...
| Apr 23, 5:49 pm 2008 |
| Lukas Hejtmanek | Re: iwl4965 regression since 2.6.24
I found out that iwconfig wlan0 ap auto (which according to the man page
should reassociate with the strongest AP) does nothing at all.
It seems that once associated with AP, the mac or iwl4965 driver (do not know
which one) is unable to associate with a different AP.
--
Lukáš Hejtmánek
--
| Apr 23, 5:36 pm 2008 |
| J. Bruce Fields | nfsd changes for 2.6.26
The following nfsd-related changes are available from the for-linus
branch of the git repository at:
git://linux-nfs.org/~bfields/linux.git for-linus
Nothing earth-shattering; mostly miscellaneous bugfixes and cleanup, for
lockd and nfsd.
Jeff Layton's conversion of lockd and the NFSv4 callback server to
kthreads is one of the larger pieces, Chuck did a bunch of kconfig
cleanup, etc.
--b.
Adrian Bunk (1):
make nfsd_create_setattr() static
Andrew Morton (1):
net/sunrpc/s...
| Apr 23, 5:33 pm 2008 |
| Roel Kluin | [PATCH] asic3: platform_get_irq() may return signed unnoticed
asic->irq_nr is unsigned. platform_get_irq() may return signed unnoticed
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c
index f6f2d96..95f7b0c 100644
--- a/drivers/mfd/asic3.c
+++ b/drivers/mfd/asic3.c
@@ -302,7 +302,7 @@ static int asic3_irq_probe(struct platform_device *pdev)
unsigned int irq, irq_base;
asic->irq_nr = platform_get_irq(pdev, 0);
- if (asic->irq_nr < 0)
+ if (asic->irq_nr == -ENXIO)
return ...
| Apr 23, 5:32 pm 2008 |
| Roel Kluin | [PATCH v2] asic3: platform_get_irq() may return signed unnot...
asic->irq_nr is unsigned. platform_get_irq() may return signed unnoticed
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c
index f6f2d96..8068c06 100644
--- a/drivers/mfd/asic3.c
+++ b/drivers/mfd/asic3.c
@@ -300,10 +300,13 @@ static int asic3_irq_probe(struct platform_device *pdev)
struct asic3 *asic = platform_get_drvdata(pdev);
unsigned long clksel = 0;
unsigned int irq, irq_base;
+ int ret;
- asic->irq_nr = platform...
| Apr 23, 6:38 pm 2008 |
| Roel Kluin | Re: [PATCH v2] asic3: platform_get_irq() may return signed u...
Thanks to Joe Perches for catching an error in my previous
---
asic->irq_nr is unsigned. platform_get_irq() may return signed unnoticed
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c
index f6f2d96..abd7ffc 100644
--- a/drivers/mfd/asic3.c
+++ b/drivers/mfd/asic3.c
@@ -300,10 +300,13 @@ static int asic3_irq_probe(struct platform_device *pdev)
struct asic3 *asic = platform_get_drvdata(pdev);
unsigned long clksel = 0;
unsigne...
| Apr 23, 6:58 pm 2008 |
| Samuel Ortiz | Apr 23, 7:16 pm 2008 | |
| Roel Kluin | [PATCH] gigaset: gigaset_isowbuf_getbytes() may return signe...
ifd->offset is unsigned. gigaset_isowbuf_getbytes() may return signed unnoticed
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/isdn/gigaset/bas-gigaset.c b/drivers/isdn/gigaset/bas-gigaset.c
index 5255b5e..c97479b 100644
--- a/drivers/isdn/gigaset/bas-gigaset.c
+++ b/drivers/isdn/gigaset/bas-gigaset.c
@@ -1050,9 +1050,9 @@ static int submit_iso_write_urb(struct isow_urbctx_t *ucx)
}
/* retrieve block of data to send */
- ifd->offset = gigaset_isowbuf_...
| Apr 23, 5:27 pm 2008 |
| Roel Kluin | [PATCH] ehca: ret is unsigned, ibmebus_request_irq() negativ...
diff --git a/drivers/infiniband/hw/ehca/ehca_eq.c b/drivers/infiniband/hw/ehca/ehca_eq.c
index b4ac617..9727235 100644
--- a/drivers/infiniband/hw/ehca/ehca_eq.c
+++ b/drivers/infiniband/hw/ehca/ehca_eq.c
@@ -59,6 +59,7 @@ int ehca_create_eq(struct ehca_shca *shca,
u32 i;
void *vpage;
struct ib_device *ib_dev = &shca->ib_device;
+ int ret2;
spin_lock_init(&eq->spinlock);
spin_lock_init(&eq->irq_spinlock);
@@ -123,18 +124,18 @@ int ehca_create_eq(struct ehca_shca ...
| Apr 23, 5:07 pm 2008 |
| Roel Kluin | [PATCH 1/2] spi_mpc83xx: test below 0 on unsigned irq in mpc...
mpc83xx_spi->irq is unsigned, so the test fails
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/spi/spi_mpc83xx.c b/drivers/spi/spi_mpc83xx.c
index be15a62..033fd51 100644
--- a/drivers/spi/spi_mpc83xx.c
+++ b/drivers/spi/spi_mpc83xx.c
@@ -454,12 +454,12 @@ static int __init mpc83xx_spi_probe(struct platform_device *dev)
goto put_master;
}
- mpc83xx_spi->irq = platform_get_irq(dev, 0);
-
- if (mpc83xx_spi->irq < 0) {
- ret = -ENXIO;
+ ret = pl...
| Apr 23, 4:55 pm 2008 |
| Pekka J Enberg | [GIT PULL] SLUB debugging fixes for 2.6.25
Hi Linus,
Please pull the latest SLUB git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6.git for-linus
It contains two minor fixes that improve SLUB debugging support.
Pekka
Christoph Lameter (1):
slub: fix parameters passed to slab_bug()
Pekka Enberg (1):
slub: improve kmem_cache_destroy() error message
mm/slub.c | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/mm/slub.c b/mm/slub.c
index ...
| Apr 23, 4:45 pm 2008 |
| Steven Rostedt | [PATCH] ftrace: use raw_smp_processor_id for mcount functions
Due to debug hooks in the kernel that can change the way smp_processor_id
works, use raw_smp_processor_id in mcount called functions (namely
ftrace_record_ip). Currently we annotate most debug functions from calling
mcount, but we should not rely on that to prevent kernel lockups.
This patch uses the raw_smp_processor_id to prevent a recusive crash
that can happen if a debug hook in smp_processor_id calls mcount.
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
---
kernel/trace/ftrac...
| Apr 23, 4:41 pm 2008 |
| Roel Kluin | [PATCH] spi_mpc83xx: test below 0 on unsigned irq in mpc83xx...
mpc83xx_spi->irq is unsigned, so the test fails
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/spi/spi_mpc83xx.c b/drivers/spi/spi_mpc83xx.c
index be15a62..033fd51 100644
--- a/drivers/spi/spi_mpc83xx.c
+++ b/drivers/spi/spi_mpc83xx.c
@@ -454,12 +454,12 @@ static int __init mpc83xx_spi_probe(struct platform_device *dev)
goto put_master;
}
- mpc83xx_spi->irq = platform_get_irq(dev, 0);
-
- if (mpc83xx_spi->irq < 0) {
- ret = -ENXIO;
+ ret = pl...
| Apr 23, 4:19 pm 2008 |
| Roel Kluin | [PATCH 2/2] xilinx_spi: test below 0 on unsigned irq in xili...
similarly,
---
xilinx_spi->irq is unsigned, so the test fails
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/spi/xilinx_spi.c b/drivers/spi/xilinx_spi.c
index cf6aef3..613db82 100644
--- a/drivers/spi/xilinx_spi.c
+++ b/drivers/spi/xilinx_spi.c
@@ -353,11 +353,12 @@ static int __init xilinx_spi_probe(struct platform_device *dev)
goto put_master;
}
- xspi->irq = platform_get_irq(dev, 0);
- if (xspi->irq < 0) {
- ret = -ENXIO;
+ ret = platform...
| Apr 23, 4:55 pm 2008 |
| Kumar Gala | Re: [PATCH] spi_mpc83xx: test below 0 on unsigned irq in mpc...
you should copy the linux-spi list on such patches.
--
| Apr 23, 4:39 pm 2008 |
| Dimitri Sivanich | [PATCH] disable softlockup detection at boottime
This patch allows softlockup detection to be disabled by specifying
a boottime parameter.
Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>
Index: linux/kernel/softlockup.c
===================================================================
--- linux.orig/kernel/softlockup.c 2008-04-23 13:50:06.000000000 -0500
+++ linux/kernel/softlockup.c 2008-04-23 14:39:36.267398531 -0500
@@ -24,6 +24,7 @@ static DEFINE_PER_CPU(unsigned long, tou
static DEFINE_PER_CPU(unsigned long, print_timestamp);
...
| Apr 23, 4:16 pm 2008 |
| Randy Dunlap | Re: [PATCH] disable softlockup detection at boottime
Seems to be missing (a) justification/why and
---
~Randy
--
| Apr 23, 5:55 pm 2008 |
| Dimitri Sivanich | Re: [PATCH] disable softlockup detection at boottime
Oops, my bad, I missed the other 'nosoftlockup'.
--
| Apr 23, 6:24 pm 2008 |
| Roel Kluin | [PATCH] wireless: rndis_wlan: modparam_workaround_interval i...
priv->param_workaround_interval is unsigned, modparam_workaround_interval not.
the former is never < 0.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/net/wireless/rndis_wlan.c b/drivers/net/wireless/rndis_wlan.c
index 977751f..d0b1fb1 100644
--- a/drivers/net/wireless/rndis_wlan.c
+++ b/drivers/net/wireless/rndis_wlan.c
@@ -2402,7 +2402,6 @@ static int bcm4320_early_init(struct usbnet *dev)
priv->param_power_output = modparam_power_output;
priv->para...
| Apr 23, 4:10 pm 2008 |
| Roel Kluin | [PATCH] prism54: prism54_get_encode() test below 0 on unsign...
previously in this function:
u32 index = (dwrq->flags & IW_ENCODE_INDEX) - 1;
index is unsigned, so if -1, the original test (below) didn't work.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/net/wireless/prism54/isl_ioctl.c b/drivers/net/wireless/prism54/isl_ioctl.c
index e5b3c28..5b375b2 100644
--- a/drivers/net/wireless/prism54/isl_ioctl.c
+++ b/drivers/net/wireless/prism54/isl_ioctl.c
@@ -1186,7 +1186,7 @@ prism54_get_encode(struct net_device *ndev, st...
| Apr 23, 3:56 pm 2008 |
| Roel Kluin | [PATCH] blackbird_find_mailbox negative return ignored in bl...
dev->mailbox is unsigned. so a negative return goes unnoticed
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c
index a99e9d5..07abd41 100644
--- a/drivers/media/video/cx88/cx88-blackbird.c
+++ b/drivers/media/video/cx88/cx88-blackbird.c
@@ -546,10 +546,12 @@ static int blackbird_initialize_codec(struct cx8802_dev *dev)
if (retval < 0)
return retval;
- dev->mailbox = blackb...
| Apr 23, 3:17 pm 2008 |
| Alan D. Brunelle | [RFC][PATCH 0/3] Skip I/O merges when disabled
The block I/O + elevator + I/O scheduler code spends a lot of time
trying to merge I/Os -- rightfully so under "normal" circumstances.
However, if one were to know that the incoming I/O stream was /very/
random in nature, the cycles are wasted. (This can be the case, for
example, during OLTP-type runs.)
This patch stream adds a per-request_queue tunable that (when set)
disables merge attempts, thus freeing up a non-trivial amount of CPU cycles.
I'll be doing some more benchmarking, but this is a ...
| Apr 23, 3:08 pm 2008 |
| Alan D. Brunelle | Apr 23, 3:15 pm 2008 | |
| Alan D. Brunelle | [RFC][PATCH 2/3] Have __make_request skip merges when disabled
[Empty message]
| Apr 23, 3:14 pm 2008 |
| Alan D. Brunelle | Apr 23, 3:12 pm 2008 | |
| Jeff Arnold | A system for rebootless kernel security updates
Hello,
I've put together an automatic system for applying kernel security patches
to the Linux kernel without rebooting it, and I wanted to share this
system with the community in case others find it useful or interesting.
Here's the summary: The system takes as input a kernel security patch
(which can be a unified diff taken directly from Linus' GIT tree) and the
source code corresponding to the running kernel, and it automatically
creates a set of kernel modules to perform the update. Th...
| Apr 23, 2:59 pm 2008 |
| FD Cami | Re: A system for rebootless kernel security updates
On Wed, 23 Apr 2008 14:59:05 -0400 (EDT)
Awesome. Please note that reading this, I thought at first that the set of
kernel modules were in fact, updated kernel modules (i.e. necessary unloading/
loading of modules) which I understood was not the case after reading your
PDF. After checking with a friend of mine, he understood it like I did.
Perhaps :
- it automatically creates a set of kernel modules to perform the update.
+ it automatically creates a set of kernel modules containing the kerne...
| Apr 23, 5:37 pm 2008 |
| Michael Buesch | [PATCH RFC] x86: Fix 64-bit DMA masks on VIA
This untested patch is supposed to fix DMAing on some VIA boards.
Currently the DMA subsystem returns an error, if the driver does
tell that it supports a 64bit DMA mask. So the driver probing
would fail in that case. This happens for some b43 cards with
64bit DMA engines on VIA boards.
Instead of failing the dma_supported() check, simply strip off the
high 32bits.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
---
This is not tested, due to the lack of hardware.
Index: wireless-test...
| Apr 23, 2:55 pm 2008 |
| roma | Нужно ?
Т Э И 2005 год (акссес)
А К М 2006 год (кронос-ассес)
М С П 2007 год (ассес)
О П О 2008 год (ассес)
Ж О Р возможность поиска
Н Р Т самые полные базы
Я Т быстрое получение информации !
Более подробная информация в переписке: syternata@gmail.com
...
| Apr 23, 2:50 pm 2008 |
| Roel Kluin | [PATCH] aty128fb: test below 0 on unsigned pll->post_divider
pll->post_divider is unsigned, so the test fails
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c
index cbd3308..5617259 100644
--- a/drivers/video/aty/aty128fb.c
+++ b/drivers/video/aty/aty128fb.c
@@ -1339,8 +1339,6 @@ static int aty128_var_to_pll(u32 period_in_ps, struct aty128_pll *pll,
if (vclk * 12 < c.ppll_min)
vclk = c.ppll_min/12;
- pll->post_divider = -1;
-
/* now, find an acceptable divi...
| Apr 23, 2:37 pm 2008 |
| Roel Kluin | [PATCH v2] aty128fb: test below 0 on unsigned pll->post_d...
Thanks Joe, updated patch below
---
pll->post_divider is unsigned, so the test fails
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c
index cbd3308..5049228 100644
--- a/drivers/video/aty/aty128fb.c
+++ b/drivers/video/aty/aty128fb.c
@@ -1339,10 +1339,8 @@ static int aty128_var_to_pll(u32 period_in_ps, struct aty128_pll *pll,
if (vclk * 12 < c.ppll_min)
vclk = c.ppll_min/12;
- pll->post_divider = ...
| Apr 23, 3:24 pm 2008 |
| Stephen Hemminger | [PATCH] mfd: pasic3 driver build error
Fix build failure on other platforms because this driver includes
registers that do not exist on other platforms.
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
--- a/drivers/mfd/Kconfig 2008-04-23 11:16:06.000000000 -0700
+++ b/drivers/mfd/Kconfig 2008-04-23 11:16:52.000000000 -0700
@@ -32,6 +32,7 @@ config HTC_EGPIO
config HTC_PASIC3
tristate "HTC PASIC3 LED/DS1WM chip support"
+ depends on ARCH_PXA
help
This core driver provides register access for the LED...
| Apr 23, 2:22 pm 2008 |
| pHilipp Zabel | Re: [PATCH] mfd: pasic3 driver build error
On Wed, Apr 23, 2008 at 8:22 PM, Stephen Hemminger
Yeah, people[1] already[2] noticed[3]. That #include statement was
left there accidentally, sorry about that. The fix[4] is in the ARM
tree.
[1] http://lkml.org/lkml/2008/4/22/40
[2] http://lkml.org/lkml/2008/4/22/323
[3] http://lkml.org/lkml/2008/4/21/593
--
| Apr 23, 3:45 pm 2008 |
| eparis | [PATCH 1/4] capability: capability.h whitespace, syntax, and...
From: Eric Paris <eparis@redhat.com>
This patch changes capability.h to fix whitespace and syntax issues. Things that
are fixed may include (does not not have to include)
whitespace at end of lines
spaces followed by tabs
spaces used instead of tabs
spacing around parenthesis
location of { around structs and else clauses
location of * in pointer declarations
removal of initialization of static data to keep it in the right section
useless {} in if statemetns
useless checking for NULL be...
| Apr 23, 1:52 pm 2008 |
| eparis | [PATCH 2/4] capability: security/capability.c whitespace, sy...
From: Eric Paris <eparis@redhat.com>
This patch changes security/capability.c to fix whitespace and syntax issues. Things that
are fixed may include (does not not have to include)
whitespace at end of lines
spaces followed by tabs
spaces used instead of tabs
spacing around parenthesis
location of { around structs and else clauses
location of * in pointer declarations
removal of initialization of static data to keep it in the right section
useless {} in if statemetns
useless checking fo...
| Apr 23, 1:52 pm 2008 |
| eparis | [PATCH 3/4] capability: kernel/capability.c whitespace, synt...
From: Eric Paris <eparis@redhat.com>
This patch changes kernel/capability.c to fix whitespace and syntax issues. Things that
are fixed may include (does not not have to include)
whitespace at end of lines
spaces followed by tabs
spaces used instead of tabs
spacing around parenthesis
location of { around structs and else clauses
location of * in pointer declarations
removal of initialization of static data to keep it in the right section
useless {} in if statemetns
useless checking for ...
| Apr 23, 1:52 pm 2008 |
| previous day | today | next day |
|---|---|---|
| April 22, 2008 | April 23, 2008 | April 24, 2008 |
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Faik Uygur | Re: Linux 2.6.21-rc1 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Trent Piepho | [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jens Axboe | Re: [BUG] New Kernel Bugs |
