All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-01 18:10:29 to 2020-10-01 18:50:02 UTC [more...]

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-10-01 18:50 UTC 

[Buildroot] [PATCH] package/nodejs: security bump to version 12.18.4
 2020-10-01 18:49 UTC 

[v2, 00/16] Enable ARM Trusted Firmware for U-Boot
 2020-10-01 18:48 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/krzk/linux
 2020-10-01 18:48 UTC 

general protection fault in rt6_fill_node
 2020-10-01 18:46 UTC  (3+ messages)

[PATCH] ARM: dts: exynos: Add a placeholder for a MAC address
 2020-10-01 18:46 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3] mmc: core: don't set limits.discard_granularity as 0
 2020-10-01 18:47 UTC  (2+ messages)

[PATCH] checkpatch: Emit a warning on embedded filenames
 2020-10-01 18:47 UTC  (3+ messages)
` external tool to remove "

[PATCH] rt-tests: oslat: Allow build for not supported archs
 2020-10-01 18:47 UTC 

[PATCH V7 0/5] Intel Platform Monitoring Technology
 2020-10-01 18:46 UTC  (5+ messages)
` [PATCH V7 5/5] platform/x86: Intel PMT Crashlog capability driver

[PATCH V2] net: smc911x: Automatically Update ethaddr with MAC
 2020-10-01 18:46 UTC  (8+ messages)

[PULL 00/18] target-arm queue
 2020-10-01 18:45 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/joro/iommu
 2020-10-01 18:46 UTC 

[PATCH RFC 0/1] drm/ttm: Allocate transparent huge pages without clearing __GFP_COMP
 2020-10-01 18:45 UTC  (5+ messages)

[PATCH v1] i2c: npcm7xx: Support changing bus speed using debugfs
 2020-10-01 18:41 UTC  (10+ messages)

[PATCH v2 0/3] qdev-clock: Minor improvements to the Clock API
 2020-10-01 18:42 UTC  (3+ messages)
` [PATCH v2 1/3] util/cutils: Introduce freq_to_str() to display Hertz units

RAID5->RAID6 reshape remains stuck at 0% (does nothing, not even start)
 2020-10-01 18:21 UTC  (12+ messages)

rpcbind redux
 2020-10-01 18:41 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/stable/linux
 2020-10-01 18:41 UTC 

post-receive: pub/scm/linux/kernel/git/stable/linux
 2020-10-01 18:41 UTC 

post-receive: pub/scm/linux/kernel/git/stable/linux
 2020-10-01 18:41 UTC 

Adventures in NFS re-exporting
 2020-10-01 18:41 UTC  (4+ messages)
  ` [Linux-cachefs] "

b4: UTF-8 in replies
 2020-10-01 18:41 UTC  (4+ messages)
  ` [tools] "

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-10-01 18:41 UTC 

[PATCH v3 0/4] migration/postcopy: Sync faulted addresses after network recovered
 2020-10-01 18:26 UTC  (5+ messages)
` [PATCH v3 1/4] migration: Pass incoming state into qemu_ufd_copy_ioctl()
` [PATCH v3 2/4] migration: Introduce migrate_send_rp_message_req_pages()
` [PATCH v3 3/4] migration: Maintain postcopy faulted addresses
` [PATCH v3 4/4] migration: Sync requested pages after postcopy recovery

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2020-10-01 18:41 UTC 

[PATCH] checkpatch: fix multi-statement macro checks for while blocks
 2020-10-01 17:25 UTC  (2+ messages)
` [Linux-kernel-mentees] "

[PATCH v1] btf_encoder: Handle DW_TAG_variable that has DW_AT_specification
 2020-10-01 18:40 UTC  (4+ messages)

[tip:master] BUILD SUCCESS WITH WARNING 99b8adf3cd30dbcb441cdd7282f0c6f7ef1615f3
 2020-10-01 18:40 UTC  (2+ messages)

[PATCH] ram: rockchip: px30: add a config-based ddr selection
 2020-10-01 18:40 UTC 

[PATCH v8 00/41] btrfs: zoned block device support
 2020-10-01 18:36 UTC  (42+ messages)
