All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-20 15:31:05 to 2019-09-20 16:21:23 UTC [more...]

[tip: perf/urgent] perf debug: No need to include ui/util.h
 2019-09-20 16:21 UTC 

[tip: perf/urgent] perf sched: Add missing event.h include directive
 2019-09-20 16:20 UTC 

[tip: perf/urgent] perf python: Remove debug.h
 2019-09-20 16:20 UTC 

[tip: perf/urgent] perf annotate: Add missing machine.h include directive
 2019-09-20 16:20 UTC 

[tip: perf/urgent] perf auxtrace: Add missing 'struct perf_sample' forward declaration
 2019-09-20 16:20 UTC 

[tip: perf/urgent] perf memswap: Adopt 'struct u64_swap' from evsel.h
 2019-09-20 16:20 UTC 

[PATCH v2 1/1] perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1
 2019-09-20 16:21 UTC  (2+ messages)
` [tip: perf/urgent] "

[PATCH] perf test: fix spelling mistake "allos" -> "allocate"
 2019-09-20 16:20 UTC  (2+ messages)
` [tip: perf/urgent] perf test: Fix "

[PATCH] powerpc/pmac/smp: avoid unused-variable warnings
 2019-09-20 16:20 UTC  (2+ messages)

[PATCH] uapi, posix-timers: provide clockid-related macros and functions to UAPI
 2019-09-20 16:20 UTC 

phosphor-isolation
 2019-09-20 16:20 UTC  (4+ messages)

[Qemu-arm] [PATCH-for-4.2 v11 00/11] ARM virt: ACPI memory hotplug support
 2019-09-20 15:49 UTC  (2+ messages)
` [Qemu-devel] "

[Xen-devel] [PATCH] tools/ocaml: Build fix following libxl API changes
 2019-09-20 16:19 UTC 

Fan PWM monitoring and control
 2019-09-20 16:19 UTC  (11+ messages)

[patch v3 1/2] RDMA/srp: Add parse function for maximum initiator to target IU size
 2019-09-20 16:18 UTC  (4+ messages)
` [patch v3 2/2] RDMA/srp: calculate max_it_iu_size if remote max_it_iu length available

[U-Boot] FDT: alignment of 64-bits integers
 2019-09-20 16:18 UTC 

[U-Boot] [PATCH] splash: fix splash banner output
 2019-09-20 16:18 UTC  (2+ messages)

[PATCH net] skge: fix checksum byte order
 2019-09-20 16:18 UTC 

[GIT PULL] Kselftest update for Linux 5.4-rc1
 2019-09-20 16:17 UTC  (2+ messages)

[PATCH 01/21] drm/i915: Restrict the aliasing-ppgtt to the size of the ggtt
 2019-09-20 16:18 UTC  (5+ messages)
` [PATCH 15/21] drm/i915: Coordinate i915_active with its own mutex
` [PATCH 16/21] drm/i915: Move idle barrier cleanup into engine-pm

[PATCH 0/2] mmc: tegra: Use proper DMA mask
 2019-09-20 16:17 UTC  (2+ messages)

CONFIG_NET_TC_SKB_EXT
 2019-09-20 16:16 UTC  (3+ messages)

[Bug 1844817] [NEW] trace: dynamic width format syntax not validated
 2019-09-20 15:48 UTC 

