Displaying 20 results from an estimated 21 matches for "64,4".
Did you mean:
6,4
2018 Mar 31
2
[Bug 1238] New: meta limits protocols when it shouldn't
https://bugzilla.netfilter.org/show_bug.cgi?id=1238
Bug ID: 1238
Summary: meta limits protocols when it shouldn't
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Fedora
Status: NEW
Severity: minor
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: ian.kumlien at gmail.com
Reading about the raw payload, which has the examples:
inet filter input meta l4proto...
2016 Apr 21
0
[PATCH 18/24] drm/sis: add extern C guard for the UAPI header
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
include/uapi/drm/sis_drm.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/include/uapi/drm/sis_drm.h b/include/uapi/drm/sis_drm.h
index 374858c..3f7d8ca 100644
--- a/include/uapi/drm/sis_drm.h
+++ b/include/uapi/drm/sis_drm.h
@@ -27,6 +27,10 @@
#ifndef __SIS_DRM_H__
#define __SIS_DRM_H__
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
/* SiS specific ioctls */
#define NOT_USED_0_3
#define DRM_SIS_FB_ALLOC 0x04
@@ -64,4 +68,8 @@ typedef...
2020 Apr 01
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...on Wang <jasowang at redhat.com>
Is this just so we can drop the dependency on CONFIG_VIRTUALIZATION?
If yes what happens if we drop this patch?
Given the impact it had I'd like to defer it till next release if
possible.
> ---
> arch/arm/kvm/Kconfig | 2 --
> arch/arm64/kvm/Kconfig | 2 --
> arch/mips/kvm/Kconfig | 2 --
> arch/powerpc/kvm/Kconfig | 2 --
> arch/s390/kvm/Kconfig | 4 ----
> arch/x86/kvm/Kconfig | 4 ----
> drivers/Kconfig | 2 ++
> drivers/misc/mic/Kconfig | 4 ----
> dri...
2020 Apr 01
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...on Wang <jasowang at redhat.com>
Is this just so we can drop the dependency on CONFIG_VIRTUALIZATION?
If yes what happens if we drop this patch?
Given the impact it had I'd like to defer it till next release if
possible.
> ---
> arch/arm/kvm/Kconfig | 2 --
> arch/arm64/kvm/Kconfig | 2 --
> arch/mips/kvm/Kconfig | 2 --
> arch/powerpc/kvm/Kconfig | 2 --
> arch/s390/kvm/Kconfig | 4 ----
> arch/x86/kvm/Kconfig | 4 ----
> drivers/Kconfig | 2 ++
> drivers/misc/mic/Kconfig | 4 ----
> dri...
2020 Apr 01
5
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...r user of vringh can actually use IOTLB, it's a
software only thing.
>
> > Given the impact it had I'd like to defer it till next release if
> > possible.
> >
> >
> > > ---
> > > arch/arm/kvm/Kconfig | 2 --
> > > arch/arm64/kvm/Kconfig | 2 --
> > > arch/mips/kvm/Kconfig | 2 --
> > > arch/powerpc/kvm/Kconfig | 2 --
> > > arch/s390/kvm/Kconfig | 4 ----
> > > arch/x86/kvm/Kconfig | 4 ----
> > > drivers/Kconfig | 2 ++...
2020 Apr 01
5
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...r user of vringh can actually use IOTLB, it's a
software only thing.
>
> > Given the impact it had I'd like to defer it till next release if
> > possible.
> >
> >
> > > ---
> > > arch/arm/kvm/Kconfig | 2 --
> > > arch/arm64/kvm/Kconfig | 2 --
> > > arch/mips/kvm/Kconfig | 2 --
> > > arch/powerpc/kvm/Kconfig | 2 --
> > > arch/s390/kvm/Kconfig | 4 ----
> > > arch/x86/kvm/Kconfig | 4 ----
> > > drivers/Kconfig | 2 ++...
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...ION
(which enable VHOST_IOTLB) to work.
But it looks to me CAIF and VOP doesn't requires CONFIG_VIRTUALIZATION.
> Given the impact it had I'd like to defer it till next release if
> possible.
>
>
>> ---
>> arch/arm/kvm/Kconfig | 2 --
>> arch/arm64/kvm/Kconfig | 2 --
>> arch/mips/kvm/Kconfig | 2 --
>> arch/powerpc/kvm/Kconfig | 2 --
>> arch/s390/kvm/Kconfig | 4 ----
>> arch/x86/kvm/Kconfig | 4 ----
>> drivers/Kconfig | 2 ++
>> drivers/misc/mic/K...
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...e IOTLB, it's a
> software only thing.
Right.
>
>>> Given the impact it had I'd like to defer it till next release if
>>> possible.
>>>
>>>
>>>> ---
>>>> arch/arm/kvm/Kconfig | 2 --
>>>> arch/arm64/kvm/Kconfig | 2 --
>>>> arch/mips/kvm/Kconfig | 2 --
>>>> arch/powerpc/kvm/Kconfig | 2 --
>>>> arch/s390/kvm/Kconfig | 4 ----
>>>> arch/x86/kvm/Kconfig | 4 ----
>>>> drivers/Kconfig...
2020 Apr 01
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...the trick of conditional inclusion from VOP or CAIF. Then it
> will be easier to introduce new vringh users and common dependency for
> both vringh and vhost.
>
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
> arch/arm/kvm/Kconfig | 2 --
> arch/arm64/kvm/Kconfig | 2 --
> arch/mips/kvm/Kconfig | 2 --
> arch/powerpc/kvm/Kconfig | 2 --
> arch/s390/kvm/Kconfig | 4 ----
> arch/x86/kvm/Kconfig | 4 ----
> drivers/Kconfig | 2 ++
> drivers/misc/mic/Kconfig | 4 ----
> dri...
2020 Apr 01
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...the trick of conditional inclusion from VOP or CAIF. Then it
> will be easier to introduce new vringh users and common dependency for
> both vringh and vhost.
>
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
> arch/arm/kvm/Kconfig | 2 --
> arch/arm64/kvm/Kconfig | 2 --
> arch/mips/kvm/Kconfig | 2 --
> arch/powerpc/kvm/Kconfig | 2 --
> arch/s390/kvm/Kconfig | 4 ----
> arch/x86/kvm/Kconfig | 4 ----
> drivers/Kconfig | 2 ++
> drivers/misc/mic/Kconfig | 4 ----
> dri...
2020 Apr 01
1
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...; >
> > > > Given the impact it had I'd like to defer it till next release if
> > > > possible.
> > > >
> > > >
> > > > > ---
> > > > > arch/arm/kvm/Kconfig | 2 --
> > > > > arch/arm64/kvm/Kconfig | 2 --
> > > > > arch/mips/kvm/Kconfig | 2 --
> > > > > arch/powerpc/kvm/Kconfig | 2 --
> > > > > arch/s390/kvm/Kconfig | 4 ----
> > > > > arch/x86/kvm/Kconfig | 4 ----
> >...
2020 Apr 01
1
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
...; >
> > > > Given the impact it had I'd like to defer it till next release if
> > > > possible.
> > > >
> > > >
> > > > > ---
> > > > > arch/arm/kvm/Kconfig | 2 --
> > > > > arch/arm64/kvm/Kconfig | 2 --
> > > > > arch/mips/kvm/Kconfig | 2 --
> > > > > arch/powerpc/kvm/Kconfig | 2 --
> > > > > arch/s390/kvm/Kconfig | 4 ----
> > > > > arch/x86/kvm/Kconfig | 4 ----
> >...
2006 Oct 31
1
Asterisk does not bridge zap channels on outgoing calls
...rid=Agentie 56
channel=>36
callerid=Agentie 57
channel=>37
callerid=Agentie 58
channel=>38
callerid=Agentie 59
channel=>39
callerid=Agentie 60
channel=>40
callerid=Agentie 61
channel=>41
callerid=Agentie 62
channel=>42
callerid=Agentie 63
channel=>43
callerid=Agentie 64
channel=>44
callerid=Clopotel 65
channel=>45
callerid=Clopotel 66
channel=>46
callerid=Clopotel 67
channel=>47
callerid=Clopotel 68
channel=>48
;------------------------------
context=cap_hunting
;------------------------------
group=4
callgroup=4
callerid=asreceived
cidsignalli...
2016 Apr 21
25
[PATCH 00/24] drm: add extern C guard for the UAPI headers
Hi all,
As some of you may know there some subtle distinction between C and C++
structs, thus one should wrap/annotate them roughly like below.
...
#if defined(__cplusplus)
extern "C" {
#endif
struct foo {
int bar;
...
};
...
#if defined(__cplusplus)
}
#endif
In order to work around the lack of these users can wrap the header
inclusion in the same way. For example:
2012 Sep 04
2
[PATCH] valgrind: Support for ioctls used by Xen toolstack processes.
...+++++++++++++++++++++++++++++++
include/Makefile.am | 3 +-
include/pub_tool_vki.h | 1 +
include/vki/vki-linux.h | 44 ++
include/vki/vki-xen.h | 8 +
10 files changed, 1229 insertions(+), 3 deletions(-)
create mode 100644 coregrind/m_syswrap/priv_syswrap-xen.h
create mode 100644 coregrind/m_syswrap/syswrap-xen.c
create mode 100644 include/vki/vki-xen.h
diff --git a/configure.in b/configure.in
index b385aed..d94644c 100644
--- a/configure.in
+++ b/configure.in
@@ -2012,6 +2012,25 @@ AC_ARG_WITH(mpicc,
)
AC_SUBS...
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>
2006 Feb 24
2
r56 - trunk/debian
.../etc/xen/xend-config.sxp.
+
We will provide a "roll your own xen kernel" manual and example config files
later on. We also hope to be able to provide complete Xen kernels, sooner or
later, so don''t despair! (Well, do, since in the meantime you have to do it
@@ -59,4 +64,4 @@
Kindly yours,
Guido Trotter, for the Debian Xen Team.
-
+(with a litte help from Ralph Passgang)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-02-24 19:29:40 UTC (rev 55)
+++ trunk/debian/changelog 2006...
2007 Mar 20
62
RFC: [0/2] Remove netloop by lazy copying in netback
...f
netloop despite the unoptimised copying path.
The copying is achieved through a new grant table operation.
I''ve only implemented it for x86. However, there is a fallback
path for other platforms so they should continue to work. It
shouldn''t be too hard to implement this for ia64/ppc (for someone
with access to them).
In future I intend to exntend this idea to support lazy
copying for dom0 to domU as well which should give us a
complete zero-copy path from one domU to another.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbe...
2019 Apr 29
21
[PATCH v3 00/19] Share TTM code among DRM framebuffer drivers
...s/gpu/drm/vboxvideo/vbox_ttm.c | 355 +---------
include/drm/drm_device.h | 4 +
include/drm/drm_gem_vram_helper.h | 139 ++++
include/drm/drm_vram_mm_helper.h | 99 +++
42 files changed, 1581 insertions(+), 2379 deletions(-)
create mode 100644 drivers/gpu/drm/drm_gem_vram_helper.c
create mode 100644 drivers/gpu/drm/drm_vram_helper_common.c
create mode 100644 drivers/gpu/drm/drm_vram_mm_helper.c
create mode 100644 include/drm/drm_gem_vram_helper.h
create mode 100644 include/drm/drm_vram_mm_helper.h
--
2.21.0
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths