All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-13 16:08:48 to 2020-07-13 16:35:49 UTC [more...]

KASAN: use-after-free Read in drm_gem_object_release
 2020-07-13 16:12 UTC  (3+ messages)

[PATCH 00/32] fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter
 2020-07-13 16:35 UTC  (45+ messages)
` [PATCH 01/32] iov_iter: Add ITER_MAPPING
` [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/32] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 04/32] vfs: Provide S_CACHE_FILE inode flag
` [PATCH 05/32] mm: Provide lru_to_last_page() to get last of a page list
` [PATCH 06/32] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [PATCH 07/32] fscache: Provide a simple thread pool for running ops asynchronously
` [PATCH 08/32] fscache: Replace the object management state machine
` [PATCH 09/32] fscache: Rewrite the I/O API based on iov_iter
` [PATCH 10/32] fscache: Remove fscache_wait_on_invalidate()
` [PATCH 11/32] fscache: Keep track of size of a file last set independently on the server
` [PATCH 12/32] fscache, cachefiles: Fix disabled histogram warnings
` [PATCH 13/32] fscache: Recast assertion in terms of cookie not being an index
` [PATCH 14/32] cachefiles: Remove some redundant checks on unsigned values
` [PATCH 15/32] cachefiles: trace: Log coherency checks
` [PATCH 16/32] cachefiles: Split cachefiles_drop_object() up a bit
` [PATCH 17/32] cachefiles: Implement new fscache I/O backend API
` [PATCH 18/32] cachefiles: Merge object->backer into object->dentry
` [PATCH 19/32] cachefiles: Implement a content-present indicator and bitmap
` [PATCH 20/32] cachefiles: Implement extent shaper
` [PATCH 21/32] cachefiles: Round the cachefile size up to DIO block size
` [PATCH 22/32] cachefiles: Implement read and write parts of new I/O API
` [PATCH 23/32] cachefiles: Add I/O tracepoints
` [PATCH 24/32] fscache: Add read helper
` [PATCH 25/32] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [PATCH 26/32] fscache: Remove more obsolete stats

[PATCH] firmware: qcom_scm: Fix legacy convention SCM accessors
 2020-07-13 16:35 UTC  (2+ messages)

[PATCH for-5.1 0/2] qemu-img convert: Fix abort with unaligned image size
 2020-07-13 16:33 UTC  (5+ messages)
` [PATCH for-5.1 1/2] block: Require aligned image size to avoid assertion failure
` [PATCH for-5.1 2/2] file-posix: Allow byte-aligned O_DIRECT with NFS

[Buildroot] [PATCH 1/1] package/freerdp: security bump to version 2.1.2
 2020-07-13 16:34 UTC  (2+ messages)

[PATCH net-next v6 0/4] net: enetc: remove bootloader dependency
 2020-07-13 16:34 UTC  (5+ messages)
` [PATCH net-next v6 1/4] net: phy: add USXGMII link partner ability constants
` [PATCH net-next v6 2/4] net: dsa: felix: (re)use already existing constants

[PATCH 0/3] arm64: allwinner: a64: add bluetooth support for Pinebook
 2020-07-13 16:32 UTC  (8+ messages)
` [PATCH 1/3] Bluetooth: Add new quirk for broken local ext features max_page

[PATCH] memory: Replace HTTP links with HTTPS ones
 2020-07-13 16:32 UTC 

[PATCH 00/25] Rid W=1 warnings in Pinctrl
 2020-07-13 16:32 UTC  (3+ messages)
` [PATCH 21/25] pinctrl: pinctrl-single: Fix struct/function documentation blocks

[PATCH] tcg/riscv: Remove superfluous breaks
 2020-07-13 16:21 UTC  (3+ messages)

[PATCH] gcc-plugins: Replace HTTP links with HTTPS ones
 2020-07-13 16:32 UTC  (2+ messages)

[Buildroot] [git commit] package/freerdp: security bump to version 2.1.2
 2020-07-13 16:32 UTC 

[PATCH][next] drm/i915/selftest: fix an error return path where err is not being set
 2020-07-13 16:32 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH] ip6_gre: fix null-ptr-deref in ip6gre_init_net()
 2020-07-13 16:31 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/gssdp: bump to version 1.2.3
 2020-07-13 16:31 UTC  (2+ messages)

