Displaying 20 results from an estimated 100 matches similar to: "kvm+nouveau induced lockdep gripe"
2020 Oct 24
1
kvm+nouveau induced lockdep gripe
On Fri, 23 Oct 2020 14:07:13 +0200 Mike Galbraith wrote:
> On Fri, 2020-10-23 at 11:01 +0200, Sebastian Andrzej Siewior wrote:
> > On 2020-10-22 07:28:20 [+0200], Mike Galbraith wrote:
> > > I've only as yet seen nouveau lockdep gripage when firing up one of my
> > > full distro KVM's.
> >
> > Could you please check !RT with the `threadirqs'
2020 Oct 24
0
kvm+nouveau induced lockdep gripe
On Sat, 2020-10-24 at 10:22 +0800, Hillf Danton wrote:
>
> Looks like we can break the lock chain by moving ttm bo's release
> method out of mmap_lock, see diff below.
Ah, the perfect compliment to morning java, a patchlet to wedge in and
see what happens.
wedge/build/boot <schlurp... ahhh>
Mmm, box says no banana... a lot.
[ 30.456921] ================================
[
2006 Aug 01
1
AWDR Edition 2 Gripe
Maybe it''s just me.. But the cover is hideous. I love the first edition
cover, it seems to fit perfectly.
The new "hip" cover is a bad choice, in my opinion. Comments?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060801/043f6ec1/attachment-0001.html
2018 Jan 02
0
grumble/gripe ... fifo: read fault ... channel 12 killed! (eternal freeze-frame)
Twice now with v4.15-rc6, my display has gone belly up.
Note:Â swiotlb: suppress warning when __GFP_NOWARN is set v2 is applied,
but I don't _think_ it was the first time it happened.
[ 3729.558261] nouveau 0000:01:00.0: gr: TRAP ch 2 [00ff842000 Xorg[3413]]
[ 3729.558269] nouveau 0000:01:00.0: gr: GPC0/TPC0/TEX: 80000041
[ 3729.558273] nouveau 0000:01:00.0: gr: GPC0/TPC1/TEX: 80000041
[
2006 Jan 11
4
Wiki Gripe
I know this isn''t productive, but I must say that I absolutely hate the
wiki. I''ve never been able to use it for more than a couple minutes
before it completely farts out. Please fix the wiki!
Sincerely,
Ryan Gahl
Design Engineer
Camtronics Medical Systems (an Emageon Company)
Ryan.gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org
262-369-3251
The information transmitted
2008 Jan 05
0
[ wxruby-Bugs-16826 ] samples/aui/aui.rb segfault induced by adding require ''pathname''
Bugs item #16826, was opened at 2008-01-05 00:53
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16826&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: samples/aui/aui.rb segfault induced by adding require ''pathname''
2012 Mar 06
0
Livelock induced failure in blktap2.
We''ve been working on getting XEN 4.1.2 validated for internal use and
have run into what appears to be a livelock induced failure in
properly freeing a blktap2 device.
We ported the blktap2 driver from Dan Stodden''s GIT tree into 3.2.x
which is a reasonably straight forward process. We are also running
the toolchain with a patch which Ian Campbell posted in order to get
xl to
2007 Jul 15
4
Tired of temp induced shutdowns
My notebook has a habit of getting hot, and Centos just shuts down.
Just did it again:
Jul 15 01:35:12 nc4010 kernel: ACPI: Critical trip point
Jul 15 01:35:12 nc4010 kernel: Critical temperature reached (113 C),
shutting down.
Jul 15 01:35:12 nc4010 kernel: Critical temperature reached (55 C),
shutting down.
Jul 15 01:35:13 nc4010 shutdown[9847]: shutting down for system halt
Jul 15 01:35:13
2005 Jul 26
1
beginner finds a bug - crash induced. (PR#8035)
Full_Name: Stephen Holland M.D.
Version: 2.1.1
OS: Mac OS X
Submission from: (NULL) (67.184.33.112)
I did a bunch of stuff, then did in sequence:
> state <- c("tas", "sa", "qld", "nsw", "nsw", "nt", "wa", "wa",
+ "qld", "vic", "nsw", "vic",
2003 Oct 01
1
4.9 RC1 (i386) mplayer induced panic
All:
I cvsup'ed earlier this evening and am still able to reproduce this
panic at will. Command line, panic backtrace, dmesg, ldd output,
and mplayer version follow. If more information is needed, just let
me know.
% mplayer foo.mov [a quicktime file]
[plays for awhile, and then panics]
# gdb -k -s /usr/obj/usr/src/sys/LICHEN/kernel.debug -e /var/crash/kernel.2 -c /var/crash/vmcore.2
2013 Sep 23
12
balance induced csum errors
SAMSUNG SSD 830 Series
CPU0: Intel® Core(TM) i7-2820QM CPU @ 2.30GHz (fam: 06, model: 2a, stepping: 07)
8GB RAM (quite heavily tested, not recently, with several days of memtest)
kernel 3.11.1-200.fc19.x86_64 running on baremetal
btrfs-progs-0.20.rc1.20130308git704a08c-1.fc19.x86_64
Today I did a scrub on a btrfs volume, with no message or errors in console or dmesg or journal. Immediately after
2020 Jul 20
0
[PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
On 7/20/20 11:36 AM, Jason Gunthorpe wrote:
> On Mon, Jul 13, 2020 at 10:21:46AM -0700, Ralph Campbell wrote:
>> The src_owner field in struct migrate_vma is being used for two purposes,
>> it implies the direction of the migration and it identifies device private
>> pages owned by the caller. Split this into separate parameters so the
>> src_owner field can be used just
2020 Jul 06
0
[PATCH 2/5] mm/migrate: add a direction parameter to migrate_vma
The src_owner field in struct migrate_vma is being used for two purposes,
it implies the direction of the migration and it identifies device private
pages owned by the caller. Split this into separate parameters so the
src_owner field can be used just to identify device private pages owned
by the caller of migrate_vma_setup().
Signed-off-by: Ralph Campbell <rcampbell at nvidia.com>
---
2020 Jul 13
0
[PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
The src_owner field in struct migrate_vma is being used for two purposes,
it implies the direction of the migration and it identifies device private
pages owned by the caller. Split this into separate parameters so the
src_owner field can be used just to identify device private pages owned
by the caller of migrate_vma_setup().
Signed-off-by: Ralph Campbell <rcampbell at nvidia.com>
2020 Jul 21
0
[PATCH v3 2/5] mm/migrate: add a flags parameter to migrate_vma
The src_owner field in struct migrate_vma is being used for two purposes,
it acts as a selection filter for which types of pages are to be migrated
and it identifies device private pages owned by the caller. Split this
into separate parameters so the src_owner field can be used just to
identify device private pages owned by the caller of migrate_vma_setup().
Rename the src_owner field to
2020 Jul 23
0
[PATCH v4 2/6] mm/migrate: add a flags parameter to migrate_vma
The src_owner field in struct migrate_vma is being used for two purposes,
it acts as a selection filter for which types of pages are to be migrated
and it identifies device private pages owned by the caller. Split this
into separate parameters so the src_owner field can be used just to
identify device private pages owned by the caller of migrate_vma_setup().
Rename the src_owner field to
2023 Mar 28
1
[PATCH] mm: Take a page reference when removing device exclusive entries
On 3/27/23 19:14, Alistair Popple wrote:
> Device exclusive page table entries are used to prevent CPU access to
> a page whilst it is being accessed from a device. Typically this is
> used to implement atomic operations when the underlying bus does not
> support atomic access. When a CPU thread encounters a device exclusive
> entry it locks the page and restores the original entry
2020 Jul 20
2
[PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
On Mon, Jul 13, 2020 at 10:21:46AM -0700, Ralph Campbell wrote:
> The src_owner field in struct migrate_vma is being used for two purposes,
> it implies the direction of the migration and it identifies device private
> pages owned by the caller. Split this into separate parameters so the
> src_owner field can be used just to identify device private pages owned
> by the caller of
2023 Mar 30
4
[PATCH v2] mm: Take a page reference when removing device exclusive entries
Device exclusive page table entries are used to prevent CPU access to
a page whilst it is being accessed from a device. Typically this is
used to implement atomic operations when the underlying bus does not
support atomic access. When a CPU thread encounters a device exclusive
entry it locks the page and restores the original entry after calling
mmu notifiers to signal drivers that exclusive
2005 Jul 22
0
WAS: Stupid hold music NOW: list gripes
>Anyway, isn't time to split this list in "strictly technical...
>And lest we forget, another split for the Cisco/Polycom/Snom/othersipphone
configurations...
That would be short-sighted imo. Splitting the list or goofy offers to do
the list as a PHPbb, NNTP, or other forums would only serve to dilute the
value of the collective wisdom of the people on this list.
Suppose the