All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-15 22:32:17 to 2021-09-15 23:16:11 UTC [more...]

[hardknott][PATCH 00/17] Review request
 2021-09-15 23:15 UTC  (18+ messages)
` [hardknott][PATCH 01/17] ruby: Security fixes for CVE-2021-31810/CVE-2021-32066
` [hardknott][PATCH 02/17] ruby: fix CVE-2021-31799
` [hardknott][PATCH 03/17] sqlite3: fix CVE-2021-36690
` [hardknott][PATCH 04/17] apr: Security fix for CVE-2021-35940
` [hardknott][PATCH 05/17] mc: fix CVE-2021-36370
` [hardknott][PATCH 06/17] squashfs-tools: fix CVE-2021-40153
` [hardknott][PATCH 07/17] ffmpeg: fix CVE-2021-38291
` [hardknott][PATCH 08/17] bluez5: fix CVE-2021-0129
` [hardknott][PATCH 09/17] tcl: Exclude CVE-2021-35331 from checks
` [hardknott][PATCH 10/17] flex: Add CVE-2019-6293 to exclusions for checks
` [hardknott][PATCH 11/17] go: Exclude CVE-2021-29923 from report list
` [hardknott][PATCH 12/17] linux-yocto/5.10: update to v5.10.61
` [hardknott][PATCH 13/17] linux-yocto/5.10: update to v5.10.63
` [hardknott][PATCH 14/17] systemtap: Fix headers issue with x86 and 5.13 headers
` [hardknott][PATCH 15/17] ffmpeg: fix CVE-2021-38171
` [hardknott][PATCH 16/17] linux-yocto/5.4: update to v5.4.143
` [hardknott][PATCH 17/17] linux-yocto/5.4: update to v5.4.144

[PATCH v6 0/3] btrfs: support fsverity
 2021-09-15 23:14 UTC  (10+ messages)
` [PATCH v6 2/3] btrfs: initial fsverity support

[syzbot] WARNING in __init_work
 2021-09-15 23:14 UTC  (2+ messages)

[PATCH v2 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-15 23:12 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 6/6] core.fsyncobjectfiles: enable batch mode for testing

[PATCHSET 00/61] xfs: sync libxfs with 5.14
 2021-09-15 23:12 UTC  (62+ messages)