[PATCH] x86/mm: fix return value of p[um]dp_set_access_flags
 2019-09-20 16:16 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: watchdog: Convert Samsung SoC watchdog bindings to json-schema
 2019-09-20 16:15 UTC  (7+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-09-20 16:15 UTC  (2+ messages)

[RFC][PATCH] cpuidle: Use nanoseconds as the unit of time
 2019-09-20 16:14 UTC  (2+ messages)

[Xen-devel] [PATCH v3 00/47] xen: add core scheduling support
 2019-09-20 16:14 UTC  (4+ messages)
` [Xen-devel] [PATCH v3 28/47] xen/sched: add code to sync scheduling of all vcpus of a sched unit

[RFC][PATCH] cpuidle: Consolidate disabled state checks
 2019-09-20 16:14 UTC  (2+ messages)

[PATCH 00/22] block: Fix check_to_replace_node()
 2019-09-20 15:28 UTC  (23+ messages)
` [PATCH 01/22] blockdev: Allow external snapshots everywhere
` [PATCH 02/22] blockdev: Allow resizing everywhere
` [PATCH 03/22] block: Drop bdrv_is_first_non_filter()
` [PATCH 04/22] iotests: Let 041 use -blockdev for quorum children
` [PATCH 05/22] quorum: Fix child permissions
` [PATCH 06/22] block: Add bdrv_recurse_can_replace()
` [PATCH 07/22] blkverify: Implement .bdrv_recurse_can_replace()
` [PATCH 08/22] quorum: Store children in own structure
` [PATCH 09/22] quorum: Add QuorumChild.to_be_replaced
` [PATCH 10/22] quorum: Implement .bdrv_recurse_can_replace()
` [PATCH 11/22] block: Use bdrv_recurse_can_replace()
` [PATCH 12/22] block: Remove bdrv_recurse_is_first_non_filter()
` [PATCH 13/22] mirror: Double-check immediately before replacing
` [PATCH 14/22] quorum: Stop marking it as a filter
` [PATCH 15/22] mirror: Prevent loops
` [PATCH 16/22] iotests: Use complete_and_wait() in 155
` [PATCH 17/22] iotests: Add VM.assert_block_path()
` [PATCH 18/22] iotests: Resolve TODOs in 041
` [PATCH 19/22] iotests: Use self.image_len in TestRepairQuorum
` [PATCH 20/22] iotests: Add tests for invalid Quorum @replaces
` [PATCH 21/22] iotests: Check that @replaces can replace filters
` [PATCH 22/22] iotests: Mirror must not attempt to create loops

[PATCH 0/3] Fix irq_domain vs. irq user race
 2019-09-20 16:14 UTC  (9+ messages)
` [PATCH 1/3] genirq/irqdomain: Check for existing mapping in irq_domain_associate()
` [PATCH 2/3] genirq/irqdomain: Re-check mapping after associate in irq_create_mapping()
` [PATCH 3/3] genirq/irqdomain: Detect type race in irq_create_fwspec_mapping()

[Qemu-devel] [PATCH 0/2] block/snapshot: Restrict set of snapshot nodes
 2019-09-20 16:02 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] "
  `  "

[PATCHSET 0/9] perf: Improve cgroup profiling (v1)
 2019-09-20 16:13 UTC  (10+ messages)
` [PATCH 2/9] perf/core: Add PERF_SAMPLE_CGROUP feature

[PATCH ghau51/ghau40 v7 00/12] add support for audit container identifier
 2019-09-20 16:12 UTC  (3+ messages)
` [PATCH ghau51/ghau40 v7 04/12] add ausearch containerid support

[PATCH v13 00/15] backup-top filter driver for backup
 2019-09-20 15:55 UTC  (2+ messages)

[PATCH] media: rc: Add support for another iMON 0xffdc device
 2019-09-20 16:11 UTC  (2+ messages)
` [PATCH v2] "

[PATCH nft] mnl: do not cache sender buffer size
 2019-09-20 16:11 UTC  (2+ messages)

[PATCH 0/5] trace-cmd: Update for the new trace_print_event() logic
 2019-09-20 16:11 UTC  (9+ messages)
` [PATCH 1/5] trace-cmd: Move extract trace_clock into trace-input.c
    ` [PATCH 1/5 v2] "
` [PATCH 4/5] libtraceevent, perf tools: Changes in tep_print_event_* APIs

[Qemu-devel] [Bug 1811533] [NEW] Unstable Win10 guest with qemu 3.1 + huge pages + hv_stimer
 2019-09-20 15:38 UTC  (2+ messages)
` [Bug 1811533] "

[PATCH v2] DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again
 2019-09-20 16:11 UTC 

[Bug 1844814] [NEW] trace: SystemTap documentation out of date
 2019-09-20 15:36 UTC 

[U-Boot] [PATCH 1/3] ARM: imx: Add QSPI boot mode for i.MX6UL/ULL
 2019-09-20 16:09 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: imx: arch/arm/mach-imx/spl_qspi.cfg