` [PATCH v8 01/41] block: add bio_add_zone_append_page
  ` [PATCH v8 02/41] btrfs: introduce ZONED feature flag
  ` [PATCH v8 03/41] btrfs: Get zone information of zoned block devices
  ` [PATCH v8 04/41] btrfs: Check and enable ZONED mode
  ` [PATCH v8 05/41] btrfs: introduce max_zone_append_size
  ` [PATCH v8 06/41] btrfs: disallow space_cache in ZONED mode
  ` [PATCH v8 07/41] btrfs: disallow NODATACOW "
  ` [PATCH v8 08/41] btrfs: disable fallocate "
  ` [PATCH v8 09/41] btrfs: disallow mixed-bg "
  ` [PATCH v8 10/41] btrfs: disallow inode_cache "
  ` [PATCH v8 11/41] btrfs: implement log-structured superblock for "
  ` [PATCH v8 12/41] btrfs: implement zoned chunk allocator
  ` [PATCH v8 13/41] btrfs: verify device extent is aligned to zone
  ` [PATCH v8 14/41] btrfs: load zone's alloction offset
  ` [PATCH v8 15/41] btrfs: emulate write pointer for conventional zones
  ` [PATCH v8 16/41] btrfs: track unusable bytes for zones
  ` [PATCH v8 17/41] btrfs: do sequential extent allocation in ZONED mode
  ` [PATCH v8 18/41] btrfs: reset zones of unused block groups
  ` [PATCH v8 19/41] btrfs: redirty released extent buffers in ZONED mode
  ` [PATCH v8 20/41] btrfs: extract page adding function
  ` [PATCH v8 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
  ` [PATCH v8 22/41] btrfs: handle REQ_OP_ZONE_APPEND as writing
  ` [PATCH v8 23/41] btrfs: split ordered extent when bio is sent
  ` [PATCH v8 24/41] btrfs: extend btrfs_rmap_block for specifying a device
  ` [PATCH v8 25/41] btrfs: use ZONE_APPEND write for ZONED btrfs
  ` [PATCH v8 26/41] btrfs: enable zone append writing for direct IO
  ` [PATCH v8 27/41] btrfs: introduce dedicated data write path for ZONED mode
  ` [PATCH v8 28/41] btrfs: serialize meta IOs on "
  ` [PATCH v8 29/41] btrfs: wait existing extents before truncating
  ` [PATCH v8 30/41] btrfs: avoid async metadata checksum on ZONED mode
  ` [PATCH v8 31/41] btrfs: mark block groups to copy for device-replace
  ` [PATCH v8 32/41] btrfs: implement cloning for ZONED device-replace
  ` [PATCH v8 33/41] btrfs: implement copying "
  ` [PATCH v8 34/41] btrfs: support dev-replace in ZONED mode
  ` [PATCH v8 35/41] btrfs: enable relocation "
  ` [PATCH v8 36/41] btrfs: relocate block group to repair IO failure in ZONED
  ` [PATCH v8 37/41] btrfs: split alloc_log_tree()
  ` [PATCH v8 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group
  ` [PATCH v8 39/41] btrfs: serialize log transaction on ZONED mode
  ` [PATCH v8 40/41] btrfs: reorder log node allocation
  ` [PATCH v8 41/41] btrfs: enable to mount ZONED incompat flag

Litmus test for question from Al Viro
 2020-10-01 18:39 UTC  (4+ messages)

[PATCH 0/9] nvme qemu cleanups and fixes
 2020-10-01 18:34 UTC  (4+ messages)
` [PATCH 1/9] hw/block/nvme: remove pointless rw indirection

[PATCH] pipe: fix hang when racing with a wakeup
 2020-10-01 18:38 UTC  (4+ messages)

[PATCH 0/5] Speed up mremap on large regions
 2020-10-01 18:36 UTC  (11+ messages)
` [PATCH 1/5] kselftests: vm: Add mremap tests
` [PATCH 3/5] mm: Speedup mremap on 1GB or larger regions

[PULL] u-boot-usb/next
 2020-10-01 18:38 UTC  (5+ messages)

[PATCH net-next 0/5] implement kthread based napi poll
 2020-10-01 18:37 UTC  (7+ messages)
` [PATCH net-next 5/5] net: improve napi threaded config

stable/linux-5.8.y build: 196 builds: 0 failed, 196 passed, 18 warnings (v5.8.13)
 2020-10-01 18:37 UTC 

[PATCH -next] ASoC: qcom: fix SDM845 & QDSP6 dependencies more
 2020-10-01 18:35 UTC  (2+ messages)

[PATCH v4 0/9] Update to zstd-1.4.6
 2020-10-01 18:35 UTC  (5+ messages)
` [GIT PULL][PATCH "
      ` [f2fs-dev] "

[net-next v2 01/11] net: bridge: extend the process of special frames
 2020-10-01 18:36 UTC  (3+ messages)

[Bug 209457] New: AMDGPU resume fail with RX 580 GPU
 2020-10-01 18:36 UTC  (2+ messages)
` [Bug 209457] "

[PATCH v10 00/14] ASoC: Intel: Catpt - Lynx and Wildcat point
 2020-10-01 18:33 UTC  (3+ messages)
` [PATCH v10 14/14] ASoC: Intel: Select catpt and deprecate haswell

[Buildroot] [PATCH 1/1] package/cppzmq: bump to version 4.7.0
 2020-10-01 18:34 UTC 

[PATCH 1/4] drm/amdkfd: Remove legacy code from trap handler
 2020-10-01 18:34 UTC  (5+ messages)
` [PATCH 2/4] drm/amdkfd: Remove duplicated "
` [PATCH 3/4] drm/amdkfd: Move first_wave bit in gfx10 "
` [PATCH 4/4] drm/amdkfd: Save TTMPs on all ASICs "

[PULL 0/9] Ide patches
 2020-10-01 17:46 UTC  (6+ messages)
` [PULL 4/9] ide: don't tamper with the device register
` [PULL 5/9] ide: model HOB correctly
` [PULL 7/9] ide: remove magic constants from the device register
` [PULL 8/9] ide: clear interrupt on command write
` [PULL 9/9] ide: cancel pending callbacks on SRST

[PATCH net-next 0/6] l2tp: add ac/pppoe driver
 2020-10-01 18:30 UTC  (4+ messages)

[PATCH] Fix Atmel TPM crash caused by too frequent queries
 2020-10-01 18:32 UTC  (14+ messages)

[xen-unstable-smoke test] 155246: regressions - FAIL
 2020-10-01 18:32 UTC 

[PATCH v8 0/3] push: add "--[no-]force-if-includes"
 2020-10-01 18:32 UTC  (6+ messages)
` [PATCH v9 "

[PATCH v3 0/4] TPM 2.0 fixes in IMA tests
 2020-10-01 18:31 UTC  (7+ messages)
          ` [LTP] "

[PATCH net-next 0/9] genetlink: support per-command policy dump
 2020-10-01 18:30 UTC  (10+ messages)
` [PATCH net-next 1/9] genetlink: reorg struct genl_family
` [PATCH net-next 2/9] genetlink: add small version of ops
` [PATCH net-next 3/9] genetlink: move to smaller ops wherever possible
` [PATCH net-next 4/9] genetlink: add a structure for dump state
` [PATCH net-next 5/9] genetlink: use .start callback for dumppolicy
` [PATCH net-next 6/9] genetlink: bring back per op policy
` [PATCH net-next 7/9] taskstats: move specifying netlink policy back to ops
` [PATCH net-next 8/9] genetlink: use per-op policy for CTRL_CMD_GETPOLICY
` [PATCH net-next 9/9] genetlink: allow dumping command-specific policy

[PATCH v9 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-10-01 17:57 UTC  (4+ messages)

[PATCH 0/6] Ancillary bus implementation and SOF multi-client support
 2020-10-01 18:29 UTC  (21+ messages)
` [PATCH 1/6] Add ancillary bus support

[PATCH v4 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-10-01 18:30 UTC  (7+ messages)
` [PATCH v4 1/4] mm: memcontrol: use helpers to access page's memcg data
` [PATCH v4 4/4] mm: convert page kmemcg type to a page memcg flag

[PATCH 0/6] Ancillary bus implementation and SOF multi-client support
 2020-10-01 18:29 UTC  (6+ messages)
` [PATCH 1/6] Add ancillary bus support

[RFC PATCH v4 00/29] Hexagon patch series
 2020-10-01 18:08 UTC  (7+ messages)
` [RFC PATCH v4 27/29] Hexagon (linux-user/hexagon) Linux user emulation

[RFC][PATCH 0/6] dma-buf: Performance improvements for system heap
 2020-10-01 18:28 UTC  (6+ messages)
` [RFC][PATCH 5/6] dma-buf: system_heap: Add pagepool support to "

[PATCH] hw/rtc/twl92230: Silence warnings about missing fallthrough statements
 2020-10-01 18:21 UTC 

[PATCH v5 00/15] Add Broadcom VK driver
 2020-10-01 18:27 UTC  (4+ messages)
` [PATCH v5 09/15] misc: bcm-vk: add VK messaging support

[PATCH v3 0/2] Add hwmon driver for Moortec PVT controller
 2020-10-01 18:26 UTC  (3+ messages)
` [PATCH v3 2/2] Add hardware monitoring driver for Moortec MR75203 "

[fuse-devel] Cross-host entry caching and file open/create
 2020-10-01 18:25 UTC  (4+ messages)

[PATCH 1/1] NFSv4: make cache consistency bitmask dynamic
 2020-10-01 18:25 UTC  (3+ messages)

[PATCH v2 RESEND 0/9] Some fixes for spi-s3c64xx
 2020-10-01 18:23 UTC  (3+ messages)

About 'qemu-security' mailing list
 2020-10-01 18:17 UTC  (10+ messages)

Slow booting on x15
 2020-10-01 18:24 UTC  (13+ messages)

BUG: kernel NULL pointer dereference, address: 00000024 - ftrace
 2020-10-01 18:24 UTC 

[PATCH v4 00/46] qapi: static typing conversion, pt1
 2020-10-01 17:59 UTC  (6+ messages)
` [PATCH v4 41/46] qapi/introspect.py: create a typed 'Node' data structure

[PATCH v6 0/4] Fixes curses on msys2/mingw
 2020-10-01 17:32 UTC  (3+ messages)
` [PATCH v6 3/4] curses: Fixes curses compiling errors
` [PATCH v6 4/4] win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defined on msys2/mingw

[PATCH 0/2] diff: add -I<regex> that ignores matching changes
 2020-10-01 18:21 UTC  (3+ messages)
` [PATCH 1/2] "

Problems with pointer offsets on ARM32
 2020-10-01 18:21 UTC  (8+ messages)

[PATCH v5] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-10-01 18:20 UTC  (2+ messages)

stable-rc/queue/4.9 build: 197 builds: 1 failed, 196 passed, 4 warnings (v4.9.237-119-g25a3a190ebcd)
 2020-10-01 18:20 UTC 

For review: seccomp_user_notif(2) manual page
 2020-10-01 18:18 UTC  (7+ messages)

[PATCH v2] Staging: nvec: nvec: fix double next comment
 2020-09-27 16:45 UTC  (2+ messages)

[RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2020-10-01 18:17 UTC  (9+ messages)
` [RFC PATCH v3 1/2] ext4/xfs: add page refcount helper
` [RFC PATCH v3 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH bpf-next] libbpf: export bpf_object__reuse_map() to libbpf api
 2020-10-01 18:17 UTC  (8+ messages)

[PATCH] hw/core/cpu: Add missing 'exec/cpu-common.h' include
 2020-10-01 17:56 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/mark/linux
 2020-10-01 18:14 UTC 

[dpdk-dev] [PATCH] ethdev: check if queues are allocated before getting info
 2020-10-01 18:14 UTC 

[PATCH v4 0/3] hwmon: (lm75) Add regulator support
 2020-10-01 18:13 UTC  (3+ messages)
` [PATCH v4 3/3] "

[PATCH v2] cpus: Do not dump CPU state when calling hw_error()
 2020-10-01 17:55 UTC 

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-01 18:11 UTC  (6+ messages)
` [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure

post-receive: pub/scm/linux/kernel/git/groeck/linux-staging
 2020-10-01 18:12 UTC 

[PATCH v2 0/5] tpm_tis: fix interrupts (again)
 2020-10-01 18:09 UTC  (6+ messages)
` [PATCH v2 1/5] tpm_tis: Fix check_locality for correct locality acquisition
` [PATCH v2 2/5] tpm_tis: Clean up locality release
` [PATCH v2 3/5] tpm_tis: Fix interrupts for TIS TPMs without legacy cycles
` [PATCH v2 4/5] tpm_tis: fix IRQ probing
` [PATCH v2 5/5] Revert "tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's""

Nouveau wiki migration
 2020-10-01 18:10 UTC  (5+ messages)

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-10-01 18:09 UTC  (7+ messages)
` [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline


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.