search for: torvald

Displaying 20 results from an estimated 1405 matches for "torvald".

Did you mean: torvalds
2019 Sep 06
0
[vhost:linux-next 13/15] arch/ia64/include/asm/page.h:51:23: warning: "hpage_shift" is not defined, evaluates to 0
...DER ^~~~~~~~~~~~~~~~~~ <stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] 4 real 3 user 1 sys 120.83% cpu make prepare vim +/hpage_shift +51 arch/ia64/include/asm/page.h ^1da177e4c3f41 include/asm-ia64/page.h Linus Torvalds 2005-04-16 47 0a41e250116058 include/asm-ia64/page.h Peter Chubb 2005-08-16 48 ^1da177e4c3f41 include/asm-ia64/page.h Linus Torvalds 2005-04-16 49 #ifdef CONFIG_HUGETLB_PAGE 0a41e250116058 include/asm-ia64/page.h Peter Chubb 2005-08-16 50 # define HPA...
2020 Jul 17
1
[PATCH] drm/nouveau: Accept 'legacy' format modifiers
...4D 0 Oops: 0000 [#1] PREEMPT SMP PTI CPU: 13 PID: 3351 Comm: alacritty Tainted: G I 5.8.0-rc5-00191-g086f86c033f9 #53 Hardware name: Gigabyte Technology Co., Ltd. X299 AORUS Gaming 3 Pro/X299 AORUS Gaming 3 Pro-CF, BIOS F5d 11/28/2019 RIP: 0010:kmem_cache_alloc_trace (/home/kas/linux/torvalds/mm/slub.c:272 /home/kas/linux/torvalds/mm/slub.c:278 /home/kas/linux/torvalds/mm/slub.c:292 /home/kas/linux/torvalds/mm/slub.c:2791 /home/kas/linux/torvalds/mm/slub.c:2832 /home/kas/linux/torvalds/mm/slub.c:2849) Code: 8b 51 08 48 89 c8 65 48 03 05 d4 0e ca 70 48 8b 70 08 48 39 f2 75 e7 4c 8b 38...
2020 Jul 18
0
[PATCH] drm/nouveau: Accept 'legacy' format modifiers
...[#1] PREEMPT SMP PTI > CPU: 13 PID: 3351 Comm: alacritty Tainted: G I 5.8.0-rc5-00191-g086f86c033f9 #53 > Hardware name: Gigabyte Technology Co., Ltd. X299 AORUS Gaming 3 Pro/X299 AORUS Gaming 3 Pro-CF, BIOS F5d 11/28/2019 > RIP: 0010:kmem_cache_alloc_trace (/home/kas/linux/torvalds/mm/slub.c:272 /home/kas/linux/torvalds/mm/slub.c:278 /home/kas/linux/torvalds/mm/slub.c:292 /home/kas/linux/torvalds/mm/slub.c:2791 /home/kas/linux/torvalds/mm/slub.c:2832 /home/kas/linux/torvalds/mm/slub.c:2849) > Code: 8b 51 08 48 89 c8 65 48 03 05 d4 0e ca 70 48 8b 70 08 48 39 f2 75 e7 4c 8b...
2020 Jul 17
5
[PATCH] drm/nouveau: Accept 'legacy' format modifiers
Accept the DRM_FORMAT_MOD_NVIDIA_16BX2_BLOCK() family of modifiers to handle broken userspace Xorg modesetting and Mesa drivers. Tested with Xorg 1.20 modesetting driver, weston at c46c70dac84a4b3030cd05b380f9f410536690fc, gnome & KDE wayland desktops from Ubuntu 18.04, and sway 1.5 Signed-off-by: James Jones <jajones at nvidia.com> --- drivers/gpu/drm/nouveau/nouveau_display.c | 26
2011 Jul 21
3
OT: Linus Torvalds delays Linux 3.0 launch due to a subtle bug (fwd)
Kernel news :) ---------- Forwarded message ---------- To: opensuse-offtopic <opensuse-offtopic at opensuse.org> From: Basil Chupin <blchupin at iinet.net.au> Subject: [opensuse-offtopic] Linus Torvalds delays Linux 3.0 launch due to a subtle bug *LINUX FOUNDER* Linus Torvalds has said that he's delaying the release of Linux 3.0 due to the discovery of a bug. Torvalds announced back in May that the Linux 2.6.40 kernel will be rebadged as the Linux 3.0 kernel <http://www.theinquir...
2016 Mar 18
4
[PATCH] gpu/drm: Use u64_to_user_pointer
Use the newly added u64_to_user_pointer a bit more frequently. Signed-off-by: Joe Perches <joe at perches.com> --- drivers/gpu/drm/armada/armada_gem.c | 2 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 7 ++++--- drivers/gpu/drm/tegra/drm.c | 15 ++++++++------- drivers/gpu/drm/vc4/vc4_bo.c | 4 ++-- drivers/gpu/drm/vc4/vc4_gem.c | 10 +++++-----
2016 Mar 18
4
[PATCH] gpu/drm: Use u64_to_user_pointer
Use the newly added u64_to_user_pointer a bit more frequently. Signed-off-by: Joe Perches <joe at perches.com> --- drivers/gpu/drm/armada/armada_gem.c | 2 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 7 ++++--- drivers/gpu/drm/tegra/drm.c | 15 ++++++++------- drivers/gpu/drm/vc4/vc4_bo.c | 4 ++-- drivers/gpu/drm/vc4/vc4_gem.c | 10 +++++-----
2016 Mar 18
0
[PATCH] gpu/drm: Use u64_to_user_pointer
...'int' unsigned long __generic_copy_from_user(void *to, const void __user *from, unsigned long n); ^ cc1: some warnings being treated as errors vim +/__constant_copy_from_user +368 arch/m68k/include/asm/uaccess_mm.h ^1da177e include/asm-m68k/uaccess.h Linus Torvalds 2005-04-16 197 } \ ^1da177e include/asm-m68k/uaccess.h Linus Torvalds 2005-04-16 198 __gu_err; \ ^1da177e include/asm-m68k/uaccess.h Linus Torvalds 2005-04-16 199 }) d94af931 include/asm-m68k/uaccess.h Roman Zippel 2006-06-23 200 #de...
2010 Jul 14
3
[LLVMdev] different layout of structs for llc vs. llvm-gcc
On Tuesday 13 July 2010 19:48:25 you wrote: > On Tue, Jul 13, 2010 at 10:09 AM, Torvald Riegel > > I thought that the layout of structs was supposed to be preserved (wrong > > assumption?). Otherwise, any ideas why this happens? > > It should be preserved in general; Is this a "should" or a "must"? Are there any cases in which structure layout...
2017 Nov 07
2
[PULL] virtio: last minute bugfix
On Tue, Nov 7, 2017 at 9:23 AM, Linus Torvalds <torvalds at linux-foundation.org> wrote: > > I guess I'll take it, but please don't do things like this to me. Oh no I wont. The garbage you sent me doesn't even compile cleanly, and is utter shite. Not acceptable for last-minute bugfixes, and you're now on my shit-...
2017 Nov 07
2
[PULL] virtio: last minute bugfix
On Tue, Nov 7, 2017 at 9:23 AM, Linus Torvalds <torvalds at linux-foundation.org> wrote: > > I guess I'll take it, but please don't do things like this to me. Oh no I wont. The garbage you sent me doesn't even compile cleanly, and is utter shite. Not acceptable for last-minute bugfixes, and you're now on my shit-...
2010 Jul 14
0
[LLVMdev] different layout of structs for llc vs. llvm-gcc
On Wed, Jul 14, 2010 at 3:20 AM, Torvald Riegel <torvald at se.inf.tu-dresden.de> wrote: > On Tuesday 13 July 2010 19:48:25 you wrote: >> On Tue, Jul 13, 2010 at 10:09 AM, Torvald Riegel >> > I thought that the layout of structs was supposed to be preserved (wrong >> > assumption?). Otherwise, any ideas wh...
2003 Jan 02
1
apparent w2ksp3 problem
...ons would be GREATLY appreciated. Here are the details... problem: server can see machines/shares on clients but clients cannot see machines/shares on server workgroup/domain: golgerth no router server: rpms: kernel 2.4.18.19.8.0 net-snmp 5.0.6.8.80.2.i386 samba 2.2.5 xinetd 2.3.7.5.i386 torvalds - 192.168.100.3 clients: pubert - 192.168.100.1 pebbles - 192.168.100.2 toshie - 192.168.100.4 all: w2kp3, client for microsoft networks, file and printer sharing, Netbui, tcp/ip (mask 255.255.255.0, dns blank, wins blank and enable lmhosts lookup and netbios over tcp/ip), hosts and lmhos...
2012 Jul 15
2
Certain PCI passthrough devices don't work
...= MSI-INTx". On the domU side, Windows reports that the devices cannot start and Ubuntu complained something along the lines of "Invalid USB capability 0xFF" (for the USB controller I was passing through). Kernel version: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git commit 055c9fa8874fa7261eec7a268366565db84af474 Merge: 310959e 46bada6 Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Tue Jul 10 13:24:48 2012 -0700 Xen version: http://xenbits.xen.org/xen-unstable.hg parent: 25605...
2009 Jun 19
2
[LLVMdev] Pool Allocation and DSA
...llocation is > configured so that it doesn't generate the above scenario. I think > there is an option to make all pools be global pools. Some time ago, I used AnalysisUsage's addRequired<PoolAllocatePassAllPools>() to get this behavior. It didn't make all pools global. Torvald
2010 Jul 14
2
[LLVMdev] different layout of structs for llc vs. llvm-gcc
On Wed, Jul 14, 2010 at 10:26 AM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Wed, Jul 14, 2010 at 3:20 AM, Torvald Riegel > <torvald at se.inf.tu-dresden.de> wrote: >> On Tuesday 13 July 2010 19:48:25 you wrote: >>> On Tue, Jul 13, 2010 at 10:09 AM, Torvald Riegel >>> > I thought that the layout of structs was supposed to be preserved (wrong >>> > assumption?). Ot...
2007 Oct 27
3
[LLVMdev] malloc() vs. MallocInst
...locInst's. Is there a general policy on how passes should behave? Should they handle both representations, is doing -raiseallocs the preferred way, or do we explicitely not want any single policy (ie, are there any hidden problems)? Perhaps this could also get a FAQ entry or sth. like that. Torvald
2017 Feb 17
3
Linking Linux kernel with LLD
...egment isn't being loaded. Is there a PT_LOAD that covers that address? Is the bootloader loading it? That issue is gone. Not sure what changed, but looks something was fixed in LLD during last week. Latest status of booting linux kernel is next currently: At this location, https://github.com/torvalds/linux/blob/5924bbecd0267d87c24110cbe2041b5075173a25/arch/x86/boot/compressed/head_64.S#L424 kernel calls extract_kernel(). And 2 lines below it tries to jmp to the address of decompressed kernel and fails to do that for me. extract_kernel() method is: https://github.com/torvalds/linux/blob/5924b...
2007 Oct 29
1
[LLVMdev] malloc() vs. MallocInst
...have to prioritize, if I may ask? Perhaps I can then give you better input. Eg, (a) could be useful for poolalloc (although my solutions could be too TM specific). If there should be an overlap in research interests and we could collaborate, that would be great as well. Thanks for the support, Torvald On Monday 29 October 2007, Vikram S. Adve wrote: > Torvald, > > For what are you interested in poolalloc? I'm asking because we are > trying to decide how to prioritize work on it. Thanks, > > --Vikram > http://www.cs.uiuc.edu/~vadve > http://llvm.org > > On Oc...
2009 Jun 19
0
[LLVMdev] Pool Allocation and DSA (and: Re: DSA Question)
Torvald Riegel wrote: > On Thursday 11 June 2009 18:14:08 John Criswell wrote: > >> If your use of pool allocation requires that you can always get the pool >> handle for a pointer, you need to make sure that pool allocation is >> configured so that it doesn't generate the ab...