search for: karol

Displaying 20 results from an estimated 1125 matches for "karol".

Did you mean: karl
2018 Jul 31
1
[PATCH] drm/nouveau: Fix potential memory access error in nouveau_debugfs_pstate_get()
nouveau_debugfs(drm) will never be NULL, because we're taking the value of the potentially null device pointer and adding to it so it isn't 0x0. So, check if drm is NULL instead. Signed-off-by: Lyude Paul <lyude at redhat.com> Cc: Karol Herbst <karolherbst at gmail.com> --- drivers/gpu/drm/nouveau/nouveau_debugfs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_debugfs.c b/drivers/gpu/drm/nouveau/nouveau_debugfs.c index 963a4dba8213..d83313c02913 100644 --- a/drivers...
2018 Mar 02
2
sieve vacation alias handling problem
...(as to=<XXX>) to dovecot. Then dovecot is using that address to check for explicit delivery, but something fails, as this address is obviously not in To: header. So it looks like orig_to has to be used as well which should be disabled by sieve_vacation_use_original_recipient? My address is: karol at augustin.pl, alias is: carol at augustin.pl Mar 2 12:37:32 mail dovecot: lda(karol at augustin.pl): sieve: msgid=<3ba0578a5f6b170e942b5bac1b19be36 at posteo.net>: sent vacation response to <sender at example.com> Mar 2 12:37:32 mail postfix/qmgr[4744]: 3zt82h4CG4z2xlw: from=<&...
2014 Dec 01
2
Application for write permissions to CentOS wiki
On 1 December 2014 at 20:26, Karol Babioch <karol at babioch.de> wrote: > Am 11.10.2014 um 00:04 schrieb Karol Babioch: >> I hereby would like to ask for write permissions to the CentOS wiki. >> I've just created a new account. My username is "Karol Babioch" [1]. > > Ping. Pong! A home page...
2018 Mar 03
2
sieve vacation alias handling problem
On 2018-03-03 21:28, Stephan Bosch wrote: > Op 3/2/2018 om 3:35 PM schreef Karol Augustin: >> Hi, >> >> I am using Dovecot LDA as LMTP renders envelope extension unusable. >> >> The problem I have noticed is that when user has multiple aliases sieve >> responds to all of them, not only to :addresses specified. >> >> From testing i...
2018 Mar 04
0
sieve vacation alias handling problem
On 2018-03-03 21:47, Karol Augustin wrote: > On 2018-03-03 21:28, Stephan Bosch wrote: >> Op 3/2/2018 om 3:35 PM schreef Karol Augustin: >>> Hi, >>> >>> I am using Dovecot LDA as LMTP renders envelope extension unusable. >>> >>> The problem I have noticed is that when use...
2014 Dec 01
2
Application for write permissions to CentOS wiki
On 1 December 2014 at 21:46, Jerry Amundson <jamundso at gmail.com> wrote: > On Mon, Dec 1, 2014 at 3:15 PM, Alan Bartlett <ajb at elrepo.org> wrote: >> On 1 December 2014 at 20:26, Karol Babioch <karol at babioch.de> wrote: >>> Am 11.10.2014 um 00:04 schrieb Karol Babioch: >>>> I hereby would like to ask for write permissions to the CentOS wiki. >>>> I've just created a new account. My username is "Karol Babioch" [1]. >>&gt...
2018 Feb 28
0
Quota status to postfix in distributed environment (Karol Augustin)
Hi Karol Thanks for taking time to go through the email and replying. I'll rewrite the issue again --> For example consider there two nodes. These each having their postfix and dovecot. I am trying to implement quota status to postfix to both the below cases:- case 1) mail sent within the node ca...
2018 Mar 03
0
sieve vacation alias handling problem
Op 3/2/2018 om 3:35 PM schreef Karol Augustin: > Hi, > > I am using Dovecot LDA as LMTP renders envelope extension unusable. > > The problem I have noticed is that when user has multiple aliases sieve > responds to all of them, not only to :addresses specified. > > From testing it seems that :addresses only add...
2014 Dec 04
3
Application for write permissions to CentOS wiki
On 4 December 2014 at 12:00, Karol Babioch <karol at babioch.de> wrote: > Hi, > > Am 01.12.2014 um 23:21 schrieb Alan Bartlett: >> Karol -- If you have created a wiki account with an embedded space >> between forename and surname please delete it and create a new >> account, as Jerry has mentioned, a...
2014 Oct 10
2
Application for write permissions to CentOS wiki
Hi, I hereby would like to ask for write permissions to the CentOS wiki. I've just created a new account. My username is "Karol Babioch" [1]. I mainly want to help with German translations, as I've spotted some typos and inaccuracies, but I'm also glad to help out with anything else. On top of that I would also like to ask for a personal homepage, so I can maintain some personal information there. Thanks in...
2016 Mar 08
2
[Bug 1056] New: nft: Syntax error with dnat as ct state
...x error with dnat as ct state Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: karol at babioch.de According to a disucssion in IRC dnat (and snat) should be valid states for the connection tracking , so a rule like the following should actually work: ct state dnat accept Apparently this is already implemented. However, right now with nftables version 0.5 this results in an erro...
2019 Oct 21
2
[PATCH v3] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Mon, Oct 21, 2019 at 02:00:46PM +0200, Karol Herbst wrote: > On Mon, Oct 21, 2019 at 1:40 PM Mika Westerberg > <mika.westerberg at intel.com> wrote: > > > > Hi Karol, > > > > Sorry for commenting late, I just came back from vacation. > > > > On Wed, Oct 16, 2019 at 04:44:49PM +0200, Karol Herbst...
2017 Apr 29
5
[PATCH v2] nv50/ir: optimize shl(a, 0) to a
...) total bytes used in shared programs : 38960264 -> 38960232 (-0.00%) local gpr inst bytes helped 0 0 2 2 hurt 0 0 0 0 v2: handle potential mods on src0 Signed-off-by: Karol Herbst <karolherbst at gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com> Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/gallium/dri...
2019 Oct 21
1
[PATCH v3] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
Hi Karol, Sorry for commenting late, I just came back from vacation. On Wed, Oct 16, 2019 at 04:44:49PM +0200, Karol Herbst wrote: > Fixes state transitions of Nvidia Pascal GPUs from D3cold into higher device > states. > > v2: convert to pci_dev quirk > put a proper technical explanat...
2019 Aug 15
3
[PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
On Thu, Aug 15, 2019 at 10:15 AM Karol Herbst <kherbst at redhat.com> wrote: > > On Thu, Aug 15, 2019 at 4:13 PM Alex Deucher <alexdeucher at gmail.com> wrote: > > > > On Thu, Aug 15, 2019 at 10:04 AM Karol Herbst <kherbst at redhat.com> wrote: > > > > > > On Thu, Aug 15, 2019 at 3:5...
2022 Aug 19
4
[PATCH] nouveau: explicitly wait on the fence in nouveau_bo_move_m2mf
It is a bit unlcear to us why that's helping, but it does and unbreaks suspend/resume on a lot of GPUs without any known drawbacks. Cc: stable at vger.kernel.org # v5.15+ Closes: https://gitlab.freedesktop.org/drm/nouveau/-/issues/156 Signed-off-by: Karol Herbst <kherbst at redhat.com> --- drivers/gpu/drm/nouveau/nouveau_bo.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouveau_bo.c index 35bb0bb3fe61..126b3c6e12f9 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bo.c...
2020 Oct 06
1
[PATCH] device: return error for unknown chipsets
On Tue, Oct 06, 2020 at 06:46:35PM +0200, Karol Herbst wrote: > On Tue, Oct 6, 2020 at 6:43 PM dann frazier <dann.frazier at canonical.com> wrote: > > > > On Mon, Oct 05, 2020 at 03:52:30PM +0200, Karol Herbst wrote: > > > Previously the code relied on device->pri to be NULL and to fail probing > > > lat...
2016 Sep 18
2
[PATCH 2/2] nouveau: Fix compile error due to bad include
Every other *_drm.h does #include "drm.h". Something else is wrong. On Sun, Sep 18, 2016 at 6:21 AM, Karol Herbst <karolherbst at gmail.com> wrote: > Cought while working on travis-ci integration > > Signed-off-by: Karol Herbst <karolherbst at gmail.com> > --- > drm/nouveau/uapi/drm/nouveau_drm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git...
2020 Oct 06
1
[PATCH] device: return error for unknown chipsets
On Mon, Oct 05, 2020 at 03:52:30PM +0200, Karol Herbst wrote: > Previously the code relied on device->pri to be NULL and to fail probing > later. We really should just return an error inside nvkm_device_ctor for > unsupported GPUs. > > Fixes: 24d5ff40a732 ("drm/nouveau/device: rework mmio mapping code to get rid of second...
2020 Oct 05
2
[PATCH] device: return error for unknown chipsets
Previously the code relied on device->pri to be NULL and to fail probing later. We really should just return an error inside nvkm_device_ctor for unsupported GPUs. Fixes: 24d5ff40a732 ("drm/nouveau/device: rework mmio mapping code to get rid of second map") Signed-off-by: Karol Herbst <kherbst at redhat.com> Cc: dann frazier <dann.frazier at canonical.com> --- drm/nouveau/nvkm/engine/device/base.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drm/nouveau/nvkm/engine/device/base.c b/drm/nouveau/nvkm/engine/device/base.c index 9f4ac2672..68d665414 100644...