` [PATCH 01/61] mkfs: move mkfs/proto.c declarations to mkfs/proto.h
` [PATCH 02/61] libfrog: move topology.[ch] to libxfs
` [PATCH 03/61] libfrog: create header file for mocked-up kernel data structures
` [PATCH 04/61] libxfs: port xfs_set_inode_alloc from the kernel
` [PATCH 05/61] libxfs: fix whitespace inconsistencies with kernel
` [PATCH 06/61] xfs: Fix fall-through warnings for Clang
` [PATCH 07/61] misc: convert utilities to use "fallthrough;"
` [PATCH 08/61] xfs: use xfs_buf_alloc_pages for uncached buffers
` [PATCH 09/61] xfs: Reverse apply 72b97ea40d
` [PATCH 10/61] xfs: Add xfs_attr_node_remove_name
` [PATCH 11/61] xfs: Refactor xfs_attr_set_shortform
` [PATCH 12/61] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
` [PATCH 13/61] xfs: Add helper xfs_attr_node_addname_find_attr
` [PATCH 14/61] xfs: Hoist xfs_attr_node_addname
` [PATCH 15/61] xfs: Hoist xfs_attr_leaf_addname
` [PATCH 16/61] xfs: Hoist node transaction handling
` [PATCH 17/61] xfs: Add delay ready attr remove routines
` [PATCH 18/61] xfs: Add delay ready attr set routines
` [PATCH 19/61] xfs: Remove xfs_attr_rmtval_set
` [PATCH 20/61] xfs: Clean up xfs_attr_node_addname_clear_incomplete
` [PATCH 21/61] xfs: clean up open-coded fs block unit conversions
` [PATCH 22/61] xfs: move xfs_perag_get/put to xfs_ag.[ch]
` [PATCH 23/61] xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
` [PATCH 24/61] xfs: make for_each_perag... a first class citizen
` [PATCH 25/61] xfs: convert raw ag walks to use for_each_perag
` [PATCH 26/61] xfs: convert xfs_iwalk to use perag references
` [PATCH 27/61] xfs: convert secondary superblock walk to use perags
` [PATCH 28/61] xfs: pass perags through to the busy extent code
` [PATCH 29/61] xfs: push perags through the ag reservation callouts
` [PATCH 30/61] xfs: pass perags around in fsmap data dev functions
` [PATCH 31/61] xfs: add a perag to the btree cursor
` [PATCH 32/61] xfs: convert rmap btree cursor to using a perag
` [PATCH 33/61] xfs: convert refcount btree cursor to use perags
` [PATCH 34/61] xfs: convert allocbt cursors "
` [PATCH 35/61] xfs: use perag for ialloc btree cursors
` [PATCH 36/61] xfs: remove agno from btree cursor
` [PATCH 37/61] xfs: simplify xfs_dialloc_select_ag() return values
` [PATCH 38/61] xfs: collapse AG selection for inode allocation
` [PATCH 39/61] xfs: get rid of xfs_dir_ialloc()
` [PATCH 40/61] xfs: inode allocation can use a single perag instance
` [PATCH 41/61] xfs: clean up and simplify xfs_dialloc()
` [PATCH 42/61] xfs: use perag through unlink processing
` [PATCH 43/61] xfs: remove xfs_perag_t
` [PATCH 44/61] xfs: sort variable alphabetically to avoid repeated declaration
` [PATCH 45/61] xfs: Remove redundant assignment to busy
` [PATCH 46/61] xfs: mark xfs_bmap_set_attrforkoff static
` [PATCH 47/61] xfs: fix radix tree tag signs
` [PATCH 48/61] xfs: drop the AGI being passed to xfs_check_agi_freecount
` [PATCH 49/61] xfs: Fix default ASSERT in xfs_attr_set_iter
` [PATCH 50/61] xfs: Make attr name schemes consistent
` [PATCH 51/61] xfs: perag may be null in xfs_imap()
` [PATCH 52/61] xfs: log stripe roundoff is a property of the log
` [PATCH 53/61] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 54/61] xfs: fix endianness issue in xfs_ag_shrink_space
` [PATCH 55/61] xfs: Initialize error in xfs_attr_remove_iter
` [PATCH 56/61] xfs: Fix multiple fall-through warnings for Clang
` [PATCH 57/61] xfs: check for sparse inode clusters that cross new EOAG when shrinking
` [PATCH 58/61] xfs: correct the narrative around misaligned rtinherit/extszinherit dirs
` [PATCH 59/61] xfs: logging the on disk inode LSN can make it go backwards
` [PATCH 60/61] xfs_db: convert the agresv command to use for_each_perag
` [PATCH 61/61] mkfs: warn about V4 deprecation when creating new V4 filesystems

[v2 0/1] scsi: target: Add 8Fh VPD page
 2021-09-15 23:10 UTC  (3+ messages)
` [v2 1/1] "

[RFC PATCH 0/4] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-09-15 23:10 UTC  (6+ messages)
` [PATCH 2/4] mm: khugepaged: check if file page is on LRU after locking page

[PATCH V6 0/2] drm/vkms: Add virtual hardware module
 2021-09-15 23:08 UTC  (3+ messages)