` [U-Boot] [PATCH 3/3] Kconfig: Set default BUILD_TARGET for ARCH_MX6 with SPL

[PATCH 00/15] ipmi: Bug fixes, add new interfaces
 2019-09-20 15:50 UTC  (5+ messages)
` [PATCH 01/15] ipmi: Fix watchdog NMI handling
` [PATCH 02/15] ipmi: Fix the get watchdog command

[PATCH RESEND] nbd: avoid losing pointer to reallocated config->socks in nbd_add_socket
 2019-09-20 16:06 UTC 

[PATCH v9 0/8] drm/i915/dp: Support for DP HDR outputs
 2019-09-20 16:06 UTC  (2+ messages)

[PATCH] video/hdmi: Fix AVI bar unpack
 2019-09-20 16:06 UTC  (3+ messages)

[PATCH] drm/i915: Prevent bonded requests from overtaking each other on preemption
 2019-09-20 16:05 UTC  (7+ messages)

[Bug 111077] link_shader and deserialize_glsl_program suddenly consume huge amount of RAM
 2019-09-20 16:03 UTC  (2+ messages)

[Xen-devel] [PATCH v6 0/6] Fix PCI passthrough for HVM with stubdomain
 2019-09-20 16:02 UTC  (4+ messages)
` [Xen-devel] [PATCH v6 5/6] xen/x86: add PHYSDEVOP_interrupt_control

[PATCH v4 0/6] platform/x86: Huawei WMI laptop extras driver
 2019-09-20 16:02 UTC  (7+ messages)
` [PATCH v4 1/6] platform/x86: huawei-wmi: Move to platform driver
` [PATCH v4 2/6] platform/x86: huawei-wmi: Add quirks and module parameters
` [PATCH v4 3/6] platform/x86: huawei-wmi: Implement huawei wmi management
` [PATCH v4 4/6] platform/x86: huawei-wmi: Add battery charging thresholds
` [PATCH v4 5/6] platform/x86: huawei-wmi: Add fn-lock support
` [PATCH v4 6/6] platform/x86: huawei-wmi: Add debugfs support

[Qemu-devel] [Bug 1815423] [NEW] Incorrect floating point cast to int
 2019-09-20 15:23 UTC  (2+ messages)
` [Bug 1815423] Re: x86_64 TCG: "

KASAN reporting: general protection fault in flexcop_usb_probe
 2019-09-20 16:01 UTC  (3+ messages)
`  "

[PATCH 5.3 00/21] 5.3.1-stable review
 2019-09-20 16:01 UTC  (5+ messages)

[PATCH RESEND v2] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-09-20 16:00 UTC  (2+ messages)

[PATCH] bonding/802.3ad: fix slave initialization states race
 2019-09-20 16:00 UTC  (8+ messages)
    ` Fwd: "

[PATCH v2 00/21] drm/dp: Various helper improvements and cleanups
 2019-09-20 16:00 UTC  (2+ messages)

[RFC PATCH V1] riscv-privileged: Add broadcast mode to sfence.vma
 2019-09-19 16:04 UTC  (2+ messages)
` [tech-privileged] "

[PATCH] misc: Use the correct style for SPDX License Identifier
 2019-09-20 15:59 UTC 

[RFC PATCH] trace2: don't overload target directories
 2019-09-20 15:59 UTC  (9+ messages)
` [RFC PATCH v3 0/3] "
  ` [RFC PATCH v3 3/3] trace2: write overload message to sentinel files

[PATCH v9 00/10] DSB enablement
 2019-09-20 15:58 UTC  (5+ messages)
` [PATCH v9 04/10] drm/i915/dsb: Indexed register write function for DSB
` ✓ Fi.CI.BAT: success for DSB enablement. (rev9)

[PATCH 3/3] mm:fix gup_pud_range
 2019-09-20 15:58 UTC  (2+ messages)

[PATCH v3 0/3] Fix typo in RWH_WRITE_LIFE_NOT_SET constant name
 2019-09-20 15:58 UTC  (4+ messages)
` [PATCH v3 1/3] fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint name
` [PATCH v3 2/3] drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET
` [PATCH v3 3/3] drivers/md/raid5-ppl.c: "

[PATCH v2] gprs: Only release detachable context on de-attach
 2019-09-20 15:58 UTC  (2+ messages)

linux-image-5.2.0-2-amd64: breaks UML all versions, both debian stock and compiled from source
 2019-09-20 15:57 UTC  (2+ messages)

Strange routing with VRF and 5.2.7+
 2019-09-20 15:57 UTC  (3+ messages)

[PATCH 00/32] Kill pr_warning in the whole linux code
 2019-09-20 15:57 UTC  (3+ messages)
` [PATCH 02/32] arm64: Use pr_warn instead of pr_warning

