| From | Subject | Date |
|---|---|---|
| Valdis.Kletnieks | [mmotm] pm-acpi-hibernation-utilize-hardware-signature.patch...
Patch pm-acpi-hibernation-utilize-hardware-signature.patch in the 07/11 mmotm
causes a link error:
LD .tmp_vmlinux1
arch/x86/kernel/built-in.o: In function `acpi_sleep_setup':
sleep.c:(.init.text+0x6854): undefined reference to `acpi_no_s4_hw_signature'
Not at all surprising, since the patch doesn't actually include a body
for the function, only references. Did a (hopefully) previous patch that
added the body get lost along the way?
| Jul 13, 4:44 am 2008 |
| Valdis.Kletnieks | [mmotm] ecryptfs-do-not-try-to-open-device-files-on-mknod.pa...
Patch ecryptfs-do-not-try-to-open-device-files-on-mknod.patch in mmotm 07=
/11
causes a build error:
CC =5BM=5D fs/ecryptfs/file.o
fs/ecryptfs/file.c: In function =E2=80=98ecryptfs_open=E2=80=99:
fs/ecryptfs/file.c:207: error: implicit declaration of function =E2=80=98=
ecryptfs_initersistent_file=E2=80=99
make=5B2=5D: *** =5Bfs/ecryptfs/file.o=5D Error 1
make=5B1=5D: *** =5Bfs/ecryptfs=5D Error 2
make: *** =5Bfs=5D Error 2
Here's what I did to work around it:
--- linux-2.6.26-rc9-mmotd0...
| Jul 13, 4:27 am 2008 |
| Valdis.Kletnieks | 2.6.26-rc9-mmotm oops - suspect kernel-schedc-add-missing-at...
kernel-schedc-add-missing-attr-parameter.patch is my leading suspect, as it's
the last thing to poke around in the failing code...
My /etc/rc.local had this in it:
echo 1 > /sys/devices/system/cpu/sched_mc_power_savings
Which got me an oops:
[ 84.048766] BUG: unable to handle kernel NULL pointer dereference at 0000000000000002
[ 84.064254] IP: [<ffffffff8023092c>] sched_mc_power_savings_store+0x13/0x41
[ 84.069253] PGD 7416d067 PUD 7438a067 PMD 0
[ 84.069253] Oops: 0000 [2]...
| Jul 13, 5:45 am 2008 |
| Valdis.Kletnieks | 26-rc9-mmotm lockdep warning initializing loopback interface
I wonder if it's this chunk in linux-next.patch:
void qdisc_lock_tree(struct net_device *dev)
- __acquires(dev->queue_lock)
- __acquires(dev->ingress_lock)
+ __acquires(dev->tx_queue.lock)
+ __acquires(dev->rx_queue.lock)
{
- spin_lock_bh(&dev->queue_lock);
- spin_lock(&dev->ingress_lock);
+ spin_lock_bh(&dev->tx_queue.lock);
+ spin_lock(&dev->rx_queue.lock);
}
For loopback, is tx_queue the same as rx_...
| Jul 13, 6:00 am 2008 |
| Ryan Hope | Performance Question: BUG_ON vs. WARN_ON_ONCE
I was porting the -rt branch to the latest -mm kernel and encountered
a bug. The
replace-bugon-by-warn-on.patch patch make the following change:
diff --git a/18f7d025bb2e5762fd4063cce0b6e2342475c55c:arch/x86/mm/highmem_32.c
b/db090b52f9d2f9088a4ff9bce530e3c234c8e3af:arch/x86/mm/highmem_32.c
index 165c871ba9af0211e0c939e0bc2212750d4bf39f..402ecdd04d7818fd24e921c94b698faa19383b71
100644
--- a/18f7d025bb2e5762fd4063cce0b6e2342475c55c:arch/x86/mm/highmem_32.c
+++ b/db090b52f9d2f9088a4ff9bce530e3c234c8...
| Jul 13, 7:57 pm 2008 |
| nokiapromo001116 | NOKIA CONNECTING PEOPLE.....
You have just been granted the sum of
| Jul 13, 7:54 pm 2008 |
| Linus Torvalds | Linux 2.6.26
So it's been almost three months since 2.6.25 (87 days to be exact, I
think), making this a longer-than-usual release cycle. Or maybe it just
feels that way, and we're always getting close to three months these days.
But it's out there now. Or rather, the git tree is out there, and the
patch/tar-ball is still uploading as I write this.
The diffs from -rc9 are pretty small, with with the bulk actually being
Documentation updates (almost 80% is just added docs). The rest tensd to
be one-line...
| Jul 13, 6:44 pm 2008 |
| J. Bruce Fields | Re: + file-lock-reorder-struct-file_lock-to-save-space-on-64...
Thanks, applied to my queue of nfsd and locks stuff for 2.6.27 at:
git://linux-nfs.org/~bfields/linux.git for-2.6.27
--b.
--
| Jul 13, 5:32 pm 2008 |
| David Brownell | [patch 2.6.26-rc9] gpio: pcf857x, add lock and handle more c...
From: David Brownell <dbrownell@users.sourceforge.net>
Two small updates to the pcf857x driver: (a) the max732[89] chips
are also second sources for the pcf8574/a, and (b) add a mutex to
prevent trashing the cached state. Adding the lock is effectively
a bugfix, although it seems unlikely that anyone would have run
into the issue it protects against.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
drivers/gpio/Kconfig | 5 +++--
drivers/gpio/pcf857x.c | ...
| Jul 13, 5:27 pm 2008 |
| MIRANDA14 | Private Business Proposal
Hello friend,
I have a Business offer of $24,500,000.00 for you.If interested please
send me your full Contact Details and after that I shall provide you
with more information of this business.
Regrads,
patrick chan
| Jul 13, 5:15 pm 2008 |
| Rafael C. de Almeida | /proc/data information
Hello,
I'm interested in knowing how the cpu data from /proc/stat is gathered.
Following my way from this function:
http://lxr.linux.no/linux+v2.6.25.10/fs/proc/proc_misc.c#L459
I've figured that the time is probably gathered using those
account_*_time on sched.c. I'm not sure where the times are read from,
though.
Anyhow, I thought I'd do a little test. I expected that if I added
together all the values on the cpu line of /proc/stat, waited 1 second
and added together all the values again...
| Jul 13, 4:07 pm 2008 |
| Rafael J. Wysocki | 2.6.26-rc9-git12: Reported regressions from 2.6.25
[Empty message]
| Jul 13, 1:59 pm 2008 |
| Linus Torvalds | Re: 2.6.26-rc9-git12: Reported regressions from 2.6.25
This patch is disputed. See the rest of the thread. Maybe some subtle
Commit bdb2b8cab4392ce41ddfbd6773a3da3334daf836.
Linus
--
| Jul 13, 3:47 pm 2008 |
| Rafael J. Wysocki | Re: 2.6.26-rc9-git12: Reported regressions from 2.6.25
Closed.
Thanks,
Rafael
--
| Jul 13, 4:00 pm 2008 |
| Rafael J. Wysocki | [Bug #10843] Display artifacts on XOrg logout with PAT kerne...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10843
Subject : Display artifacts on XOrg logout with PAT kernel and VESA framebuffer
Submitter : Frans Pop <elendil@planet.nl>
Date : 2008-05-31 14:04 (44 days old)
References : http://lkml.org/lkml/2008/6/7/206
...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #10906] repeatable slab corruption with LTP msgctl08
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10906
Subject : repeatable slab corruption with LTP msgctl08
Submitter : Andrew Morton <akpm@linux-foundation.org>
Date : 2008-06-12 5:13 (32 days old)
References : [ message continues ] " title="http://marc.info/?l=linux-kernel&m=12132477592770...">http://marc.info/?l=linux-kernel&m=12132477592770... | Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #10955] v2.6.26-rc7: BUG task_struct: Poison overwritten
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10955
Subject : v2.6.26-rc7: BUG task_struct: Poison overwritten
Submitter : Vegard Nossum <vegard.nossum@gmail.com>
Date : 2008-06-21 19:24 (23 days old)
References : [ message continues ] " title="http://marc.info/?l=linux-kernel&m=12140764192...">http://marc.info/?l=linux-kernel&m=12140764192... | Jul 13, 2:00 pm 2008 |
| Vegard Nossum | Re: [Bug #10955] v2.6.26-rc7: BUG task_struct: Poison overwr...
Oh, wait, this probably wasn't a regression in the first place. It's
probably just obscure and rare enough that it was never discovered
earlier.
I'm in favour of closing this and reopening if it reappears. Or if you
simply just want to take it out of the regression list, that's also
fine with me.
Vegard
--
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own ...
| Jul 13, 3:37 pm 2008 |
| Vegard Nossum | Re: [Bug #10955] v2.6.26-rc7: BUG task_struct: Poison overwr...
Hi,
We've seen a rather lot of fixes for cpu hotplug and the scheduler
over the last few weeks. I'm suspecting that this one might also have
been fixed unknowingly by one of the other commits (this is backed by
the fact that I haven't been able to reproduce _any_
cpu-hotplug-related failure as of the latest mainline kernel), on the
other hand I don't know exactly why.
I guess I should run a longer test to see if this comes up again.
(Oh, maybe it was an RCU-type thing? Nick Piggin recently h...
| Jul 13, 3:29 pm 2008 |
| Rafael J. Wysocki | [Bug #10960] 2.6.26-rc: SPARC: Sun Ultra 10 can not boot
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10960
Subject : 2.6.26-rc: SPARC: Sun Ultra 10 can not boot
Submitter : Alexander Beregalov <a.beregalov@gmail.com>
Date : 2008-06-19 14:07 (25 days old)
References : [ message continues ] " title="http://marc.info/?l=linux-kernel&m=121388456519...">http://marc.info/?l=linux-kernel&m=121388456519... | Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11024] 2.6.25 to 2.6.26-rc8 regression (related to ah...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11024
Subject : 2.6.25 to 2.6.26-rc8 regression (related to ahci and acpi _GTF)
Submitter : Mathieu Bérard <Mathieu.Berard@crans.org>
Date : 2008-07-01 9:39 (13 days old)
References : [ message continues ] " title="http://marc.info/?t=1214905936000...">http://marc.info/?t=1214905936000... | Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11042] build issue #477 for v2.6.26-rc8-290-gb8a0b6c :...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11042
Subject : build issue #477 for v2.6.26-rc8-290-gb8a0b6c : input_event" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined!
Submitter : Toralf Förster <toralf.foerster@gmx.de>
Date : 2008-07-05 15:25 (9 days old)
R...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11055] iwl4965 - connection doesn't work more than 10 ...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11055
Subject : iwl4965 - connection doesn't work more than 10 seconds
Submitter : François Valenduc <francois.valenduc@tvcablenet.be>
Date : 2008-07-08 13:29 (6 days old)
--
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #9791] Clock is running too fast^Wslow using acpi_pm cl...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=9791
Subject : Clock is running too fast^Wslow using acpi_pm clocksource
Submitter : tosn00j02@sneakemail.com
Date : 2008-05-03 05:09 (72 days old)
Handled-By : Maciej W. Rozycki <macro@linux-mips.org>
Patch : http:/...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11064] resume failure on thinkpad x61s
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11064
Subject : resume failure on thinkpad x61s
Submitter : maximilian attems <max@stro.at>
Date : 2008-07-09 13:24 (5 days old)
References : http://marc.info/?l=linux-kernel&m=121584459809675&w=4
Handled-By :...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11072] scsi-layer crash after usb storage device unplug
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11072
Subject : scsi-layer crash after usb storage device unplug
Submitter : Johannes Berg <johannes@sipsolutions.net>
Date : 2008-07-12 01:50 (2 days old)
Handled-By : Alan Stern <stern@rowland.harvard.edu>
Pat...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11065] WARNING: at drivers/ata/libata-sff.c:1321 ata_s...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11065
Subject : WARNING: at drivers/ata/libata-sff.c:1321 ata_sff_hsm_move+0x8f/0x661()
Submitter : Greg Fitzgerald <netzdamon@gmail.com>
Date : 2008-07-09 19:36 (5 days old)
--
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11069] ACPI Error under 2.6.26-rc*
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11069
Subject : ACPI Error under 2.6.26-rc*
Submitter : Andre Prendel <andre_prendel@gmx.de>
Date : 2008-07-10 20:55 (4 days old)
References : http://marc.info/?l=linux-kernel&m=121572339107954&w=4
Handled-By ...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11057] vbetest fails on 2.6.26-rc9
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11057
Subject : vbetest fails on 2.6.26-rc9
Submitter : PaX Team <pageexec@freemail.hu>
Date : 2008-07-08 19:46 (6 days old)
Handled-By : Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Patch : [ message continues ] " title="http://bugzi...">http://bugzi... | Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11045] Bug in MPT Fusion 2.6.26-rc7 unbootable
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11045
Subject : Bug in MPT Fusion 2.6.26-rc7 unbootable
Submitter : Kurk <kurk@shiftmail.org>
Date : 2008-07-06 11:22 (8 days old)
--
| Jul 13, 2:00 pm 2008 |
| Oliver Pinter | Re: [Bug #11045] Bug in MPT Fusion 2.6.26-rc7 unbootable
I think, fixed by 27898988174bb211fd962ea73b9c6dc09f888705
--
Thanks,
Oliver
--
| Jul 13, 7:54 pm 2008 |
| Oliver Pinter | Re: [Bug #11045] Bug in MPT Fusion 2.6.26-rc7 unbootable
add James to CC
--
Thanks,
Oliver
--
| Jul 13, 7:59 pm 2008 |
| Rafael J. Wysocki | [Bug #11040] 2.6.26-rc: host can not shutdown: ata problem
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11040
Subject : 2.6.26-rc: host can not shutdown: ata problem
Submitter : Alexander Beregalov <a.beregalov@gmail.com>
Date : 2008-07-03 21:43 (11 days old)
References : [ message continues ] " title="http://marc.info/?l=linux-kernel&m=1215121972...">http://marc.info/?l=linux-kernel&m=1215121972... | Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11039] 2.6.28-rc8-git3 forcedeth WARNING (kills the in...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11039
Subject : 2.6.28-rc8-git3 forcedeth WARNING (kills the interface)
Submitter : Brad Campbell <brad@wasp.net.au>
Date : 2008-07-03 10:07 (11 days old)
References : [ message continues ] " title="http://marc.info/?l=linux-netdev&m=12150871443...">http://marc.info/?l=linux-netdev&m=12150871443... | Jul 13, 2:00 pm 2008 |
| Brad Campbell | Re: [Bug #11039] 2.6.28-rc8-git3 forcedeth WARNING (kills th...
I tested a 2.6.26-rc kernel with forcedeth.c from 2.6.25 and it failed in the same way, so I don't
think its a regression as such. In any case, with the -rc9 it still fails regularly.
Regards,
Brad
--
Dolphins are so intelligent that within a few weeks they can
train Americans to stand at the edge of the pool and throw them
fish.
--
| Jul 13, 3:57 pm 2008 |
| Rafael J. Wysocki | [Bug #11023] 2.6.26-rc8-git2 - kernel BUG at mm/page_alloc.c...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11023
Subject : 2.6.26-rc8-git2 - kernel BUG at mm/page_alloc.c:585
Submitter : Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Date : 2008-07-02 11:55 (12 days old)
References : http://lkml.org/lkml/2008/7/2/32
Handle...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #11009] No console on Riva TNT since 2.6.26-0.rc4
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=11009
Subject : No console on Riva TNT since 2.6.26-0.rc4
Submitter : Quel Qun <kelk1@comcast.net>
Date : 2008-06-26 20:04 (18 days old)
References : http://marc.info/?l=linux-kernel&m=121451344229718&w=4
...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #10919] [regression] display dimming is slow and laggy ...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10919
Subject : [regression] display dimming is slow and laggy - Acer Travelmate 661lci
Submitter : Maximilian Engelhardt <maxi@daemonizer.de>
Date : 2008-06-14 22:31 (30 days old)
References : [ message continues ] " title="http://marc.info/?l=linu...">http://marc.info/?l=linu... | Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #10989] kernel oopses when wiggling the mouse to make i...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10989
Subject : kernel oopses when wiggling the mouse to make it known to hidd
Submitter : Daniel Vetter <daniel@ffwll.ch>
Date : 2008-06-26 10:32 (18 days old)
Handled-By : Marcel Holtmann <marcel@holtmann.org>
...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #10957] pata_pcmcia with Sandisk Extreme III 8GB
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10957
Subject : pata_pcmcia with Sandisk Extreme III 8GB
Submitter : Komuro <komurojun-mbn@nifty.com>
Date : 2008-06-07 13:37 (37 days old)
References : http://marc.info/?l=linux-kernel&m=121284627119861&w=4
H...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #10954] hda_intel: azx_get_response timeout, switching ...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10954
Subject : hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x011f000c
Submitter : Justin Mattock <justinmattock@gmail.com>
Date : 2008-06-21 2:05 (23 days old)
References : [ message continues ] " title="http://marc.inf...">http://marc.inf... | Jul 13, 2:00 pm 2008 |
| Justin Mattock | Re: [Bug #10954] hda_intel: azx_get_response timeout, switch...
yes;
after running a small test of removing options snd-hda-intel position_fix=1
out of /etc/modprobe.d I was still receiving this message, but instead
of twice in a row
like it was doing, I am only seeing this happen occasionally once.
--
Justin P. Mattock
--
| Jul 13, 3:37 pm 2008 |
| Rafael J. Wysocki | [Bug #10865] Oops trying to mount an ntfs partition on think...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10865
Subject : Oops trying to mount an ntfs partition on thinkpad
Submitter : Alex Romosan <romosan@sycorax.lbl.gov>
Date : 2008-06-05 14:47 (39 days old)
References : [ message continues ] " title="http://marc.info/?l=linux-kernel&m=1212678344...">http://marc.info/?l=linux-kernel&m=1212678344... | Jul 13, 2:00 pm 2008 |
| Alex Romosan | Re: [Bug #10865] Oops trying to mount an ntfs partition on t...
just tried it with rc9-git12 and now it seems to work but i get a
warning:
NTFS volume version 3.1.
NTFS-fs warning (device sda1): load_system_files(): Unsupported volume flags 0x4000 encountered.
NTFS-fs error (device sda1): load_system_files(): Volume has unsupported flags set. Mounting read-only. Run chkdsk and mount in Windows.
i'll try to boot into windows and run chkdsk to see if it makes the
warning go away.
--alex--
--
| I believe the moment is at hand when, by a paranoia...
| Jul 13, 5:42 pm 2008 |
| Rafael J. Wysocki | [Bug #10862] forcedeth: lockdep warning on ethtool -s
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10862
Subject : forcedeth: lockdep warning on ethtool -s
Submitter : Tobias Diedrich <ranma+kernel@tdiedrich.de>
Date : 2008-06-01 8:37 (43 days old)
References : [ message continues ] " title="http://marc.info/?l=linux-kernel&m=121230964032247&...">http://marc.info/?l=linux-kernel&m=121230964032247&... | Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #10821] rt25xx: lock dependency warning, association fa...
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10821
Subject : rt25xx: lock dependency warning, association failure, and kmalloc corruption
Submitter : Christian Casteyde <casteyde.christian@free.fr>
Date : 2008-05-29 14:30 (46 days old)
Handled-By : Ivo van Doorn ...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #10741] bug in `tty: BKL pushdown'?
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10741
Subject : bug in `tty: BKL pushdown'?
Submitter : Johannes Weiner <hannes@saeurebad.de>
Date : 2008-05-18 2:16 (57 days old)
References : http://marc.info/?l=linux-kernel&m=121107706506181&w=4
http:/...
| Jul 13, 2:00 pm 2008 |
| Rafael J. Wysocki | [Bug #10725] USB Mass storage mount fails: Write protect on
This message has been generated automatically as a part of a report
of recent regressions.
The following bug entry is on the current list of known regressions
from 2.6.25. Please verify if it still should be listed.
Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10725
Subject : USB Mass storage mount fails: Write protect on
Submitter : Maciej Rutecki <maciej.rutecki@gmail.com>
Date : 2008-05-16 14:55 (59 days old)
References : [ message continues ] " title="http://marc.info/?l=linux-kernel&m=12109516800...">http://marc.info/?l=linux-kernel&m=12109516800... | Jul 13, 2:00 pm 2008 |
| Alan Stern | Re: [Bug #10725] USB Mass storage mount fails: Write protect...
This can be removed. It was fixed by commit
bdb2b8cab4392ce41ddfbd6773a3da3334daf836.
Alan Stern
--
| Jul 13, 3:28 pm 2008 |
| Rafael J. Wysocki | Re: [Bug #10725] USB Mass storage mount fails: Write protect...
Thanks, closed.
Rafael
--
| Jul 13, 3:36 pm 2008 |
| previous day | today | next day |
|---|---|---|
| July 12, 2008 | July 13, 2008 | July 14, 2008 |
| Andrew Morton | -mm merge plans for 2.6.23 |
| Greg Kroah-Hartman | [PATCH 025/196] paride: Convert from class_device to device for block/paride |
| Renato S. Yamane | Error -71 on device descriptor read/all |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
git: | |
| David Miller | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 31/37] dccp: Remove manual influence on NDP Count feature |
| Frans Pop | svc: failed to register lockdv1 RPC service (errno 97). |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
