All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-01 20:34:28 to 2019-04-01 21:05:07 UTC [more...]

[Qemu-devel] [PATCH 00/97] Patch Round-up for stable 3.0.1, freeze on 2019-04-08
 2019-04-01 21:00 UTC  (76+ messages)
` [Qemu-devel] [PATCH 03/97] target/arm: Reorganize SVE WHILE
` [Qemu-devel] [PATCH 06/97] target/arm: Fix sign-extension in sve do_ldr/do_str
` [Qemu-devel] [PATCH 07/97] target/arm: Fix offset for LD1R instructions
` [Qemu-devel] [PATCH 08/97] target/arm: Fix offset scaling for LD_zprr and ST_zprr
` [Qemu-devel] [PATCH 09/97] target/arm: Reformat integer register dump
` [Qemu-devel] [PATCH 10/97] target/arm: Dump SVE state if enabled
` [Qemu-devel] [PATCH 11/97] target/arm: Add sve-max-vq cpu property to -cpu max
` [Qemu-devel] [PATCH 12/97] spapr_cpu_core: vmstate_[un]register per-CPU data from (un)realizefn
` [Qemu-devel] [PATCH 13/97] target/arm: Adjust FPCR_MASK for FZ16
` [Qemu-devel] [PATCH 14/97] target/arm: Ignore float_flag_input_denormal from fp_status_f16
` [Qemu-devel] [PATCH 16/97] target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-half
` [Qemu-devel] [PATCH 17/97] block/qapi: Fix memory leak in qmp_query_blockstats()
` [Qemu-devel] [PATCH 18/97] mirror: Fail gracefully for source == target
` [Qemu-devel] [PATCH 19/97] qemu-img: fix regression copying secrets during convert
` [Qemu-devel] [PATCH 20/97] nvme: Fix nvme_init error handling
` [Qemu-devel] [PATCH 21/97] aio-posix: Don't count ctx->notifier as progress when polling
` [Qemu-devel] [PATCH 22/97] aio: Do aio_notify_accept only during blocking aio_poll
` [Qemu-devel] [PATCH 23/97] monitor: fix oob command leak
` [Qemu-devel] [PATCH 24/97] vnc: fix memleak of the "vnc-worker-output" name
` [Qemu-devel] [PATCH 25/97] i386: Disable TOPOEXT by default on "-cpu host"
` [Qemu-devel] [PATCH 26/97] block: for jobs, do not clear user_paused until after the resume
` [Qemu-devel] [PATCH 27/97] block: iotest to catch abort on forced blockjob cancel
` [Qemu-devel] [PATCH 28/97] virtio: update MemoryRegionCaches when guest negotiates features
` [Qemu-devel] [PATCH 29/97] target/xtensa: fix FPU2000 bugs
` [Qemu-devel] [PATCH 30/97] kvm: add call to qemu_add_opts() for -overcommit option
` [Qemu-devel] [PATCH 31/97] slirp: Add sanity check for str option length
` [Qemu-devel] [PATCH 32/97] vhost: fix invalid downcast
` [Qemu-devel] [PATCH 33/97] pc: acpi: revert back to 1 SRAT entry for hotpluggable area
` [Qemu-devel] [PATCH 35/97] block: Fix use after free error in bdrv_open_inherit()
` [Qemu-devel] [PATCH 36/97] job: Fix nested aio_poll() hanging in job_txn_apply
` [Qemu-devel] [PATCH 37/97] target/xtensa: fix s32c1i TCGMemOp flags
` [Qemu-devel] [PATCH 38/97] nbd/server: fix bitmap export
` [Qemu-devel] [PATCH 39/97] clean up callback when del virtqueue
` [Qemu-devel] [PATCH 42/97] block/rbd: add iotest for rbd legacy keyvalue filename parsing
` [Qemu-devel] [PATCH 43/97] block/rbd: add deprecation documentation for filename keyvalue pairs
` [Qemu-devel] [PATCH 44/97] target/arm: Fix cpu_get_tb_cpu_state() for non-SVE CPUs
` [Qemu-devel] [PATCH 45/97] ne2000: fix possible out of bound access in ne2000_receive
` [Qemu-devel] [PATCH 46/97] rtl8139: fix possible out of bound access
` [Qemu-devel] [PATCH 47/97] pcnet: fix possible buffer overflow
` [Qemu-devel] [PATCH 49/97] virt: Suppress external aborts on virt-2.10 and earlier
` [Qemu-devel] [PATCH 51/97] block-backend: Set werror/rerror defaults in blk_new()
` [Qemu-devel] [PATCH 52/97] target/arm: Correct condition for v8M callee stack push
` [Qemu-devel] [PATCH 53/97] nbd/server: fix NBD_CMD_CACHE
` [Qemu-devel] [PATCH 54/97] intel_iommu: introduce vtd_reset_caches()
` [Qemu-devel] [PATCH 55/97] intel_iommu: better handling of dmar state switch
` [Qemu-devel] [PATCH 56/97] nbd: fix NBD_FLAG_SEND_CACHE value
` [Qemu-devel] [PATCH 57/97] migration: Stop postcopy fault thread before notifying
` [Qemu-devel] [PATCH 59/97] target/xtensa: drop num_[core_]regs from dc232b/dc233c configs
` [Qemu-devel] [PATCH 61/97] net: drop too large packet early
` [Qemu-devel] [PATCH 64/97] qemu-img: Fix leak
` [Qemu-devel] [PATCH 65/97] fmops: fix off-by-one in AR_TABLE and DR_TABLE array size
` [Qemu-devel] [PATCH 66/97] vfio-helpers: Fix qemu_vfio_open_pci() crash
` [Qemu-devel] [PATCH 67/97] i2c: Move typedef of bitbang_i2c_interface to i2c.h
` [Qemu-devel] [PATCH 68/97] i2c: Add a length check to the SMBus write handling
` [Qemu-devel] [PATCH 69/97] nbd/server: Advertise all contexts in response to bare LIST
` [Qemu-devel] [PATCH 70/97] nbd/client: Make x-dirty-bitmap more reliable
` [Qemu-devel] [PATCH 71/97] nbd/client: Send NBD_CMD_DISC if open fails after connect
` [Qemu-devel] [PATCH 72/97] mirror: fix dead-lock
` [Qemu-devel] [PATCH 73/97] iotests: simple mirror test with kvm on 1G image
` [Qemu-devel] [PATCH 74/97] iotests: make 235 work on s390 (and others)
` [Qemu-devel] [PATCH 75/97] Changes requirement for "vsubsbs" instruction
` [Qemu-devel] [PATCH 76/97] pcie: set link state inactive/active after hot unplug/plug
` [Qemu-devel] [PATCH 78/97] hw/s390x: Fix bad mask in time2tod()
` [Qemu-devel] [PATCH 79/97] linux-user: write(fd, NULL, 0) parity with linux's treatment of same
` [Qemu-devel] [PATCH 81/97] s390x: Return specification exception for unimplemented diag 308 subcodes
` [Qemu-devel] [PATCH 82/97] exec.c: Don't reallocate IOMMUNotifiers that are in use
` [Qemu-devel] [PATCH 84/97] tpm: use loop iterator to set sts data field
` [Qemu-devel] [PATCH 85/97] tpm: Make sure new locality passed to tpm_tis_prep_abort() is valid
` [Qemu-devel] [PATCH 87/97] block: Fix invalidate_cache error path for parent activation
` [Qemu-devel] [PATCH 89/97] hw/rdma: another clang compilation fix
` [Qemu-devel] [PATCH 92/97] bitmap: Update count after a merge
` [Qemu-devel] [PATCH 93/97] qga: update docs with systemd suspend support info
` [Qemu-devel] [PATCH 95/97] 9p: fix QEMU crash when renaming files
` [Qemu-devel] [PATCH 96/97] usb-mtp: outlaw slashes in filenames
` [Qemu-devel] [PATCH 97/97] usb-mtp: use O_NOFOLLOW and O_CLOEXEC

[PATCH] doc:it_IT: translation for maintainer-pgp-guide
 2019-04-01 21:04 UTC  (2+ messages)

[PULL] First round of new device support, cleanups and fixes for IIO in the 5.2 cycle
 2019-04-01 21:04 UTC  (2+ messages)

[PATCH 4.19 000/134] 4.19.33-stable review
 2019-04-01 21:03 UTC  (2+ messages)

[PATCH 4.9 00/56] 4.9.167-stable review
 2019-04-01 21:03 UTC  (2+ messages)

[PATCH 4.14 000/107] 4.14.110-stable review
 2019-04-01 21:03 UTC  (2+ messages)

[PATCH net] sctp: initialize _pad of sockaddr_in before copying to user memory
 2019-04-01 21:02 UTC  (3+ messages)

[PATCH 00/24] arm64: mediatek: add support for Pumpkin MT8516 board
 2019-04-01 21:02 UTC  (4+ messages)
` [PATCH 16/24] pinctrl: mediatek: Add MT8516 Pinctrl driver

[PATCH 0/4] trace2: load trace2 settings from system config
 2019-04-01 21:02 UTC  (5+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 4/7] trace2: use system config for default trace2 settings

[PATCH 1/2] net: enable IPv6 iff IPv4
 2019-04-01 21:02 UTC  (3+ messages)

[PATCH] drm/i915: Engine relative MMIO
 2019-04-01 21:02 UTC  (3+ messages)

[PATCH] coding-style.rst: Generic alloc functions do not need OOM logging
 2019-04-01 21:01 UTC  (2+ messages)

[PATCH net-next v2] macsec: add noinline tag to avoid a frame size warning
 2019-04-01 20:59 UTC 

stable-rc/linux-3.18.y boot: 53 boots: 1 failed, 46 passed with 6 offline (v3.18.137-51-g3048acfd5c33)
 2019-04-01 20:59 UTC 

[PATCH] doc:it: alignement clarification about sign-off and Co-developed-by
 2019-04-01 20:57 UTC  (2+ messages)

[PATCH bpf 0/5] flow_dissector: lay groundwork for calling BPF hook from eth_get_headlen
 2019-04-01 20:57 UTC  (6+ messages)
` [PATCH bpf 1/5] selftests/bpf: fix vlan handling in flow dissector program
` [PATCH bpf 2/5] net/flow_dissector: pass flow_keys->n_proto to BPF programs
` [PATCH bpf 3/5] flow_dissector: fix clamping of BPF flow_keys for non-zero nhoff
` [PATCH bpf 4/5] flow_dissector: allow access only to a subset of __sk_buff fields
` [PATCH bpf 5/5] flow_dissector: document BPF flow dissector environment

[Buildroot] [git commit] package/pkg-generic: depend on host-{xz, lzip} only for fitting archives
 2019-04-01 20:57 UTC 

On guest free page hinting and OOM
 2019-04-01 20:56 UTC  (13+ messages)

[PATCH 1/2] ASoC: rt5677: allow multiple interrupt sources
 2019-04-01 20:55 UTC  (2+ messages)
` [PATCH 2/2] ASoC: rt5677: make ACPI property names match _DSD

[Buildroot] [PATCH 1/1] package/quota: fix syntax error
 2019-04-01 20:55 UTC 

[PATCH] i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA
 2019-04-01 20:54 UTC 

[PATCH] i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA
 2019-04-01 20:54 UTC 

[PATCH] i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA
 2019-04-01 20:54 UTC 

[PATCH lttng-tools] Tests: check for lttng-modules presence
 2019-04-01 20:53 UTC 

Questions about my idea (for gsoc)
 2019-04-01 20:51 UTC  (3+ messages)

[PATCH] app/testpmd: use mempool bulk get for txonly mode
 2019-04-01 20:53 UTC  (4+ messages)
` [PATCH v5 1/2] app/testpmd: optimize testpmd "

✅ PASS: Test report for kernel 5.0.6-7962177.cki+ (stable)
 2019-04-01 20:53 UTC 

[PATCH v2] rebase: teach rebase --keep-base
 2019-04-01 20:52 UTC  (6+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] t3431: add rebase --fork-point tests
  ` [PATCH v3 2/4] t3432: test rebase fast-forward behavior
  ` [PATCH v3 3/4] rebase: fast-forward --onto in more cases
  ` [PATCH v3 4/4] rebase: teach rebase --keep-base

[PATCH net-next] macsec: add noinline tag to avoid a frame size warning
 2019-04-01 20:51 UTC  (2+ messages)

[PATCH v5 0/6]dt-bindings: Firmware node binding for ZynqMP core
 2019-04-01 20:50 UTC  (7+ messages)
` [PATCH v5 6/6] dt-bindings: fpga: Add bindings for ZynqMP fpga driver

[Buildroot] [PATCH] package/gst-omx: default to pass --with-omx-target=generic
 2019-04-01 20:49 UTC  (2+ messages)

[U-Boot] [PATCH] cosmetic: config: Remove empty #ifdefs
 2019-04-01 20:49 UTC  (4+ messages)
` [U-Boot] [PATCH] DTS: Fix ETH PHY reset on HSC|DDC boards (imx53)

[Buildroot] [git commit] package/gstreamer1/gst-omx: default to pass --with-omx-target=generic
 2019-04-01 20:49 UTC 

[PATCH dev-5.0 v3 0/7] Enable video engine
 2019-04-01 20:48 UTC  (3+ messages)
` [PATCH dev-5.0 v3 4/7] clk: Aspeed: Setup video engine clocking

[Buildroot] [PATCH v2, 1/1] package/quota: add optional openldap dependency
 2019-04-01 20:48 UTC  (2+ messages)

[Buildroot] [PATCH v2] toolchain-external: Fix paths in libstdc++ gdb python file
 2019-04-01 20:48 UTC 

[Buildroot] [git commit] package/quota: add optional openldap dependency
 2019-04-01 20:48 UTC 

[Buildroot] [PATCH 1/1] package/rpm: fix nss build on musl
 2019-04-01 20:47 UTC  (2+ messages)

[Buildroot] [git commit] package/rpm: fix nss build on musl
 2019-04-01 20:47 UTC 

[Buildroot] [PATCH 1/1] package/scons: remove python from SCONS
 2019-04-01 20:47 UTC  (2+ messages)

[Buildroot] [git commit] package/scons: remove python from SCONS
 2019-04-01 20:46 UTC 

[PATCH v4 1/3] cfg80211: Add support to set tx power for a station associated
 2019-04-01 20:46 UTC  (3+ messages)

[Buildroot] [PATCH] make: Include patch for gl_lstat support
 2019-04-01 20:46 UTC  (2+ messages)

git-gui: executed hooks are different from command-line git if hooksPath is set
 2019-04-01 20:46 UTC  (2+ messages)

about selftests/netfilter test related issue
 2019-04-01 20:45 UTC  (5+ messages)

[PATCH 01/15] btrfs: create a mount option for dax
 2019-04-01 20:43 UTC  (9+ messages)
` [PATCH 07/15] btrfs: add dax write support
` [PATCH 11/15] fs: dedup file range to use a compare function

[PATCH ghak90 V5 00/10] audit: implement container identifier
 2019-04-01 20:43 UTC  (9+ messages)
` [PATCH ghak90 V5 06/10] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

[PATCH 1/2] docs: Makefile: use latexmk if available
 2019-04-01 20:43 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/fmt: bump version to 5.3.0
 2019-04-01 20:43 UTC  (2+ messages)

[RFC] string: Use faster alternatives when constant arguments are used
 2019-04-01 20:43 UTC  (7+ messages)
` [RFCv2] "

[Buildroot] [PATCH] package/wireguard: bump version to 0.0.20190227
 2019-04-01 20:43 UTC 

[Buildroot] [git commit] package/fmt: bump version to 5.3.0
 2019-04-01 20:43 UTC 

[Buildroot] [PATCH 1/3] package/pugixml: Enable host build
 2019-04-01 20:42 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/pugixml: enable install of pugixml.pc

stable-rc/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 10 errors, 138 warnings (v4.14.109-108-gd9f7d17a43aa)
 2019-04-01 20:41 UTC 

[PATCH 2/2 V2] gobject-introspection: auto-enable/-disable gobject-introspection for meson
 2019-04-01 20:41 UTC  (7+ messages)

[PATCH 0/5] AM437x: Add rtc-only + DDR mode support
 2019-04-01 20:40 UTC  (7+ messages)
` [PATCH 3/5] arm: mach-omap2: pm33xx: Add support for rtc+ddr in self refresh mode

[PATCH bpf-next 0/3] writable contexts for bpf raw tracepoints
 2019-04-01 20:40 UTC  (3+ messages)
` [PATCH bpf-next 1/3] bpf: add writable context for "

[Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.1.3
 2019-04-01 20:40 UTC  (2+ messages)

[Buildroot] [git commit] package/ffmpeg: bump version to 4.1.3
 2019-04-01 20:39 UTC 

[meta-oe][PATCH] cli11: 1.6.2 -> 1.7.1
 2019-04-01 20:39 UTC  (5+ messages)

[PATCH 4.4 000/131] 4.4.178-stable review
 2019-04-01 20:39 UTC  (3+ messages)
` [PATCH 4.4 078/131] PM / Hibernate: Call flush_icache_range() on pages restored in-place

[Buildroot] [PATCH 1/3] configs: engicam_imx6ul_isiot: Bump to the linux kernel 5.0
 2019-04-01 20:39 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] configs: engicam_imx6qdl_icore_rqs: Bump to the linux kernel 5.0
 2019-04-01 20:38 UTC  (2+ messages)

[merged] proc-sysctl-fix-null-pointer-dereference-in-put_links.patch removed from -mm tree
 2019-04-01 20:38 UTC 

[Buildroot] [PATCH 1/2] configs: engicam_imx6qdl_icore: Bump to the linux kernel 5.0
 2019-04-01 20:38 UTC  (2+ messages)

[merged] mm-migrate-add-missing-flush_dcache_page-for-non-mapped-page-migrate.patch removed from -mm tree
 2019-04-01 20:38 UTC 

[U-Boot] [PATCH v2 1/7] tegra: Correct tegra124 clock name
 2019-04-01 20:38 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/7] tegra: Add a delay in clock_start_periph_pll()
` [U-Boot] [PATCH v2 3/7] tegra: sound: Add an audio hub driver
` [U-Boot] [PATCH v2 4/7] tegra: sound: Add an I2S driver
` [U-Boot] [PATCH v2 5/7] sound: tegra: Add a sound driver
` [U-Boot] [PATCH v2 6/7] tegra: nyan-big: Enable sound
` [U-Boot] [PATCH v2 7/7] tegra: nyan: Add a README

[merged] zram-fix-idle-writeback-string-compare.patch removed from -mm tree
 2019-04-01 20:38 UTC 

[merged] mm-fix-a-wrong-flag-in-set_migratetype_isolate.patch removed from -mm tree
 2019-04-01 20:38 UTC 

[merged] mm-hotplug-fix-notification-in-offline-error-path.patch removed from -mm tree
 2019-04-01 20:38 UTC 

[merged] mm-fix-__dump_page-when-mapping-host-is-not-set.patch removed from -mm tree
 2019-04-01 20:38 UTC 

[merged] mm-mempolicy-make-mbind-return-eio-when-mpol_mf_strict-is-specified.patch removed from -mm tree
 2019-04-01 20:38 UTC 

[U-Boot] [PATCH v2 0/7] sound: Add sound support for Nyan
 2019-04-01 20:38 UTC 

[merged] iommu-io-pgtable-arm-v7s-request-dma32-memory-and-improve-debugging.patch removed from -mm tree
 2019-04-01 20:38 UTC 

[merged] mm-add-support-for-kmem-caches-in-dma32-zone.patch removed from -mm tree
 2019-04-01 20:38 UTC 

[merged] ocfs2-fix-inode-bh-swapping-mixup-in-ocfs2_reflink_inodes_lock.patch removed from -mm tree
 2019-04-01 20:38 UTC 

[merged] mm-hotplug-fix-offline-undo_isolate_page_range.patch removed from -mm tree
 2019-04-01 20:37 UTC 

[merged] fs-allow-opening-only-regular-files-during-execve.patch removed from -mm tree
 2019-04-01 20:37 UTC 

[Buildroot] [PATCH] package/live555: security bump to version 2019.03.06
 2019-04-01 20:37 UTC  (2+ messages)

[PATCH lttng-tools] Fix: getgrnam is not MT-Safe, use getgrnam_r
 2019-04-01 20:37 UTC 

[merged] mm-fix-modifying-of-page-protection-by-insert_pfn.patch removed from -mm tree
 2019-04-01 20:37 UTC 

[PATCH] test/eventdev: fix sprintf with snprintf
 2019-04-01 20:37 UTC  (10+ messages)
        ` [dpdk-stable] "

[Buildroot] [git commit] configs/engicam_imx6qdl_icore: bump to U-Boot 2019.01
 2019-04-01 20:36 UTC 

[PATCH 0/4] More python fixes
 2019-04-01 20:36 UTC  (2+ messages)

[Buildroot] [git commit] configs/engicam_imx6qdl_icore: bump to Linux kernel 5.0
 2019-04-01 20:36 UTC 

[Buildroot] [git commit] configs/engicam_imx6qdl_icore_rqs: bump to U-Boot 2019.01
 2019-04-01 20:36 UTC 

[Buildroot] [git commit] configs/engicam_imx6qdl_icore_rqs: fix incorrect use of uboot defconfig file
 2019-04-01 20:36 UTC 

[Buildroot] [git commit] configs/engicam_imx6qdl_icore_rqs: bump to Linux kernel 5.0
 2019-04-01 20:36 UTC 

[Qemu-devel] [PATCH v3 6.5/6] nbd/client: Trace server noncompliance on structured reads
 2019-04-01 20:35 UTC 

[Buildroot] [git commit] configs/engicam_imx6ul_isiot: bump to U-Boot 2019.01
 2019-04-01 20:35 UTC 

[Buildroot] [git commit] configs/engicam_imx6ul_isiot: fix use of incorrect uboot defconfig file
 2019-04-01 20:35 UTC 

[PATCH] fs/open: Fix most outstanding security bugs
 2019-04-01 20:35 UTC  (2+ messages)

[PATCH net-next] net: dsa: microchip: mark expected switch fall-through
 2019-04-01 20:34 UTC 

[Buildroot] [git commit] configs/engicam_imx6ul_isiot: bump to Linux kernel 5.0
 2019-04-01 20:34 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.