[Bug 109628] WARNING at dcn10_hw_sequencer.c:868 dcn10_verify_allow_pstate_change_high()
 2019-09-20 15:57 UTC  (2+ messages)

[Qemu-devel] [PULL 00/34] s390x update
 2019-09-20 15:34 UTC  (8+ messages)
`  "

KASAN: use-after-free Read in usb_anchor_resume_wakeups
 2019-09-20 15:56 UTC  (2+ messages)

stable-2.02 - dmeventd: avoid bail out preventing repair in raid plugin but keep message
 2019-09-20 15:55 UTC 

stable-2.02 - Revert "dmeventd: avoid bail out preventing repair in raid plugin"
 2019-09-20 15:55 UTC 

Machine name in Code update
 2019-09-20 15:55 UTC  (3+ messages)

master - dmeventd: avoid bail out preventing repair in raid plugin but keep message
 2019-09-20 15:55 UTC 

master - Revert "dmeventd: avoid bail out preventing repair in raid plugin"
 2019-09-20 15:55 UTC 

[PATCH 2/2] DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again
 2019-09-20 15:55 UTC  (16+ messages)
      ` [Letux-kernel] "

[PATCH 0/6] drm/nouveau: Preparatory work for GV11B support
 2019-09-20 15:55 UTC  (5+ messages)
` [PATCH 3/6] drm/nouveau: Remove bogus gk20a aperture callback
  ` [Nouveau] "

Kernel Concurrency Sanitizer (KCSAN)
 2019-09-20 15:54 UTC  (2+ messages)

[PATCH] ipc/sem: Fix race between to-be-woken task and waker
 2019-09-20 15:54 UTC 

[PATCH] spi: atmel: Fix crash when using more than 4 gpio CS
 2019-09-20 15:54 UTC  (7+ messages)

[PATCH v4 0/4] Retrieving zPCI specific info with VFIO
 2019-09-20 15:53 UTC  (7+ messages)
` [PATCH v4 4/4] vfio: pci: Using a device region to retrieve zPCI information

[PATCH v6 00/12] add integrity and security to TPM2 transactions
 2019-09-20 15:53 UTC  (5+ messages)
` [PATCH v6 01/12] tpm-buf: move from static inlines to real functions

[PATCH v7 0/3] fix double page fault on arm64
 2019-09-20 15:53 UTC  (4+ messages)
` [PATCH v7 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared

general protection fault in close_rio
 2019-09-20 15:52 UTC  (2+ messages)

[Bug 203781] New: AMDGPU Radeon VII crashes with dual monitors
 2019-09-20 15:52 UTC  (2+ messages)
` [Bug 203781] "

[PATCH v2 1/8] dt-bindings: rng: exynos4-rng: Convert Exynos PRNG bindings to json-schema
 2019-09-20 15:50 UTC  (7+ messages)
` [PATCH v2 8/8] dt-bindings: pwm: Convert Samsung PWM "

[PATCH 00/12] CAAM bugfixes, small improvements
 2019-09-20 15:50 UTC  (7+ messages)
` [PATCH 10/12] crypto: caam - populate platform devices last
` [PATCH 11/12] crypto: caam - convert caamrng to platform device
  ` [PATCH] crypto: caam - use the same jr for rng init/exit

[iptables PATCH] xtables-restore: Fix --table parameter check
 2019-09-20 15:49 UTC 

Staging plans to remove network IPMI support?
 2019-09-20 15:48 UTC  (3+ messages)

[PATCH 0/2] trace-cmd/kernel-shark: Use one quick hash algorithm
 2019-09-20 15:47 UTC  (3+ messages)
` [PATCH 2/2] kernel-shark: Increase the size of the task hash

[U-Boot] [PATCH 0/7] Fix splash logo for imx6 boards
 2019-09-20 15:46 UTC  (5+ messages)
` [U-Boot] [PATCH 3/7] imx: mx6sabresd: fix splash logo drawing

[PATCH 00/15] name-rev: eliminate recursion
 2019-09-20 15:44 UTC  (10+ messages)
