search for: oleksandr

Displaying 20 results from an estimated 90 matches for "oleksandr".

2019 Oct 22
4
[PATCH] drm/simple-kms: Standardize arguments for callbacks
Passing the wrong type feels icky, everywhere else we use the pipe as the first parameter. Spotted while discussing patches with Thomas Zimmermann. Cc: Thomas Zimmermann <tzimmermann at suse.de> Cc: Noralf Tr?nnes <noralf at tronnes.org> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: Eric Anholt <eric at anholt.net> Cc: Emil Velikov <emil.velikov at collabora.com> Cc:
2019 Oct 22
4
[PATCH] drm/simple-kms: Standardize arguments for callbacks
Passing the wrong type feels icky, everywhere else we use the pipe as the first parameter. Spotted while discussing patches with Thomas Zimmermann. Cc: Thomas Zimmermann <tzimmermann at suse.de> Cc: Noralf Tr?nnes <noralf at tronnes.org> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: Eric Anholt <eric at anholt.net> Cc: Emil Velikov <emil.velikov at collabora.com> Cc:
2019 Nov 01
1
[PATCH v2 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
...elect for such > symbols so they are turned on implicitly when the user enables a kconfig > that needs them. > > Otherwise the XEN_GNTDEV_DMABUF kconfig is overly difficult to enable. > > Fixes: 932d6562179e ("xen/gntdev: Add initial support for dma-buf UAPI") > Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko at epam.com> > Cc: Boris Ostrovsky <boris.ostrovsky at oracle.com> > Cc: xen-devel at lists.xenproject.org > Cc: Juergen Gross <jgross at suse.com> > Cc: Stefano Stabellini <sstabellini at kernel.org> > Reviewed-by: Juerg...
2018 Feb 18
5
[Bug 1228] New: [REGRESSION] nft cannot load big set anymore
...not load big set anymore Product: nftables Version: unspecified Hardware: x86_64 OS: other Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: oleksandr at natalenko.name Created attachment 530 --> https://bugzilla.netfilter.org/attachment.cgi?id=530&action=edit Huge set Hello. After nft v0.8.1 is released, I cannot load my huge set of blackholes anymore. nft just eats CPU at 100% while loading the rules. I've waited for 5 minutes b...
2017 Nov 21
3
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
...keith.busch at intel.com> >> Cc: linux-block at vger.kernel.org >> Cc: linux-nvme at lists.infradead.org >> Link: http://lkml.kernel.org/r/20170626102058.10200-3-hch at lst.de >> Signed-off-by: Thomas Gleixner <tglx at linutronix.de> >> Cc: Oleksandr Natalenko <oleksandr at natalenko.name> >> Cc: Mike Galbraith <efault at gmx.de> >> Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> > > I wonder if we're simply not getting the masks updated correctly. I'll > take a look. Ca...
2017 Nov 21
3
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
...keith.busch at intel.com> >> Cc: linux-block at vger.kernel.org >> Cc: linux-nvme at lists.infradead.org >> Link: http://lkml.kernel.org/r/20170626102058.10200-3-hch at lst.de >> Signed-off-by: Thomas Gleixner <tglx at linutronix.de> >> Cc: Oleksandr Natalenko <oleksandr at natalenko.name> >> Cc: Mike Galbraith <efault at gmx.de> >> Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> > > I wonder if we're simply not getting the masks updated correctly. I'll > take a look. Ca...
2017 Nov 21
2
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
...boe at kernel.dk> Cc: Keith Busch <keith.busch at intel.com> Cc: linux-block at vger.kernel.org Cc: linux-nvme at lists.infradead.org Link: http://lkml.kernel.org/r/20170626102058.10200-3-hch at lst.de Signed-off-by: Thomas Gleixner <tglx at linutronix.de> Cc: Oleksandr Natalenko <oleksandr at natalenko.name> Cc: Mike Galbraith <efault at gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> :040000 040000 a61cb023014a7b7a6b9f24ea04fe8ab22299e706 059ba6dc3290c74e0468937348e580cd53f963e7 M block :040000 040000 432e719d...
2017 Nov 21
2
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
...boe at kernel.dk> Cc: Keith Busch <keith.busch at intel.com> Cc: linux-block at vger.kernel.org Cc: linux-nvme at lists.infradead.org Link: http://lkml.kernel.org/r/20170626102058.10200-3-hch at lst.de Signed-off-by: Thomas Gleixner <tglx at linutronix.de> Cc: Oleksandr Natalenko <oleksandr at natalenko.name> Cc: Mike Galbraith <efault at gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> :040000 040000 a61cb023014a7b7a6b9f24ea04fe8ab22299e706 059ba6dc3290c74e0468937348e580cd53f963e7 M block :040000 040000 432e719d...
2020 Aug 13
1
[PATCH 18/20] drm/xen: Introduce GEM object functions
...+void xen_drm_drv_free_object_unlocked(struct drm_gem_object *obj) Can we please have naming consistent and name it as xen_drm_front_drv_free_object_unlocked or any other name if this seems to be too long, but starting with xen_drm_front_ as the rest of exported functions? With this, Acked-by: Oleksandr Andrushchenko <oleksandr_andrushchenko at epam.com> Thank you, Oleksandr > { > struct xen_drm_front_drm_info *drm_info = obj->dev->dev_private; > int idx; > @@ -481,22 +481,12 @@ static const struct file_operations xen_drm_dev_fops = { > .mmap = xe...
2019 Jul 01
1
live migration issues after libvirtd restart
...sted it with libvirt-4.9.0 and libvirt-5.0.0 from http://mirror.centos.org/centos/7/virt/x86_64/libvirt-latest/ repo. And it actually fixed here. Interesting to know when newer version of libvirt(at least 4.6.0 of 4.5.0 with fix) will be available in official centos updates repo? Thanks a lot, Oleksandr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20190701/7c2ad8f7/attachment-0006.html>
2019 Nov 05
0
[PATCH v2 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
...mbols so they are turned on implicitly when the user enables a kconfig >> that needs them. >> >> Otherwise the XEN_GNTDEV_DMABUF kconfig is overly difficult to enable. >> >> Fixes: 932d6562179e ("xen/gntdev: Add initial support for dma-buf UAPI") >> Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko at epam.com> >> Cc: Boris Ostrovsky <boris.ostrovsky at oracle.com> >> Cc: xen-devel at lists.xenproject.org >> Cc: Juergen Gross <jgross at suse.com> >> Cc: Stefano Stabellini <sstabellini at kernel.org> >&gt...
2010 Dec 09
1
Dynamically build functional expression and taking derivative
...)* (p3*x + (1-p3))" But now, how can I take derivative of this expression w.r.t. "x"? > dfoo <- D(foo,"x") #doesn't work as well as > dfoo <- D(as.expression(foo),"x") May be there are other ways to handle this kind of situation? Best regards, Oleksandr
2012 Feb 10
1
openssh client on Windows 7 key auth issue
...asks for passphrase for 'id_dsa' and than wants to authenticate by password because 'publickey method is refused - no passphrase is given'. I have no such situation in Windows XP - everything is OK there. What is the problem with Windows 7? Thank you for your time and your help, Oleksandr - Kiev, UKRAINE
2010 Dec 02
1
Strange problems with compiling dll
...not figure out where I should use them. I'm trying from here C:\Rtools\src\gnuwin32 but each time i get make: *** No rule to make target `R.exp'. Stop. So where should I state this rule and which rule?... Will you help me, please, to "connect" my C compiler to R? Best regards, Oleksandr
2017 Nov 21
2
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
...;> Cc: linux-block at vger.kernel.org >>>> Cc: linux-nvme at lists.infradead.org >>>> Link: http://lkml.kernel.org/r/20170626102058.10200-3-hch at lst.de >>>> Signed-off-by: Thomas Gleixner <tglx at linutronix.de> >>>> Cc: Oleksandr Natalenko <oleksandr at natalenko.name> >>>> Cc: Mike Galbraith <efault at gmx.de> >>>> Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> >>> >>> I wonder if we're simply not getting the masks updated correctly....
2017 Nov 21
2
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
...;> Cc: linux-block at vger.kernel.org >>>> Cc: linux-nvme at lists.infradead.org >>>> Link: http://lkml.kernel.org/r/20170626102058.10200-3-hch at lst.de >>>> Signed-off-by: Thomas Gleixner <tglx at linutronix.de> >>>> Cc: Oleksandr Natalenko <oleksandr at natalenko.name> >>>> Cc: Mike Galbraith <efault at gmx.de> >>>> Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> >>> >>> I wonder if we're simply not getting the masks updated correctly....
2016 Mar 20
8
[Bug 1058] New: Add clamp MSS to MTU
https://bugzilla.netfilter.org/show_bug.cgi?id=1058 Bug ID: 1058 Summary: Add clamp MSS to MTU Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter:
2008 Oct 24
4
Correct way to spec partials
Hi everybody, 1) Does anybody have full working example of how to test partial templates? 2) What the correct place to test partials: controller or view spec? If controller correct place, should I use integrate_views? 3) Is it true that expect_render is deprecated and I have to use should_receive(:render) 4) How to test that partial''s locals hash is correct? Thx -------------- next
2017 Nov 21
2
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
...nux-nvme at lists.infradead.org >>>>>>>>>> Link: http://lkml.kernel.org/r/20170626102058.10200-3-hch at lst.de >>>>>>>>>> Signed-off-by: Thomas Gleixner <tglx at linutronix.de> >>>>>>>>>> Cc: Oleksandr Natalenko <oleksandr at natalenko.name> >>>>>>>>>> Cc: Mike Galbraith <efault at gmx.de> >>>>>>>>>> Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> >>>>>>>>> >>&g...
2017 Nov 21
2
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
...nux-nvme at lists.infradead.org >>>>>>>>>> Link: http://lkml.kernel.org/r/20170626102058.10200-3-hch at lst.de >>>>>>>>>> Signed-off-by: Thomas Gleixner <tglx at linutronix.de> >>>>>>>>>> Cc: Oleksandr Natalenko <oleksandr at natalenko.name> >>>>>>>>>> Cc: Mike Galbraith <efault at gmx.de> >>>>>>>>>> Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> >>>>>>>>> >>&g...