All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-11 07:46:22 to 2018-03-11 12:43:11 UTC [more...]

4.16-rc3 fails to resume on MacBookPro10,1 -
 2018-03-11 12:43 UTC  (7+ messages)

[PATCH] mm/slab.c: remove duplicated check of colour_next
 2018-03-11 12:25 UTC  (4+ messages)

[PATCH v8 0/6] add support for relative references in special sections
 2018-03-11 12:38 UTC  (14+ messages)
` [PATCH v8 1/6] arch: enable relative relocations for arm64, power and x86
` [PATCH v8 2/6] module: allow symbol exports to be disabled
` [PATCH v8 3/6] module: use relative references for __ksymtab entries
` [PATCH v8 4/6] init: allow initcall tables to be emitted using relative references
` [PATCH v8 5/6] PCI: Add support for relative addressing in quirk tables
` [PATCH v8 6/6] kernel: tracepoints: add support for relative references

"encryption failed" warnings in dmesg
 2018-03-11 12:37 UTC  (6+ messages)

CRIS port status, was: [PATCH] dump_stack: convert generic dump_stack into a weak symbol
 2018-03-11 12:26 UTC  (4+ messages)
  ` [GIT PULL] CRIS: Drop support for the CRIS-port

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-11 12:22 UTC  (39+ messages)
                      ` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)

[RFC PATCH] KVM: arm/arm64: vgic: change condition for level interrupt resampling
 2018-03-11 12:17 UTC  (10+ messages)

[RFC v2 00/83] NOVA: a new file system for persistent memory
 2018-03-11 12:15 UTC  (13+ messages)
` [RFC v2 05/83] Add NOVA filesystem definitions and useful helper routines
` [RFC v2 09/83] Add Kconfig and Makefile
` [RFC v2 14/83] Add range node kmem cache
` [RFC v2 16/83] Initialize block map and free lists in nova_init()

[PATCH 1/2] iio: chemical: sgpxx: Support Sensirion SGPxx sensors
 2018-03-11 12:14 UTC  (5+ messages)

[morty][PATCH v2] gcc6.4 upgrade
 2018-03-11 12:06 UTC  (8+ messages)

[PATCH] wcn36xx: Check DXE IRQ reason
 2018-03-11 12:01 UTC 

[PATCH] wcn36xx: calculate DXE default channel values
 2018-03-11 12:01 UTC 

[PATCH next V2 0/5] Report PCI device link status
 2018-03-11 11:19 UTC  (6+ messages)
` [PATCH next V2 1/5] PCI: Add a query function for PCI device's speed cap
` [PATCH next V2 2/5] PCI: Add a query function for PCI device's width cap
` [PATCH next V2 3/5] PCI: Print PCI device link status in kernel log
` [PATCH next V2 4/5] net/mlx4_core: Report PCI properties using dedicated function
` [PATCH next V2 5/5] net/mlx5: Report device PCI link status and issues

[U-Boot] [PATCH 1/4] Add support for BeagleBoard.org PocketBeagle
 2018-03-11 11:49 UTC 

[Qemu-devel] [PATCH v2] RISC-V: Fix riscv_isa_string, use popcount to count bits
 2018-03-11 11:46 UTC  (3+ messages)

[Qemu-devel] [PATCH v8 00/23] RISC-V QEMU Port Submission
 2018-03-11 11:43 UTC  (6+ messages)
` [Qemu-devel] [PATCH v8 19/23] SiFive RISC-V UART Device

[PATCH v2 2/2] iio: chemical: sgp30: Support Sensirion SGPxx sensors
 2018-03-11 11:42 UTC  (3+ messages)

[SPDK] Controller Memory Buffer
 2018-03-11 11:31 UTC 

[PATCH v1] devpts: resolve devpts bind-mounts
 2018-03-11 11:30 UTC  (3+ messages)

[PATCH v5 00/11] dax: fix dma vs truncate/hole-punch
 2018-03-11 11:27 UTC  (4+ messages)
