Displaying 16 results from an estimated 16 matches for "angband".
2014 Jun 02
11
[Bug 79518] New: nouveau causes lockup and reboot on GT215
...Bug ID: 79518
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau causes lockup and reboot on GT215
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: kilobyte at angband.pl
Hardware: x86-64 (AMD64)
Status: NEW
Version: 7.7 (2011)
Component: Driver/nouveau
Product: xorg
Created attachment 100258
--> https://bugs.freedesktop.org/attachment.cgi?id=100258&action=edit
kernel log via a serial console
On my s...
2018 Apr 04
2
nouveau TRAP_M2MF still there on G98
On Wed, Apr 04, 2018 at 03:48:39PM +0300, Māris Nartišs wrote:
> 2018-04-03 23:00 GMT+03:00, Adam Borowski <kilobyte at angband.pl>:
> > In commit da5e45e619b3f101420c38b3006a9ae4f3ad19b0
> >
> > yet it is still reproducible for me on 4.16-rc7 and 4.16.0, which already
> > have your fix. I don't know about earlier versions -- my newer card went
> > into flames just a few days ago, and I...
2018 Apr 04
0
nouveau TRAP_M2MF still there on G98
On Wed, Apr 4, 2018 at 6:58 PM, Adam Borowski <kilobyte at angband.pl> wrote:
> On Wed, Apr 04, 2018 at 03:48:39PM +0300, Māris Nartišs wrote:
>> 2018-04-03 23:00 GMT+03:00, Adam Borowski <kilobyte at angband.pl>:
>> > In commit da5e45e619b3f101420c38b3006a9ae4f3ad19b0
>> >
>> > yet it is still reproducible for me on 4....
2019 Apr 04
1
[PATCH v4 5/5] xfs: disable map_sync for async flush
...bout
> > the details of checking for DAX+MAP_SYNC support....
>
> o.k. Will add one common helper function for both ext4 & xfs filesystems.
Note this pending patch for Goldwyn Rodrigues' patchset for btrfs:
https://lore.kernel.org/linux-btrfs/20190328102418.5466-1-kilobyte at angband.pl/
We might want to coordinate.
Meow!
--
???????
??????? Did ya know that typing "test -j8" instead of "ctest -j8"
??????? will make your testsuite pass much faster, and fix bugs?
???????
2019 Apr 04
1
[PATCH v4 5/5] xfs: disable map_sync for async flush
...bout
> > the details of checking for DAX+MAP_SYNC support....
>
> o.k. Will add one common helper function for both ext4 & xfs filesystems.
Note this pending patch for Goldwyn Rodrigues' patchset for btrfs:
https://lore.kernel.org/linux-btrfs/20190328102418.5466-1-kilobyte at angband.pl/
We might want to coordinate.
Meow!
--
???????
??????? Did ya know that typing "test -j8" instead of "ctest -j8"
??????? will make your testsuite pass much faster, and fix bugs?
???????
2017 Apr 02
1
[PATCH] drm/nouveau: enable interrupts on cards with 32 intr lines
...u32 mask = (1 << lines) - 1; // 00000000 on x86
u32 mask = (1 << lines) - 1; // ffffffff on arm (32)
u32 mask = (1 << lines) - 1; // 00000000 on arm64
u32 mask = (1ULL << lines) - 1; // ffffffff everywhere
Signed-off-by: Adam Borowski <kilobyte at angband.pl>
---
To be honest, I can't tell the difference other than UBSAN stopping its
complaints, but the current code is obviously wrong.
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/...
2018 Jun 17
3
no mouse cursor on nv50
Hi!
On v4.18-rc1, the mouse cursor is missing on my right monitor.
Card is G98 [GeForce 8400 GS Rev. 2].
I have two monitors: one small landscape 1280x1024 on DVI-I-1 left, and one
big 1600x1200 (1200x1600 portrait) on HDMI-1 right. Curiously, the cursor
is missing not only with proper xrandr setup after logging in but even in
mirrored mode at the lightdm greeter[1]. How is this even possible
2018 Apr 03
2
nouveau TRAP_M2MF still there on G98
...RE_BG] client 08 [PFIFO_READ] subclient 00 [] reason 00000000 [PT_NOT_PRESENT]
Artifacts are not correlated with any printk-ed errors; somehow of my two
monitors they ever happen only on the left small one (via DVI) but not on
the right big one (via HDMI, xrandred vertical). A screenshot:
https://angband.pl/tmp/g98-artifacts.png
These never happen on initial draw, slowly appear and accumulate,
disappearing once the window is redrawn, then start appearing again.
Crash (only one happened so far):
[18827.759324] nouveau 0000:01:00.0: fifo: intr 04000000
[18829.968650] ------------[ cut here ]--------...
2018 Apr 04
0
nouveau TRAP_M2MF still there on G98
Hi, Adam.
2018-04-03 23:00 GMT+03:00, Adam Borowski <kilobyte at angband.pl>:
> Hi!
> In commit da5e45e619b3f101420c38b3006a9ae4f3ad19b0
>
> yet it is still reproducible for me on 4.16-rc7 and 4.16.0, which already
> have your fix. I don't know about earlier versions -- my newer card went
> into flames just a few days ago, and I replaced it a b...
2019 Apr 04
0
[PATCH v4 5/5] xfs: disable map_sync for async flush
...checking for DAX+MAP_SYNC support....
> >
> > o.k. Will add one common helper function for both ext4 & xfs filesystems.
>
> Note this pending patch for Goldwyn Rodrigues' patchset for btrfs:
>
> https://lore.kernel.org/linux-btrfs/20190328102418.5466-1-kilobyte at angband.pl/
>
> We might want to coordinate.
Sure. Good to know.
Thanks for the pointer. Will have a look.
Best regards,
Pankaj
>
>
> Meow!
> --
> ???????
> ??????? Did ya know that typing "test -j8" instead of "ctest -j8"
> ??????? will make your test...
2018 Jun 18
0
no mouse cursor on nv50
On Mon, Jun 18, 2018 at 7:46 AM, Adam Borowski <kilobyte at angband.pl> wrote:
> Hi!
> On v4.18-rc1, the mouse cursor is missing on my right monitor.
> Card is G98 [GeForce 8400 GS Rev. 2].
>
> I have two monitors: one small landscape 1280x1024 on DVI-I-1 left, and one
> big 1600x1200 (1200x1600 portrait) on HDMI-1 right. Curiously, the cursor...
2019 Apr 03
4
[PATCH v4 5/5] xfs: disable map_sync for async flush
On Wed, Apr 03, 2019 at 04:10:18PM +0530, Pankaj Gupta wrote:
> Virtio pmem provides asynchronous host page cache flush
> mechanism. we don't support 'MAP_SYNC' with virtio pmem
> and xfs.
>
> Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
> ---
> fs/xfs/xfs_file.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git
2019 Apr 03
4
[PATCH v4 5/5] xfs: disable map_sync for async flush
On Wed, Apr 03, 2019 at 04:10:18PM +0530, Pankaj Gupta wrote:
> Virtio pmem provides asynchronous host page cache flush
> mechanism. we don't support 'MAP_SYNC' with virtio pmem
> and xfs.
>
> Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
> ---
> fs/xfs/xfs_file.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git
2013 Jan 26
0
Processed: switching email address
...herd] pygopherd: unowned files after purge (policy 6.8, 10.8): /var/gopher/gophermap
Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>'
> submitter 692947 !
Bug #692947 {Done: Adam Borowski <kilobyte at angband.pl>} [crawl] crawl: copyright file missing after upgrade (policy 12.5)
Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>'
> submitter 659180 !
Bug #659180 {Done: Holger Levsen <holger at layer-acht.o...
2018 Jan 26
0
[PATCH v3] drm/nouveau: Move irq setup/teardown to pci ctor/dtor
On Thu, Jan 25, 2018 at 06:29:53PM -0500, Lyude Paul wrote:
> This was made apparent by what appeared to be a regression in the
> mainline kernel that started introducing suspend/resume issues for
> nouveau:
>
> a0c9259dc4e1 (irq/matrix: Spread interrupts on allocation)
I'm just a dumb user here, but I confirm:
CPU: AMD Phenom II X6 1055T, GPU: GTX 560 Ti
100% fail to
2017 Dec 02
0
nouveau: refcount_t splat on 4.15-rc1 on nv50
Hi guys!
I'm getting the following warn on 4.15-rc1, on GTX 560 Ti:
[ 9.430433] nouveau 0000:01:00.0: NVIDIA GF114 (0ce000a1)
...
[ 9.585172] nouveau 0000:01:00.0: bios: version 70.24.2e.00.02
...
[ 9.772204] nouveau 0000:01:00.0: fb: 1024 MiB GDDR5
[ 9.777342] ------------[ cut here ]------------
[ 9.782106] refcount_t: increment on 0; use-after-free.
[ 9.787522] WARNING: