All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-09 15:50:01 to 2018-03-09 16:21:37 UTC [more...]

[PATCHSET] percpu_ref, RCU: Audit RCU usages in percpu_ref users
 2018-03-09 16:21 UTC  (7+ messages)
` [PATCH 1/7] fs/aio: Add explicit RCU grace period when freeing kioctx
  ` [PATCH 7/7] RCU, workqueue: Implement rcu_work

[PATCH net-next] net: dsa: mv88e6xxx: Fix irq free'ing
 2018-03-09 16:21 UTC  (2+ messages)

[PATCH v2 1/3] btrfs-progs: check/lowmem: Fix the incorrect error message of check_extent_data_item
 2018-03-09 16:18 UTC  (3+ messages)

[Qemu-devel] [PULL 00/56] Block layer patches
 2018-03-09 16:19 UTC  (57+ messages)
` [Qemu-devel] [PULL 01/56] block: implement the bdrv_reopen_prepare helper for LUKS driver
` [Qemu-devel] [PULL 02/56] qcow2: introduce qcow2_write_caches and qcow2_flush_caches
` [Qemu-devel] [PULL 03/56] qcow2: fix flushing after dirty bitmap metadata writes
` [Qemu-devel] [PULL 04/56] qcow2: make qcow2_do_open a coroutine_fn
` [Qemu-devel] [PULL 05/56] qed: make bdrv_qed_do_open "
` [Qemu-devel] [PULL 06/56] block: convert bdrv_invalidate_cache callback to coroutine_fn
` [Qemu-devel] [PULL 07/56] block: convert bdrv_check "
` [Qemu-devel] [PULL 08/56] qcow2: Generalize validate_table_offset() into qcow2_validate_table()
` [Qemu-devel] [PULL 09/56] qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()
` [Qemu-devel] [PULL 10/56] qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()
` [Qemu-devel] [PULL 11/56] qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()
` [Qemu-devel] [PULL 12/56] qcow2: Check snapshot L1 table in qcow2_snapshot_goto()
` [Qemu-devel] [PULL 13/56] qcow2: Check snapshot L1 table in qcow2_snapshot_delete()
` [Qemu-devel] [PULL 14/56] qcow2: Make qemu-img check detect corrupted L1 tables in snapshots
` [Qemu-devel] [PULL 15/56] block/qapi: Introduce BlockdevCreateOptions
` [Qemu-devel] [PULL 16/56] block/qapi: Add qcow2 create options to schema
` [Qemu-devel] [PULL 17/56] qcow2: Rename qcow2_co_create2() to qcow2_co_create()
` [Qemu-devel] [PULL 18/56] qcow2: Let qcow2_create() handle protocol layer
` [Qemu-devel] [PULL 19/56] qcow2: Pass BlockdevCreateOptions to qcow2_co_create()
` [Qemu-devel] [PULL 20/56] qcow2: Use BlockdevRef in qcow2_co_create()
` [Qemu-devel] [PULL 21/56] qcow2: Use QCryptoBlockCreateOptions "
` [Qemu-devel] [PULL 22/56] qcow2: Handle full/falloc preallocation "
` [Qemu-devel] [PULL 23/56] util: Add qemu_opts_to_qdict_filtered()
` [Qemu-devel] [PULL 24/56] test-qemu-opts: Test qemu_opts_append()
` [Qemu-devel] [PULL 25/56] test-qemu-opts: Test qemu_opts_to_qdict_filtered()
` [Qemu-devel] [PULL 26/56] qdict: Introduce qdict_rename_keys()
` [Qemu-devel] [PULL 27/56] qcow2: Use visitor for options in qcow2_create()
` [Qemu-devel] [PULL 28/56] block: Make bdrv_is_whitelisted() public
` [Qemu-devel] [PULL 29/56] block: x-blockdev-create QMP command
` [Qemu-devel] [PULL 30/56] file-posix: Support .bdrv_co_create
` [Qemu-devel] [PULL 31/56] file-win32: "
` [Qemu-devel] [PULL 32/56] gluster: "
` [Qemu-devel] [PULL 33/56] rbd: Fix use after free in qemu_rbd_set_keypairs() error path
` [Qemu-devel] [PULL 34/56] rbd: Factor out qemu_rbd_connect()
` [Qemu-devel] [PULL 35/56] rbd: Remove non-schema options from runtime_opts
` [Qemu-devel] [PULL 36/56] rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()
` [Qemu-devel] [PULL 37/56] rbd: Support .bdrv_co_create
` [Qemu-devel] [PULL 38/56] rbd: Assign s->snap/image_name in qemu_rbd_open()
` [Qemu-devel] [PULL 39/56] rbd: Use qemu_rbd_connect() in qemu_rbd_do_create()
` [Qemu-devel] [PULL 40/56] nfs: Use QAPI options in nfs_client_open()
` [Qemu-devel] [PULL 41/56] nfs: Support .bdrv_co_create
` [Qemu-devel] [PULL 42/56] sheepdog: QAPIfy "redundancy" create option
` [Qemu-devel] [PULL 43/56] sheepdog: Support .bdrv_co_create
` [Qemu-devel] [PULL 44/56] ssh: Use QAPI BlockdevOptionsSsh object
` [Qemu-devel] [PULL 45/56] ssh: QAPIfy host-key-check option
` [Qemu-devel] [PULL 46/56] ssh: Pass BlockdevOptionsSsh to connect_to_ssh()
` [Qemu-devel] [PULL 47/56] ssh: Support .bdrv_co_create
` [Qemu-devel] [PULL 48/56] file-posix: Fix no-op bdrv_truncate() with falloc preallocation
` [Qemu-devel] [PULL 49/56] block: Fail bdrv_truncate() with negative size
` [Qemu-devel] [PULL 50/56] qemu-iotests: Test qcow2 over file image creation with QMP
` [Qemu-devel] [PULL 51/56] qemu-iotests: Test ssh image creation over QMP
` [Qemu-devel] [PULL 52/56] iotests: Test creating overlay when guest running
` [Qemu-devel] [PULL 53/56] iotests: Mark all tests executable
` [Qemu-devel] [PULL 54/56] iotests: Skip test for ENOMEM error
` [Qemu-devel] [PULL 55/56] iotests: Tweak 030 in order to trigger a race condition with parallel jobs
` [Qemu-devel] [PULL 56/56] qemu-iotests: fix 203 migration completion race

[PATCH v6.1 00/11] xen: xen-domid-restrict improvements
 2018-03-09 16:20 UTC  (9+ messages)
` [PATCH 10/12] xen: Use newly added dmops for mapping VGA memory
      ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH v6.1 00/11] xen: xen-domid-restrict improvements

[PATCH net-next 1/1] tc-testing: add csum tests
 2018-03-09 16:20 UTC  (2+ messages)

[PATCH v2 00/17] MFD: Adjustments for several function implementations
 2018-03-09 16:20 UTC  (28+ messages)
` [PATCH v2 0/3] mfd/abx500-core: Adjustments for eight "
  ` [PATCH v2 01/17 1/3] mfd: abx500-core: Delete an error message for a failed memory allocation in abx500_register_ops()
    ` [PATCH v2 01/17 1/3] mfd: abx500-core: Delete an error message for a failed memory allocation in abx
  ` [PATCH v2 02/17 2/3] mfd: abx500-core: Improve two size determinations in abx500_register_ops()
  ` [PATCH v2 03/17 3/3] mfd: abx500-core: Adjust 14 checks for null pointers
` [PATCH v2 04/17] mfd: si476x-i2c: Delete an error message for a failed memory allocation in si476x_core_probe()
  ` [PATCH v2 04/17] mfd: si476x-i2c: Delete an error message for a failed memory allocation in si476x_c
` [PATCH v2 0/2] mfd/sm501: Adjustments for five function implementations
  ` [PATCH v2 05/17 1/2] mfd: sm501: Improve a size determination in two functions
  ` [PATCH v2 06/17 2/2] mfd: sm501: Adjust 12 checks for null pointers
` [PATCH v2 07/17] mfd: smsc-ece1099: Improve a size determination in smsc_i2c_probe()
` [PATCH v2 08/17] mfd: ti_am335x_tscadc: Delete an error message for a failed memory allocation in ti_tscadc_probe()
  ` [PATCH v2 08/17] mfd: ti_am335x_tscadc: Delete an error message for a failed memory allocation in ti
` [PATCH v2 09/17] mfd: tps65090: Delete an error message for a failed memory allocation in tps65090_i2c_probe()
  ` [PATCH v2 09/17] mfd: tps65090: Delete an error message for a failed memory allocation in tps65090_i

[igt-dev] [PATCH i-g-t] tests/perf_pmu: Use absolute tolerance in accuracy tests
 2018-03-09 16:20 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/perf_pmu: Use absolute tolerance in accuracy tests (rev2)

[U-Boot] [PATCH 1/1] efi_loader: efi_allocate_pages is too restrictive
 2018-03-09 16:19 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 0/2] block latency histogram
 2018-03-09 16:19 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 1/2] block/accounting: introduce "
` [Qemu-devel] [PATCH v5 2/2] qapi: add block latency histogram interface

[PATCH v3 1/2] dt-bindings: power: reset: gpio-poweroff: Add 'timeout-ms' property
 2018-03-09 16:19 UTC  (3+ messages)
` [PATCH v3 2/2] power: reset: gpio-poweroff: Support for timeout from device property

[PATCH net] ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
 2018-03-09 16:19 UTC  (4+ messages)

[PATCH net v2] ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
 2018-03-09 16:17 UTC  (2+ messages)

[PATCH v1] getpageframeinfo3: replace hardcoded batchsize with constant
 2018-03-09 16:17 UTC 

[PATCH] drm: i915: Fix audio issue on BXT
 2018-03-09 16:17 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm: i915: Fix audio issue on BXT (rev2)

[PATCH v12 00/33] rcar-vin: Add Gen3 with media controller
 2018-03-09 16:17 UTC  (5+ messages)
` [PATCH v12 11/33] rcar-vin: set a default field to fallback on

[PATCH v2 0/4] drm/i915: misc fixes in headers (RESEND)
 2018-03-09 16:16 UTC  (6+ messages)

[PATCH 01/11] media: lgdt330x: use kernel-doc instead of inlined comments
 2018-03-09 16:15 UTC  (12+ messages)
` [PATCH 02/11] media: lgdt330x: fix coding style issues
` [PATCH 03/11] media: lgdt330x: use pr_foo() macros
` [PATCH 04/11] media: lgdt330x: print info when device gets probed
` [PATCH 05/11] media: lgdt330x: convert it to the new I2C binding way
` [PATCH 06/11] media: lgdt330x: do some cleanups at status logic
` [PATCH 07/11] media: lgdt330x: constify several register init arrays
` [PATCH 08/11] media: lgdt330x: move *read_status functions
` [PATCH 09/11] media: lgdt330x: provide DVBv5 Carrier S/N measurements
` [PATCH 10/11] media: lgdt330x: get rid of read_ber stub
` [PATCH 11/11] media: lgdt330x: add block error counts via DVBv5
  ` [PATCH v2] "

[Bridge] [RFC PATCH v2] bridge: make it possible for packets to traverse the bridge without hitting netfilter
 2018-03-09 16:15 UTC  (7+ messages)
    `  "

[PATCH] clk: imx25: set correct parents for ssi ipg clocks
 2018-03-09 16:02 UTC  (8+ messages)

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2018-03-09 16:15 UTC  (9+ messages)
` [PATCH v4 17/18] mm, fs, dax: dax_flush_dma, handle dma vs block-map-change collisions

[SPDK] Controller Memory Buffer
 2018-03-09 16:15 UTC 

[PATCH v4] power: reset: Add Spreadtrum SC27xx PMIC power off support
 2018-03-09 16:13 UTC  (2+ messages)

[PATCH v2 01/16] net/axgbe: add minimal dev init and uninit support
 2018-03-09 16:13 UTC  (3+ messages)
` [PATCH v3 01/18] "

[PATCH] tools/xenstore: add libdl dependency to libxenstore
 2018-03-09 16:12 UTC  (10+ messages)

[Bug 75985] New: HDMI audio device only visible after rescan
 2018-03-09 16:10 UTC  (2+ messages)
  ` [Bug 75985] [NVC1] "

[PATCH v5 0/6] add support for AXP813 ADC and battery power supply
 2018-03-09 16:09 UTC  (9+ messages)
` [PATCH v5 3/6] power: supply: axp20x_battery: use data struct for variant specific code
` [PATCH v5 4/6] dt-bindings: power: supply: axp20x: add AXP813 battery DT binding
` [PATCH v5 5/6] power: supply: axp20x_battery: add support for AXP813

[PATCH v1] x86/domctl: remove impossible condition in XEN_DOMCTL_getpageframeinfo3
 2018-03-09 16:09 UTC  (4+ messages)

[PATCH] arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
 2018-03-09 16:09 UTC  (3+ messages)

[Bug 198883] New: amdgpu: carrizo: Screen stalls after starting X
 2018-03-09 16:08 UTC  (2+ messages)
` [Bug 198883] "

[Qemu-devel] [PATCH 0/2] block: fix nbd-server-stop crash after blockdev-snapshot-sync
 2018-03-09 16:08 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] block: let blk_add/remove_aio_context_notifier() tolerate BDS changes
` [Qemu-devel] [PATCH 2/2] iotests: add 208 nbd-server + blockdev-snapshot-sync test case

[bpf-next V2 PATCH 00/15] XDP redirect memory return API
 2018-03-09 16:07 UTC  (11+ messages)
` [bpf-next V2 PATCH 02/15] xdp: introduce xdp_return_frame API and use in cpumap
` [bpf-next V2 PATCH 10/15] xdp: rhashtable with allocator ID to pointer mapping

[PATCH v3 0/6] arm: support -cpu max (and gic-version=max)
 2018-03-09 16:07 UTC  (4+ messages)
` [PATCH v3 3/6] target/arm: Add "-cpu max" support
  ` [Qemu-devel] "

[GIT PULL FOR v4.17] Various fixes
 2018-03-09 16:06 UTC 

[U-Boot] [PATCH v2 0/2] [for 2018.03] RPi: Drain RX queue on setbrg
 2018-03-09 16:04 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] serial_bcm283x_mu: Flush RX queue after setting baud rate
` [U-Boot] [PATCH v2 2/2] bcm283x_pl011: "

[Qemu-devel] [PATCH v3 0/7] ovmf: preliminary TPM2 support
 2018-03-09 16:04 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/7] SecurityPkg/Tcg2Pei: drop PeiReadOnlyVariable from Depex

[PATCH 0/2] arm64: dts: Add sdm845 GPU/GMU and SMMU
 2018-03-09 16:03 UTC  (11+ messages)
` [PATCH 2/2] arm64: dts: sdm845: Support GPU/GMU
        ` [Freedreno] "

Warning from swake_up_all in 4.14.15-rt13 non-RT
 2018-03-09 16:03 UTC  (9+ messages)

How to replace a failed drive in btrfs RAID 1 filesystem
 2018-03-09 16:02 UTC 

osstest planned outage consultation
 2018-03-09 16:02 UTC  (6+ messages)

[PATCH v2 0/3] drm/i915/uc: Sanitize uC
 2018-03-09 16:01 UTC  (4+ messages)
