All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-14 21:53:40 to 2019-05-14 22:42:39 UTC [more...]

[PATCH] ppp: deflate: Fix possible crash in deflate_init
 2019-05-14 22:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] selftests: avoid KBUILD_OUTPUT dir cluttering with selftest objects
 2019-05-14 22:42 UTC  (3+ messages)

stable-rc/linux-4.19.y boot: 131 boots: 0 failed, 127 passed with 2 offline, 1 untried/unknown, 1 conflict (v4.19.43)
 2019-05-14 22:41 UTC 

crypto: Kernel stack is corrupted in: generate_random_hash_testvec
 2019-05-14 22:41 UTC  (2+ messages)

[PATCH net RESEND] net: macb: fix error format in dev_err()
 2019-05-14 22:41 UTC  (2+ messages)

[PATCH RESEND] powerpc: add simd.h implementation specific to PowerPC
 2019-05-14 15:44 UTC  (8+ messages)
` [PATCH 1/2] [PowerPC] Add simd.h implementation
` [v2 "
  ` [v2 2/2] [PowerPC] Allow use of SIMD in interrupts from kernel code

[PATCH] objtool: Allow AR to be overridden with HOSTAR
 2019-05-14 22:40 UTC 

[patch 002/126] userfaultfd: use RCU to free the task struct when fork fails
 2019-05-14 22:40 UTC 

[PATCH net v3] rtnetlink: always put IFLA_LINK for links with a link-netnsid
 2019-05-14 22:40 UTC  (2+ messages)

[PATCH net] net/mlx4_core: Change the error print to info print
 2019-05-14 22:39 UTC  (2+ messages)

[RFC KVM 18/27] kvm/isolation: function to copy page table entries for percpu buffer
 2019-05-14 22:38 UTC  (13+ messages)

[PATCH] ima: fix wrong signed policy requirement when not appraising
 2019-05-14 22:37 UTC  (2+ messages)

[RFC PATCH 1/3] powerpc/mm: Handle page table allocation failures
 2019-05-14 22:35 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.1.3-rc1-6340043.cki (stable)
 2019-05-14 22:35 UTC 

[bpf PATCH v4 0/4] sockmap/ktls fixes
 2019-05-14 22:34 UTC  (5+ messages)
` [bpf PATCH v4 1/4] bpf: tls, implement unhash to avoid transition out of ESTABLISHED

[PATCH] NFC: Orphan the subsystem
 2019-05-14 22:32 UTC  (2+ messages)

[PATCH] kernel/hung_task.c: Monitor killed tasks
 2019-05-14 22:28 UTC  (2+ messages)

[PATCH v20 00/28] Intel SGX1 support
 2019-05-14 22:28 UTC  (28+ messages)

[v3, PATCH 0/4] fix some bugs in stmmac
 2019-05-14 22:24 UTC  (3+ messages)

kisskb: OK linus/axs101_defconfig/arcompact Wed May 15, 08:22
 2019-05-14 22:23 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Wed May 15, 08:21
 2019-05-14 22:22 UTC 

PROBLEM: call trace triggered in 5.1.1 in drivers/nvme/host/pci.c, 5.0.11 ok
 2019-05-14 22:22 UTC  (6+ messages)

[PATCH v3 0/5] Add Error Disconnect Recover (EDR) support
 2019-05-14 22:18 UTC  (6+ messages)
` [PATCH v3 1/5] PCI/ACPI: Add _OSC based negotiation support for DPC
` [PATCH v3 2/5] PCI/DPC: Allow dpc_probe() even if DPC is handled in firmware
` [PATCH v3 3/5] PCI/DPC: Add dpc_process_error() wrapper function
` [PATCH v3 4/5] PCI/DPC: Add Error Disconnect Recover (EDR) support
` [PATCH v3 5/5] PCI/ACPI: Expose EDR support via _OSC to BIOS

[PATCH] drm/pl111: Initialize clock spinlock early
 2019-05-14 22:20 UTC  (3+ messages)

[PATCH] net: Always descend into dsa/
 2019-05-14 22:20 UTC  (2+ messages)

[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-14 22:17 UTC  (89+ messages)
` [PATCH v4 01/18] kunit: test: add KUnit test runner core
` [PATCH v4 02/18] kunit: test: add test resource management API
` [PATCH v4 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v4 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v4 05/18] kunit: test: add the concept of expectations
` [PATCH v4 06/18] kbuild: enable building KUnit
` [PATCH v4 07/18] kunit: test: add initial tests
` [PATCH v4 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v4 09/18] kunit: test: add support for test abort
` [PATCH v4 10/18] kunit: test: add tests for kunit "
` [PATCH v4 11/18] kunit: test: add the concept of assertions
` [PATCH v4 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v4 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v4 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v4 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v4 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v4 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH v2 net] tcp: fix retrans timestamp on passive Fast Open
 2019-05-14 22:19 UTC  (2+ messages)

[RFC][PATCH 0/4] Sort out fsnotify_nameremove() mess
 2019-05-14 22:19 UTC  (5+ messages)
` [RFC][PATCH 1/4] fs: create simple_remove() helper
` [RFC][PATCH 2/4] fsnotify: add empty fsnotify_remove() hook
` [RFC][PATCH 3/4] fs: convert filesystems to use simple_remove() helper
` [RFC][PATCH 4/4] fsnotify: move fsnotify_nameremove() hook out of d_delete()

[PATCHv2 00/10] vfio/mdev: Improve vfio/mdev core module
 2019-05-14 22:20 UTC  (8+ messages)
` [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

Should list_entry_rcu use rcu_dereference ?
 2019-05-14 22:20 UTC  (4+ messages)

Linux 5.1.2
 2019-05-14 22:19 UTC  (2+ messages)

[PATCH net] vhost: don't use kmap() to log dirty pages
 2019-05-14 22:16 UTC  (3+ messages)

[PATCH] nvme/pci: Use host managed power state for suspend
 2019-05-14 22:16 UTC  (11+ messages)

[PATCH 00/12] drm/i915: adding state checker for gamma lut values
 2019-05-14 22:14 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: adding state checker for gamma lut values (rev9)

[PATCH] doc/rcu: Correct field_count field naming in examples
 2019-05-14 22:13 UTC  (6+ messages)

[PATCH] ima: fix wrong signed policy requirement when not appraising
 2019-05-14 22:01 UTC 

Problems caused by dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues
 2019-05-14 22:12 UTC  (5+ messages)

[PATCH] systemd: enable portabled by default and install utilities in systemd-container
 2019-05-14 22:08 UTC  (6+ messages)
` [PATCH v2] systemd: enable portabled by default

[PATCH] KVM: Start populating /sys/hypervisor with KVM entries
 2019-05-14 22:08 UTC  (8+ messages)
` [Xen-devel] "
  ` [Xen-devel] [PATCH v2 1/2] "
        `  "

[PATCH] mtd: spinand: Add support for GigaDevice GD5F1GQ4UFxxG
 2019-05-14 22:08 UTC  (6+ messages)

IMA signature generated by evmctl has unexpected key identifier
 2019-05-14 22:07 UTC  (6+ messages)

[Qemu-devel] [Bug 1829079] [NEW] Can't build static on ARM (Raspbian)
 2019-05-14 21:59 UTC 

[Xen-devel] [xen-unstable-smoke test] 136241: regressions - FAIL
 2019-05-14 22:05 UTC  (3+ messages)
  `  "

[PATCH] glib-2.0: fix last failing ptest
 2019-05-14 22:00 UTC 

[PATCH 0/2] Two bug-fixes for HMM
 2019-05-14 21:58 UTC  (8+ messages)
` [PATCH 2/2] mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blocking

[PATCH v2 0/7] nvmet/nvmet_fc: add events for discovery controller rescan
 2019-05-14 21:58 UTC  (8+ messages)
` [PATCH v2 1/7] nvmet: add transport discovery change op
` [PATCH v2 2/7] nvmet_fc: add transport discovery change event callback support
` [PATCH v2 3/7] nvme-fcloop: Add support for nvmet discovery_event op
` [PATCH v2 4/7] lpfc: Add support to generate RSCN events for nport
` [PATCH v2 5/7] lpfc: add nvmet discovery_event op support
` [PATCH v2 6/7] lpfc: Add support for translating an RSCN rcv into a discovery rescan
` [PATCH v2 7/7] lpfc: Add sysfs interface to post NVME RSCN

[PATCH v4 0/8] Allwinner H6 Mali GPU support
 2019-05-14 21:56 UTC  (8+ messages)

[PATCH v2 1/3] mtd: spinand: Add #define-s for page-read ops with three-byte addresses
 2019-05-14 21:53 UTC  (6+ messages)
` [PATCH v2 2/3] mtd: spinand: Add support for two-byte device IDs
` [PATCH v2 3/3] mtd: spinand: Add support for GigaDevice GD5F1GQ4UFxxG

[PATCH 1/2] dbus-test: Improve ptest dependencies dependencies
 2019-05-14 21:56 UTC  (2+ messages)
` [PATCH 2/2] ptest: Add RDEPENDS frpm PN-ptest to PN package

[PATCH v4 0/7] mm: reparent slab memory on cgroup removal
 2019-05-14 21:39 UTC  (5+ messages)
` [PATCH v4 4/7] mm: unify SLAB and SLUB page accounting
` [PATCH v4 5/7] mm: rework non-root kmem_cache lifecycle management
` [PATCH v4 6/7] mm: reparent slab memory on cgroup removal
` [PATCH v4 7/7] mm: fix /proc/kpagecgroup interface for slab pages

[PATCH 1/2] u-boot-ti-staging: update to ti2019.01-rc4 tag
 2019-05-14 21:55 UTC  (2+ messages)
` [PATCH 2/2] linux-ti-staging: "

[U-Boot] [PATCH 00/21] patman: Update to support Python 3
 2019-05-14 21:53 UTC  (17+ messages)
` [U-Boot] [PATCH 06/21] patman: Use items() instead of iteritems()
` [U-Boot] [PATCH 07/21] binman: "
` [U-Boot] [PATCH 08/21] tools: binman: Open all binary files in binary mode
` [U-Boot] [PATCH 09/21] tools: dtoc: "
` [U-Boot] [PATCH 10/21] patman: Provide a way to get program output "
` [U-Boot] [PATCH 11/21] binman: Use binary mode when compressing data
` [U-Boot] [PATCH 12/21] binman: Drop an unused input file
` [U-Boot] [PATCH 13/21] binman: Handle repeated bytes for Python 3
` [U-Boot] [PATCH 14/21] Add a simple script to remove boards
` [U-Boot] [PATCH 15/21] patman: Support use of stringIO in Python 3
` [U-Boot] [PATCH 16/21] patman: Move unicode helpers to tools
` [U-Boot] [PATCH 17/21] patman: Sort series output for repeatabily
` [U-Boot] [PATCH 18/21] patman: Avoid unicode type in settings unit tests
` [U-Boot] [PATCH 19/21] patman: Adjust functional tests for Python 3
` [U-Boot] [PATCH 20/21] patman: Tidy up a few more unicode conversions
` [U-Boot] [PATCH 21/21] patman: Don't require Python 2

[igt-dev] [PATCH i-g-t 00/21] Media scalability tooling
 2019-05-14 21:53 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 19/21] gem_wsim: Per context SSEU control


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.