` [PATCH v5 08/11] wait_bit: introduce {wait_on,wake_up}_atomic_one
    ` [PATCH v5 08/11] wait_bit: introduce {wait_on, wake_up}_atomic_one

cron job: media_tree daily build: ERRORS
 2018-03-11 11:22 UTC  (2+ messages)

[PATCH v2 0/3] Overlayfs file handle decode optimization
 2018-03-11 11:22 UTC  (4+ messages)
` [PATCH v2 1/3] ovl: disambiguate ovl_encode_fh()
` [PATCH v2 2/3] ovl: do not try to reconnect a disconnected origin dentry
` [PATCH v2 3/3] ovl: lookup in inode cache first when decoding lower file handle

[xen-unstable-coverity test] 120455: regressions - ALL FAIL
 2018-03-11 11:22 UTC 

[RFC PATCH 00/35] remove in-kernel syscall invocations
 2018-03-11 11:19 UTC  (38+ messages)
` [RFC PATCH 01/35] syscalls: define goal to not call sys_xyzzy() from within the kernel
` [RFC PATCH 02/35] syscalls: use kernel_wait4() instead of sys_wait4()
` [RFC PATCH 03/35] syscalls: mm_release(): use do_futex() instead of sys_futex()
` [RFC PATCH 04/35] syscalls: do not call sys_getpgid() within the kernel
` [RFC PATCH 05/35] syscalls: do not call sys_readlinkat() "
` [RFC PATCH 06/35] syscalls: do not call sys_pipe2() "
` [RFC PATCH 07/35] syscalls: do not call sys_renameat2() "
` [RFC PATCH 08/35] syscalls: do not call sys_futimesat() "
` [RFC PATCH 09/35] syscalls: do not call sys_epoll_*() "
` [RFC PATCH 10/35] syscalls: do not call sys_signalfd4() "
` [RFC PATCH 11/35] syscalls: do not call sys_eventfd2() "
` [RFC PATCH 12/35] syscalls: do not call sys_rt_sigpending() "
` [RFC PATCH 13/35] syscalls: do not call sys_ioperm() "
` [RFC PATCH 14/35] syscalls: do not call sys_mount() "
` [RFC PATCH 15/35] syscalls: do not call sys_umount() "
` [RFC PATCH 16/35] syscalls: do not call sys_dup{,3}() "
` [RFC PATCH 17/35] syscalls: do not call sys_chroot() "
` [RFC PATCH 18/35] syscalls: do not call sys_write() "
` [RFC PATCH 19/35] syscalls: do not call sys_unshare() "
` [RFC PATCH 20/35] syscalls: do not call sys_fadvise64{,_64}() "
` [RFC PATCH 21/35] syscalls: do not call sys_mmap_pgoff() "
` [RFC PATCH 22/35] syscalls: do not call sys_chdir() "
` [RFC PATCH 23/35] syscalls: do not call sys_sync_file_range() "
` [RFC PATCH 24/35] syscalls: do not call sys_unlink() "
` [RFC PATCH 25/35] hostfs: rename do_rmdir() to hostfs_do_rmdir()
` [RFC PATCH 26/35] syscalls: do not call sys_rmdir() within the kernel
` [RFC PATCH 27/35] syscalls: do not call sys_mkdir{,at}() "
` [RFC PATCH 28/35] syscalls: do not call sys_symlink{,at}() "
` [RFC PATCH 29/35] syscalls: do not call sys_mknod{,at}() "
` [RFC PATCH 30/35] syscalls: do not call sys_link{,at}() "
` [RFC PATCH 31/35] syscalls: do not call sys_{f,}chmod{at,}() "
` [RFC PATCH 32/35] syscalls: do not call sys_{f,}access{,at}() "
` [RFC PATCH 33/35] syscalls: do not call sys_ftruncate() "
` [RFC PATCH 34/35] syscalls: do not call sys_{,l,f}chown() "
` [RFC PATCH 35/35] syscalls: do not call sys_close() "