` [PATCH v2 1/3] drm/i915/uc: Sanitize uC options early
` [PATCH v2 2/3] drm/i915/uc: Sanitize uC together with GEM
` [PATCH v2 3/3] HAX: Enable GuC for CI

X86 Community Call: Wed March 14, 15:00 - 16:00 UTC
 2018-03-09 16:01 UTC  (4+ messages)

[PATCH v2 01/10] net/enic: remove 'extern' in .h file function declarations
 2018-03-09 16:00 UTC  (7+ messages)
` [PATCH v3 00/10] enic PMD patchset
  ` [PATCH v3 03/10] net/enic: heed the requested max Rx packet size

[RFC PATCH 0/5] alternate dmevents waiter method
 2018-03-09 15:59 UTC  (4+ messages)

[RFC PATCH 0/6] arm64: untag user pointers passed to the kernel
 2018-03-09 15:58 UTC  (10+ messages)
` [RFC PATCH 2/6] arm64: untag user addresses in copy_from_user and others
` [RFC PATCH 3/6] mm, arm64: untag user addresses in memory syscalls

[PATCH v6 0/5] Add coupled regulators mechanism
 2018-03-09 15:58 UTC  (3+ messages)

[PATCH] perf vendor events arm64: Enable JSON events for ThunderX2 B0
 2018-03-09 15:58 UTC  (10+ messages)

[Intel-gfx] [PATCH igt] igt: Add gem_ctx_freq to exercise requesting freq on a ctx
 2018-03-09 15:57 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for igt: Add gem_ctx_freq to exercise requesting freq on a ctx (rev4)

[PATCH 1/3] packagegroup-core-sdk: Disable SANITIZERS for riscv64
 2018-03-09 15:56 UTC  (3+ messages)
` [PATCH 2/3] liburcu: Explicitly add pthread options to cflags

[PATCH] drm: i915: Fix audio issue on BXT
 2018-03-09 15:54 UTC  (2+ messages)

[PATCH] media: rc: meson-ir: add timeout on idle
 2018-03-09 15:54 UTC  (4+ messages)

[PATCH v10 0/9] convert: add support for different encodings
 2018-03-09 15:54 UTC  (5+ messages)
` [PATCH v10 3/9] strbuf: add a case insensitive starts_with()

[PATCH v2] kernel/module_64.c: Add REL24 relocation support of livepatch symbols
 2018-03-09 15:54 UTC  (13+ messages)
              ` [PATCH] On ppc64le we HAVE_RELIABLE_STACKTRACE
                  ` [PATCH 2/2] ppc64le save_stack_trace_tsk_reliable (Was: HAVE_RELIABLE_STACKTRACE)

[PATCH 0/3] ASoC: Add Multi CPU DAI support
 2018-03-09 15:53 UTC  (3+ messages)
` [PATCH 2/3] ASoC: Add Multi CPU DAI support for PCM ops

[PATCH] btrfs-progs: dump-super: Don't verify csum if csum type or size is unknown
 2018-03-09 15:50 UTC  (2+ messages)

[PATCH v2] btrfs-progs: free-space-cache: Enhance free space cache free space check
 2018-03-09 15:49 UTC  (6+ messages)

[PATCH] libsemanage: replace access() checks to make setuid programs work
 2018-03-09 15:51 UTC  (3+ messages)

[PATCH 01/25] slab: fixup calculate_alignment() argument type
 2018-03-09 15:51 UTC  (4+ messages)
` [PATCH 12/25] slub: make ->reserved unsigned int

Btrfs remounted read-only due to ENOSPC in btrfs_run_delayed_refs
 2018-03-09 15:50 UTC  (3+ messages)

[PATCH v2 1/3] certs: define a trusted platform keyring
 2018-03-09 15:50 UTC  (3+ messages)
` [PATCH v2 2/3] keys: export find_keyring_by_name()
` [PATCH v2 3/3] ima: support platform keyring for kernel appraisal


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.