[PATCH] gtk-icon-cache.bbclass: update RDEPENDS
 2020-07-13 16:30 UTC  (6+ messages)
` [OE-core] "

[PATCH 1/2] drm/amd/display: Add missing DCN30 registers and fields for OTG_CRC_CNTL2
 2020-07-13 16:30 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/display: Allow for vblank enabled with no active planes

[PATCH 00/14] fscache: Rewrite 1: Disable and clean in preparation for rewrite
 2020-07-13 16:30 UTC  (30+ messages)
` [PATCH 01/14] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 02/14] afs: Disable use of the fscache I/O routines
` [PATCH 03/14] fscache: Add a cookie debug ID and use that in traces
` [PATCH 04/14] fscache: Procfile to display cookies
` [PATCH 05/14] fscache: Remove the old I/O API
` [PATCH 06/14] fscache: Remove the netfs data from the cookie
` [PATCH 07/14] fscache: Remove struct fscache_cookie_def
` [PATCH 08/14] fscache: Remove store_limit* from struct fscache_object
` [PATCH 09/14] fscache: Remove fscache_check_consistency()
` [PATCH 10/14] fscache: Remove fscache_attr_changed()
` [PATCH 11/14] fscache: Remove obsolete stats
` [PATCH 12/14] fscache: Remove old I/O tracepoints
` [PATCH 13/14] fscache: Temporarily disable fscache_invalidate()
` [PATCH 14/14] fscache: Remove the I/O operation manager

[dpdk-dev] [PATCH 20.08] mempool/ring: add support for new ring sync modes
 2020-07-13 16:29 UTC  (11+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 00/18] perf metric: Add support to reuse metric
 2020-07-13 16:27 UTC  (3+ messages)
` [PATCH 11/18] perf metric: Add referenced metrics to hash data

[Buildroot] [git commit] package/gssdp: bump to version 1.2.3
 2020-07-13 16:29 UTC 

[Buildroot] [git commit] package/gupnp: security bump to version 1.2.3
 2020-07-13 16:29 UTC 

[SPDK] Re: NVMe hotplug for RDMA and TCP transports
 2020-07-13 16:29 UTC 

[PATCH v3 0/3] Migration Pull request
 2020-07-13 16:24 UTC  (4+ messages)
` [PATCH v3 1/3] migration: fix memory leak in qmp_migrate_set_parameters
` [PATCH v3 2/3] migration/savevm: respect qemu_fclose() error code in save_snapshot()
` [PATCH v3 3/3] migration/migration.c: Remove superfluous breaks

[v5] dt-bindings: msm: disp: add yaml schemas for DPU and DSI bindings
 2020-07-13 16:28 UTC  (3+ messages)

[PATCH] clocksource/drivers/timer-ti-dm: Fix suspend and resume for am3 and am4
 2020-07-13 16:26 UTC  (2+ messages)

Clarification about the series to modernize the tasklet api
 2020-07-13 16:27 UTC  (5+ messages)

[OE-core][zeus][PATCH] glibc: CVE-2020-6096
 2020-07-13 16:27 UTC  (2+ messages)

[PATCH v2] serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35X
 2020-07-13 16:26 UTC  (3+ messages)

[PATCH v6 0/2] Extend SSR notifications framework
 2020-07-13 16:26 UTC  (4+ messages)
` [PATCH v6 1/2] remoteproc: qcom: Add per subsystem SSR notification

[PATCH 00/25] dma-fence annotations, round 3
 2020-07-13 16:26 UTC  (7+ messages)
` [PATCH 01/25] dma-fence: basic lockdep annotations
      ` [Intel-gfx] "

[PATCH V2 net-next 0/7] ENA driver new features
 2020-07-13 16:25 UTC  (3+ messages)
` [PATCH V2 net-next 1/7] net: ena: avoid unnecessary rearming of interrupt vector when busy-polling

[PATCH] scsi: cxgb4i: clean up a debug printk
 2020-07-13 16:25 UTC  (3+ messages)

[bug report] scsi: cxgb4i: Add support for iSCSI segmentation offload
 2020-07-13 16:25 UTC  (2+ messages)