After upgrading LLVM to 7.0.0-0.1.r326462 version and MESA to 18.1.0-0.4.git56dc9f9 the games which are used Vulkan driver have begun crashing at start
 2018-03-11 11:16 UTC 

[linux-4.1 test] 120380: regressions - FAIL
 2018-03-11 11:13 UTC 

[PATCH] staging: ks7010: replace custom rotation operations in favour of the kernel ones
 2018-03-11 11:11 UTC 

Bug#887873: linux-image-4.9.0-5-marvell: frequent "usercopy: kernel memory overwrite attempt detected" on QNAP NAS (ARM)
 2018-03-11 11:06 UTC  (12+ messages)

[PATCH v3] kernel.h: Skip single-eval logic on literals in min()/max()
 2018-03-11 11:05 UTC  (10+ messages)

[PATCH Netfilter] net: netfilter: Replace printk() with more standardize output format
 2018-03-11 10:55 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH v2 0/2] batman-adv: netlink support for DAT and MCAST
 2018-03-11 10:54 UTC  (2+ messages)

[Qemu-devel] [Bug 1754542] [NEW] colo: secondary vm crash when execute x-colo-lost-heartbeat
 2018-03-11 10:38 UTC  (3+ messages)
` [Qemu-devel] [Bug 1754542] "
` [Qemu-devel] [Bug 1754542] Re: colo: vm crash with segmentation fault

[RFC/RFT][PATCH v3 0/6] sched/cpuidle: Idle loop rework
 2018-03-11 10:34 UTC  (8+ messages)
` [RFC/RFT][PATCH v3 5/6] sched: idle: Select idle state before stopping the tick

[Buildroot] binutils >=2.29 broken for existing thumb2 code
 2018-03-11 10:32 UTC 

[git pull] amdkfd next 4.17
 2018-03-11 10:32 UTC 

Can not boot rx1600, rx1620, rx2800 - at all
 2018-03-11 10:25 UTC 

[PATCH] cpuidle: poll_state: Add time limit to poll_idle()
 2018-03-11 10:15 UTC 

[GIT PULL] GPIO fixes for v4.16
 2018-03-11 10:06 UTC 

[PATCH] ARM: BCM5301X: Fix NAND ECC parameters for Linksys Panamera
 2018-03-11 10:03 UTC  (4+ messages)

[PATCH] x86/microcode/AMD: check microcode file sanity before loading it
 2018-03-11  9:59 UTC  (2+ messages)

[Buildroot] Is there a way to automatically detect the minimum required BR2_TARGET_ROOTFS_EXT2_SIZE?
 2018-03-11  9:57 UTC  (3+ messages)

[PATCH] [media] mceusb: add IR learning support features (IR carrier frequency measurement and wide-band/short range receiver)
 2018-03-11  9:40 UTC 

[GIT PULL rcu/next] RCU commits for 4.17
 2018-03-11  9:43 UTC  (2+ messages)

[PATCH] x86: always use SYSCALL_DEFINE*
 2018-03-11  9:43 UTC  (2+ messages)
` [PATCH v2] "

Audit roadmap and new development
 2018-03-11  9:38 UTC 

[Buildroot] [PATCH v2,1/1] mpd: add support for libupnp18
 2018-03-11  9:33 UTC 

[PATCH 00/14] Add KFD GPUVM support for dGPUs v3
 2018-03-11  9:31 UTC  (2+ messages)

[PATCH v4 1/5] eal: add internal flag indicating init has completed
 2018-03-11  9:25 UTC  (8+ messages)
` [PATCH v5 0/6] Improvements for DPDK IPC
  ` [PATCH v5 2/6] eal: abstract away IPC socket path generation
  ` [PATCH v5 4/6] eal: lock IPC directory on init and send
  ` [PATCH v5 5/6] eal: simplify IPC sync request timeout code

[B.A.T.M.A.N.] [PATCH maint] batman-adv: Only provide (READ|WRITE)_ONCE when undefined
 2018-03-11  9:20 UTC 