` [PATCH V6 2/2] drm/vkms: Add support for virtual hardware mode

Missing Expat license (was: [PATCH 12/14] ffmpeg: update LICENSE)
 2021-09-15 23:06 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 7/7] auto-t: add testOWE-transition
 2021-09-15 23:05 UTC 

[PATCH v2 6/7] network: prefer OWE transition BSS over open
 2021-09-15 23:05 UTC 

[PATCH v2 5/7] station: handle OWE Transition procedure
 2021-09-15 23:05 UTC 

[PATCH v2 4/7] network: fix pending hidden OWE scan logic
 2021-09-15 23:05 UTC 

[PATCH v2 3/7] monitor: parse WFA OWE Transition IE
 2021-09-15 23:05 UTC 

[PATCH v2 2/7] scan: keep track of OWE Transition element
 2021-09-15 23:05 UTC 

[PATCH v2 1/7] ie: add ie_parse_owe_transition_from_data
 2021-09-15 23:05 UTC 

[PATCH v3] ACPI: resources: add legacy irq override exception by DMI info
 2021-09-15 23:04 UTC  (4+ messages)

[dm-devel] [PATCH 00/35] multipathd: uxlsnr overhaul
 2021-09-15 23:01 UTC  (5+ messages)
` [dm-devel] [PATCH 07/35] multipathd: improve delayed reconfigure
` [dm-devel] [PATCH 08/35] multipathd: cli.h: formatting improvements

[PATCH BlueZ] sco-tester: Add tests for sending data
 2021-09-15 23:01 UTC 

[LTP] [PATCH v2] tst_test: using SIGTERM to terminate process
 2021-09-15 23:01 UTC  (5+ messages)

[PATCH v3 1/3] PCI/sysfs: Check CAP_SYS_ADMIN before parsing user input
 2021-09-15 23:01 UTC  (3+ messages)
` [PATCH v3 2/3] PCI/sysfs: Return -EINVAL consistently from "store" functions
` [PATCH v3 3/3] PCI: Don't use the strtobool() wrapper for kstrtobool()

+ lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v2.patch added to -mm tree
 2021-09-15 23:01 UTC 

[PATCH v3 1/3] Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg
 2021-09-15 23:01 UTC  (3+ messages)
` [PATCH v3 2/3] Bluetooth: Fix passing NULL to PTR_ERR
` [PATCH v3 3/3] Bluetooth: SCO: Fix sco_send_frame returning skb->len

+ mm-add-zap_skip_check_mapping-helper.patch added to -mm tree
 2021-09-15 22:58 UTC 

+ mm-clear-vmf-pte-after-pte_unmap_same-returns.patch added to -mm tree
 2021-09-15 22:58 UTC 

+ mm-drop-first_index-last_index-in-zap_details.patch added to -mm tree
 2021-09-15 22:58 UTC 

+ mm-shmem-unconditionally-set-pte-dirty-in-mfill_atomic_install_pte.patch added to -mm tree
 2021-09-15 22:58 UTC 

stable-rc/queue/4.9 baseline: 97 runs, 4 regressions (v4.9.282-102-g588ed610887d)
 2021-09-15 22:55 UTC 

+ mm-large-system-hash-avoid-possible-null-deref-in-alloc_large_system_hash.patch added to -mm tree
 2021-09-15 22:54 UTC 

Patch "wwan: core: Fix missing RTM_NEWLINK event for default link" has been added to the 5.14-stable tree
 2021-09-15 22:54 UTC 

[PATCH] udf: Fix regression which is preventing symlink access
 2021-09-15 22:52 UTC  (5+ messages)

[peterz-queue:x86/core 2/2] arch/x86/kernel/traps.c:468:38: error: use of undeclared identifier 'address'
 2021-09-15 22:51 UTC  (2+ messages)

[dm-devel] [PATCH] multipath-tools: minor fixes to multipath.conf.5 man page
 2021-09-15 22:44 UTC 

stable-rc/queue/5.10 baseline: 133 runs, 2 regressions (v5.10.65-54-gb135f9e6506c)
 2021-09-15 22:47 UTC 

[Bug 213839] New: XHCI 7 port usb hub does not work correctly
 2021-09-15 22:46 UTC  (2+ messages)
` [Bug 213839] "

linux 5.14.3: free_user_ns causes NULL pointer dereference
 2021-09-15 22:42 UTC  (4+ messages)

[PATCHSET v3 0/3] Add ability to save/restore iov_iter state
 2021-09-15 22:42 UTC  (6+ messages)

stable-rc/linux-5.10.y build: 180 builds: 0 failed, 180 passed, 11 warnings (v5.10.65-55-g84286fd568e7)
 2021-09-15 22:41 UTC 

[PATCH v20 00/46] sg: add v4 interface
 2021-09-15 22:33 UTC  (47+ messages)
