Displaying 20 results from an estimated 219 matches for "205,7".
Did you mean:
2056,7
2014 Jan 29
2
[Bug 890] New: Bug in ulogd_filter_IP2BIN
...compared IP2BIN to IP2STR and found one difference. I applied
this patch and it resolved the issue (attachment too):
--- ulogd-2.0.3.orig/filter/ulogd_filter_IP2BIN.c 2013-06-18
16:52:50.269920891 -0400
+++ ulogd-2.0.3/filter/ulogd_filter_IP2BIN.c 2014-01-29 10:49:37.641807142
-0500
@@ -205,7 +205,7 @@
int fret;
/* Iter on all addr fields */
- for(i = START_KEY; i < MAX_KEY; i++) {
+ for(i = START_KEY; i <= MAX_KEY; i++) {
if (pp_is_valid(inp, i)) {
fret = ip2bin(inp, i, i-START_KEY);
if...
2017 Mar 03
1
[PATCH] erlang: Rename 'message' to something less generic.
...() =
extern guestfs_h *g;
-extern ETERM *dispatch (ETERM *message);
+extern ETERM *dispatch (ETERM *args_tuple);
extern int atom_equals (ETERM *atom, const char *name);
extern ETERM *make_error (const char *funname);
extern ETERM *unknown_optarg (const char *funname, ETERM *optargname);
@@ -205,7 +205,7 @@ extern int get_bool (ETERM *term);
extern int get_int (ETERM *term);
extern int64_t get_int64 (ETERM *term);
-#define ARG(i) (ERL_TUPLE_ELEMENT(message,(i)+1))
+#define ARG(i) (ERL_TUPLE_ELEMENT(args_tuple,(i)+1))
";
@@ -229,7 +229,7 @@ extern int64_t get_int64 (ETERM *ter...
2003 Apr 28
1
[PATCH] Get ipconfig compiling
Sort of a brown paper headgear issue.
<b
diff -Nru a/ipconfig/netdev.c b/ipconfig/netdev.c
--- a/ipconfig/netdev.c Mon Apr 28 15:26:12 2003
+++ b/ipconfig/netdev.c Mon Apr 28 15:26:12 2003
@@ -205,7 +205,7 @@
if (netdev_gif_addr(&ifr, SIOCGIFADDR, &dev->ip_addr) == -1) {
perror("SIOCGIFADDR");
dev->ip_addr = 0;
- dev->ip_broadcase = 0;
+ dev->ip_broadcast = 0;
dev->ip_netmask = 0;
return 0;
}
2008 Mar 03
0
[BUG][PATCH] fstype: wrong size returned for jfs
...(based on 1.5.7 from
the debian package).
diff -Nur klibc-1.5.7.orig/usr/kinit/fstype/fstype.c klibc-1.5.7/usr/kinit/fstype/fstype.c
--- klibc-1.5.7.orig/usr/kinit/fstype/fstype.c 2007-09-04 09:17:12.000000000 +0100
+++ klibc-1.5.7/usr/kinit/fstype/fstype.c 2008-03-03 16:57:34.522813138 +0000
@@ -205,7 +205,7 @@
const struct jfs_superblock *sb = (const struct jfs_superblock *)buf;
if (!memcmp(sb->s_magic, JFS_MAGIC, 4)) {
- *bytes = __le32_to_cpu(sb->s_size);
+ *bytes = __le64_to_cpu(sb->s_size) << __le16_to_cpu(sb->s_l2pbsize);
return 1;
}
return 0;
HTH,
Steph...
2007 Oct 10
0
libswfdec/swfdec_rect.c
...om 985d5725de43dcf605d1e17b5d45e4bd5df1b55f)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Oct 10 22:49:14 2007 +0200
typo
diff --git a/libswfdec/swfdec_rect.c b/libswfdec/swfdec_rect.c
index 674bcba..c6365c1 100644
--- a/libswfdec/swfdec_rect.c
+++ b/libswfdec/swfdec_rect.c
@@ -205,7 +205,7 @@ swfdec_rect_inside (const SwfdecRect *ou
/* if outer is empty, below will return FALSE */
return outer->x0 <= inner->x0 &&
outer->y0 <= inner->y0 &&
- outer->x1 >= inner->y1 &&
+ outer->x1 >= inner->x1 &&...
2004 Jul 12
1
Core dump - Can not sync big data folders of size 800 GB
Hi,
I was trying to synchronize data sitting on our Sun Solaris 8 server with
data size of about 800 GB to a remote Linux server in our LAN. Either the
rsync process hangs for ever else I get "core dump" after about 15 minutes
of time on the source host (solaris 8 server). I used rsync 2.6.2 using the
basic command options as shown below
# rsync -avz -e rsh <source folder
2016 Apr 11
1
[PATCH] fish: improve formatting of help text of generated commands
...pr " .help = \"%s\",\n" (c_quote text);
+ pr " .help = \"%s\",\n" (c_quoted_indented ~indent:" " text);
pr " .synopsis = NULL,\n";
pr " .run = run_%s\n" name;
pr "};\n";
@@ -200,7 +205,7 @@ Guestfish will prompt for these separately."
pr "struct command_entry %s_cmd_entry = {\n" name;
pr " .name = \"%s\",\n" name2;
- pr " .help = \"%s\",\n" (c_quote text);
+ pr " .help = \"%s\",\n&q...
2018 Jun 18
0
[PATCH 3/4] drm/nouveau: Replace drm_gem_object_unreference_unlocked with put function
...han->ntfy->gem);
}
if (chan->heap.block_size)
diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c b/drivers/gpu/drm/nouveau/nouveau_display.c
index 774b429142bc..dfa236370726 100644
--- a/drivers/gpu/drm/nouveau/nouveau_display.c
+++ b/drivers/gpu/drm/nouveau/nouveau_display.c
@@ -205,7 +205,7 @@ nouveau_user_framebuffer_destroy(struct drm_framebuffer *drm_fb)
struct nouveau_framebuffer *fb = nouveau_framebuffer(drm_fb);
if (fb->nvbo)
- drm_gem_object_unreference_unlocked(&fb->nvbo->gem);
+ drm_gem_object_put_unlocked(&fb->nvbo->gem);
drm_frame...
2012 May 21
0
Bug#673743: xen-api: smbfs does not exist any more, move to cifs-utils
...an/README.Debian 2012-05-21 09:09:08.000000000 +0200
@@ -73,7 +73,7 @@
install Debian guests without using an iso SR. Anyway, for Samba, you will need
to do:
-apt-get install smbfs
+apt-get install cifs-utils
The following samba config will serve these images in the folder /iso-images:
@@ -205,7 +205,7 @@
should export them through NFS or a samba share, then do as below for
samba:
-/usr/lib/xcp/bin/xe-mount-iso-sr //12.23.34.45/isoimg -t smbfs
+/usr/lib/xcp/bin/xe-mount-iso-sr //12.23.34.45/isoimg -t cifs
"isoimg" is of course here the name of the share Samba share (noth...
2018 Dec 04
2
[PATCH] v2v: don't fail when virtio-win does not have qemu-ga packages
...mbi@redhat.com>
---
v2v/windows_virtio.ml | 88 +++++++++++++++++++++++++++----------------
1 file changed, 55 insertions(+), 33 deletions(-)
diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml
index 0b9bdfff3..9972e8c88 100644
--- a/v2v/windows_virtio.ml
+++ b/v2v/windows_virtio.ml
@@ -205,7 +205,7 @@ and install_linux_tools g inspect =
let dst_path = "/var/tmp" in
debug "locating packages in %s" src_path;
let packages = copy_from_virtio_win g inspect src_path dst_path
- (fun _ _ -> true) in
+ (fun _ _ -> true) true in...
2015 Aug 05
0
[PATCH 7/8] Add Neon intrinsics for Silk noise shape feedback loop.
...27 ++++++++++++++++++++++
silk/arm/NSQ_neon.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++
silk/arm/NSQ_neon.h | 10 ++++++++
4 files changed, 105 insertions(+), 16 deletions(-)
diff --git a/silk/NSQ.c b/silk/NSQ.c
index d8513dc..ec81f3b 100644
--- a/silk/NSQ.c
+++ b/silk/NSQ.c
@@ -205,7 +205,7 @@ void silk_noise_shape_quantizer(
int arch /* I Architecture */
)
{
- opus_int i, j;
+ opus_int i;
opus_int32 LTP_pred_Q13, LPC_pred_Q10, n_AR_Q12, n_LTP_Q13;
opus_int32 n_LF_Q12, r_Q10, rr_Q10, q...
2015 Nov 21
0
[Aarch64 v2 06/18] Add Neon intrinsics for Silk noise shape feedback loop.
...27 ++++++++++++++++++++++
silk/arm/NSQ_neon.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++
silk/arm/NSQ_neon.h | 10 ++++++++
4 files changed, 105 insertions(+), 16 deletions(-)
diff --git a/silk/NSQ.c b/silk/NSQ.c
index d8513dc..ec81f3b 100644
--- a/silk/NSQ.c
+++ b/silk/NSQ.c
@@ -205,7 +205,7 @@ void silk_noise_shape_quantizer(
int arch /* I Architecture */
)
{
- opus_int i, j;
+ opus_int i;
opus_int32 LTP_pred_Q13, LPC_pred_Q10, n_AR_Q12, n_LTP_Q13;
opus_int32 n_LF_Q12, r_Q10, rr_Q10, q...
2015 Jun 18
1
[PATCH] error log: keep more calloc and its error messages match
...access (argv[optind], F_OK) == 0) { /* simulate -a option */
drv = calloc (1, sizeof (struct drv));
if (!drv) {
- perror ("malloc");
+ perror ("calloc");
exit (EXIT_FAILURE);
}
drv->type = drv_a;
@@ -205,7 +205,7 @@ main (int argc, char *argv[])
} else { /* simulate -d option */
drv = calloc (1, sizeof (struct drv));
if (!drv) {
- perror ("malloc");
+ perror ("calloc");
exit (EXIT_FAILURE);
}...
2018 Jun 18
4
[PATCH 0/4] drm/nouveau: Replace {un/reference} with {put, get} functions
This patch set replaces functions named {un,reference} by their
{put,get} counterparts. Affected data types are struct drm_connector,
struct drm_framebuffer, struct drm_gem_object, and struct drm_device.
With the reference-counting functions being named {put,get}, the DRM
interface is more aligned to Linux kernel nameing standard. The patch
set does not change driver-internal interfaces.
Thomas
2015 Mar 21
0
[PATCH] use defined method names where available
...(push, 1);
BEGIN_NV04(push, NV50_2D(CLIP_ENABLE), 1);
PUSH_DATA (push, 1);
BEGIN_NV04(push, NV50_2D(COLOR_KEY_ENABLE), 1);
PUSH_DATA (push, 0);
- BEGIN_NV04(push, SUBC_2D(0x058c), 1);
+ BEGIN_NV04(push, NV50_2D(UNK58C), 1);
PUSH_DATA (push, 0x111);
pNv->currentRop = 0xfffffffa;
@@ -205,7 +205,7 @@ NVAccelInitNV50TCL(ScrnInfoPtr pScrn)
BEGIN_NV04(push, NV50_3D(VIEWPORT_TRANSFORM_EN), 1);
PUSH_DATA (push, 0);
- BEGIN_NV04(push, SUBC_3D(0x0f90), 1);
+ BEGIN_NV04(push, NV50_3D(COLOR_MASK_COMMON), 1);
PUSH_DATA (push, 1);
BEGIN_NV04(push, NV50_3D(TIC_ADDRESS_HIGH), 3);
dif...
2024 Aug 15
2
[PATCH] nouveau/firmware: using dma non-coherent interfaces for fw loading. (v2)
...files changed, 12 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/core/firmware.c b/drivers/gpu/drm/nouveau/nvkm/core/firmware.c
index adc60b25f8e6..0af01a0ec601 100644
--- a/drivers/gpu/drm/nouveau/nvkm/core/firmware.c
+++ b/drivers/gpu/drm/nouveau/nvkm/core/firmware.c
@@ -205,7 +205,8 @@ nvkm_firmware_dtor(struct nvkm_firmware *fw)
break;
case NVKM_FIRMWARE_IMG_DMA:
nvkm_memory_unref(&memory);
- dma_free_coherent(fw->device->dev, sg_dma_len(&fw->mem.sgl), fw->img, fw->phys);
+ dma_free_noncoherent(fw->device->dev, sg_dma_len(&f...
2008 Nov 18
6
[PATCH] fix memory allocation from NUMA node for VT-d.
...Nov 18 17:37:31 2008 +0900
@@ -148,7 +148,7 @@
root = &root_entries[bus];
if ( !root_present(*root) )
{
- maddr = alloc_pgtable_maddr();
+ maddr = alloc_pgtable_maddr(NULL);
if ( maddr == 0 )
{
unmap_vtd_domain_page(root_entries);
@@ -205,7 +205,7 @@
addr &= (((u64)1) << addr_width) - 1;
spin_lock_irqsave(&hd->mapping_lock, flags);
if ( hd->pgd_maddr == 0 )
- if ( !alloc || ((hd->pgd_maddr = alloc_pgtable_maddr()) == 0) )
+ if ( !alloc || ((hd->pgd_maddr = alloc_pgtable_maddr(do...
2007 Jun 15
0
Branch 'as' - 5 commits - libswfdec/swfdec_as_native_function.c libswfdec/swfdec_edittext.c libswfdec/swfdec_edittext.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_morphshape.h
...c = swfdec_bits_getbit (&s->b);
font->bold = swfdec_bits_getbit (&s->b);
wide = swfdec_bits_getbit (&s->b);
- if (version > 1)
+ if (tag == SWFDEC_TAG_DEFINEFONTINFO2)
language = swfdec_bits_get_u8 (&s->b);
g_free (name);
if (font->name) {
@@ -205,7 +204,7 @@ swfdec_font_parse_shape (SwfdecSwfDecode
}
int
-tag_func_define_font (SwfdecSwfDecoder * s)
+tag_func_define_font (SwfdecSwfDecoder * s, guint tag)
{
guint i, id, n_glyphs, offset, next_offset;
SwfdecFont *font;
@@ -267,7 +266,7 @@ swfdec_font_parse_kerning_table (SwfdecS
}...
2005 Sep 27
2
Dovecot Error: Master requested auth for nonexisting client
Hello,
The subject line says it all. It seems to be happening with regards to
my default auth setting in the dovecot.conf file. I currently have it
set to 'plain'. Am I missing something? FWIW, I am using the latest,
stable (alpha) release: 1.0.alpha3
PE Virgo
2015 Jan 15
0
PXE Error Reporting
...= open_file(pathname, flags, &fp->i.fd);
if (handle < 0) {
close(fd);
- errno = ENOENT;
+ if (!errno)
+ errno = ENOENT;
return -1;
}
diff --git a/core/fs/pxe/tftp.c b/core/fs/pxe/tftp.c
index 446da63..c89d3bf 100644
--- a/core/fs/pxe/tftp.c
+++ b/core/fs/pxe/tftp.c
@@ -205,6 +205,7 @@ void tftp_open(struct url_info *url, int flags, struct inode *inode,
uint64_t opdata;
uint16_t src_port;
uint32_t src_ip;
+ uint16_t error_code;
(void)redir; /* TFTP does not redirect */
(void)flags;
@@ -280,6 +281,16 @@ wait_pkt:
switch (opcode) {...