All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-11 23:14:24 to 2018-05-12 00:52:47 UTC [more...]

[Qemu-devel] [PATCH 1/1] Fix conversion from uint64 to float128
 2018-05-12  0:52 UTC  (2+ messages)

[PATCH v4 00/18] Fix default build on gcc8.0.1
 2018-05-12  0:52 UTC  (6+ messages)
` [PATCH v4 15/18] app: can't find include

[PATCH v2 0/7] nvme_fc: asynchronous controller create and simple discovery
 2018-05-12  0:50 UTC  (8+ messages)
` [PATCH v2 1/7] nvme: remove unnecessary controller subnqn validation
` [PATCH v2 2/7] nvme: revise nvme_set_queue_count to return error on some nvme status codes
` [PATCH v2 3/7] nvme_fc: remove setting DNR on exception conditions
` [PATCH v2 4/7] nvme_fc: remove reinit_request routine
` [PATCH v2 5/7] nvme_fc: change controllers first connect to use reconnect path
` [PATCH v2 6/7] nvme_fc: fix nulling of queue data on reconnect
` [PATCH v2 7/7] nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport device

[PATCH RESEND v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-05-12  0:49 UTC  (6+ messages)
      ` [Qemu-devel] "

[PATCH v2] xfs: refactor and tablise growfs
 2018-05-12  0:48 UTC  (9+ messages)
` [PATCH 01/10] xfs: one-shot cached buffers
` [PATCH 02/10] xfs: factor out AG header initialisation from growfs core
` [PATCH 03/10] xfs: convert growfs AG header init to use buffer lists
` [PATCH 04/10] xfs: factor ag btree root block initialisation

KASAN: null-ptr-deref Read in rds_ib_get_mr
 2018-05-12  0:47 UTC  (4+ messages)

Incoming sms problem on Motorola Droid 4
 2018-05-12  0:47 UTC  (3+ messages)
` Voice calls over qmi was "

[Qemu-devel] [PATCH v2 00/27] softfloat patch roundup
 2018-05-12  0:43 UTC  (28+ messages)
` [Qemu-devel] [PATCH v2 01/27] fpu/softfloat: int_to_float ensure r fully initialised
` [Qemu-devel] [PATCH v2 02/27] fpu/softfloat: Don't set Invalid for float-to-int(MAXINT)
` [Qemu-devel] [PATCH v2 03/27] fpu/softfloat: Merge NO_SIGNALING_NANS definitions
` [Qemu-devel] [PATCH v2 04/27] fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan
` [Qemu-devel] [PATCH v2 05/27] fpu/softfloat: Move softfloat-specialize.h below FloatParts definition
` [Qemu-devel] [PATCH v2 06/27] fpu/softfloat: Canonicalize NaN fraction
` [Qemu-devel] [PATCH v2 07/27] fpu/softfloat: Introduce parts_is_snan_frac
` [Qemu-devel] [PATCH v2 08/27] fpu/softfloat: Replace float_class_dnan with parts_default_nan
` [Qemu-devel] [PATCH v2 09/27] fpu/softfloat: Replace float_class_msnan with parts_silence_nan
` [Qemu-devel] [PATCH v2 10/27] fpu/softfloat: re-factor float to float conversions
` [Qemu-devel] [PATCH v2 11/27] fpu/softfloat: support ARM Alternative half-precision
` [Qemu-devel] [PATCH v2 12/27] target/arm: Use floatX_silence_nan when we have already checked for SNaN
` [Qemu-devel] [PATCH v2 13/27] target/arm: convert conversion helpers to fpst/ahp_flag
` [Qemu-devel] [PATCH v2 14/27] target/arm: squash FZ16 behaviour for conversions
` [Qemu-devel] [PATCH v2 15/27] target/arm: Fix fp_status_f16 tininess before rounding
` [Qemu-devel] [PATCH v2 16/27] target/arm: Remove floatX_maybe_silence_nan from conversions
` [Qemu-devel] [PATCH v2 17/27] target/hppa: "
` [Qemu-devel] [PATCH v2 18/27] target/m68k: Use floatX_silence_nan when we have already checked for SNaN
` [Qemu-devel] [PATCH v2 19/27] target/mips: Remove floatX_maybe_silence_nan from conversions
` [Qemu-devel] [PATCH v2 20/27] target/riscv: "
` [Qemu-devel] [PATCH v2 21/27] target/s390x: "
` [Qemu-devel] [PATCH v2 22/27] fpu/softfloat: Use float*_silence_nan in propagateFloat*NaN
` [Qemu-devel] [PATCH v2 23/27] fpu/softfloat: Remove floatX_maybe_silence_nan
` [Qemu-devel] [PATCH v2 24/27] fpu/softfloat: Specialize on snan_bit_is_one
` [Qemu-devel] [PATCH v2 25/27] fpu/softfloat: Make is_nan et al available to softfloat-specialize.h
` [Qemu-devel] [PATCH v2 26/27] fpu/softfloat: Pass FloatClass to pickNaN
` [Qemu-devel] [PATCH v2 27/27] fpu/softfloat: Pass FloatClass to pickNaNMulAdd

[BUGFIX PATCH v3 0/4] arm: kprobes: Fix to prohibit probing on unsafe functions
 2018-05-12  0:42 UTC  (4+ messages)

[PATCH] powerpc/perf: Fix memory allocation for core-imc based on num_possible_cpus()
 2018-05-12  0:35 UTC  (3+ messages)

[PATCH] rcu: Add comment documenting how rcu_seq_snap works
 2018-05-12  0:33 UTC 

[Qemu-devel] [PATCH v4 00/11] target/arm: Fixups for ARM_FEATURE_V8_FP16
 2018-05-12  0:32 UTC  (12+ messages)
` [Qemu-devel] [PATCH v4 01/11] target/arm: Implement FMOV (general) for fp16
` [Qemu-devel] [PATCH v4 02/11] target/arm: Early exit after unallocated_encoding in disas_fp_int_conv
` [Qemu-devel] [PATCH v4 03/11] target/arm: Implement FCVT (scalar, integer) for fp16
` [Qemu-devel] [PATCH v4 04/11] target/arm: Implement FCVT (scalar, fixed-point) "
` [Qemu-devel] [PATCH v4 05/11] target/arm: Introduce and use read_fp_hreg
` [Qemu-devel] [PATCH v4 06/11] target/arm: Implement FP data-processing (2 source) for fp16
` [Qemu-devel] [PATCH v4 07/11] target/arm: Implement FP data-processing (3 "
` [Qemu-devel] [PATCH v4 08/11] target/arm: Implement FCMP "
` [Qemu-devel] [PATCH v4 09/11] target/arm: Implement FCSEL "
` [Qemu-devel] [PATCH v4 10/11] target/arm: Implement FMOV (immediate) "
` [Qemu-devel] [PATCH v4 11/11] target/arm: Fix sqrt_f16 exception raising

[PATCH 0/2] xfs: handle mount failures more cleanly
 2018-05-12  0:28 UTC  (3+ messages)
` [PATCH 1/2] xfs: add mount delay debug option

[PATCH 0/4] GCC8 fixes for MLX4/5/BNX2X PMD
 2018-05-12  0:25 UTC  (4+ messages)
` [PATCH 1/4] net/bnx2x: do not cast function pointers as a policy

[PATCH V5 0/9] nvme: pci: fix & improve timeout handling
 2018-05-12  0:21 UTC  (4+ messages)

[PATCH 0/2] hoist btrfs' label set/get ioctls to vfs, and document
 2018-05-12  0:20 UTC  (10+ messages)
` [PATCH 1/2] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs
  ` [PATCH 1/2 V2] "
        ` [PATCH 1/2 V2] "

[PATCH] drm/i915/psr: Nuke PSR support for VLV and CHV
 2018-05-12  0:19 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915/psr: Nuke PSR support for VLV and CHV (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[GIT] Networking
 2018-05-12  0:12 UTC  (4+ messages)

[PATCH bpf-next 0/4] samples: bpf: fix build after move to full libbpf
 2018-05-12  0:17 UTC  (5+ messages)
` [PATCH bpf-next 1/4] samples: bpf: include bpf/bpf.h instead of local libbpf.h
` [PATCH bpf-next 2/4] samples: bpf: rename libbpf.h to bpf_insn.h
` [PATCH bpf-next 3/4] samples: bpf: fix build after move to compiling full libbpf.a
` [PATCH bpf-next 4/4] samples: bpf: move libbpf from object dependencies to libs

[PATCH] xfs: limit xfs_growfs size if test with --large-fs
 2018-05-12  0:15 UTC  (5+ messages)

[LTP] [PATCH] migrate_pages02: update for 4.15
 2018-05-12  0:10 UTC  (4+ messages)

[PATCH] btrfs: qgroup: Search commit root for rescan to avoid missing extent
 2018-05-12  0:08 UTC  (3+ messages)

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

[Qemu-devel] [PATCH RFC v2 0/2] Fix UART serial implementation
 2018-05-12  0:05 UTC  (3+ messages)
` [Qemu-devel] [PATCH RFC v2 1/2] PC Chipset: Improve serial divisor calculation
` [Qemu-devel] [PATCH RFC v2 2/2] PC Chipset: Send serial bytes at correct rate

[PATCH] git-submodule.sh: try harder to fetch a submodule
 2018-05-12  0:03 UTC  (4+ messages)

[PATCH net] net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last rule
 2018-05-12  0:03 UTC  (3+ messages)

WG: Need for HW-clock independent timestamps
 2018-05-12  0:05 UTC  (3+ messages)
`  "

[PATCH] default-distrovars.inc: drop obsolete LGPLv2_WHITELIST_GPL-3.0
 2018-05-12  0:02 UTC 

[SPDK] How much is the performance lost of lvol?
 2018-05-12  0:00 UTC 

[PATCH v9 00/12] Support PPTT for ARM64
 2018-05-11 23:58 UTC  (40+ messages)
` [PATCH v9 01/12] drivers: base: cacheinfo: move cache_setup_of_node()
` [PATCH v9 02/12] drivers: base: cacheinfo: setup DT cache properties early
` [PATCH v9 03/12] cacheinfo: rename of_node to fw_token
` [PATCH v9 04/12] arm64/acpi: Create arch specific cpu to acpi id helper
` [PATCH v9 05/12] ACPI/PPTT: Add Processor Properties Topology Table parsing
` [PATCH v9 06/12] ACPI: Enable PPTT support on ARM64
` [PATCH v9 07/12] drivers: base cacheinfo: Add support for ACPI based firmware tables
` [PATCH v9 08/12] arm64: "
` [PATCH v9 09/12] arm64: topology: rename cluster_id
` [PATCH v9 10/12] arm64: topology: enable ACPI/PPTT based CPU topology
` [PATCH v9 11/12] ACPI: Add PPTT to injectable table list
` [PATCH v9 12/12] arm64: topology: divorce MC scheduling domain from core_siblings

[PATCH] xfs: test mount vs superblock shrinker races
 2018-05-11 23:54 UTC  (3+ messages)

meson.bbclass broken on rocko
 2018-05-11 23:52 UTC  (3+ messages)

[rocko][PATCH] libnl: fix CVE-2017-0553
 2018-05-11 23:52 UTC 

[PATCH v5 0/8] xfs-4.18: scrub fixes
 2018-05-11 23:46 UTC  (7+ messages)
` [PATCH 1/8] xfs: refactor quota limits initialization
  ` [PATCH v2 "
` [PATCH 8/8] xfs: teach xfs_bmapi_remap to accept some bmapi flags
  ` [PATCH v2 "

[U-Boot] [RFC PATCH 1/2] kconfig: re-sync with Linux 4.17-rc4
 2018-05-11 23:40 UTC  (2+ messages)
` [U-Boot] [RFC PATCH 2/2] board: eets: pdu001: Fix wrong default value in Kconfig

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 8586b083152ef451d0175bdcd9e02c830422c66e
 2018-05-11 23:36 UTC 

[PATCH v2] xfs: test inode allocation state missmatch corruption
 2018-05-11 23:32 UTC  (2+ messages)

Proposal
 2018-05-11 23:31 UTC 

[PATCH net-next 0/3] sctp: Introduce sctp_flush_ctx
 2018-05-11 23:30 UTC  (8+ messages)
` [PATCH net-next 1/3] sctp: add sctp_flush_ctx, a context struct on outq_flush routines
` [PATCH net-next 2/3] sctp: add asoc and packet to sctp_flush_ctx
` [PATCH net-next 3/3] sctp: checkpatch fixups

[PATCH RESEND v2 1/2] perf cs-etm: Support unknown_thread in cs_etm_auxtrace
 2018-05-11 23:29 UTC  (4+ messages)

[PATCH net-next 0/8] sctp: refactor sctp_outq_flush
 2018-05-11 23:29 UTC  (18+ messages)
` [PATCH net-next 1/8] sctp: add sctp_packet_singleton
` [PATCH net-next 2/8] sctp: factor out sctp_outq_select_transport
` [PATCH net-next 3/8] sctp: move the flush of ctrl chunks into its own function
` [PATCH net-next 4/8] sctp: move outq data rtx code out of sctp_outq_flush
` [PATCH net-next 5/8] sctp: move flushing of data chunks "
` [PATCH net-next 6/8] sctp: move transport flush code "
` [PATCH net-next 7/8] sctp: make use of gfp on retransmissions
` [PATCH net-next 8/8] sctp: rework switch cases in sctp_outq_flush_data

[Qemu-devel] [PATCH v2 0/7] RISC-V: SoCify SiFive boards and connect GEM
 2018-05-11 23:28 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/7] hw/riscv/sifive_u: Create a U54 SoC object
` [Qemu-devel] [PATCH v2 2/7] hw/riscv/sifive_e: Create a E31 "
` [Qemu-devel] [PATCH v2 3/7] hw/riscv/sifive_plic: Use gpios instead of irqs
` [Qemu-devel] [PATCH v2 4/7] hw/riscv/sifive_u: Set the soc device tree node as a simple-bus
` [Qemu-devel] [PATCH v2 5/7] hw/riscv/sifive_u: Set the interrupt controler number of interrupts
` [Qemu-devel] [PATCH v2 6/7] hw/riscv/sifive_u: Move the uart device tree node under /soc/
` [Qemu-devel] [PATCH v2 7/7] hw/riscv/sifive_u: Connect the Cadence GEM Ethernet device

mmotm 2018-05-11-16-28 uploaded
 2018-05-11 23:28 UTC 

cmem.c fails to compile
 2018-05-11 19:56 UTC  (4+ messages)

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 0e4d60087573739f2fef3ad3366ea4d523b56776
 2018-05-11 23:23 UTC 

[PATCH 2/3] qemu: upgrade to 2.12.0
 2018-05-11 23:22 UTC  (9+ messages)
` [PATCHv2 1/5] libsdl2: allow to build native and nativesdk
  ` [PATCHv2 2/5] qemu: upgrade to 2.12.0
  ` [PATCHv2 3/5] qemu: refresh patches with devtool
  ` [PATCHv2 5/5] qemu: use sdl2 instead of sdl1

[PATCH v2] nvme: continue keep alive on error
 2018-05-11 23:22 UTC 

[PATCH] recipes-graphics/libsdl2: Add native and nativesdk support
 2018-05-11 23:19 UTC  (5+ messages)

[tpm2] tpm2-tss 2.0.0 release candidate
 2018-05-11 23:18 UTC 

[Intel-wired-lan] [jkirsher-net-queue:10GbE] BUILD SUCCESS c89ebb968f04c71e16e86c91caeacb045dc8f908
 2018-05-11 23:18 UTC 

Atari label false positives
 2018-05-11 23:17 UTC  (3+ messages)
    ` [parted-devel] "

[PATCH net-next] udp: Fix kernel panic in UDP GSO path
 2018-05-11 23:16 UTC  (3+ messages)

patch "xhci: Fix use-after-free in xhci_free_virt_device" causes kernel crashes on 4.16.8 on unplug
 2018-05-11 23:15 UTC 


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.