[PATCH net v4 0/2] rhashtable: Fix rhltable duplicates insertion
 2018-03-11  9:16 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] mpd: add support for libupnp18
 2018-03-11  9:15 UTC  (5+ messages)

[Buildroot] [PATCH v2,1/1] ympd: add optional openssl dependency
 2018-03-11  9:09 UTC 

[Buildroot] [PATCH 00/14] fix Python code style
 2018-03-11  8:57 UTC  (7+ messages)
` [Buildroot] [PATCH v2 2/7] size-stats-compare: fix "
` [Buildroot] [PATCH v2 5/7] support/dockerfile: install flake8
` [Buildroot] [PATCH v2 6/7] .gitlab-ci.yml: check flake8

[PATCH v5 00/23] crypto: arm64 - play nice with CONFIG_PREEMPT
 2018-03-11  8:55 UTC  (4+ messages)

[Buildroot] [PATCH 0/3] board/technologic/ts5x00: fix build with GCC 6.x
 2018-03-11  8:50 UTC  (7+ messages)
` [Buildroot] [PATCH 1/3] board/technologic/ts5x00: bump kernel to 4.14
` [Buildroot] [PATCH 2/3] board/technologic/ts5x00: rename to ts5500
` [Buildroot] [PATCH 3/3] DEVELOPERS: add myself as the ts5500 maintainer

[Buildroot] [git commit] DEVELOPERS: add myself as the ts5500 maintainer
 2018-03-11  8:48 UTC 

[Buildroot] [git commit] board/technologic/ts5x00: rename to ts5500
 2018-03-11  8:48 UTC 

[Buildroot] [git commit] board/technologic/ts5x00: bump kernel to 4.14
 2018-03-11  8:47 UTC 

[Buildroot] [PATCH 01/19] package/libdrm: bump version to 2.4.91
 2018-03-11  8:44 UTC  (21+ messages)
` [Buildroot] [PATCH 07/19] package/x11r7/xapp_appres: bump version to 1.0.5
` [Buildroot] [PATCH 08/19] package/x11r7/xapp_editres: bump version to 1.0.7
` [Buildroot] [PATCH 09/19] package/x11r7/xapp_iceauth: bump version to 1.0.8
` [Buildroot] [PATCH 10/19] package/x11r7/xapp_listres: bump version to 1.0.4
` [Buildroot] [PATCH 11/19] package/x11r7/xapp_mkfontscale: bump version to 1.1.3
` [Buildroot] [PATCH 12/19] package/x11r7/xapp_oclock: bump version to 1.0.4
` [Buildroot] [PATCH 13/19] package/x11r7/xapp_twm: bump version to 1.0.10
` [Buildroot] [PATCH 14/19] package/x11r7/xapp_viewres: bump version to 1.0.5
` [Buildroot] [PATCH 15/19] package/x11r7/xapp_xdriinfo: bump version to 1.0.6
` [Buildroot] [PATCH 16/19] package/x11r7/xapp_xkbcomp: bump version to 1.4.1

[Buildroot] [git commit] package/x11r7/xapp_xkbcomp: bump version to 1.4.1
 2018-03-11  8:44 UTC 

[Buildroot] [git commit] package/x11r7/xapp_xdriinfo: bump version to 1.0.6
 2018-03-11  8:43 UTC 

[Buildroot] [git commit] package/x11r7/xapp_viewres: bump version to 1.0.5
 2018-03-11  8:42 UTC 

[Buildroot] [git commit] package/x11r7/xapp_twm: bump version to 1.0.10
 2018-03-11  8:42 UTC 

[Buildroot] [git commit] package/x11r7/xapp_oclock: bump version to 1.0.4
 2018-03-11  8:36 UTC 

[Buildroot] [git commit] package/x11r7/xapp_mkfontscale: bump version to 1.1.3
 2018-03-11  8:36 UTC 

[Buildroot] [git commit] package/x11r7/xapp_listres: bump version to 1.0.4
 2018-03-11  8:34 UTC 

[Buildroot] [git commit] package/x11r7/xapp_iceauth: bump version to 1.0.8
 2018-03-11  8:33 UTC 

[Buildroot] [git commit] package/x11r7/xapp_editres: bump version to 1.0.7
 2018-03-11  8:32 UTC 

[Buildroot] [git commit] package/x11r7/xapp_appres: bump version to 1.0.5
 2018-03-11  8:31 UTC 

[Possible REGRESSION, 4.16-rc4] Error updating SMART data during runtime and could not connect to lvmetad at some boot attempts
 2018-03-11  8:20 UTC 

[PATCH] powerpc: Use common error handling code in setup_new_fdt()
 2018-03-11  8:16 UTC  (2+ messages)

[xfstests PATCH v5 0/5] overlay: add overlay filesystem dirs check
 2018-03-11  8:12 UTC  (5+ messages)
` [xfstests PATCH v5 2/5] overlay: hook filesystem check helper

[PATCH 0/4] Further fixes for riscv64
 2018-03-11  8:07 UTC  (5+ messages)
` [PATCH 1/4] tcmode-default.inc: Define QEMUVERSION and softly pin it
` [PATCH 2/4] pcmanfm: Drop COMPATIBLE_HOST setting
` [PATCH 3/4] site/riscv: Shunt the realloc configure test for startup-notification
` [PATCH 4/4] risc-v: Pin oldest kernel to 4.15 for the new kid

[rumprun test] 120388: regressions - FAIL
 2018-03-11  8:01 UTC 

[PATCH v4] mtdchar: fix usage of mtd_ooblayout_ecc()
 2018-03-11  7:59 UTC 

[Qemu-devel] [PATCH V5 00/17] COLO: integrate colo frame with block replication and COLO proxy
 2018-03-11  7:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH V5 11/17] qapi: Add new command to query colo status

[PATCH RFC] net_sched/codel: do not defer queue length update
 2018-03-11  7:58 UTC  (2+ messages)

[PATCH net-next 0/4] selftests: forwarding: Tweaks and a new test
 2018-03-11  7:57 UTC  (5+ messages)
` [PATCH net-next 1/4] selftests: forwarding: Add a test for VLAN-unaware bridge
` [PATCH net-next 2/4] selftests: forwarding: Exit with error when missing dependencies
` [PATCH net-next 3/4] selftests: forwarding: Exit with error when missing interfaces
` [PATCH net-next 4/4] selftests: forwarding: Allow creation of interfaces without a config file

[Bug 105256] Slow performance using glDrawElementsBaseVertex
 2018-03-11  7:56 UTC  (2+ messages)
` [Bug 105256] Slow performance using glDrawElements calls with GL_UNSIGNED_BYTE indices

[ANNOUNCE] fstests: master branch updated to 640e4f6d7ae3
 2018-03-11  7:56 UTC 

smp_mb__after_spinlock requirement too strong?
 2018-03-11  7:55 UTC 

[Buildroot] [PATCH 1/1] package/docker-engine: add the macros to install docker-proxy
 2018-03-11  7:55 UTC  (4+ messages)

[Qemu-devel] [PATCH V6 00/17] COLO: integrate colo frame with block replication and COLO proxy
 2018-03-11  7:45 UTC  (8+ messages)
` [Qemu-devel] [PATCH V6 11/17] qapi: Add new command to query colo status
` [Qemu-devel] [PATCH V6 12/17] savevm: split the process of different stages for loadvm/savevm
` [Qemu-devel] [PATCH V6 13/17] COLO: flush host dirty ram from cache
` [Qemu-devel] [PATCH V6 14/17] filter: Add handle_event method for NetFilterClass
` [Qemu-devel] [PATCH V6 15/17] filter-rewriter: handle checkpoint and failover event
` [Qemu-devel] [PATCH V6 16/17] COLO: notify net filters about checkpoint/failover event
` [Qemu-devel] [PATCH V6 17/17] COLO: quick failover process by kick COLO thread


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.