| From | Subject | Date |
|---|---|---|
| Joerg Schilling | Re: 2.6.25-rc1/2 CD/DVD burning broken
This fragment is much too short to allow to judge on possible reasons.
There is a high probability that your problem is caused by the cdrecord
fork called "wodim".
Please always include the following information in your bug-report:
- The version number of cdrecord that caused the bug.
- The command line that was used for the failing command.
- The complete output (including error messages) from 'cdrecord -v ...'
- Probably the important part of the 'cdrecord -V' output if we agreed on it
...
| Feb 17, 7:21 pm 2008 |
| Jan Engelhardt | Re: 2.6.25-rc1/2 CD/DVD burning broken
SUSE 10.3 users (and the OP seems to be one..) may use the 'cdrtools'
RPM which I have in my repository (I don't like wodim either, but that's
not the point here). Just !webpin for cdrtools.
(oh and please use reply-to-all/dont-strip-Ccs, thanks :)
--
| Feb 17, 7:51 pm 2008 |
| Jiri Kosina | Subject: [PATCH] Revert "[RTNETLINK]: Send a single notifica...
This reverts commit 45b503548210fe6f23e92b856421c2a3f05fd034.
It contains deadlock, and breaks userspace applications (wpa_supplicant,
networkmanager). References:
http://bugzilla.kernel.org/show_bug.cgi?id=10002
http://bugzilla.kernel.org/show_bug.cgi?id=10002
---
net/core/rtnetlink.c | 36 ++++++++++--------------------------
1 files changed, 10 insertions(+), 26 deletions(-)
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
index ecb02af..61ac8d0 100644
--- a/net/core/rtnetlink....
| Feb 17, 7:31 pm 2008 |
| Rafael J. Wysocki | Re: Subject: [PATCH] Revert "[RTNETLINK]: Send a single noti...
I think Andrew has already queued this one up.
Thanks,
--
"Premature optimization is the root of all evil." - Donald Knuth
--
| Feb 17, 7:35 pm 2008 |
| Ahmed S. Darwish | [PATCH x86] i8259A_32: Remove redundant irq_desc[NR_IRQ] ini...
Hi all,
Remove redundant irq_desc[NR_IRQS] element initialization in
init_ISA_irqs(). irq_desc[NR_IRQS] is already statically
initialized with the same values in kernel/irq/handle.c .
Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
---
i8259_32.c | 26 ++++++--------------------
1 file changed, 6 insertions(+), 20 deletions(-)
Tested only on a UP machine with an i8259A PIC.
diff --git a/arch/x86/kernel/i8259_32.c b/arch/x86/kernel/i8259_32.c
index 2d25b77..0fea87d 10064...
| Feb 17, 6:59 pm 2008 |
| Serge E. Hallyn | Re: Possible problem in linux file posix capabilities
Hi Charles,
thanks for the report. Interesting. I just downloaded the wireshark
source and as I suspected it's using capabilities. The problem then is
that the helper starts as setuid root, sets just the capabilities it
needs, then changes back to it's original userid. It's actually what
we'd like people to be doing. But they then rely upon the traditional
setuid behavior of the unprivileged process being able to kill the
privileged one. This is why checking suid instead of euid at
cap_tas...
| Feb 17, 6:48 pm 2008 |
| Rafael J. Wysocki | 2.6.25-rc2: Reported regressions from 2.6.24
[This is a bit late, for which I'm sorry, but I waited for things to calm down
a bit, to have something less of a moving target.
Now, following an Ingo's advice, the list has been generated directly out of
the Bugzilla entries used for tracking the bugs. I'm going to release the
script used for generating the list, so that it can be recreated by anyone on
the fly.]
This message contains a list of some regressions from 2.6.24 reported since
2.6.25-rc1 was released, for which there are no fixes in...
| Feb 17, 6:03 pm 2008 |
| Jiri Kosina | Re: 2.6.25-rc2: Reported regressions from 2.6.24
I have already fixed this one, and fix has been already picked by Linus=20
from my tree, so you can drop this one. (even the bugzilla is closed=20
These two are the same bug. I think we really need 45b503548 reverted in=20
Looks like this is issue with CONFIG_GROUP_SCHED. Waiting for Peter's=20
feedback.
BTW it would be nice to receive CC in the bugzilla, when I have Handled-by=
=20
on that bug :) (but hey, I know that it is difficult to track all the=20
Thanks a lot Rafael for this regr...
| Feb 17, 6:54 pm 2008 |
| Rafael J. Wysocki | Re: 2.6.25-rc2: Reported regressions from 2.6.24
In fact, some people don't like to get messages from the Bugzilla and asked me
Hm, I'd rather avoid sending messages with 100+ addresses in the CC list. :-)
Perhaps I can write a script to send followup messages to everyone involved
for each of the regressions listed, but that will take time (or perhaps someone
could do that for me ;-)).
Thanks,
Rafael
--
| Feb 17, 7:06 pm 2008 |
| Adrian Bunk | Re: 2.6.25-rc2: Reported regressions from 2.6.24
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--
| Feb 17, 7:13 pm 2008 |
| Mariusz Kozlowski | Re: 2.6.25-rc2: Reported regressions from 2.6.24
That's a typo :/ Should read 2.6.25-rc1 instead.
Mariusz
--
| Feb 17, 7:06 pm 2008 |
| Adrian Bunk | [2.6.25 patch] mips: fix SNI_RM EISA=n compilation
This patch fixes the following build error with CONFIG_EISA=n caused by
commit 231a35d37293ab88d325a9cb94e5474c156282c0:
<-- snip -->
...
LD .tmp_vmlinux1
arch/mips/sni/built-in.o: In function `snirm_a20r_setup_devinit':
a20r.c:(.init.text+0x42c): undefined reference to `sni_eisa_root_init'
a20r.c:(.init.text+0x42c): relocation truncated to fit: R_MIPS_26 against `sni_eisa_root_init'
arch/mips/sni/built-in.o: In function `snirm_setup_devinit':
rm200.c:(.init.text+0x52c): undefine...
| Feb 17, 5:59 pm 2008 |
| David P. Reed | [PATCH 3/3] x86: fix pcspkr to not use inb_p/outb_p calls.
Fix pcspkr driver to use explicit timing delay for access to PIT,
rather than inb_p/outb_p calls, which use insufficiently explicit
delays (defaulting to port 80 writes) that can cause freeze problems
on some machines, such as Quanta moterboard machines using ENE EC's.
The explicit timing delay is only needed for accesses to the 8253 PIT.
The standard requirement for the 8253 to respond to successive writes
is 1 microsecond. The 8253 has never been on the expansion bus, so
a proper delay has nothi...
| Feb 17, 5:56 pm 2008 |
| Alan Cox | Re: [PATCH 3/3] x86: fix pcspkr to not use inb_p/outb_p calls.
On Sun, 17 Feb 2008 16:56:42 -0500 (EST)
NAK.
We now have inb_pit and outb_pit to make the transition easier - can you
switch to those instead of coding internal knowledge outside of the
kernel methods.
They in turn will acquire whatever logic is needed to DTRT.
Alan
--
| Feb 17, 6:23 pm 2008 |
| David P. Reed | [PATCH 2/3] x86: fix cmos read and write to not use inb_p an...
fix code to access CMOS rtc registers so that it does not use inb_p and
outb_p routines, which are deprecated. Extensive research on all known CMOS RTC
chipset timing shows that there is no need for a delay in accessing the
registers of these chips even on old machines. These chipa are never on an
expansion bus, but have always been "motherboard" resources, either in the
processor chipset or explicitly on the motherboard, and they are not part of
the ISA/LPC or PCI buses, so delays should not be bas...
| Feb 17, 5:56 pm 2008 |
| Alan Cox | Re: [PATCH 2/3] x86: fix cmos read and write to not use inb_...
On Sun, 17 Feb 2008 16:56:39 -0500 (EST)
Acked-by: Alan Cox <alan@redhat.com>
It is remotely possible that we will find we need the delays eventually,
but if we do the lot is localised into two methods so its easy to change
and this should be safe anyway.
--
| Feb 17, 6:24 pm 2008 |
| David P. Reed | [PATCH 1/3] x86: fix init_8259A() to not use outb_pic
fix init_8259A() which initializes the 8259 PIC to not use outb_pic,
which is a renamed version of outb_p, and delete outb_pic define.
There is already code in the .c files that does accesses to CMD & IMR registers
in successive outb() calls without _p. Thus the outb_p is obviously not
needed, if it ever was. Research into chipset documentation and old BIOS
listings shows that IODELAY was not used even in early machines. Thus
the delay between i/o port writes was deleted for the 8259.
Again,...
| Feb 17, 5:56 pm 2008 |
| Alan Cox | Re: [PATCH 1/3] x86: fix init_8259A() to not use outb_pic
On Sun, 17 Feb 2008 16:56:28 -0500 (EST)
NAK
The entire point of inb_pic/outb_pic is to isolate the various methods
and keep the logic for delays in one place. Undoing this just creates a
nasty mess.
Quite probably inb_pic/outb_pic will end up as static inlines that do inb
or outb with a udelay of 1 or 2 but that is where the knowledge belongs.
--
| Feb 17, 6:25 pm 2008 |
| David P. Reed | [PATCH 0/3] x86: cleanup primary motherboard chip port acces...
cleanup motherboard chip io port delays. inb_p and outb_p have traditionally
used a write to port 80 (a non-existent port) as a delay. Though there is an
argument that that is a good delay for devices on the ISA or PCI expansion buses
it is not a good mechanism for devices in the processor chipset or on the
"motherboard". The write to port 80 at best causes an abort on the ISA or LPC
bus, and on some machines (like many of the HP laptops manufactured by Quanta)
actually writes data to real i/o devi...
| Feb 17, 5:56 pm 2008 |
| Willy Tarreau | [PATCH 0/2] libata: implement 32-bit transfers for PIO mode
Hi Jeff,
For several times I tried libata on small machines equipped with either
CompactFlash or IDE DOM (Disk-On-Module). All those machines with small
flashes (<= 256 MB) were about 35-40% slower under libata than under the
plain old IDE driver. I realized that all the slower ones were running
PIO only.
Today I had time to investigate the issue on a Geode LX board. At first
I thought it was the pata_cs5536 driver which would have incorrect timings,
but this was not the case. I finally notic...
| Feb 17, 5:18 pm 2008 |
| Alan Cox | Re: [PATCH 0/2] libata: implement 32-bit transfers for PIO m...
Excellent, that has been on my TODO list for some time and I'd only
gotten as far as putting into the ISA/VLB drivers rather than generally
testing.
I'm not however sure this should be a DFLAG but should be an alernative
ata_data_xfer method - I say that because VLB needs to wrap it and some
controllers have quirky rules for 32bit xfers. (Also some small number of
pre ATA disks can't handle the different timing cycles from a 32bit ISA
I/O being redirected their way).
Alan
--
| Feb 17, 6:31 pm 2008 |
| Willy Tarreau | Re: [PATCH 0/2] libata: implement 32-bit transfers for PIO m...
Do you think this can cause any trouble considering that default setting
is not changed ? However, I agree that an alternative ata_data_xfer may
make it easier to always enable it on some controllers. Or maybe we should
keep it that way (since this function checks the ioctl value) and add a
pure 32-bit function for 32-bit enabled controllers ? I would say I have
Willy
--
| Feb 17, 7:08 pm 2008 |
| Willy Tarreau | [PATCH 2/2] libata: implement support for 32-bit PIO transfers
From 4ea313fe6a3c46a90226cf40d0e3ece4b36b48f9 Mon Sep 17 00:00:00 2001
From: Willy Tarreau <w@1wt.eu>
Date: Sun, 17 Feb 2008 21:28:25 +0100
Subject: [PATCH 2/2] libata: implement support for 32-bit PIO transfers
When ATA_DFLAG_32BIT_PIO is set in ata flags, PIO transfers
will be performed in 32-bit, just like with the plain old IDE
drivers.
16-bit transfers in libata are as slow as 16-bit transfers in
plain old IDE drivers, which are about 35% slower than 32-bit
transfers with various C...
| Feb 17, 5:20 pm 2008 |
| Alan Cox | Re: [PATCH 2/2] libata: implement support for 32-bit PIO tra...
On Sun, 17 Feb 2008 22:20:04 +0100
Acked-by: Alan Cox <alan@redhat.com>
Although I think ata_data_xfer_32() would be safer and easier to add to
controllers as we check the docs. But that can be a follow up improvement.
Alan
--
| Feb 17, 6:32 pm 2008 |
| Willy Tarreau | [PATCH 1/2] libata: implement ATA_IOC_GET_IO32/ATA_IOC_SET_I...
From 40a8174d27cb9d93b859bc073c8f075b9ff71578 Mon Sep 17 00:00:00 2001
From: Willy Tarreau <w@1wt.eu>
Date: Sun, 17 Feb 2008 21:11:46 +0100
Subject: [PATCH 1/2] libata: implement ATA_IOC_GET_IO32/ATA_IOC_SET_IO32 ioctls
This patch implements the aforementionned ioctls and get/set the
new ATA_DFLAG_32BIT_PIO ata flag accordingly for the device. It
only supports values 0 and 1 (disable/enable), as I have no plan
to implement the sync VLB transfers.
Signed-off-by: Willy Tarreau <w@1wt.eu...
| Feb 17, 5:19 pm 2008 |
| dpreed | (No subject)
From David P. Reed <dpreed@reed.com> Sat Feb 16 15:05:17 2008
Message-Id: <20080216200517.467388261@reed.com>>
References: <20080216200517.113862251@reed.com>>
User-Agent: quilt/0.46-1
Date: Sat, 16 Feb 2008 15:05:20 -0500
From: David P. Reed <dpreed@reed.com>
To: Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>,
"H. Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org,
"David P. Reed" <dpreed@reed.com>
Subject:...
| Feb 17, 5:08 pm 2008 |
| dpreed | (No subject)
From David P. Reed <dpreed@reed.com> Sat Feb 16 15:05:17 2008
Message-Id: <20080216200517.113862251@reed.com>>
User-Agent: quilt/0.46-1
Date: Sat, 16 Feb 2008 15:05:17 -0500
From: David P. Reed <dpreed@reed.com>
To: Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>,
"H. Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] x86: cleanup primary motherboard chip port access delays
cleanup motherboard chip io p...
| Feb 17, 5:07 pm 2008 |
| dpreed | (No subject)
From David P. Reed <dpreed@reed.com> Sat Feb 16 15:05:17 2008
Message-Id: <20080216200517.289893560@reed.com>>
References: <20080216200517.113862251@reed.com>>
User-Agent: quilt/0.46-1
Date: Sat, 16 Feb 2008 15:05:18 -0500
From: David P. Reed <dpreed@reed.com>
To: Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>,
"H. Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org,
"David P. Reed" <dpreed@reed.com>
Subject:...
| Feb 17, 5:08 pm 2008 |
| dpreed | (No subject)
From David P. Reed <dpreed@reed.com> Sat Feb 16 15:05:17 2008
Message-Id: <20080216200517.384525783@reed.com>>
References: <20080216200517.113862251@reed.com>>
User-Agent: quilt/0.46-1
Date: Sat, 16 Feb 2008 15:05:19 -0500
From: David P. Reed <dpreed@reed.com>
To: Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>,
"H. Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org,
"David P. Reed" <dpreed@reed.com>
Subject:...
| Feb 17, 5:08 pm 2008 |
| Adrian Bunk | mips SMBUS_PSC_BASE compile errors
Commit 8b798c4d16b762d15f4055597ff8d87f73b35552 causes compile errors
like the following for several system types:
<-- snip -->
...
CC arch/mips/au1000/common/platform.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/au1000/common/platform.c:277: error: 'PSC0_BASE_ADDR' undeclared here (not in a function)
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/au1000/common/platform.c:314: warning: no previous prototype for 'au1xxx_platform_init'
make[2]: *** [arch/mips/au1000/co...
| Feb 17, 4:09 pm 2008 |
| Adrian Bunk | [2.6 patch] mips: finish the Qemu platform removal
The following files can now be removed:
- arch/mips/configs/qemu_defconfig
- include/asm-mips/qemu.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
arch/mips/configs/qemu_defconfig | 800 -------------------------------
include/asm-mips/qemu.h | 30 -
2 files changed, 830 deletions(-)
c4abfb4f70f2ef471666fefdf9cdc7b8a28888b1 diff --git a/arch/mips/configs/qemu_defconfig b/arch/mips/configs/qemu_defconfig
deleted file mode 100644
index 72ca147..0000000
--- a/arch/mips/...
| Feb 17, 4:09 pm 2008 |
| Adrian Bunk | mips/bcm47xx/setup.c compile error
Commit d3c319f9c8d9ee2c042c60b8a1bbd909dcc42782 causes the following
compile error:
<-- snip -->
...
CC arch/mips/bcm47xx/setup.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/bcm47xx/setup.c: In function 'bcm47xx_get_invariants':
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/bcm47xx/setup.c:95: error: 'struct ssb_sprom' has no member named 'r1'
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/bcm47xx/setup.c:97: error: 'struct ssb_sprom' has no member named 'r1'
/...
| Feb 17, 4:09 pm 2008 |
| Adrian Bunk | [2.6.25 patch] CRYPTO_NULL must select CRYPTO_BLKCIPHER
This patch fixes the following build error caused by commit
3631c650c495d61b1dabf32eb26b46873636e918:
<-- snip -->
...
LD .tmp_vmlinux1
crypto/built-in.o: In function `skcipher_null_crypt':
crypto_null.c:(.text+0x3d14): undefined reference to `blkcipher_walk_virt'
crypto_null.c:(.text+0x3d14): relocation truncated to fit: R_MIPS_26 against `blkcipher_walk_virt'
crypto/built-in.o: In function `$L32':
crypto_null.c:(.text+0x3d54): undefined reference to `blkcipher_walk_done'
cryp...
| Feb 17, 4:09 pm 2008 |
| Adrian Bunk | cdev removal broke cobalt_btns.c compilation
Commit 0c1efd365306c9b04df5abdd41e9b4dc721e84fb broke the compilation of
cobalt_btns.c:
<-- snip -->
...
CC drivers/input/misc/cobalt_btns.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/input/misc/cobalt_btns.c: In function 'cobalt_buttons_probe':
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/input/misc/cobalt_btns.c:100: error: 'struct input_dev' has no member named 'cdev'
...
make[4]: *** [drivers/input/misc/cobalt_btns.o] Error 1
...
<-- snip -->
cu
Ad...
| Feb 17, 4:09 pm 2008 |
| Adrian Bunk | cobalt_btns.c <-> struct platform_device compile error
Commit b037b08e59633d939d79f1df9c43c6625f8db904 broke the compilation of
cobalt_btns.c:
<-- snip -->
...
CC drivers/input/misc/cobalt_btns.o
...
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/input/misc/cobalt_btns.c: In function 'cobalt_buttons_probe':
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/input/misc/cobalt_btns.c:101: error: 'struct platform_device' has no member named 'keymap'
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/input/misc/cobalt_btns.c:102: error:...
| Feb 17, 4:09 pm 2008 |
| allied internet ag- ... | getting uninterruptible sleep processes after upgrade from 2...
Hello!
One week ago we upgraded about 300 servers from 2.6.20.20 to 2.6.24.2.
Now we get sometimes dozent of processes in state DN. The system is
completely idle - but the load is 20 or 90 or whatever. And it can only
be "repaired" by rebooting the system.
I'm NOT on the LIST so please CC me.
Thanks.
Stefan
--
| Feb 17, 4:02 pm 2008 |
| Jiri Slaby | Re: getting uninterruptible sleep processes after upgrade fr...
We ever do...
--
| Feb 17, 4:37 pm 2008 |
| Christian Kujau | Re: getting uninterruptible sleep processes after upgrade fr...
Did you test with *one* server before upgrading all 300? If not, please do
and try to upgrade in smaller steps, e.g. 2.6.20->2.6.21 and see when it
breaks. Add a few *DEBUG .config options, they may help narrowing
down the problem...
C.
--
BOFH excuse #405:
Sysadmins unavailable because they are in a meeting talking about why they are unavailable so much.
--
| Feb 17, 4:36 pm 2008 |
| allied internet ag- ... | Re: getting uninterruptible sleep processes after upgrade fr...
>> One week ago we upgraded about 300 servers from 2.6.20.20 to 2.6.24.2.
>
> Painfull.
OK not really - i've tested the new kernel on all models. And it works
fine... the DN state only comes sometimes - absolutely not reproducable.
So my tests went OK and then we've done the update. I've now seen 5
servers in 7 days having this problem.
>> Now we get sometimes dozent of processes in state DN. The system is
>> completely idle - but the load is 20 or 90 or whatever....
| Feb 17, 4:49 pm 2008 |
| Arjan van de Ven | Re: getting uninterruptible sleep processes after upgrade fr...
On Sun, 17 Feb 2008 21:49:10 +0100
just do the echo above and it'll have the same effect as the key, and yes
you can do this via ssh just fine (I do that all the time)
--
If you want to reach me at my work email, use arjan@linux.intel.com
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
| Feb 17, 4:54 pm 2008 |
| Ignacy Gawedzki | kernel BUG at mm/rmap.c:631!
Hi,
I was printing on the parallel port and suddenly the "parallel" CUPS backend
went 50% CPU (obviously endless-looping), while the other 50% were eaten by
ghostscript (strace didn't show anything, so this might be an "internal"
loop). When I eventually killed the latter, I got this:
Eeek! page_mapcount(page) went negative! (-1)
page pfn = 3
page->flags = 80014
page->count = 0
page->mapping = 00000000
vma->vm_ops = _stext+0x3feff000/0x14
------------[ cut here ]-------...
| Feb 17, 3:44 pm 2008 |
| Rafael J. Wysocki | Re: kernel BUG at mm/rmap.c:631!
Which kernel is this? Is it a regression? If so, what's the last known
working kernel?
Thanks,
--
| Feb 17, 4:16 pm 2008 |
| Ignacy Gawedzki | Re: kernel BUG at mm/rmap.c:631!
This is really difficult to determine, since the event is pretty hard to
reproduce. I'll try to investigate more, then. :/ This one happened pretty
much right after a reboot due to a completely frozen machine (no Oops or Eeek
whatsoever) apparently due to intensive writing to the parallel port (the
kernel complained that "FIFO write timed out" twice before locking up).
Of course I do suspect a hardware problem, but since last time I had similarly
strange things it ended up being due to misco...
| Feb 17, 6:16 pm 2008 |
| Bartlomiej Zolnierki... | [PATCH 4/4] ide-disk: fix issues found by checkpatch.pl
There are no changes to the resulting drivers/ide/ide-disk.o binary file
(md5sum-s after and before the patch match).
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide-disk.c | 120 ++++++++++++++++++++++++++++---------------------
1 file changed, 70 insertions(+), 50 deletions(-)
Index: b/drivers/ide/ide-disk.c
===================================================================
--- a/drivers/ide/ide-disk.c
+++ b/drivers/ide/ide-disk.c
@@ -16,8 +16,6 @@
...
| Feb 17, 3:54 pm 2008 |
| Bartlomiej Zolnierki... | [PATCH 3/4] ide-disk: add proc_idedisk_read_smart() helper
* Factor out common code from proc_idedisk_read_smart_{thresholds,values}()
to proc_idedisk_read_smart() helper.
* Rename proc_idedisk_read_smart_thresholds() to proc_idedisk_read_st()
and proc_idedisk_read_smart_values() to proc_idedisk_read_sv().
There should be no functional changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide-disk.c | 39 +++++++++++++++++----------------------
1 file changed, 17 insertions(+), 22 dele...
| Feb 17, 3:53 pm 2008 |
| Bartlomiej Zolnierki... | [PATCH 2/4] ide-disk: add missing printk() KERN_* levels
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide-disk.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Index: b/drivers/ide/ide-disk.c
===================================================================
--- a/drivers/ide/ide-disk.c
+++ b/drivers/ide/ide-disk.c
@@ -867,7 +867,7 @@ static void idedisk_setup (ide_drive_t *
/* Only print cache size when it was specified */
if (id->buf_size)
- printk (" w/%dKiB Cache", id->buf_size...
| Feb 17, 3:52 pm 2008 |
| Bartlomiej Zolnierki... | [PATCH 1/4] ide: fix sparse warning about shadowing 'flags' ...
drivers/ide/ide.c:801:18: warning: symbol 'flags' shadows an earlier one
drivers/ide/ide.c:732:16: originally declared here
Also fix some whitespace damage while at it.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide.c | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
Index: b/drivers/ide/ide.c
===================================================================
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -797,10 +797,9 @@ i...
| Feb 17, 3:52 pm 2008 |
| Robert Hancock | Re: PCI Bursting with PIO
Likely easiest to do it from userspace by writing into /proc/mtrr to
That caching attribute affects reads as well. If it's marked uncacheable
or write-combining then reads will never be cached, only if it's marked
No, that's not meant to handle this case of stale data in the CPU's
cache since that doesn't normally happen. Something like clflush or
Setting write-combining should be fairly easy without too many wierd
side effects. Trying to use write-back to get burst reads is potentially ...
| Feb 17, 3:06 pm 2008 |
| Bartlomiej Zolnierki... | [PATCH 1/5] ide: remove PIO "downgrade" quirk
No need for it nowadays so remove quirk code from ide_get_best_pio_mode()
and IDE_HFLAG_PIO_DOWNGRADE host flag.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide-lib.c | 10 ----------
drivers/ide/pci/amd74xx.c | 1 -
drivers/ide/pci/via82cxxx.c | 1 -
drivers/ide/ppc/pmac.c | 1 -
include/linux/ide.h | 2 --
5 files changed, 15 deletions(-)
Index: b/drivers/ide/ide-lib.c
===============================================...
| Feb 17, 2:51 pm 2008 |
| Bartlomiej Zolnierki... | [PATCH 5/5] ide: unexport ide_hwifs[]
All modular users have been fixed to not reference ide_hwifs[] directly.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide.c | 5 -----
1 file changed, 5 deletions(-)
Index: b/drivers/ide/ide.c
===================================================================
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -102,13 +102,8 @@ int ide_noacpitfs = 1;
int ide_noacpionboot = 1;
#endif
-/*
- * This is declared extern in ide.h, for access by other...
| Feb 17, 2:51 pm 2008 |
| previous day | today | next day |
|---|---|---|
| February 16, 2008 | February 17, 2008 | February 18, 2008 |
| Rafael J. Wysocki | [Bug #10493] mips BCM47XX compile error |
| Ingo Molnar | [patch 02/13] syslets: add syslet.h include file, user API/ABI definitions |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Andrea Arcangeli | [PATCH 00 of 11] mmu notifier #v16 |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Linus Torvalds | Re: [GIT]: Networking |
| Mark Lord | Re: [BUG] New Kernel Bugs |
