similar to: Re: [PATCH] umask: Use /proc/<PID>/status to read umask in Linux >= 4.7.

Displaying 20 results from an estimated 30000 matches similar to: "Re: [PATCH] umask: Use /proc/<PID>/status to read umask in Linux >= 4.7."

2016 May 21
1
[PATCH] umask: Use /proc/<PID>/status to read umask in Linux >= 4.7.
Since Linux 4.7, the process umask is available in /proc/<pid>/status. See: https://github.com/torvalds/linux/commit/3e42979e65dace1f9268dd5440e5ab096b8dee59 Use this value if available, else fall back to the existing codepath for Linux <= 4.6 and other Unix. --- src/umask.c | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 78 insertions(+), 8
2015 Aug 27
2
Re: [PATCH v2 02/17] v2v: factor out opening input VM
On Tue, Aug 11, 2015 at 08:00:21PM +0300, Roman Kagan wrote: > Opening the source VM and amending the properties in its internal > representation in accordance with command-line options fit nicely into > two isolated functions. Better to write this as: let rec main () = ... and open_source ... = ... and amend_source ... = ... and inspect_source ... = ... so
2015 Oct 28
0
Re: Fwd: [PATCH] v2v: virtio-win: include *.dll too
On Tue, 2015-10-27 at 11:00 -0400, Amnon Ilan wrote: > Hi Jeff, > > There were some questions on the libguestfs mailing list regarding virtio-win iso an packaging (see below). > Could you answer it on the list? (just send it to libguestfs@redhat.com , no need to register, keep us CCed) > The people asking are from Virtuozzo, they are not customers or official partners, just good
2015 Aug 28
1
Re: [PATCH v2 01/17] v2v: debug gc via at_exit hook
On Fri, Aug 28, 2015 at 03:44:07PM +0300, Roman Kagan wrote: > On Thu, Aug 27, 2015 at 07:17:20PM +0100, Richard W.M. Jones wrote: > > On Thu, Aug 27, 2015 at 08:12:11PM +0300, Roman Kagan wrote: > > > On Thu, Aug 27, 2015 at 03:50:11PM +0100, Richard W.M. Jones wrote: > > > > On Tue, Aug 11, 2015 at 08:00:20PM +0300, Roman Kagan wrote: > > > > >
2015 Oct 05
1
Re: [PATCH 3/6] v2v:test:win: actually check the eventual layout
On Monday 05 October 2015 16:34:31 Roman Kagan wrote: > On Mon, Oct 05, 2015 at 03:19:21PM +0200, Pino Toscano wrote: > > On Monday 05 October 2015 16:05:54 Roman Kagan wrote: > > > On Mon, Oct 05, 2015 at 02:50:52PM +0200, Pino Toscano wrote: > > > > On Monday 05 October 2015 15:40:03 Roman Kagan wrote: > > > > > +{ > > > > > guestfish
2016 Mar 23
0
Re: [PATCH v4 1/5] v2v: collect source network and video adapter types
On Wed, Mar 23, 2016 at 09:36:02PM +0300, Roman Kagan wrote: > On Wed, Mar 23, 2016 at 09:27:43AM +0000, Richard W.M. Jones wrote: > > On Fri, Mar 18, 2016 at 07:15:35PM +0300, Roman Kagan wrote: > > > Those will be useful when making decisions about what configuration to > > > set on output. > > > > > > The data is also included in --print-source so
2016 Sep 01
0
Re: [PATCH v2 1/2] v2v:windows: factor out getting CurrentControlSet
On Thu, Sep 01, 2016 at 11:50:18AM +0300, Roman Kagan wrote: > It will be used in new code in a followup patch. > > Signed-off-by: Roman Kagan <rkagan at virtuozzo.com> > --- > v1 -> v2: > - revert debug -> printf regression > > v2v/convert_windows.ml | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) > > diff --git
2015 Oct 05
0
Re: [PATCH 3/6] v2v:test:win: actually check the eventual layout
On Mon, Oct 05, 2015 at 03:19:21PM +0200, Pino Toscano wrote: > On Monday 05 October 2015 16:05:54 Roman Kagan wrote: > > On Mon, Oct 05, 2015 at 02:50:52PM +0200, Pino Toscano wrote: > > > On Monday 05 October 2015 15:40:03 Roman Kagan wrote: > > > > +{ > > > > guestfish --ro -a $d/windows-sda -i <<EOF > > > > + trace 1 > > >
2015 Oct 05
0
Re: [PATCH 0/4] v2v: simplify driver copying from virtio-win iso
On Mon, Oct 05, 2015 at 06:52:55PM +0300, Roman Kagan wrote: > On Thu, Oct 01, 2015 at 07:09:02PM +0300, Roman Kagan wrote: > > On Thu, Oct 01, 2015 at 04:22:14PM +0100, Richard W.M. Jones wrote: > > > On Thu, Oct 01, 2015 at 06:04:03PM +0300, Roman Kagan wrote: > > > > On Mon, Aug 10, 2015 at 06:55:28PM +0300, Roman Kagan wrote: > > > > > Libguestfs
2015 Oct 27
3
Re: [PATCH] v2v: virtio-win: include *.dll too
On Tue, Oct 27, 2015 at 12:02:40PM +0000, Richard W.M. Jones wrote: > On Tue, Oct 27, 2015 at 02:08:42PM +0300, Roman Kagan wrote: > > On Tue, Oct 27, 2015 at 09:12:41AM +0000, Richard W.M. Jones wrote: > > > On Mon, Oct 26, 2015 at 09:00:03PM +0300, Roman Kagan wrote: > > > > Windows QXL drivers include also qxldd.dll which used to get filtered > > > >
2015 Oct 01
2
Re: [PATCH 0/4] v2v: simplify driver copying from virtio-win iso
On Thu, Oct 01, 2015 at 06:04:03PM +0300, Roman Kagan wrote: > On Mon, Aug 10, 2015 at 06:55:28PM +0300, Roman Kagan wrote: > > Libguestfs supports passing an ISO image as a source of virtio windows > > drivers to v2v. > > > > That support, however, looks too heavy-weight: in order to access those > > drivers, a separate guestfs handle is created (and thus a new
2016 Feb 25
1
New committer: Roman Kagan
I'm happy to announce that I've added Roman Kagan as a committer to the https://github.com/libguestfs/libguestfs repo. Roman has contributed many high quality patches over a period of one year. Roman, the rules are: - Post patches first on the mailing list. - Uncontroversial patches should receive one ACK before being pushed upstream. - Very complex or "controversial"
2015 Oct 05
2
Re: [PATCH 3/6] v2v:test:win: actually check the eventual layout
On Monday 05 October 2015 16:05:54 Roman Kagan wrote: > On Mon, Oct 05, 2015 at 02:50:52PM +0200, Pino Toscano wrote: > > On Monday 05 October 2015 15:40:03 Roman Kagan wrote: > > > +{ > > > guestfish --ro -a $d/windows-sda -i <<EOF > > > + trace 1 > > > is-dir "/Program Files/Red Hat/Firstboot" > > > is-file
2018 Dec 05
0
Re: [PATCH FOR DISCUSSION ONLY 0/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
On Wed, Dec 05, 2018 at 12:52:21PM +0000, Roman Kagan wrote: > On Wed, Dec 05, 2018 at 11:01:43AM +0000, Richard W.M. Jones wrote: > > On Wed, Dec 05, 2018 at 09:01:16AM +0000, Roman Kagan wrote: > > > On Tue, Dec 04, 2018 at 05:29:31PM +0000, Richard W.M. Jones wrote: > > > > This patch is just for discussion. There are still a couple of issues > > > >
2016 Aug 23
0
Re: [PATCH 2/2] v2v:windows: prevent conflicts with PnP on firstboot
On Wed, Aug 17, 2016 at 08:59:44PM +0300, Roman Kagan wrote: > When put on new virtual hardware Windows will start driver installation > for newly discovered devices. > > The problem is that it happens asynchronously and concurrently with > other activities, in particular, the firstboot scripts. This may result > in conflicts (because a firstboot script may want to install or
2016 May 20
0
Re: [PATCH v2 04/11] customize: change windows firstboot path
On Fri, May 20, 2016 at 12:27:21PM +0300, Roman Kagan wrote: > On Fri, May 20, 2016 at 10:21:45AM +0100, Richard W.M. Jones wrote: > > On Wed, May 18, 2016 at 02:00:52PM +0200, Cédric Bosdonnat wrote: > > > Rename the C:\Program Files\Red Hat\Firstboot folder into the more vendor > > > independent C:\Program Files\Guestfs\Firstboot. > > > > I think we should
2015 Oct 06
3
Re: [PATCH 0/4] v2v: simplify driver copying from virtio-win iso
On Mon, Oct 05, 2015 at 05:11:52PM +0100, Richard W.M. Jones wrote: > On Mon, Oct 05, 2015 at 06:52:55PM +0300, Roman Kagan wrote: > > On Thu, Oct 01, 2015 at 07:09:02PM +0300, Roman Kagan wrote: > > > On Thu, Oct 01, 2015 at 04:22:14PM +0100, Richard W.M. Jones wrote: > > > > On Thu, Oct 01, 2015 at 06:04:03PM +0300, Roman Kagan wrote: > > > > > On
2015 Oct 01
0
Re: [PATCH 0/4] v2v: simplify driver copying from virtio-win iso
On Thu, Oct 01, 2015 at 04:22:14PM +0100, Richard W.M. Jones wrote: > On Thu, Oct 01, 2015 at 06:04:03PM +0300, Roman Kagan wrote: > > On Mon, Aug 10, 2015 at 06:55:28PM +0300, Roman Kagan wrote: > > > Libguestfs supports passing an ISO image as a source of virtio windows > > > drivers to v2v. > > > > > > That support, however, looks too heavy-weight:
2016 Aug 23
1
Re: [PATCH 1/2] v2v:windows: factor out getting CurrentControlSet
On Wed, Aug 17, 2016 at 08:59:43PM +0300, Roman Kagan wrote: > It will be used in new code in a followup patch. > > Signed-off-by: Roman Kagan <rkagan@virtuozzo.com> > --- > v2v/convert_windows.ml | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) > > diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml > index 55bb3ef..751a6ab
2015 Oct 27
0
Re: [PATCH] v2v: virtio-win: include *.dll too
On Tue, Oct 27, 2015 at 02:08:42PM +0300, Roman Kagan wrote: > On Tue, Oct 27, 2015 at 09:12:41AM +0000, Richard W.M. Jones wrote: > > On Mon, Oct 26, 2015 at 09:00:03PM +0300, Roman Kagan wrote: > > > Windows QXL drivers include also qxldd.dll which used to get filtered > > > out and not copied over into the guest. As a result QXL driver failed > > > to