[PATCH net] net: dsa: link interfaces with the DSA master to get rid of lockdep warnings
 2020-07-13 16:24 UTC 

[PATCH net-next 0/3] vxlan, geneve: allow to turn off PMTU updates on encap socket
 2020-07-13 16:22 UTC  (10+ messages)
` [PATCH net-next 1/3] udp_tunnel: allow to turn off path mtu discovery on encap sockets

[PATCH] media: uvcvideo: Replace HTTP links with HTTPS ones
 2020-07-13 16:22 UTC 

[PATCH -next] xfs: remove duplicated include from xfs_buf_item.c
 2020-07-13 16:20 UTC  (3+ messages)

Updating to Zeus with zcu102
 2020-07-13 16:22 UTC 

[PATCH v2] KVM: nVMX: fix the layout of struct kvm_vmx_nested_state_hdr
 2020-07-13 16:22 UTC 

[PATCH] drm/drm_fb_helper: fix fbdev with sparc64
 2020-07-13 16:21 UTC  (4+ messages)

drivers/atm/horizon.c:365:9: sparse: sparse: incorrect type in argument 1 (different base types)
 2020-07-13 16:20 UTC  (2+ messages)

[PATCH 0/1] usb: dwc3: meson-g12a: fix shared reset control use
 2020-07-13 16:05 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] xfs: remove SYNC_WAIT and SYNC_TRYLOCK
 2020-07-13 16:20 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/haproxy: bump to version 2.2.0
 2020-07-13 16:20 UTC 

[PATCH] linux-user: implement the semtimedop syscall
 2020-07-13 16:18 UTC  (2+ messages)

[PATCH 1/3] arm64: tegra: Add support for Jetson Xavier NX
 2020-07-13 16:17 UTC  (4+ messages)
` [RESEND PATCH] "

[PATCH v2 0/3] Fix couple of issues with AMD topology
 2020-07-13 16:17 UTC  (5+ messages)
