search for: 200,12

Displaying 20 results from an estimated 27 matches for "200,12".

Did you mean: 20,12
2004 Sep 22
1
[PATCH] permanently_set_uid: Don't try restoring gid on Cygwin
...anging the identity. It's always possible to revert to the original identity. Thanks, Corinna Index: uidswap.c =================================================================== RCS file: /cvs/openssh_cvs/uidswap.c,v retrieving revision 1.44 diff -p -u -r1.44 uidswap.c --- uidswap.c 24 Feb 2004 02:17:30 -0000 1.44 +++ uidswap.c 22 Sep 2004 18:17:44 -0000 @@ -200,10 +200,12 @@ permanently_set_uid(struct passwd *pw) fatal("setuid %u: %.100s", (u_int)pw->pw_uid, strerror(errno)); #endif +#ifndef HAVE_CYGWIN /* Try restoration of GID if changed (test clearing of saved gi...
2020 Jul 24
0
[PATCH v5 33/75] x86/head/64: Switch to initial stack earlier
...el <jroedel at suse.de> --- arch/x86/kernel/head_64.S | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S index 057c7bd3eeb6..a5e1939d1dc9 100644 --- a/arch/x86/kernel/head_64.S +++ b/arch/x86/kernel/head_64.S @@ -200,6 +200,12 @@ SYM_CODE_START(secondary_startup_64) movl initial_gs+4(%rip),%edx wrmsr + /* + * Setup a boot time stack - Any secondary CPU will have lost its stack + * by now because the cr3-switch above unmaps the real-mode stack + */ + movq initial_stack(%rip), %rsp + /* Check if nx is...
2020 Jun 03
2
[PATCH RFC 07/13] vhost: format-independent API for used buffers
...ost_buf can work for both split ring and packed ring. If this is true, we'd better make struct vhost_desc work for both. Thanks > + > /* The virtqueue structure describes a queue attached to a device. */ > struct vhost_virtqueue { > struct vhost_dev *dev; > @@ -193,7 +200,12 @@ int vhost_get_vq_desc(struct vhost_virtqueue *, > unsigned int *out_num, unsigned int *in_num, > struct vhost_log *log, unsigned int *log_num); > void vhost_discard_vq_desc(struct vhost_virtqueue *, int n); > - > +int vhost_get_avail_buf(struct vhost_virtq...
2020 Jun 03
2
[PATCH RFC 07/13] vhost: format-independent API for used buffers
...ost_buf can work for both split ring and packed ring. If this is true, we'd better make struct vhost_desc work for both. Thanks > + > /* The virtqueue structure describes a queue attached to a device. */ > struct vhost_virtqueue { > struct vhost_dev *dev; > @@ -193,7 +200,12 @@ int vhost_get_vq_desc(struct vhost_virtqueue *, > unsigned int *out_num, unsigned int *in_num, > struct vhost_log *log, unsigned int *log_num); > void vhost_discard_vq_desc(struct vhost_virtqueue *, int n); > - > +int vhost_get_avail_buf(struct vhost_virtq...
2020 Mar 28
0
[klibc:update-dash] dash: eval: avoid leaking memory associated with redirections
....apana.org.au> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/eval.c | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/usr/dash/eval.c b/usr/dash/eval.c index 5074aa94..bba0e7f8 100644 --- a/usr/dash/eval.c +++ b/usr/dash/eval.c @@ -200,8 +200,12 @@ evaltree(union node *n, int flags) { int checkexit = 0; int (*evalfn)(union node *, int); + struct stackmark smark; unsigned isor; int status = 0; + + setstackmark(&smark); + if (n == NULL) { TRACE(("evaltree(NULL) called\n")); goto out; @@ -317,6 +321,8...
2020 Jun 02
0
[PATCH RFC 07/13] vhost: format-independent API for used buffers
...ost.h +++ b/drivers/vhost/vhost.h @@ -67,6 +67,13 @@ struct vhost_desc { u16 id; }; +struct vhost_buf { + u32 out_len; + u32 in_len; + u16 descs; + u16 id; +}; + /* The virtqueue structure describes a queue attached to a device. */ struct vhost_virtqueue { struct vhost_dev *dev; @@ -193,7 +200,12 @@ int vhost_get_vq_desc(struct vhost_virtqueue *, unsigned int *out_num, unsigned int *in_num, struct vhost_log *log, unsigned int *log_num); void vhost_discard_vq_desc(struct vhost_virtqueue *, int n); - +int vhost_get_avail_buf(struct vhost_virtqueue *, struct vhost_buf *bu...
2020 Jun 04
0
[PATCH RFC 07/13] vhost: format-independent API for used buffers
...should add packed ring support based on this? For sure, this is one of the motivators for the patchset. > > > + > > /* The virtqueue structure describes a queue attached to a device. */ > > struct vhost_virtqueue { > > struct vhost_dev *dev; > > @@ -193,7 +200,12 @@ int vhost_get_vq_desc(struct vhost_virtqueue *, > > unsigned int *out_num, unsigned int *in_num, > > struct vhost_log *log, unsigned int *log_num); > > void vhost_discard_vq_desc(struct vhost_virtqueue *, int n); > > - > > +int vhost_get_ava...
2006 Dec 08
0
[LLVMdev] Proposed: first class packed structures
On Dec 6, 2006, at 10:44 AM, Andrew Lenharth wrote: > Currently, Structure layout is left to targets, which implement them > according to the ABI of that platform. While this is fine for most > structures, it makes packed structures very ugly. All fields in a > packed type must be converted to byt...
2009 Jan 24
1
[LLVMdev] inline asm semantics: output constraint width smaller than input
On 2009-01-24 19:27, Ingo Molnar wrote: > * Török Edwin <edwintorok at gmail.com> wrote: > >> #define put_user(x, ptr) \ >> ({ \ >> - int __ret_pu; \ >> + __typeof__(*(ptr)) __ret_pu;...
2007 Oct 14
0
4 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_sound.c test/trace
...trace | 6 + test/trace/getsetproperty-target.as | 34 ++++++++++ 12 files changed, 124 insertions(+), 39 deletions(-) New commits: commit 04c37ddd61e7e3f899e1f5dc534acf2630538b3f Merge: c7fcc86... 5272df3... Author: Benjamin Otte <otte at gnome.org> Date: Sun Oct 14 15:02:30 2007 +0200 Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec commit c7fcc86ae0097fe4071520f66b4470f3820dc6fc Author: Benjamin Otte <otte at gnome.org> Date: Sun Oct 14 15:02:02 2007 +0200 add test for Get/SetProperty actions Not a very c...
2023 Jan 25
4
[PATCH v3 1/4] drm/amdgpu: Use cursor start instead of ttm resource start
cleanup PAGE_SHIFT operation and replacing ttm_resource resource->start with cursor start using amdgpu_res_first API. v1 -> v2: reorder patch sequence v2 -> v3: addressing review comment v2 Signed-off-by: Somalapuram Amaranath <Amaranath.Somalapuram at amd.com> --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 4 +++- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 10 +++++++--- 2
2006 Dec 06
4
[LLVMdev] Proposed: first class packed structures
...example from 342B -> 325B. This also would fix bug 931. Andrew -------------- next part -------------- A non-text attachment was scrubbed... Name: packed.patch.raw Type: application/octet-stream Size: 19418 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061206/5fb8ac2d/attachment.obj>
2009 Jan 24
0
[LLVMdev] inline asm semantics: output constraint width smaller than input
* Török Edwin <edwintorok at gmail.com> wrote: > On 2009-01-23 20:27, Török Edwin wrote: > >>> > >>> > >> i'd not mind it at all if the kernel could be built with other open-source > >> compilers too. > >> > >> Now in this case the patch you suggest might end up hurting the end...
2009 Jan 24
5
[LLVMdev] inline asm semantics: output constraint width smaller than input
On 2009-01-23 20:27, Török Edwin wrote: >>> >>> >> i'd not mind it at all if the kernel could be built with other open-source >> compilers too. >> >> Now in this case the patch you suggest might end up hurting the end result >> so it's n...
2007 Aug 22
0
8 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie_as.c vivified/core
...| 1 vivified/core/vivi_application_as.c | 2 8 files changed, 169 insertions(+), 113 deletions(-) New commits: diff-tree 10d4cc43986ce88bb43cb7bf96712846c962ed86 (from d752275f3f23d91ea0e3e7aa03fadce6ae8bef34) Author: Benjamin Otte <otte at gnome.org> Date: Wed Aug 22 21:14:55 2007 +0200 make swfdec_movie_mouse_in() check children This makes kittencannon work diff --git a/libswfdec/swfdec_movie.c b/libswfdec/swfdec_movie.c index eb1e2e5..ca76cc5 100644 --- a/libswfdec/swfdec_movie.c +++ b/libswfdec/swfdec_movie.c @@ -480,11 +480,22 @@ gboolean swfdec_movie_mo...
2007 Nov 14
0
9 commits - libswfdec/swfdec_as_string.c libswfdec/swfdec_color_as.c libswfdec/swfdec_interval.c test/image test/trace
...ace/settimeout-clear-self-8.swf.trace | 2 test/trace/settimeout-clear-self.as | 11 ++ 34 files changed, 702 insertions(+), 19 deletions(-) New commits: commit 41178928861567a0918949825b975f3658a4b6a8 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Nov 14 15:31:34 2007 +0200 Add *.dump.png and *.diff.png to test/image/'s .gitignore diff --git a/test/image/.gitignore b/test/image/.gitignore index 5cb64c3..a26d58e 100644 --- a/test/image/.gitignore +++ b/test/image/.gitignore @@ -9,3 +9,5 @@ Makefile.in *.o image +*.dump.png +*.diff.png commit 6c994e...
2012 Sep 19
27
[PATCH] Persistent grant maps for xen blk drivers
...e ring structs which contain @@ -164,6 +166,14 @@ struct xen_vbd { struct backend_info; + +struct pers_gnt { + struct page *page; + grant_ref_t gnt; + uint32_t handle; + uint64_t dev_bus_addr; +}; + struct xen_blkif { /* Unique identifier for this interface. */ domid_t domid; @@ -190,6 +200,12 @@ struct xen_blkif { struct task_struct *xenblkd; unsigned int waiting_reqs; + /* frontend feature information */ + u8 can_grant_persist:1; + struct pers_gnt *pers_gnts[BLKIF_MAX_PERS_REQUESTS_PER_DEV * + BLKIF_MAX_SEGMENTS_PER_REQUEST]; + unsigned int pers_gnt_c; + /* statis...
2007 Aug 01
0
9 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_frame.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loader_internal.h libswfdec/swfdec_loadertarget.c libswfdec/swfdec_loadertarget.h libswfdec/swfdec_movie.c
...++------- player/swfdec_slow_loader.c | 15 ++- 15 files changed, 420 insertions(+), 166 deletions(-) New commits: diff-tree e24deaade92d1c0b55dd2fda9c422a9759e2aa18 (from 2253157314bf1e420b56212989d09b6c50d46e9c) Author: Benjamin Otte <otte at gnome.org> Date: Wed Aug 1 17:06:53 2007 +0200 document swfdec_as_frame_init_arguments() diff --git a/libswfdec/swfdec_as_frame.c b/libswfdec/swfdec_as_frame.c index 612ed70..4608b0a 100644 --- a/libswfdec/swfdec_as_frame.c +++ b/libswfdec/swfdec_as_frame.c @@ -62,6 +62,16 @@ * allocated on the stack. All of its members are priva...
2016 Mar 11
16
[PATCH 00/16] clk/gm20b: add basic driver
This series does some refactoring in the GK20A's volt and clk drivers (fixing a few things while we are at it) to let GM20B benefit from the GK20A's logic with which it is compatible. GM20B is capable of more sophisticated (and power-efficient) reclocking which will follow later. Even after this more fancy reclocking is merged, the present logic will remain used in the lowest speedo of
2016 Apr 27
4
[PATCH v4 00/13] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot