All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-07 17:04:55 to 2018-06-07 18:12:27 UTC [more...]

bpf-next boot error: KASAN: use-after-free Write in call_usermodehelper_exec_work
 2018-06-07 18:12 UTC  (4+ messages)

[PATCH 1/6] drm/i915: Store first production revid into device info
 2018-06-07 18:12 UTC  (9+ messages)
` [PATCH 2/6] drm/i915: Use unknown production revid as alpha quality flag
` [PATCH 3/6] drm/i915: Move chipset definitions to intel_chipset.h
` [PATCH 4/6] drm/i915: Add a define for first production revid
` [PATCH 5/6] drm/i915: Remove kbl preproduction workarounds
` [PATCH 6/6] drm/i915: Warn on obsolete revision checks
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915: Store first production revid into device info
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v2 00/11] Add throttler driver for non-thermal throttling
 2018-06-07 18:12 UTC  (12+ messages)
` [PATCH v2 01/11] PM / devfreq: Init user limits from OPP limits, not viceversa
` [PATCH v2 02/11] PM / devfreq: Fix handling of min/max_freq == 0
` [PATCH v2 03/11] PM / devfreq: Don't adjust to user limits in governors
` [PATCH v2 04/11] PM / devfreq: Add struct devfreq_policy
` [PATCH v2 05/11] PM / devfreg: Add support for policy notifiers
` [PATCH v2 06/11] PM / devfreq: Make update_devfreq() public
` [PATCH v2 07/11] PM / devfreq: export devfreq_class
` [PATCH v2 08/11] dt-bindings: PM / OPP: add opp-throttlers property
` [PATCH v2 09/11] misc: throttler: Add core support for non-thermal throttling
` [PATCH v2 10/11] dt-bindings: misc: add bindings for cros_ec_throttler
` [PATCH v2 11/11] misc: throttler: Add Chrome OS EC throttler

[PATCH v2] drm/i915: Mark i915.inject_load_failure as being hit
 2018-06-07 18:11 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] sdcard: cleanup the SD_SPEC version
 2018-06-07 18:09 UTC  (18+ messages)
` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 1/7] sdcard: Update the Configuration Register (SCR) to Spec Version 1.10
` [Qemu-devel] [PATCH v2 2/7] sdcard: Allow commands valid in SPI mode
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 3/7] sdcard: Add a 'spec_version' property, default to Spec v2.00
` [Qemu-devel] [PATCH v2 4/7] sdcard: Disable SEND_IF_COND (CMD8) for Spec v1
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 5/7] sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)
` [Qemu-devel] [PATCH v2 6/7] sdcard: Disable CMD19/CMD23 for Spec v2
` [Qemu-devel] [RFC PATCH v2 7/7] hw/sd/ssi-sd: Force cards connected in SPI mode to use Spec v1.10
  ` [Qemu-arm] "

[PATCH] rtc: pxa: fix probe function
 2018-06-07 18:11 UTC  (3+ messages)

[SPDK] Reactor/vhost dependencies
 2018-06-07 18:10 UTC 

Xen or Bhyve?
 2018-06-07 18:10 UTC 

[PATCH bpf] bpf: reject passing modified ctx to helper functions
 2018-06-07 18:09 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] libxslt: security bump to version 1.3.2
 2018-06-07 18:07 UTC 

[PATCH v3 2/5] efi: Add embedded peripheral firmware support
 2018-06-07 18:06 UTC  (11+ messages)
            ` Do Qualcomm drivers use DMA buffers for request_firmware_into_buf()?

[PATCH v7 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-06-07 18:05 UTC  (3+ messages)

KMSAN: uninit-value in _copy_to_iter (2)
 2018-06-07 18:04 UTC  (12+ messages)

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-07 18:03 UTC  (11+ messages)
` [PATCH 03/23] midx: add midx builtin
` [PATCH 04/23] midx: add 'write' subcommand and basic wiring
` [PATCH 05/23] midx: write header information to lockfile
` [PATCH 06/23] midx: struct midxed_git and 'read' subcommand
` [PATCH 08/23] midx: read packfiles from pack directory

[Buildroot] [PATCH 1/1] adding-packages-cargo.txt: remove host-cargo select
 2018-06-07 18:03 UTC 

[PATCH v5 00/28] FPGA Device Feature List (DFL) Device Drivers
 2018-06-07 18:03 UTC  (5+ messages)
` [PATCH v5 07/28] fpga: dfl: add chardev support for feature devices

[Qemu-devel] [PATCH v2 00/11] NBD reconnect
 2018-06-07 17:46 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 01/11] block/nbd-client: split channel errors from export errors
` [Qemu-devel] [PATCH v2 02/11] block/nbd: move connection code from block/nbd to block/nbd-client
` [Qemu-devel] [PATCH v2 03/11] block/nbd-client: split connection from initialization
` [Qemu-devel] [PATCH v2 04/11] block/nbd-client: fix nbd_reply_chunk_iter_receive
` [Qemu-devel] [PATCH v2 05/11] block/nbd-client: don't check ioc
` [Qemu-devel] [PATCH v2 06/11] block/nbd-client: move from quit to state
` [Qemu-devel] [PATCH v2 07/11] block/nbd-client: rename read_reply_co to connection_co
` [Qemu-devel] [PATCH v2 08/11] block/nbd-client: move connecting "
` [Qemu-devel] [PATCH v2 09/11] block/nbd: add cmdline and qapi parameters for nbd reconnect
` [Qemu-devel] [PATCH v2 10/11] block/nbd-client: "
` [Qemu-devel] [PATCH v2 11/11] iotests: test "

[Buildroot] [PATCH v2,1/1] librsvg: bump to version 2.42.5
 2018-06-07 18:01 UTC 

[Qemu-devel] [Bug 1636217] [NEW] qemu-kvm 2.7 does not boot kvm VMs with virtio on top of VMware ESX
 2018-06-07 17:45 UTC  (3+ messages)
` [Qemu-devel] [Bug 1636217] "

[MODERATED] spectrev1+
 2018-06-07 18:00 UTC  (23+ messages)
` [MODERATED] spectrev1+
                          ` [MODERATED] Is: smack, Was:Re: spectrev1+
                              `  "
                                ` [MODERATED] "

[PATCH] iw_cxgb4: add INFINIBAND_ADDR_TRANS dependency
 2018-06-07 18:00 UTC  (11+ messages)

[PATCH] IB/mad: Use ID allocator routines to allocate agent number
 2018-06-07 17:59 UTC  (5+ messages)
` [PATCH v3 0/2] IB:mad "
  ` [PATCH v3 2/2] IB/mad: "

[PATCH 1/4] vmsplice: lift import_iovec() into do_vmsplice()
 2018-06-07 17:56 UTC  (3+ messages)
` [1/4] "

[PATCH 00/10] Control Flow Enforcement - Part (3)
 2018-06-07 17:55 UTC  (7+ messages)
` [PATCH 01/10] x86/cet: User-mode shadow stack support

Fwd: Enabling USB (auto)suspend for xHCI controllers incurs random device failures since kernel 4.15
 2018-06-07 17:56 UTC 

[PATCH v6 0/7] Queued/runnable/running engine stats
 2018-06-07 17:55 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for Queued/runnable/running engine stats (rev14)

panic at boot time with kernel >= 4.9.98 - uninitialized system_wq in early interrupt
 2018-06-07 17:54 UTC  (3+ messages)
  ` [External] "

OpenBMC Fix-It
 2018-06-07 17:54 UTC  (2+ messages)

[GIT PULL] Security subsystem: Smack updates for v4.18
 2018-06-07 17:53 UTC  (2+ messages)

[RFC PATCH 0/2] Document the V4L2 (stateful) Codec API
 2018-06-07 17:53 UTC  (12+ messages)
` [RFC PATCH 1/2] media: docs-rst: Add decoder UAPI specification to Codec Interfaces

[PATCH 1/2] drm/i915: Cancel reset preparations on failed resets
 2018-06-07 17:53 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Cancel reset preparations on failed resets (rev2)

[PATCH] selftests: bpf: fix urandom_read build issue
 2018-06-07 17:52 UTC  (4+ messages)

[GIT PULL] Security subsystem: TPM updates for v4.18
 2018-06-07 17:51 UTC  (2+ messages)

[PATCH] Staging:rtl8192e Replace function names by using __func__
 2018-06-08  3:29 UTC 

[GIT PULL] Security subsystem: Integrity updates for v4.18
 2018-06-07 17:46 UTC  (2+ messages)

[PATCH 0/3] x86/mce fixes
 2018-06-07 17:43 UTC  (3+ messages)
` [PATCH 3/3] x86/mce: Check for alternate indication of machine check recovery on Skylake

[PATCH 1/1] drivers: of: bugfix partition fixups
 2018-06-07 17:40 UTC 

[PATCH v3 0/2] vfs: better dedupe permission check
 2018-06-07 17:38 UTC  (3+ messages)
` [PATCH v3 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH v3 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH 1/3] net: phy: Check phy_driver ready before accessing
 2018-06-07 17:37 UTC  (6+ messages)
` [PATCH 2/3] net: phy: xgmiitorgmii: Use correct mdio bus

[xen-unstable-smoke test] 123894: tolerable all pass - PUSHED
 2018-06-07 17:35 UTC 

Problem with VIV_FE_DRAW_2D_HEADER_DATA_COUNT
 2018-06-07 17:35 UTC  (4+ messages)

[libvirt bisection] complete build-amd64-libvirt
 2018-06-07 17:35 UTC 

[PATCH 0/6] More conversions to struct_size
 2018-06-07 17:34 UTC  (5+ messages)
` [PATCH 6/6] Convert intel uncore "

[Bridge] KMSAN: uninit-value in ebt_stp_mt_check (2)
 2018-06-07 17:34 UTC  (4+ messages)
`  "

[PATCH v2 0/2] extern inline native_save_fl for paravirt
 2018-06-07 17:33 UTC  (9+ messages)
` [PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations

[U-Boot] [PATCH] ARC: Import entire libgcc from GCC 8.1.0
 2018-06-07 17:31 UTC 

[RFC PATCH v3 00/10] Energy Aware Scheduling
 2018-06-07 17:31 UTC  (11+ messages)
` [RFC PATCH v3 03/10] PM: Introduce an Energy Model management framework
` [RFC PATCH v3 05/10] sched/topology: Reference the Energy Model of CPUs when available

[PATCH net-next] bpfilter: fix OUTPUT_FORMAT
 2018-06-07 17:29 UTC 

[v3 PATCH 0/5] powerpc/pseries: Machien check handler improvements
 2018-06-07 17:29 UTC  (6+ messages)
` [v3 PATCH 1/5] powerpc/pseries: convert rtas_log_buf to linear allocation
` [v3 PATCH 2/5] powerpc/pseries: Fix endainness while restoring of r3 in MCE handler
` [v3 PATCH 3/5] powerpc/pseries: Define MCE error event section
` [v3 PATCH 4/5] powerpc/pseries: Dump and flush SLB contents on SLB MCE errors
` [v3 PATCH 5/5] powerpc/pseries: Display machine check error details

[Intel-wired-lan] [jkirsher-next-queue:dev-queue 12/19] drivers/net//ethernet/intel/ixgbe/ixgbe_ipsec.c:534:12: error: redefinition of 'ixgbe_ipsec_check_mgmt_ip'
 2018-06-07 17:28 UTC  (2+ messages)

[PATCH v3 (Only) 1/3] btrfs-progs: map-logical: look at next leaf if slot > items
 2018-06-07 17:28 UTC 

[U-Boot] Verified boot production uses question
 2018-06-07 17:27 UTC 

[PATCH V2] remoteproc: qcom: Introduce Hexagon V5 based WCSS driver
 2018-06-07 17:27 UTC 

[Buildroot] [PATCH 1/2] host-cargo: select host-rustc
 2018-06-07 17:26 UTC  (6+ messages)
` [Buildroot] [PATCH 2/2] librsvg: bump to version 2.42.5

[PATCH 2/2] drm/i915: Add WaKBLVECSSemaphoreWaitPoll
 2018-06-07 17:24 UTC  (2+ messages)

[PATCH v8 0/2] json-writer V8
 2018-06-07 17:24 UTC  (5+ messages)
` [PATCH v8 1/2] json_writer: new routines to create data in JSON format
` [PATCH v8 2/2] json-writer: t0019: add perl unit test

[2/3] usb: dwc3: pci: Enable ULPI Refclk on platforms where the firmware doesnot
 2018-06-07 17:23 UTC 

[PATCH net-next] umh: fix race condition
 2018-06-07 17:23 UTC 

[PATCH] drm/vc4: Enable the DSI module and link before other enables
 2018-06-07 17:22 UTC  (3+ messages)

[PATCH net] failover: eliminate callback hell
 2018-06-07 17:22 UTC  (11+ messages)

Kernel and ADM hardware roulette ( was AMD graphics performance regression in 4.15 and later )
 2018-06-07 17:20 UTC  (9+ messages)

[PATCH] drm/i915/icl: Add warn about unsupported CDCLK rates
 2018-06-07 17:17 UTC  (3+ messages)

[MPTCP] [Weekly meetings] MoM - 7th of June 2018
 2018-06-07 17:18 UTC 

[RFC PATCH 0/2] net: macb: Disable TX checksum offloading on all Zynq
 2018-06-07 16:43 UTC  (4+ messages)
` [RFC PATCH 1/2] net: macb: Add CAP to disable hardware TX checksum offloading

[Qemu-devel] [PATCH 0/4] cuda/mos6522 migration fixes
 2018-06-07 17:17 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522
` [Qemu-devel] [PATCH 2/4] cuda: embed mos6522_cuda device directly rather than using QOM object link
` [Qemu-devel] [PATCH 3/4] mos6522: move timer frequency initialisation to mos6522_reset
` [Qemu-devel] [PATCH 4/4] mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTR

[Qemu-devel] [PATCH v2 0/4] qapi/error: converts error_setg(&error_fatal) to error_report() + exit()
 2018-06-07 17:18 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/4] hw/block/fdc: Replace error_setg(&error_abort) by assert()

