Displaying 20 results from an estimated 210 matches for "248,7".
Did you mean:
24,7
2007 Mar 05
0
[PATCH 3/10] linux 2.6.18: constify instances of ''struct file_operations''
...dex: head-2007-02-27/drivers/xen/privcmd/privcmd.c
===================================================================
--- head-2007-02-27.orig/drivers/xen/privcmd/privcmd.c 2007-03-05 10:00:18.000000000 +0100
+++ head-2007-02-27/drivers/xen/privcmd/privcmd.c 2007-02-27 16:27:37.000000000 +0100
@@ -248,7 +248,7 @@ static int privcmd_enforce_singleshot_ma
}
#endif
-static struct file_operations privcmd_file_ops = {
+static const struct file_operations privcmd_file_ops = {
.ioctl = privcmd_ioctl,
.mmap = privcmd_mmap,
};
Index: head-2007-02-27/drivers/xen/tpmback/tpmback.c
===============...
2013 Dec 25
3
[LLVMdev] lsan for LLVM bootstrap; leaks in TableGen
...ned_off() { return 1; }
+} // extern "C"
Index: tools/clang/utils/TableGen/TableGen.cpp
===================================================================
--- tools/clang/utils/TableGen/TableGen.cpp (revision 198007)
+++ tools/clang/utils/TableGen/TableGen.cpp (working copy)
@@ -248,3 +248,7 @@
return TableGenMain(argv[0], &ClangTableGenMain);
}
+
+extern "C" {
+int __lsan_is_turned_off() { return 1; }
+} // extern "C"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attac...
2006 Jun 01
1
Random crashes after sighup
...with tinc's data structures.
Regards,
--
Ga?l Roualland -+- gael.roualland@dial.oleane.com
-------------- next part --------------
diff -ru tinc-1.0.4/src/net.c tinc-1.0.4.gr/src/net.c
--- tinc-1.0.4/src/net.c Wed May 4 20:09:37 2005
+++ tinc-1.0.4.gr/src/net.c Wed May 17 23:02:38 2006
@@ -248,7 +248,7 @@
}
ifdebug(CONNECTIONS) logger(LOG_WARNING, _("Timeout from %s (%s) during authentication"),
c->name, c->hostname);
- if(c->status.connecting) {
+ if(c->status.connecting && c->outgoing) {
c->status.connecting = false;...
2009 Jul 29
2
[PATCH] build: fix test for --nocompress option
The test for febootstrap-to-initramfs' --nocompress option
was always failing for me on F11. Here's why:
$ bash ~/w/co/libguestfs:210-comment-fix
$ t=`febootstrap-to-initramfs 2>&1`
[Exit 1]
$ if ! echo $t|grep -sq -- --nocompress; then echo not found; fi
not found
Notice: without quotes, the [--nocompress] term expands to "k",
2009 Oct 05
4
[PATCH 1/3] drm/nouveau: Ignore DCB I2C indices for on-chip TV-out.
The nv31m in bug 23212 claims its TV-out and LVDS are in the same
connector. Ignore it completely as it's otherwise useless.
Signed-off-by: Francisco Jerez <currojerez at riseup.net>
---
drivers/gpu/drm/nouveau/nouveau_bios.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c
2013 Dec 25
2
[LLVMdev] [cfe-dev] lsan for LLVM bootstrap; leaks in TableGen
...;
>
> Index: tools/clang/utils/TableGen/TableGen.cpp
>
> ===================================================================
>
> --- tools/clang/utils/TableGen/TableGen.cpp (revision 198007)
>
> +++ tools/clang/utils/TableGen/TableGen.cpp (working copy)
>
> @@ -248,3 +248,7 @@
>
>
>
> return TableGenMain(argv[0], &ClangTableGenMain);
>
> }
>
> +
>
> +extern "C" {
>
> +int __lsan_is_turned_off() { return 1; }
>
> +} // extern "C"
>
>
>
> _________________________________________...
2006 Feb 12
1
sshd double-logging
...{MONITOR_REQ_RSAKEYALLOWED, MON_AUTH, mm_answer_rsa_keyallowed},
+ {MONITOR_REQ_KEYALLOWED, MON_AUTH, mm_answer_keyallowed},
{MONITOR_REQ_RSACHALLENGE, MON_ONCE, mm_answer_rsa_challenge},
{MONITOR_REQ_RSARESPONSE, MON_ONCE|MON_AUTHDECIDE, mm_answer_rsa_response},
#ifdef BSD_AUTH
@@ -248,7 +248,7 @@ struct mon_table mon_dispatch_proto15[]
{MONITOR_REQ_PAM_ACCOUNT, 0, mm_answer_pam_account},
{MONITOR_REQ_PAM_INIT_CTX, MON_ISAUTH, mm_answer_pam_init_ctx},
{MONITOR_REQ_PAM_QUERY, MON_ISAUTH, mm_answer_pam_query},
- {MONITOR_REQ_PAM_RESPOND, MON_ISAUTH, mm_answer_pam...
2004 Feb 17
1
[patch] Make robust_rename() handle EXDEV.
All callers of robust_rename() call copy_file() if EXDEV is received. This
patch moves the copy_file() call into robust_rename().
Patch Summary:
-12 +1 backup.c
-15 +2 rsync.c
-9 +33 util.c
-------------- next part --------------
patchwork diff util.c
--- util.c 2004-02-17 09:58:44.000000000 -0500
+++ util.c 2004-02-17 10:21:22.000000000 -0500
@@ -355,16 +355,40 @@
2012 Aug 19
0
[PATCH 05/10] drm/nouveau: quiet some static-related sparse noise
...quot;
+#include "nouveau_irq.h"
#include "nv50_display.h"
void
diff --git a/drivers/gpu/drm/nouveau/nouveau_mem.c b/drivers/gpu/drm/nouveau/nouveau_mem.c
index 8f8f421..7e0ff10 100644
--- a/drivers/gpu/drm/nouveau/nouveau_mem.c
+++ b/drivers/gpu/drm/nouveau/nouveau_mem.c
@@ -248,7 +248,7 @@ nouveau_mem_ddr2_mr(struct drm_device *dev, u32 freq,
return 0;
}
-uint8_t nv_mem_wr_lut_ddr3[NV_MEM_WR_DDR3_MAX] = {
+static const uint8_t nv_mem_wr_lut_ddr3[NV_MEM_WR_DDR3_MAX] = {
0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 5, 6, 6, 7, 7, 0, 0};
static int
@@ -297,9 +297,9 @@ nouveau_mem...
2015 Jul 15
1
[PATCH 1/2] actions: tar_out: add xattrs and selinux optargs
Add additional arguments for tar, so extended attributes and/or SELinux
contexts can be saved in output tars.
---
daemon/tar.c | 18 +++++++++++++-----
generator/actions.ml | 10 +++++++++-
2 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/daemon/tar.c b/daemon/tar.c
index d6f8f2f..68af749 100644
--- a/daemon/tar.c
+++ b/daemon/tar.c
@@ -311,7 +311,7 @@
2015 Apr 07
0
[PATCH v15 13/15] pvqspinlock: Only kick CPU at unlock time
...-static __always_inline void __pv_kick_node(struct mcs_spinlock *node) { }
-
+static __always_inline void __pv_scan_next(struct qspinlock *lock,
+ struct mcs_spinlock *node) { }
static __always_inline void __pv_wait_head(struct qspinlock *lock,
struct mcs_spinlock *node) { }
@@ -248,7 +248,7 @@ static __always_inline void __pv_wait_head(struct qspinlock *lock,
#define pv_init_node __pv_init_node
#define pv_wait_node __pv_wait_node
-#define pv_kick_node __pv_kick_node
+#define pv_scan_next __pv_scan_next
#define pv_wait_head __pv_wait_head
@@ -441,7 +441,7 @@ queu...
2013 Jan 16
6
[PATCH V2] mm/slab: add a leak decoder callback
...truct mem_cgroup *memcg, const char *name, size_t size,
s->object_size = s->size = size;
s->align = calculate_alignment(flags, align, size);
s->ctor = ctor;
+ s->decoder = NULL;
if (memcg_register_cache(memcg, s, parent_cache)) {
kmem_cache_free(kmem_cache, s);
@@ -248,7 +249,7 @@ kmem_cache_create(const char *name, size_t size, size_t align,
}
EXPORT_SYMBOL(kmem_cache_create);
-void kmem_cache_destroy(struct kmem_cache *s)
+static void __kmem_cache_destroy(struct kmem_cache *s, void (*decoder)(void *))
{
/* Destroy all the children caches if we aren'&...
2011 Oct 03
0
patch: Fix [-Wunused-but-set-variable]
...mp; 0x02))
status_set("OFF");
else if (flags & 0x01)
Index: b/drivers/gamatronic.c
===================================================================
--- a/drivers/gamatronic.c 2011-05-31 13:36:49.000000000 +0300
+++ b/drivers/gamatronic.c 2011-08-17 00:23:22.000000000 +0300
@@ -248,7 +248,7 @@ void sec_poll ( int pollflag ) {
void upsdrv_initinfo(void)
{
- int msglen, e, v;
+ int msglen, v;
char *a,*p,avail_list[300];
/* find out which variables/commands this UPS supports */
@@ -264,7 +264,6 @@ void upsdrv_initinfo(void)
if (strlen(avail_list) == 0...
2000 Feb 04
0
Patch that allows equal sign in options
...+#define WHITESPACE_EQ " \t\r\n="
/*
@@ -237,7 +238,7 @@
return 0;
/* Get the keyword. (Each line is supposed to begin with a keyword). */
- cp = strtok(cp, WHITESPACE);
+ cp = strtok(cp, WHITESPACE_EQ);
opcode = parse_token(cp, filename, linenum);
switch (opcode) {
@@ -248,7 +249,7 @@
case oForwardAgent:
intptr = &options->forward_agent;
parse_flag:
- cp = strtok(NULL, WHITESPACE);
+ cp = strtok(NULL, WHITESPACE_EQ);
if (!cp)
fatal("%.200s line %d: Missing yes/no argument.", filename, linenum);
value = 0; /* To avoid compiler warnin...
2013 Dec 26
2
[LLVMdev] [cfe-dev] lsan for LLVM bootstrap; leaks in TableGen
...>> > ===================================================================
>> >
>> > --- tools/clang/utils/TableGen/TableGen.cpp (revision 198007)
>> >
>> > +++ tools/clang/utils/TableGen/TableGen.cpp (working copy)
>> >
>> > @@ -248,3 +248,7 @@
>> >
>> >
>> >
>> > return TableGenMain(argv[0], &ClangTableGenMain);
>> >
>> > }
>> >
>> > +
>> >
>> > +extern "C" {
>> >
>> > +int __lsan_is_turned_off() { ret...
2012 Feb 08
18
[PATCH 0 of 4] Prune outdated/impossible preprocessor symbols, and update VIOAPIC emulation
Patch 1 removes CONFIG_SMP
Patch 2 removes separate smp_{,r,w}mb()s as a result of patch 1
Patch 4 removes __ia64__ defines from the x86 arch tree
Patch 3 is related to patch 4 and changes the VIOAPIC to emulate
version 0x20 as a performance gain. It preceeds Patch 4 so as to be
more clear about the functional change.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
2015 Jul 17
1
[PATCH] daemon: add a space after func/macro to fit code-style
...ET_OBJECT (tree)->keys[i], key)) {
+ node = YAJL_GET_OBJECT (tree)->values[i];
ret = json_value_to_string_list (node);
if (ret == TYPE_ERROR)
goto bad_type;
diff --git a/daemon/md.c b/daemon/md.c
index 08a17e3..06b5142 100644
--- a/daemon/md.c
+++ b/daemon/md.c
@@ -248,7 +248,7 @@ do_list_md_devices (void)
n = dev;
n = mempcpy (n, DEV, strlen (DEV));
- n = mempcpy (n, &mds.gl_pathv[i][strlen(PREFIX)], len);
+ n = mempcpy (n, &mds.gl_pathv[i][strlen (PREFIX)], len);
*n = '\0';
if (!is_raid_device (dev)) {
@@ -273,7 +27...
2016 Mar 17
4
[PATCH mesa v2 1/2] nouveau: codegen: Use FILE_MEMORY_BUFFER for buffers
...iff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp
index a03afa8..9e1e7bf 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp
@@ -248,6 +248,7 @@ TargetNVC0::getFileSize(DataFile file) const
case FILE_MEMORY_CONST: return 65536;
case FILE_SHADER_INPUT: return 0x400;
case FILE_SHADER_OUTPUT: return 0x400;
+ case FILE_MEMORY_BUFFER: return 0xffffffff;
case FILE_MEMORY_GLOBAL: return 0xffffffff;
case FILE_MEM...
1999 Dec 27
0
1.2pre17: -C option to scp
...his is set to the cipher type string if given on the command line. */
char *cipher = NULL;
@@ -167,6 +171,8 @@
args[i++] = "-l";
args[i++] = remuser;
}
+ if (nolowports)
+ args[i++] = "-P";
args[i++] = host;
args[i++] = cmd;
args[i++] = NULL;
@@ -242,7 +248,7 @@
extern int optind;
fflag = tflag = 0;
- while ((ch = getopt(argc, argv, "dfprtvBCc:i:P:q")) != EOF)
+ while ((ch = getopt(argc, argv, "dfprtvLBCc:i:P:q")) != EOF)
switch (ch) {
/* User-visible flags. */
case 'p':
@@ -253,6 +259,9 @@
break;
case...
2000 Jul 13
2
[PATCH] OpenSSH 2.1.1pl3 (portable), readconf.c and strsep(3)
...t parsing three whitespace
characters.
I solved the problem by skipping additional whitespace characters between the
keyword and the value with the following patch (against readconf.c from
OpenSSH 2.1.1pl3):
--- readconf.c.orig Wed Jul 12 01:45:27 2000
+++ readconf.c Thu Jul 13 10:11:36 2000
@@ -248,6 +248,7 @@
/* Get the keyword. (Each line is supposed to begin with a keyword). */
keyword = strsep(&s, WHITESPACE);
+ s += strspn(s, WHITESPACE);
opcode = parse_token(keyword, filename, linenum);
switch (opcode) {
This made all of our ~/.ssh/config files working again....