All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-13 19:20:04 to 2022-06-13 19:57:04 UTC [more...]

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-06-13 18:28 UTC  (12+ messages)

[PATCH] generic/softirq: Disable softirq stacks on PREEMPT_RT
 2022-06-13 18:27 UTC 

[PATCH 00/11] bsd-user: Next round of syscalls
 2022-06-13 19:54 UTC  (15+ messages)
` [PATCH 01/11] bsd-user: Implement open, openat and close
` [PATCH 02/11] bsd-user: Implement fdatasync, fsync and close_from
` [PATCH 03/11] bsd-user: Implement revoke, access, eaccess and faccessat
` [PATCH 04/11] bsd-user: Implement chdir and fchdir
` [PATCH 07/11] bsd-user: Implement mkdir and mkdirat
` [PATCH 08/11] bsd-user: Implement rmdir and undocumented -_getcwd
` [PATCH 10/11] bsd-user: Implement trunctate and ftruncate

[Buildroot] [PATCH 1/3] package/sofia-sip: add SOFIA_SIP_CPE_ID_VENDOR
 2022-06-13 19:53 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/sofia-sip: fix version
` [Buildroot] [PATCH 3/3] package/sofia-sip: security bump to version 1.13.8

+ fat-add-renameat2-rename_exchange-flag-support.patch added to mm-nonmm-unstable branch
 2022-06-13 18:27 UTC 

+ fat-add-a-vfat_rename2-and-make-existing-rename-callback-a-helper.patch added to mm-nonmm-unstable branch
 2022-06-13 18:27 UTC 

+ fat-factor-out-reusable-code-in-vfat_rename-as-helper-functions.patch added to mm-nonmm-unstable branch
 2022-06-13 18:27 UTC 

[PATCH 0/3] Fix a few documentation errors around the raw diff output
 2022-06-13 18:26 UTC  (5+ messages)
` [PATCH 1/3] diff-format.txt: fix ancient copy-paste error

[bluez/bluez] 5f9d9a: a2dp: disallow multiple SetConfiguration to same l
 2022-06-13 18:26 UTC 

[PATCH 5.18 000/339] 5.18.4-rc1 review
 2022-06-13 18:24 UTC 

[PATCH v5 00/12] efi_loader: more tightly integrate UEFI disks to driver model
 2022-06-13 19:54 UTC  (4+ messages)
` [PATCH v5 07/12] efi_loader: disk: a helper function to create efi_disk objects from udevice