` [PATCH v2 1/3] hw/i386: Initialize topo_ids from CpuInstanceProperties

[PATCH 1/1] SUNRPC dont update timeout value on connection reset
 2020-07-13 16:18 UTC  (9+ messages)

[Buildroot] [PATCH 1/1] package/python-pyparted: needs python3
 2020-07-13 16:18 UTC  (2+ messages)

[PATCH bpf-next 00/13] bpf: implement bpf iterator for map elements
 2020-07-13 16:17 UTC  (14+ messages)
` [PATCH bpf-next 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member
` [PATCH bpf-next 02/13] bpf: refactor to provide aux info to bpf_iter_init_seq_priv_t
` [PATCH bpf-next 03/13] bpf: support readonly buffer in verifier
` [PATCH bpf-next 04/13] bpf: implement bpf iterator for map elements
` [PATCH bpf-next 05/13] bpf: implement bpf iterator for hash maps
` [PATCH bpf-next 06/13] bpf: implement bpf iterator for array maps
` [PATCH bpf-next 07/13] bpf: implement bpf iterator for sock local storage map
` [PATCH bpf-next 08/13] tools/libbpf: add support for bpf map element iterator
` [PATCH bpf-next 09/13] tools/bpftool: add bpftool "
` [PATCH bpf-next 10/13] selftests/bpf: add test for bpf hash map iterators
` [PATCH bpf-next 11/13] selftests/bpf: add test for bpf array "
` [PATCH bpf-next 12/13] selftests/bpf: add a test for bpf sk_storage_map iterator
` [PATCH bpf-next 13/13] selftests/bpf: add a test for out of bound rdonly buf access

[PATCH][next] scsi: cxgb4i: fix dereference of pointer tdata before it is null checked
 2020-07-13 16:17 UTC  (2+ messages)

[PATCH 0/5] Continue xfs kmem cleanup - V2
 2020-07-13 16:17 UTC  (6+ messages)
` [PATCH V2 1/5] xfs: Remove kmem_zone_alloc() usage

[PATCH v2 1/1] SUNRPC dont update timeout value on connection reset
 2020-07-13 16:18 UTC 

[PATCH] hw/net/ftgmac100: Fix integer overflow in ftgmac100_do_tx()
 2020-07-13 16:15 UTC  (4+ messages)

WARNING in submit_bio_checks
 2020-07-13 16:16 UTC  (3+ messages)

[GIT PULL v2] firmware: arm_scmi: updates for v5.9
 2020-07-13 16:14 UTC 

[PATCH v6 0/2] tmpfs: inode: Reduce risk of inum overflow
 2020-07-13 16:15 UTC  (3+ messages)
` [PATCH v6 1/2] tmpfs: Per-superblock i_ino support
` [PATCH v6 2/2] tmpfs: Support 64-bit inums per-sb

[PATCH v3] xfs: get rid of unnecessary xfs_perag_{get,put} pairs
 2020-07-13 16:12 UTC  (3+ messages)
` [PATCH v4] "

[Buildroot] [PATCH 1/1] package/lcms2: bump to version 2.11
 2020-07-13 16:14 UTC 

[PATCH 0/2] qom: Make "info qom-tree" show children sorted
 2020-07-13 16:13 UTC  (9+ messages)
` [PATCH 2/2] "
  ` Slow down with: 'Make "info qom-tree" show children sorted'

[PATCH] drm/i915/gt: Only swap to a random sibling once upon creation
 2020-07-13 16:14 UTC  (3+ messages)
` [Intel-gfx] "

[fuse] 6b2fb79963: WARNING:at_fs/fuse/file.c:#tree_insert[fuse]
 2020-07-13 16:14 UTC  (5+ messages)
` [PATCH] fuse_writepages_fill() optimization to avoid WARN_ON in tree_insert

[PATCH v2 0/4] Two furhter additions for fsinfo ioctl
 2020-07-13 16:13 UTC  (4+ messages)
` [PATCH v2 4/4] btrfs: assert sizes of ioctl structures

[PATCH v2 00/22] device-dax: Support sub-dividing soft-reserved ranges
 2020-07-13 16:12 UTC  (10+ messages)
` [PATCH v2 17/22] drivers/base: Make device_find_child_by_name() compatible with sysfs inputs

[PATCH] [media] tw68: Replace HTTP links with HTTPS ones
 2020-07-13 16:12 UTC 

[PATCH v4 1/2] iio: adc: ad7192: fix null pointer de-reference crash during probe
 2020-07-13 16:11 UTC  (3+ messages)
` [PATCH v4 2/2] iio: adc: ad7192: move ad7192_of_match table closer to the end of the file

[PATCH 1/1 V4] : PCIE PHB reset
 2020-07-13 14:39 UTC 

[PATCH ndctl v2 00/10] daxctl: Support for sub-dividing soft-reserved regions
 2020-07-13 16:08 UTC  (11+ messages)
` [PATCH ndctl v2 01/10] daxctl: Cleanup whitespace
` [PATCH ndctl v2 02/10] libdaxctl: add daxctl_dev_set_size()
` [PATCH ndctl v2 03/10] daxctl: add resize support in reconfigure-device
` [PATCH ndctl v2 04/10] daxctl: add command to disable devdax device
` [PATCH ndctl v2 05/10] daxctl: add command to enable "
` [PATCH ndctl v2 06/10] libdaxctl: add daxctl_region_create_dev()
` [PATCH ndctl v2 07/10] daxctl: add command to create device
` [PATCH ndctl v2 08/10] libdaxctl: add daxctl_region_destroy_dev()
` [PATCH ndctl v2 09/10] daxctl: add command to destroy device
` [PATCH ndctl v2 10/10] daxctl/test: Add tests for dynamic dax regions

[PATCH] drm/i915: Skip signaling a signaled request
 2020-07-13 16:10 UTC  (4+ messages)
` [PATCH v2] "
  ` [Intel-gfx] "

RFC: iomap write invalidation
 2020-07-13 16:09 UTC  (5+ messages)
` [PATCH 2/2] iomap: fall back to buffered writes for invalidation failures
      ` [Cluster-devel] "

Build failures in -next in qcom_common.c
 2020-07-13 16:08 UTC  (3+ messages)

[PATCH] Revert "tty: xilinx_uartps: Fix missing id assignment to the console"
 2020-07-13 16:08 UTC  (7+ messages)
` [PATCH] tty: xilinx_uartps: Really fix id assignment


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.