Displaying 20 results from an estimated 291 matches for "136,7".
Did you mean:
  236,7
  
2008 Feb 22
1
[2.6 patch] make xen-blkfront.c:blkif_getgeo() static
...l blkif_getgeo() static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
6f34bfdbb8c24e06d982ccaccd24c25dba5b1956 diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index 9c6f3f9..ae7ee16 100644
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -136,7 +136,7 @@ static void blkif_restart_queue_callback(void *arg)
 	schedule_work(&info->work);
 }
 
-int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg)
+static int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg)
 {
 	/* We don''t have real geometry info, b...
2012 Jun 07
1
[PATCH] klcc --version is -V because -v is --verbose already (unbreak -v)
Signed-off-by: Thorsten Glaser <tg at mirbsd.org>
---
 klcc/klcc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/klcc/klcc.in b/klcc/klcc.in
index 43d0984..e03bf3c 100644
--- a/klcc/klcc.in
+++ b/klcc/klcc.in
@@ -136,7 +136,7 @@ while ( defined($a = shift(@ARGV)) ) {
 	} else {
 	    die "$0: unknown option: $a\n";
 	}
-    } elsif ( $a =~ /^(-print|-dump|--help|--version|-v)/ ) {
+    } elsif ( $a =~ /^(-print|-dump|--help|--version|-V)/ ) {
 	# These share prefixes with some other options, so put th...
2019 Nov 06
2
[PATCH V9 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
On 11/5/19 11:05 PM, Jason Wang wrote:
> diff --git a/samples/Kconfig b/samples/Kconfig
> index c8dacb4dda80..13a2443e18e0 100644
> --- a/samples/Kconfig
> +++ b/samples/Kconfig
> @@ -131,6 +131,16 @@ config SAMPLE_VFIO_MDEV_MDPY
>  	  mediated device.  It is a simple framebuffer and supports
>  	  the region display interface (VFIO_GFX_PLANE_TYPE_REGION).
>  
> +config
2019 Nov 06
2
[PATCH V9 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
On 11/5/19 11:05 PM, Jason Wang wrote:
> diff --git a/samples/Kconfig b/samples/Kconfig
> index c8dacb4dda80..13a2443e18e0 100644
> --- a/samples/Kconfig
> +++ b/samples/Kconfig
> @@ -131,6 +131,16 @@ config SAMPLE_VFIO_MDEV_MDPY
>  	  mediated device.  It is a simple framebuffer and supports
>  	  the region display interface (VFIO_GFX_PLANE_TYPE_REGION).
>  
> +config
2013 Aug 21
3
Build problems: klibc with Linux 3.10.7
...-off-by: maximilian attems <max at stro.at>
---
 Makefile               | 2 +-
 scripts/Kbuild.klibc   | 2 +-
 usr/klibc/README.klibc | 7 +++----
 3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
index 0a3ee69..8870bd6 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ help:
 	@echo	'make V=2   [targets] 2 => give reason for rebuild of target'
 	@echo
 	@echo	'Sample invocation:'
-	@echo	'make  KLIBCKERNELSRC=`pwd`/../linux/usr/'
+	@echo	'make  KLIBCKERNELSRC=`pwd`/../linux/'
 
 ###
 # allow one to say make dir/file....
2007 Aug 22
0
rpm command freezing
...976  3431399
/usr/lib/locale/locale-archive
rpmq    10385 root  mem    REG   0,56  1318912  4804489
/mounted/etc/rpmdb/__db.002 (filer:/vol/v_s02/apps/sss)
rpmq    10385 root  mem    REG   0,56   663552  4804490
/mounted/etc/rpmdb/__db.003 (filer:/vol/v_s02/apps/sss)
rpmq    10385 root    0u   CHR  136,7                 9 /dev/pts/7
rpmq    10385 root    1u   CHR  136,7                 9 /dev/pts/7
rpmq    10385 root    2u   CHR  136,7                 9 /dev/pts/7
rpmq    10385 root    3r   REG   0,56 74817536 10338659
/mounted/etc/rpmdb/Packages (filer:/vol/v_s02/apps/sss)
Rgds,
jbt
---------...
2004 Aug 06
1
[PATCH] Re: Decoding .spx with 1.0 on ppc produces noise!
...#39; in the body.  No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
-- 
Ben Stanley <bds02@uow.edu.au>
University of Wollongong
--- speex-1.0/src/speexdec.c	Fri Mar 21 08:52:39 2003
+++ speex-1.0-works/src/speexdec.c	Thu Apr 17 06:39:23 2003
@@ -136,7 +136,7 @@
          exit(1);         
       }
 
-      format=AFMT_S16_LE;
+      format=AFMT_S16_NE;
       if (ioctl(audio_fd, SNDCTL_DSP_SETFMT, &format)==-1)
       {
          perror("SNDCTL_DSP_SETFMT");
@@ -612,7 +612,7 @@
                   }
                   /*Convert to...
2013 Dec 01
0
[PATCH v2 4/4] efi: PE file size differ from in-memory size
....c          | 138 +++++++++++++++----------------------------------
 efi/x86_64/syslinux.ld |   4 +-
 3 files changed, 45 insertions(+), 101 deletions(-)
diff --git a/efi/i386/syslinux.ld b/efi/i386/syslinux.ld
index 523a9b9..bab3fc7 100644
--- a/efi/i386/syslinux.ld
+++ b/efi/i386/syslinux.ld
@@ -136,7 +136,7 @@ SECTIONS
 		*(.strtab)
 	}
 
-	.bss : {
+	.bss (NOLOAD) : {
 		/* the EFI loader doesn't seem to like a .bss section,
 		   so we stick it all into .data: */
 		__bss_start = .;
@@ -153,7 +153,7 @@ SECTIONS
 	__bss_dwords = (__bss_len + 3) >> 2;
 
 	. = ALIGN(128);
-	
+
 	/* V...
2013 Nov 27
0
[PATCH 4/4] efi: PE file size differ from in-memory size
....c          | 138 +++++++++++++++----------------------------------
 efi/x86_64/syslinux.ld |   4 +-
 3 files changed, 45 insertions(+), 101 deletions(-)
diff --git a/efi/i386/syslinux.ld b/efi/i386/syslinux.ld
index 523a9b9..bab3fc7 100644
--- a/efi/i386/syslinux.ld
+++ b/efi/i386/syslinux.ld
@@ -136,7 +136,7 @@ SECTIONS
 		*(.strtab)
 	}
 
-	.bss : {
+	.bss (NOLOAD) : {
 		/* the EFI loader doesn't seem to like a .bss section,
 		   so we stick it all into .data: */
 		__bss_start = .;
@@ -153,7 +153,7 @@ SECTIONS
 	__bss_dwords = (__bss_len + 3) >> 2;
 
 	. = ALIGN(128);
-	
+
 	/* V...
2018 Apr 12
4
[PATCH 0/2] Support for expanding f2fs partitions
Hi,
this small patch series exposes one of the utility in f2fs-tools, and
use it to expand f2fs partitions in virt-resize.
Thanks,
Pino Toscano (2):
  New API: f2fs_expand
  resize: expand f2fs partitions
 daemon/Makefile.am        |  1 +
 daemon/f2fs.c             | 49 +++++++++++++++++++++++++++++++++++++++++++++++
 generator/actions_core.ml |  9 +++++++++
 generator/proc_nr.ml      |  1 +
2019 Nov 06
0
[PATCH V9 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...dev bus  
> 
> typo here:
> 	                              cooperates
> 
I can fix this on commit relative to V10 if there are no other issues
raised:
diff --git a/samples/Kconfig b/samples/Kconfig
index 13a2443e18e0..b7116d97cbbe 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -136,7 +136,7 @@ config SAMPLE_VIRTIO_MDEV_NET
        depends on VIRTIO_MDEV && VHOST_RING && m
        help
          Build a networking sample device for use as a virtio
-         mediated device. The device coopreates with virtio-mdev bus
+         mediated device. The device coopera...
2017 Apr 12
1
[PATCH] appliance: add cdrkit-cdrtools-compat on openSUSE
...Leap 42.1, so
make sure to include it to not break the isoinfo* APIs.
---
 appliance/packagelist.in | 1 +
 1 file changed, 1 insertion(+)
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index 5cf2276..0a71cc3 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -136,6 +136,7 @@ ifelse(SUSE,1,
   dnl It seems no other augeas package depends on it.
   augeas-lenses
   btrfsprogs
+  cdrkit-cdrtools-compat
   cryptsetup
   dhcpcd
   dhcp-client
-- 
2.9.3
2017 Sep 22
0
[PATCH v3 18/22] v2v: vCenter: Replace Str with PCRE.
...r.ml
@@ -113,7 +113,7 @@ let get_session_cookie password scheme uri sslverify url =
       Some !session_cookie
   )
 
-let multiple_slash = Str.regexp "/+"
+let multiple_slash = PCRE.compile "/+"
 let default_dc = "ha-datacenter"
 
 let guess_dcPath uri = function
@@ -136,7 +136,7 @@ let guess_dcPath uri = function
           * remove the Cluster name (which still works in libvirt).
           *)
          (* Collapse multiple slashes to single slash. *)
-         let path = Str.global_replace multiple_slash "/" path in
+         let path = PCRE.replace ~g...
2023 Feb 17
1
[PATCH] python: Avoid leaking py_array along error paths
...5837e2d8c5d4d83eff51c0201eb2e08f719de
> Thanks: Laszlo Ersek
> ---
>  python/handle.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/python/handle.c b/python/handle.c
> index bf639b5789..717eee83ed 100644
> --- a/python/handle.c
> +++ b/python/handle.c
> @@ -136,6 +136,7 @@ guestfs_int_py_event_callback_wrapper (guestfs_h *g,
>                          buf, buf_len, py_array);
>    if (args == NULL) {
>      PyErr_PrintEx (0);
> +    Py_DECREF (py_array);
>      goto out;
>    }
See my response in the other thread.  You are also leaking...
2010 Jul 27
0
__free_tagged not freeing memory?
...expected behaviour
boot: mem
lowmem_buf: 0x000353e0
boot: mem
lowmem_buf: 0x000353e0
boot: mem
lowmem_buf: 0x000353e0
can be achieved with the following patch.
Sebastian
diff --git a/core/mem/free.c b/core/mem/free.c
index 0becb9e..384f10e 100644
--- a/core/mem/free.c
+++ b/core/mem/free.c
@@ -136,7 +136,7 @@ static void __free_tagged(malloc_tag_t tag) {
     for (i = 0; i < NHEAP; i++) {
        dprintf("__free_tagged(%u) heap %d\n", tag, i);
        head = &__malloc_head[i];
-       for (fp = head ; fp != head ; fp = fp->a.next) {
+       for (fp = head->a.next ; fp...
2010 May 04
1
[PATCH] Converter: Don't die if we can't do guest-specific conversion
...ssible.
---
 lib/Sys/VirtV2V/Converter.pm |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/lib/Sys/VirtV2V/Converter.pm b/lib/Sys/VirtV2V/Converter.pm
index a5b7e43..97c212e 100644
--- a/lib/Sys/VirtV2V/Converter.pm
+++ b/lib/Sys/VirtV2V/Converter.pm
@@ -136,7 +136,7 @@ sub convert
     my $class = shift;
 
     my ($g, $guestos, $config, $dom, $desc, $devices) = @_;
-    carp("convert called without guestos argument") unless defined($guestos);
+    # guestos may be undef if none was found
     carp("convert called without config argumen...
2012 Feb 13
0
[PATCH] daemon: Don't xdr_free uninitialized args struct on error paths.
...9ec1ba9305996f6e.
---
 generator/generator_daemon.ml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/generator/generator_daemon.ml b/generator/generator_daemon.ml
index 0eb2446..8c96061 100644
--- a/generator/generator_daemon.ml
+++ b/generator/generator_daemon.ml
@@ -136,7 +136,7 @@ and generate_daemon_actions () =
           pr "                      \"build of libguestfs.  Read 'AVAILABILITY' in the guestfs(3) man page for\\n\"\n";
           pr "                      \"how to check for the availability of features.\",\n...
2002 May 15
0
RE: cut.dendrogram (PR#1552)
...; cut() does not produce a dendrogram but a list
	   containing them!}
    MM> We will look into this.
done.
The fix (now in R-patched which will become 1.5.1) is very easy:
--- src/library/mva/R/dendrogram.R.~1~	13 Aug 2001 21:41:50
+++ src/library/mva/R/dendrogram.R	15 May 2002 09:47:50
@@ -136,7 +136,7 @@
 
 cut.dendrogram <- function(x, h, ...)
 {
-    LOWER <- NULL
+    LOWER <- list()
     X <- 1
 
--------
Martin Maechler <maechler@stat.math.ethz.ch>	http://stat.ethz.ch/~maechler/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-dev...
2012 Feb 17
0
[PATCH] linux-2.6.18/drivers/xen/: constify all instances of "struct attribute_group"
...c struct attribute *balloon_info_at
 	NULL
 };
 
-static struct attribute_group balloon_info_group = {
+static const struct attribute_group balloon_info_group = {
 	.name = "info",
 	.attrs = balloon_info_attrs,
 };
--- a/drivers/xen/blkback/xenbus.c
+++ b/drivers/xen/blkback/xenbus.c
@@ -136,7 +136,7 @@ static struct attribute *vbdstat_attrs[]
 	NULL
 };
 
-static struct attribute_group vbdstat_group = {
+static const struct attribute_group vbdstat_group = {
 	.name = "statistics",
 	.attrs = vbdstat_attrs,
 };
--- a/drivers/xen/blktap/xenbus.c
+++ b/drivers/xen/blktap/xenbus...
2013 Feb 28
1
[PATCH RFC 09/12] xen-blkback: move pending handles list from blkbk to pending_req
...-blkback/blkback.c |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/drivers/block/xen-blkback/blkback.c b/drivers/block/xen-blkback/blkback.c
index ba27fc3..c43de8a 100644
--- a/drivers/block/xen-blkback/blkback.c
+++ b/drivers/block/xen-blkback/blkback.c
@@ -136,6 +136,7 @@ struct pending_req {
 	struct list_head	free_list;
 	struct persistent_gnt	*persistent_gnts[BLKIF_MAX_SEGMENTS_PER_REQUEST];
 	struct page		*pages[BLKIF_MAX_SEGMENTS_PER_REQUEST];
+	grant_handle_t		grant_handles[BLKIF_MAX_SEGMENTS_PER_REQUEST];
 };
 
 #define BLKBACK_INVALID_HANDLE (~0)...