` [PATCH 05/15] name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation
` [PATCH 06/15] t6120: add a test to cover inner conditions in 'git name-rev's name_rev()
` [PATCH 15/15] name-rev: plug a memory leak in name_rev() in the deref case

dm-crypt error when CONFIG_CRYPTO_AUTHENC is disabled
 2019-09-20 15:44 UTC 

[PATCH v6 00/10] s390: vfio-ap: dynamic configuration support
 2019-09-20 15:44 UTC  (5+ messages)
` [PATCH v6 04/10] s390: vfio-ap: filter CRYCB bits for unavailable queue devices

[PATCH v2 0/8] Add RZ/G2N SYSC/RST/Clock/PFC support
 2019-09-20 15:42 UTC  (9+ messages)
` [PATCH v2 4/8] soc: renesas: rcar-rst: Add support for RZ/G2N
` [PATCH v2 5/8] dt-bindings: clock: renesas: cpg-mssr: Document r8a774b1 binding
` [PATCH v2 7/8] dt-bindings: pinctrl: sh-pfc: Document r8a774b1 PFC support
` [PATCH v2 8/8] pinctrl: sh-pfc: r8a77965: Add R8A774B1 "

KASAN: use-after-free Read in wdm_out_callback
 2019-09-20 15:42 UTC  (4+ messages)
  `  "

[PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2019-09-20 15:42 UTC  (5+ messages)
` [PATCH v4 20/25] ibnbd: server: main functionality

[PATCH net v2 0/3] net/smc: move some definitions to UAPI
 2019-09-20 15:42 UTC  (4+ messages)
` [PATCH net v2 1/3] uapi, net/smc: move protocol constant "
` [PATCH net v2 2/3] uapi, net/smc: provide fallback diagnostic codes in UAPI
` [PATCH net v2 3/3] uapi, net/smc: provide socket state constants "

[PATCH] riscv: Avoid interrupts being erroneously enabled in handle_exception()
 2019-09-20 15:41 UTC  (3+ messages)

[GIT PULL] Kbuild updates for v5.4-rc1
 2019-09-20 15:40 UTC  (8+ messages)

Issue where a non-active context remains active
 2019-09-20 15:41 UTC  (2+ messages)

[PATCH lttng-tools] Refactor: remove logically dead code
 2019-09-20 15:40 UTC 

[PATCH xf86-video-ati] Don't call unreference FB of pixmaps from different screens in LeaveVT
 2019-09-20 15:40 UTC 

[PATCH] clk: at91: avoid sleeping early
 2019-09-20 15:39 UTC  (2+ messages)

KASAN: use-after-free Read in iowarrior_release
 2019-09-20 15:38 UTC  (2+ messages)

KASAN: use-after-free Read in iowarrior_callback
 2019-09-20 15:38 UTC  (2+ messages)

Initialize data memory in user space emulation
 2019-09-20 15:26 UTC  (5+ messages)

[PATCH] drm: tweak drm_print_bits()
 2019-09-20 15:37 UTC  (2+ messages)

[RFC PATCH] arm: dts: integratorap: Remove top level dma-ranges
 2019-09-20 15:36 UTC  (2+ messages)

linux-next: manual merge of the akpm-current tree with the risc-v-fixes tree
 2019-09-20 15:35 UTC 

KASAN: invalid-free in usbvision_release
 2019-09-20 15:35 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] lib/kmod: reimplement kmsg_dump()
 2019-09-20 15:35 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

KASAN: use-after-free Write in usbvision_decompress_alloc
 2019-09-20 15:34 UTC  (2+ messages)

KASAN: use-after-free Write in usbvision_scratch_alloc
 2019-09-20 15:34 UTC  (2+ messages)

[PATCH v2] common/xfs: wipe the XFS superblock of each AGs
 2019-09-20 15:34 UTC  (2+ messages)

Virtual interfaces intel AX200
 2019-09-20 15:34 UTC 

[PATCH lttng-tools] Fix: Close socket handle on error
 2019-09-20 15:34 UTC 

[Qemu-devel] COMPARE_AND_WRITE support for rbd driver
 2019-09-20 15:26 UTC  (3+ messages)
`  "

[Buildroot] [PATCH 0/3] Add option to enable WebKitGTK's sandboxing support
 2019-09-20 15:31 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/xdg-dbus-proxy: new package
` [Buildroot] [PATCH 3/3] package/webkitgtk: add option to enable sandboxing support


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.