` [PATCH v20 01/46] sg: move functions around
` [PATCH v20 02/46] sg: remove typedefs, type+formatting cleanup
` [PATCH v20 03/46] sg: sg_log and is_enabled
` [PATCH v20 04/46] sg: rework sg_poll(), minor changes
` [PATCH v20 05/46] sg: bitops in sg_device
` [PATCH v20 06/46] sg: make open count an atomic
` [PATCH v20 07/46] sg: move header to uapi section
` [PATCH v20 08/46] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v20 09/46] sg: sg_allow_if_err_recovery and renames
` [PATCH v20 10/46] sg: improve naming
` [PATCH v20 11/46] sg: change rwlock to spinlock
` [PATCH v20 12/46] sg: ioctl handling
` [PATCH v20 13/46] sg: split sg_read
` [PATCH v20 14/46] sg: sg_common_write add structure for arguments
` [PATCH v20 15/46] sg: rework sg_vma_fault
` [PATCH v20 16/46] sg: rework sg_mmap
` [PATCH v20 17/46] sg: replace sg_allow_access
` [PATCH v20 18/46] sg: rework scatter gather handling
` [PATCH v20 19/46] sg: introduce request state machine
` [PATCH v20 20/46] sg: sg_find_srp_by_id
` [PATCH v20 21/46] sg: sg_fill_request_element
` [PATCH v20 22/46] sg: printk change %p to %pK
` [PATCH v20 23/46] sg: xarray for fds in device
` [PATCH v20 24/46] sg: xarray for reqs in fd
` [PATCH v20 25/46] sg: replace rq array with xarray
` [PATCH v20 26/46] sg: sense buffer rework
` [PATCH v20 27/46] sg: add sg v4 interface support
` [PATCH v20 28/46] sg: rework debug info
` [PATCH v20 29/46] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v20 30/46] sg: expand sg_comm_wr_t
` [PATCH v20 31/46] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v20 32/46] sg: add some __must_hold macros
` [PATCH v20 33/46] sg: move procfs objects to avoid forward decls
` [PATCH v20 34/46] sg: protect multiple receivers
` [PATCH v20 35/46] sg: first debugfs support
` [PATCH v20 36/46] sg: rework mmap support
` [PATCH v20 37/46] sg: defang allow_dio
` [PATCH v20 38/46] sg: warn v3 write system call users
` [PATCH v20 39/46] sg: add mmap_sz tracking
` [PATCH v20 40/46] sg: remove rcv_done request state
` [PATCH v20 41/46] sg: track lowest inactive and await indexes
` [PATCH v20 42/46] sg: remove unit attention check for device changed
` [PATCH v20 43/46] sg: no_dxfer: move to/from kernel buffers
` [PATCH v20 44/46] sg: add blk_poll support
` [PATCH v20 45/46] sg: add statistics similar to st
` [PATCH v20 46/46] sg: bump version to 4.0.12

[PATCH V3 0/3] scsi: ufs: Let devices remain runtime suspended during system suspend
 2021-09-15 22:41 UTC  (16+ messages)
` [PATCH V3 1/3] scsi: ufs: Fix error handler clear ua deadlock

[PATCH V2] KVM: SEV: Acquire vcpu mutex when updating VMSA
 2021-09-15 22:40 UTC  (2+ messages)

[PATCH 0/6] congestion_wait() and GFP_NOFAIL
 2021-09-15 22:38 UTC  (10+ messages)
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops

[PATCH v4] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-15 22:38 UTC  (5+ messages)

[PATCH v1 0/2] gpio: mlxbf2: Introduce proper interrupt handling
 2021-09-15 22:28 UTC  (3+ messages)
` [PATCH v1 1/2] gpio: mlxbf2: Introduce IRQ support
` [PATCH v1 2/2] net: mellanox: mlxbf_gige: Replace non-standard interrupt handling

[PATCH 0/4] selftests: kvm: fscanf warn fixes and cleanups
 2021-09-15 22:34 UTC  (2+ messages)

[PATCH v7 0/3] force hsa hbp hfp packets multiple of lanenum to avoid screen shift
 2021-09-15 22:31 UTC  (8+ messages)
` [PATCH v7 1/3] drm/dsi: transer dsi hs packet aligned
` [PATCH v7 2/3] drm/mediatek: implment the dsi hs packets aligned
` [PATCH v7 3/3] drm/bridge: anx7625: config hs packets end aligned to avoid screen shift

[PATCH v2 0/4] Introduce and use absolute_pointer macro
 2021-09-15 22:33 UTC  (5+ messages)

[PATCH] KVM: SEV: Disable KVM_CAP_VM_COPY_ENC_CONTEXT_FROM for SEV-ES
 2021-09-15 22:33 UTC  (9+ messages)

[PATCH 0/2] (experimental) diff --quote-path-with-sp
 2021-09-15 22:33 UTC  (3+ messages)
` [PATCH 1/2] diff: simplify quote_two()
` [PATCH 2/2] diff: --quote-path-with-sp

[dhowells-fs:fscache-iter-3 2/8] fs/fscache/io.c:164:5: warning: no previous prototype for function '__fscache_fallback_read_page'
 2021-09-15 22:33 UTC  (2+ messages)

[Intel-wired-lan] Linux 5.15-rc1 - 82599ES VPD access isue
 2021-09-15 22:32 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/5] lib: Windows compatibility renaming
 2021-09-15 22:31 UTC  (3+ messages)
` [dpdk-dev] [PATCH 4/5] ring: rename local variables for Windows compatibility


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.