[GIT PULL] UDF support for UTF-16
 2018-06-07 17:15 UTC  (4+ messages)

[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
 2018-06-07 17:15 UTC  (14+ messages)
` [PATCH v5 11/13] KVM: s390: implement mediated device open callback

RFC: rebase inconsistency in 2.18 -- course of action?
 2018-06-07 17:13 UTC  (5+ messages)
` [RFC PATCH 0/3] Send more rebases through interactive machinery
  ` [RFC PATCH 1/3] git-rebase, sequencer: add a --quiet option for the "
  ` [RFC PATCH 2/3] rebase: Implement --merge via git-rebase--interactive
  ` [RFC PATCH 3/3] git-rebase.sh: make git-rebase--interactive the default

[Qemu-devel] [PATCH 0/3] ppc: trivial Mac fixes
 2018-06-07 17:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] ppc: remove obsolete pci_pmac_init() definitions from mac.h
` [Qemu-devel] [PATCH 2/3] ppc: remove obsolete macio_init() definition "

[PATCH v4 00/14] coresight: allow to build components as modules
 2018-06-07 17:13 UTC  (13+ messages)
` [PATCH v4 05/14] coresight: get/put module in coresight_build/release_path

[PATCH v2] dcdbas: Add support for WSMT ACPI table
 2018-06-07 17:11 UTC  (3+ messages)
` [PATCH resend "

[Qemu-devel] [PATCH] hw/arm/smmuv3: fix smmu emulation when guest smmu is in passthrough mode
 2018-06-07 17:06 UTC  (3+ messages)
  ` [Qemu-arm] "

[PATCH 0/2] runqemu: clean up correctly on receiving SIGTERM
 2018-06-07 17:10 UTC  (3+ messages)
` [PATCH 2/2] runqemu-ifdown: ensure to clean up TAP

[Xenomai] INTR-REMAP issue while enabling GPIO interrupt as RTDM interrupt
 2018-06-07 17:09 UTC  (2+ messages)

[PATCH 1/2] mosquitto: add default configuration file
 2018-06-07 17:09 UTC  (5+ messages)
` [PATCH 2/2] mosquitto: add mosquitto-examples package

[SPDK] Reactor/vhost dependencies
 2018-06-07 17:08 UTC 

[PATCH v3 0/7] x86: infrastructure to enable FSGSBASE
 2018-06-07 17:06 UTC  (8+ messages)
` [PATCH v3 1/7] x86/fsgsbase/64: Introduce FS/GS base helper functions
` [PATCH v3 2/7] x86/fsgsbase/64: Make ptrace read FS/GS base accurately
` [PATCH v3 3/7] x86/fsgsbase/64: Use FS/GS base helpers in core dump
` [PATCH v3 4/7] x86/fsgsbase/64: Factor out load FS/GS segments from __switch_to
` [PATCH v3 5/7] x86/segments/64: Rename PER_CPU segment to CPU_NUMBER
` [PATCH v3 6/7] x86/vdso: Introduce CPU number helper functions
` [PATCH v3 7/7] x86/vdso: Move out the CPU number store

Bad superblock when mounting rw, ro mount works
 2018-06-07 17:07 UTC 

[PATCH 1/2] ARM: dts: imx6qdl-sabreauto: Add sensors
 2018-06-07 17:07 UTC  (3+ messages)

sysroot not being populated
 2018-06-07 17:06 UTC  (2+ messages)

[PATCH] x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec()
 2018-06-07 17:06 UTC  (3+ messages)
` [PATCH v2] "

[Qemu-devel] [Bug 1101210] [NEW] qemu 1.3.0: usb keyboard not fully working
 2018-06-07 16:54 UTC  (2+ messages)
` [Qemu-devel] [Bug 1101210] Re: qemu 1.4.2: "

[CI 1/3] drm/i915: Prepare for non-object vma
 2018-06-07 17:05 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [CI,1/3] drm/i915: Prepare for non-object vma (rev2)

[RFC PATCH kernel 0/5] powerpc/P9/vfio: Pass through NVIDIA Tesla V100
 2018-06-07 17:04 UTC  (5+ messages)
` [RFC PATCH kernel 4/5] vfio_pci: Allow mapping extra regions


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.