[Patch v3 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-06-13 18:25 UTC  (4+ messages)
` [Patch v3 03/12] net: mana: Handle vport sharing between devices

[PATCH 0/2] btrfs: cleanup related to the 1MiB reserved space
 2022-06-13 18:20 UTC  (2+ messages)

[PATCH 0/4] ext4: Debug message and export cleanups
 2022-06-13 18:24 UTC  (2+ messages)

[Bug 216121] New: Links
 2022-06-13 18:24 UTC  (2+ messages)
` [Bug 216121] Links

[PATCH 00/40] media: atomisp: Various hmm and other cleanups
 2022-06-13 19:51 UTC  (41+ messages)
` [PATCH 01/40] media: atomisp: remove the unused RAW_BUF_STRIDE macro
` [PATCH 02/40] media: atomisp: remove unused ia_css_frame_allocate_contiguous*() functions
` [PATCH 03/40] media: atomisp: drop contiguous argument from ia_css_frame_allocate_with_buffer_size()
` [PATCH 04/40] media: atomisp: drop contiguous argument from frame_allocate_with_data()
` [PATCH 05/40] media: atomisp: drop contiguous argument from frame_create()
` [PATCH 06/40] media: atomisp: drop IA_CSS_FRAME_FORMAT_MIPI support from ia_css_frame_init_planes()
` [PATCH 07/40] media: atomisp: drop contiguous flag from struct ia_css_frame
` [PATCH 08/40] media: atomisp: drop ATOMISP_MAP_FLAG_CONTIGUOUS
` [PATCH 09/40] media: atomisp: remove dynamic and reserved pool code
` [PATCH 10/40] media: atomisp: remove hmm_pool_[un]register()
` [PATCH 11/40] media: atomisp: remove hmm pool code
` [PATCH 12/40] media: atomisp: remove hmm_mem_stats
` [PATCH 13/40] media: atomisp: remove pool related kernel cmdline options
` [PATCH 14/40] media: atomisp: remove unused attribute argument from ia_css_frame_map()
` [PATCH 15/40] media: atomisp: drop hmm_page_type
` [PATCH 16/40] media: atomisp: removed unused hmm_bo_get_page_info() function
` [PATCH 17/40] media: atomisp: remove bogus comment above hmm_bo_allocated() prototype
` [PATCH 18/40] media: atomisp: remove private acceleration ioctls
` [PATCH 19/40] media: atomisp: remove atomisp_acc.c
` [PATCH 20/40] media: atomisp: remove unused atomisp_*css_* functions
` [PATCH 21/40] media: atomisp: asc.acc.pipeline is always NULL
` [PATCH 22/40] media: atomisp: remove no longer used atomisp_css_acc_done() function
` [PATCH 23/40] media: atomisp: remove atomisp_is_acc_enabled()
` [PATCH 24/40] media: atomisp: drop unused ATOMISP_ACC_FW_LOAD_* defines
` [PATCH 25/40] media: atomisp: drop ATOMISP_MAP_FLAG_CLEARED
` [PATCH 26/40] media: atomisp: drop unused ATOMISP_MAP_FLAG_* flags
` [PATCH 27/40] media: atomisp: remove unused hmm address translation functions
` [PATCH 28/40] media: atomisp: add hmm_create_from_userdata() helper
` [PATCH 29/40] media: atomisp: Simplify hmm_alloc() calls
` [PATCH 30/40] media: atomisp: drop highmem var/arg from the hmm code
` [PATCH 31/40] media: atomisp: drop HMM_BO_SHARE type
` [PATCH 32/40] media: atomisp: remove hmm_page_object
` [PATCH 33/40] media: atomisp: fix __get_frame_info() error handling
` [PATCH 34/40] media: atomisp: add error checking to atomisp_create_pipes_stream()
` [PATCH 35/40] media: atomisp: add error logging to atomisp_destroy_pipes_stream_force()
` [PATCH 36/40] media: atomisp: use atomisp_create_pipes_stream() in more places
` [PATCH 37/40] media: atomisp: use atomisp_css_update_stream() "
` [PATCH 38/40] media: atomisp: use atomisp_destroy_pipes_stream_force() "
` [PATCH 39/40] media: atomisp: remove force argument from __destroy_[stream[s]|pipe[s]]()
` [PATCH 40/40] media: atomisp: Add a notes.txt file

[PATCH v1] vduse: Tie vduse mgmtdev and its device
 2022-06-13 19:52 UTC 

[PATCH v2] fuse: Add module param for non-descendant userns access to allow_other
 2022-06-13 18:21 UTC  (7+ messages)

[peterz-queue:sched/idle 14/36] vmlinux.o: warning: objtool: acpi_idle_enter+0x62: call to ftrace_likely_update() leaves .noinstr.text section
 2022-06-13 19:51 UTC 

[PATCH] drm/msm/adreno: Defer enabling runpm until hw_init()
 2022-06-13 18:20 UTC 

imx8mn SPL serial output does not work after powerup
 2022-06-13 19:49 UTC  (5+ messages)

[PATCH 5.10 000/173] 5.10.122-rc2 review
 2022-06-13 18:19 UTC 

[PATCH 5.15 000/251] 5.15.47-rc2 review
 2022-06-13 18:19 UTC 

[PATCH 5.18 000/343] 5.18.4-rc2 review
 2022-06-13 18:18 UTC 

[PATCH 5.17 000/303] 5.17.15-rc2 review
 2022-06-13 18:18 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-13 19:48 UTC 

[PATCH v1] bbdev: allow operation type enum for growth
 2022-06-13 19:48 UTC  (3+ messages)

+ hugetlbfs-zero-partial-pages-during-fallocate-hole-punch.patch added to mm-hotfixes-unstable branch
 2022-06-13 18:18 UTC 

[RFC PATCH] mm: create security context for memfd_secret inodes
 2022-06-13 18:17 UTC  (7+ messages)

[PATCH v6 3/6] drm: Add driver for Solomon SSD130x OLED displays
 2022-06-13 18:17 UTC  (4+ messages)

[PATCH 5.4 000/411] 5.4.198-rc1 review
 2022-06-13 18:17 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 154 runs, 12 regressions (v5.4.197-411-gd3e302a71303f)
 2022-06-13 18:16 UTC 

[PATCH] drm/msm: Deprecate MSM_BO_UNCACHED harder
 2022-06-13 19:46 UTC 

[PATCH] tty: serial: qcom-geni-serial: minor fixes to get_clk_div_rate()
 2022-06-13 18:16 UTC  (15+ messages)

Suggestions for building new 44TB Raid5 array
 2022-06-13 18:13 UTC  (6+ messages)

[PATCH -next] audit: make is_audit_feature_set() static
 2022-06-13 18:13 UTC  (2+ messages)

[PATCH 0/6] Simplify hugetlb vmemmap and improve its readability
 2022-06-13 18:15 UTC  (3+ messages)
` [PATCH 1/6] mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()

[PATCH v2] remote-curl: send Accept-Language header to server
 2022-06-13 18:15 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] hugetlbfs: zero partial pages during fallocate hole punch
 2022-06-13 18:08 UTC 

[PATCH] lib/genalloc: Set chunk size to real size which gen_pool managed
 2022-06-13 18:14 UTC  (2+ messages)

pm/testing build: 7 builds: 0 failed, 7 passed, 1 warning (v5.19-rc2-3-gd3104995c5831)
 2022-06-13 18:10 UTC 

[PATCH v3] coccinelle: Extend address test from ifaddr to every test expression
 2022-06-13 18:11 UTC  (4+ messages)
` [cocci] "

Please help cherry pick four mmc related changes into the 4.14 stable kernel
 2022-06-13 18:11 UTC  (2+ messages)

[PATCH] obexd: Fix callback->func =! NULL in the xfer_complete() func
 2022-06-13 18:10 UTC  (2+ messages)

[PATCH] apply: support case-only renames in case-insensitive filesystems
 2022-06-13 18:12 UTC  (3+ messages)

[PATCH v3] btproxy: Allow to select multiple BT controllers
 2022-06-13 18:10 UTC  (2+ messages)

[PATCH BlueZ v3 0/4] test-runner: Add support for audio daemons
 2022-06-13 18:10 UTC  (2+ messages)

[PATCH 5.15 000/247] 5.15.47-rc1 review
 2022-06-13 18:09 UTC  (4+ messages)

[PATCH BlueZ 1/2] a2dp: disallow multiple SetConfiguration to same local SEP
 2022-06-13 18:10 UTC  (2+ messages)

[PATCH v4 1/1] nvme: handle persistent internal error AER from NVMe controller
 2022-06-13 18:08 UTC  (2+ messages)

[PATCH v20 0/5] USB DWC3 host wake up support from system suspend
 2022-06-13 18:08 UTC  (5+ messages)
` [PATCH v20 2/5] usb: dwc3: core: Host "

+ mm-kmemleak-skip-unlikely-objects-in-kmemleak_scan-without-taking-lock.patch added to mm-unstable branch
 2022-06-13 18:06 UTC 

[PATCH 1/4] certs/blacklist_hashes.c: fix const confusion in certs blacklist
 2022-06-13 18:06 UTC  (5+ messages)
` [PATCH 2/4] certs: fix and refactor CONFIG_SYSTEM_BLACKLIST_HASH_LIST build

+ mm-kmemleak-prevent-soft-lockup-in-first-object-iteration-loop-of-kmemleak_scan.patch added to mm-unstable branch
 2022-06-13 18:06 UTC 

+ mm-kmemleak-use-_irq-lock-unlock-variants-in-kmemleak_scan-_clear.patch added to mm-unstable branch
 2022-06-13 18:06 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-13 19:38 UTC 

[PATCH v11 0/8] cgroup/cpuset: cpu partition code enhancements
 2022-06-13 18:00 UTC  (17+ messages)
` [PATCH v11 3/8] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v11 7/8] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH 0/3] arm: bcmbca: Add BCM63148 SoC support
 2022-06-13 18:03 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: arm: Add BCM63148 SoC

[PATCH 0/7] A few cleanup patches for khugepaged
 2022-06-13 18:02 UTC  (5+ messages)
` [PATCH 1/7] mm/khugepaged: remove unneeded shmem_huge_enabled() check

[igt-dev] [i-g-t 0/3] tests/kms_cursor_legacy: IGT test cleanup
 2022-06-13 19:35 UTC  (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_cursor_legacy: IGT test cleanup (rev2)

[PATCH v1 0/1] nvme-pci: disable write zeros support on UMIC and Samsung SSDs
 2022-06-13 17:58 UTC  (3+ messages)
` [PATCH v1 1/1] "

FAILED: patch "[PATCH] tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd" failed to apply to 4.9-stable tree
 2022-06-13 17:58 UTC 

FAILED: patch "[PATCH] net/mlx5: E-Switch, pair only capable devices" failed to apply to 5.15-stable tree
 2022-06-13 17:58 UTC 

[PATCH] nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDs
 2022-06-13 17:57 UTC  (2+ messages)

FAILED: patch "[PATCH] tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd" failed to apply to 4.14-stable tree
 2022-06-13 17:58 UTC 

[PATCH] nvme: add device name to warning in uuid_show()
 2022-06-13 17:58 UTC  (2+ messages)

FAILED: patch "[PATCH] tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd" failed to apply to 4.19-stable tree
 2022-06-13 17:58 UTC 

FAILED: patch "[PATCH] tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd" failed to apply to 5.10-stable tree
 2022-06-13 17:58 UTC 

FAILED: patch "[PATCH] tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd" failed to apply to 5.4-stable tree
 2022-06-13 17:58 UTC 

[igt-dev] [i-g-t 0/3] tests/kms_pipe_crc_basic: IGT test cleanup
 2022-06-13 19:31 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_pipe_crc_basic: IGT test cleanup (rev4)

[PATCH] rcu-tasks: Delay rcu_tasks_verify_self_tests() to avoid missed callbacks
 2022-06-13 17:56 UTC  (4+ messages)

[PATCH v2 00/48] dt-bindings: input: gpio-keys: rework matching children
 2022-06-13 17:55 UTC  (5+ messages)
` [PATCH v2 11/48] ARM: dts: broadcom: align gpio-key node names with dtschema
` [PATCH v2 12/48] ARM: dts: broadcom: correct gpio-keys properties

lib/overflow_kunit.c:644:1: warning: the frame size of 2832 bytes is larger than 1024 bytes
 2022-06-13 17:55 UTC  (2+ messages)

[PATCH 00/06] fid refcounting improvements and fixes
 2022-06-13 17:55 UTC  (3+ messages)
` [PATCH 06/06] 9p fid refcount: cleanup p9_fid_put calls

[syzbot] WARNING in handle_exception_nmi (2)
 2022-06-13 17:54 UTC  (3+ messages)

[PATCH 4.9 000/167] 4.9.318-rc1 review
 2022-06-13 17:52 UTC  (2+ messages)

[PATCH 0/7] treewide: PCI: renesas: Add R-Car Gen4 PCIe support
 2022-06-13 17:53 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: PCI: renesas: Add R-Car Gen4 PCIe Host

[PATCH net-next 0/6] net: ipa: simplify completion statistics
 2022-06-13 17:17 UTC  (7+ messages)
` [PATCH net-next 1/6] net: ipa: use "tre_ring" for all TRE ring local variables
` [PATCH net-next 2/6] net: ipa: rename two transaction fields
` [PATCH net-next 3/6] net: ipa: introduce gsi_trans_tx_committed()
` [PATCH net-next 4/6] net: ipa: simplify TX completion statistics
` [PATCH net-next 5/6] net: ipa: stop counting total RX bytes and transactions
` [PATCH net-next 6/6] net: ipa: rework gsi_channel_tx_update()

stable-rc/linux-4.14.y baseline: 133 runs, 21 regressions (v4.14.282-219-g3cf64075b816c)
 2022-06-13 17:53 UTC 

[PATCH] docs: selinux: add '=' signs to kernel boot options
 2022-06-13 19:23 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-13 19:27 UTC 

[syzbot] kernel BUG in mcopy_continue
 2022-06-13 17:50 UTC  (3+ messages)

[RFC V1 PATCH 0/3] selftests: KVM: sev: selftests for fd-based approach of supporting private memory
 2022-06-13 17:49 UTC  (4+ messages)

[PATCH] bpf: fix rq lock recursion issue
 2022-06-13 17:47 UTC  (4+ messages)

[PATCH v5 0/3] Add nvmem support for dynamic partitions
 2022-06-13 19:25 UTC  (6+ messages)
` [PATCH v5 1/3] dt-bindings: mtd: partitions: Support label only partition

[PATCH v2] scsi: storvsc: Correct reporting of Hyper-V I/O size limits
 2022-06-13 17:41 UTC 

[PATCH RESEND v2] leds: Add leds-qcom-lpg entry to documentation table of contents
 2022-06-13 17:42 UTC  (2+ messages)

[RFC 0/3] SCMI Vhost and Virtio backend implementation
 2022-06-13 17:20 UTC  (2+ messages)

[PATCH v2 0/3] KUnit tests for drm_format_helper
 2022-06-13 17:19 UTC  (4+ messages)
` [PATCH v2 1/3] drm/rect: Add DRM_RECT_INIT() macro

[PATCH 1/2] dt-bindings: vexpress-sysreg: Add deprecated GPIO provider properties
 2022-06-13 17:18 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: vexpress-sysreg: Allow for no child nodes

[PATCH] ls-files.c: add --only-object-name option
 2022-06-13 17:19 UTC  (5+ messages)
` [PATCH v2] ls-files.c: add --object-only option

[PATCH 0/2] soundwire: Intel: add trigger callback
 2022-06-13 17:21 UTC  (7+ messages)
` [PATCH 1/2] soundwire: intel: uniquify debug message

[PATCH] MAINTAINERS: update ASoC/Intel/SOF maintainers
 2022-06-13 19:22 UTC  (2+ messages)

tty: fix a possible hang on tty device
 2022-06-13 17:20 UTC  (3+ messages)
` [PATCH v3] tty: fix hang on tty device with no_room set

[PATCH] ASoC: Intel: bytcr_wm5102: Fix GPIO related probe-ordering problem
 2022-06-13 19:22 UTC  (2+ messages)

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-06-13 19:23 UTC  (7+ messages)
` [PATCH 29/36] cpuidle,xenpv: Make more PARAVIRT_XXL noinstr clean
    ` [Pv-drivers] [PATCH 29/36] cpuidle, xenpv: "

[PATCH 0/8] Extend DAMOS for Proactive LRU-lists Sorting
 2022-06-13 19:23 UTC  (10+ messages)
` [PATCH 1/8] mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'damos_action' values
` [PATCH 1/8] mm/damon/dbgfs: add mappings between 'schemes' file's "
` [PATCH 2/8] mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handling
` [PATCH 3/8] mm/damon/schemes: add 'LRU_PRIO' DAMOS action
` [PATCH 4/8] Docs/admin-guide/damon/sysfs: document 'LRU_PRIO' scheme action
` [PATCH 5/8] mm/damon/schemes: add 'LRU_DEPRIO' action
` [PATCH 6/8] Docs/admin-guide/damon/sysfs: document 'LRU_DEPRIO' scheme action
` [PATCH 7/8] mm/damon: introduce DAMON-based LRU-lists Sorting
` [PATCH 8/8] Docs/admin-guide/damon: add a document for DAMON_LRU_SORT

[PATCH v2] scripts: kernel-doc: Always increment warnings counter
 2022-06-13 17:18 UTC  (2+ messages)

[PATCH] f2fs: refine comments for inline flags
 2022-06-13 17:17 UTC  (2+ messages)

[PATCH v3 0/3] KUnit tests for drm_format_helper
 2022-06-13 17:17 UTC  (4+ messages)
` [PATCH v3 1/3] drm/rect: Add DRM_RECT_INIT() macro
` [PATCH v3 2/3] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332()
` [PATCH v3 3/3] drm/doc: Add KUnit documentation

stable-rc/linux-5.17.y baseline: 185 runs, 3 regressions (v5.17.13-1071-gfcf11988907a1)
 2022-06-13 17:21 UTC 

[PATCH v2] docs: filesystems: f2fs: fix description about compress ioctl
 2022-06-13 17:23 UTC  (4+ messages)

[PATCH] f2fs: do not skip updating inode when retrying to flush node page
 2022-06-13 17:23 UTC 

[RFC PATCH v3 00/20] KCFI support
 2022-06-13 19:19 UTC  (5+ messages)
` [RFC PATCH v3 16/20] kallsyms: Drop CONFIG_CFI_CLANG workarounds

[PATCH 0/3] arm: bcmbca: Add BCM6756 SoC support
 2022-06-13 17:17 UTC  (5+ messages)
` [PATCH 2/3] ARM: dts: Add DTS files for bcmbca SoC BCM6756
` [PATCH 3/3] MAINTAINERS: Add BCM6756 to bcmbca arch entry

[PATCH bpf-next 0/2] Align BPF TCP CCs implementing cong_control() with non-BPF CCs
 2022-06-13 17:17 UTC  (4+ messages)
` [PATCH bpf-next v2 "
  ` [PATCH bpf-next v2 2/2] bpf: Require only one of cong_avoid() and cong_control() from a TCP CC

[PATCH] spi: micro: fix unreasonable clk_prepare_enable() on error in mchp_corespi_probe()
 2022-06-13 17:24 UTC  (2+ messages)

[f2fs-dev] [Bug 216050] New: fsfs_gc occupies 100% cpu
 2022-06-13 19:20 UTC  (2+ messages)
` [f2fs-dev] [Bug 216050] f2fs_gc "

[PATCH][next] spi: s3c64xx: set pointers to null using NULL rather than 0
 2022-06-13 17:24 UTC  (2+ messages)

[PATCH] spi: spidev_test: Warn when the mode is not the requested mode
 2022-06-13 17:24 UTC  (2+ messages)

[PATCH] Revert "fbdev: vesafb: Allow to be built if COMPILE_TEST is enabled"
 2022-06-13 17:24 UTC  (3+ messages)


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.