All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-07 21:48:10 to 2022-06-07 22:08:52 UTC [more...]

[PATCH v6 00/11] mpt3sas and dmapool scalability
 2022-06-07 18:46 UTC  (6+ messages)
` [PATCH v6 07/11] dmapool: ignore init_on_free when DMAPOOL_DEBUG enabled
` [PATCH v6 08/11] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
` [PATCH v6 09/11] dmapool: cleanup dma_pool_destroy
` [PATCH v6 10/11] dmapool: improve scalability of dma_pool_alloc
` [PATCH v6 11/11] dmapool: improve scalability of dma_pool_free

[PATCH 0/4] platform/x86: Use backlight helpers
 2022-06-07 18:46 UTC  (3+ messages)
` [PATCH 2/4] platform/x86: apple-gmux: Use backlight helper
` [PATCH 3/4] platform/x86: compal-laptop: "

[PATCH v4 00/53] semihosting cleanup
 2022-06-07 20:45 UTC  (9+ messages)
` [PATCH v4 01/53] semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
` [PATCH v4 03/53] semihosting: Improve condition for config.c and console.c
` [PATCH v4 08/53] semihosting: Split out guestfd.c
` [PATCH v4 10/53] semihosting: Adjust error checking in common_semi_cb
` [PATCH v4 11/53] semihosting: Clean up common_semi_flen_cb
` [PATCH v4 12/53] semihosting: Clean up common_semi_open_cb
` [PATCH v4 15/53] semihosting: Remove GDB_O_BINARY
` [PATCH v4 23/53] semihosting: Split out common_semi_has_synccache

[PATCH 5.18 000/879] 5.18.3-rc1 review
 2022-06-07 16:53 UTC  (91+ messages)
` [PATCH 5.18 001/879] arm64: Initialize jump labels before setup_machine_fdt()
` [PATCH 5.18 002/879] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
` [PATCH 5.18 003/879] parisc: fix a crash with multicore scheduler
` [PATCH 5.18 004/879] parisc/stifb: Implement fb_is_primary_device()
` [PATCH 5.18 005/879] parisc/stifb: Keep track of hardware path of graphics card
` [PATCH 5.18 006/879] RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSY
` [PATCH 5.18 007/879] riscv: Initialize thread pointer before calling C functions
` [PATCH 5.18 008/879] riscv: Fix irq_work when SMP is disabled
` [PATCH 5.18 009/879] riscv: Wire up memfd_secret in UAPI header
` [PATCH 5.18 010/879] riscv: Move alternative length validation into subsection
` [PATCH 5.18 011/879] ALSA: hda/realtek - Add new type for ALC245
` [PATCH 5.18 012/879] ALSA: hda/realtek: Enable 4-speaker output for Dell XPS 15 9520 laptop
` [PATCH 5.18 013/879] ALSA: hda/realtek - Fix microphone noise on ASUS TUF B550M-PLUS
` [PATCH 5.18 014/879] ALSA: usb-audio: Cancel pending work at closing a MIDI substream
` [PATCH 5.18 015/879] USB: serial: pl2303: fix type detection for odd device
` [PATCH 5.18 016/879] USB: serial: option: add Quectel BG95 modem
` [PATCH 5.18 017/879] USB: new quirk for Dell Gen 2 devices
` [PATCH 5.18 018/879] usb: isp1760: Fix out-of-bounds array access
` [PATCH 5.18 019/879] usb: dwc3: gadget: Move null pinter check to proper place
` [PATCH 5.18 020/879] usb: core: hcd: Add support for deferring roothub registration
` [PATCH 5.18 021/879] fs/ntfs3: provide block_invalidate_folio to fix memory leak
` [PATCH 5.18 022/879] fs/ntfs3: Update valid size if -EIOCBQUEUED
` [PATCH 5.18 023/879] fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)
` [PATCH 5.18 024/879] fs/ntfs3: Keep preallocated only if option prealloc enabled
` [PATCH 5.18 025/879] fs/ntfs3: Check new size for limits
` [PATCH 5.18 026/879] fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called from function ntfs_init_acl
` [PATCH 5.18 027/879] fs/ntfs3: Fix some memory leaks in an error handling path of log_replay()
` [PATCH 5.18 028/879] fs/ntfs3: Update i_ctime when xattr is added
` [PATCH 5.18 029/879] fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
` [PATCH 5.18 030/879] cifs: dont call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
` [PATCH 5.18 031/879] cifs: fix ntlmssp on old servers
` [PATCH 5.18 032/879] cifs: fix potential double free during failed mount
` [PATCH 5.18 033/879] cifs: when extending a file with falloc we should make files not-sparse
` [PATCH 5.18 034/879] xhci: Set HCD flag to defer primary roothub registration
` [PATCH 5.18 035/879] xhci: Allow host runtime PM as default for Intel Alder Lake N xHCI
` [PATCH 5.18 036/879] platform/x86: intel-hid: fix _DSM function index handling
` [PATCH 5.18 037/879] x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails
` [PATCH 5.18 038/879] perf/x86/intel: Fix event constraints for ICL
` [PATCH 5.18 039/879] x86/kexec: fix memory leak of elf header buffer
` [PATCH 5.18 040/879] x86/sgx: Set active memcg prior to shmem allocation
` [PATCH 5.18 041/879] kthread: Dont allocate kthread_struct for init and umh
` [PATCH 5.18 042/879] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
` [PATCH 5.18 043/879] ptrace/xtensa: Replace PT_SINGLESTEP "
` [PATCH 5.18 044/879] ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
` [PATCH 5.18 045/879] btrfs: add "0x" prefix for unsupported optional features
` [PATCH 5.18 046/879] btrfs: return correct error number for __extent_writepage_io()
` [PATCH 5.18 047/879] btrfs: repair super block num_devices automatically
` [PATCH 5.18 048/879] btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()
` [PATCH 5.18 049/879] btrfs: fix deadlock between concurrent dio writes when low on free data space
` [PATCH 5.18 050/879] btrfs: zoned: properly finish block group on metadata write
` [PATCH 5.18 051/879] btrfs: zoned: zone finish unused block group
` [PATCH 5.18 052/879] btrfs: zoned: finish block group when there are no more allocatable bytes left
` [PATCH 5.18 053/879] btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointer
` [PATCH 5.18 054/879] iommu/vt-d: Add RPLS to quirk list to skip TE disabling
` [PATCH 5.18 055/879] drm/selftests: fix a shift-out-of-bounds bug
` [PATCH 5.18 056/879] drm/vmwgfx: validate the screen formats
` [PATCH 5.18 057/879] ath11k: fix the warning of dev_wake in mhi_pm_disable_transition()
` [PATCH 5.18 058/879] drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes
` [PATCH 5.18 059/879] selftests/bpf: Fix vfs_link kprobe definition
` [PATCH 5.18 060/879] selftests/bpf: Fix parsing of prog types in UAPI hdr for bpftool sync
` [PATCH 5.18 061/879] ath11k: Change max no of active probe SSID and BSSID to fw capability
` [PATCH 5.18 062/879] selftests/bpf: Fix file descriptor leak in load_kallsyms()
` [PATCH 5.18 063/879] rtw89: ser: fix CAM leaks occurring in L2 reset
` [PATCH 5.18 065/879] mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queue
` [PATCH 5.18 066/879] b43legacy: Fix assigning negative value to unsigned variable
` [PATCH 5.18 067/879] b43: "
` [PATCH 5.18 068/879] ipw2x00: Fix potential NULL dereference in libipw_xmit()
` [PATCH 5.18 070/879] fbcon: Consistently protect deferred_takeover with console_lock()
` [PATCH 5.18 074/879] mac80211: minstrel_ht: fix where rate stats are stored (fixes debugfs output)
` [PATCH 5.18 075/879] drm/komeda: return early if drm_universal_plane_init() fails
` [PATCH 5.18 076/879] drm/amd/display: Disabling Z10 on DCN31
` [PATCH 5.18 077/879] rcu-tasks: Fix race in schedule and flush work
` [PATCH 5.18 078/879] rcu-tasks: Handle sparse cpu_possible_mask in rcu_tasks_invoke_cbs()
` [PATCH 5.18 079/879] rcu: Make TASKS_RUDE_RCU select IRQ_WORK
` [PATCH 5.18 080/879] sfc: ef10: Fix assigning negative value to unsigned variable
` [PATCH 5.18 081/879] ALSA: jack: Access input_dev under mutex
` [PATCH 5.18 085/879] tools/power turbostat: fix ICX DRAM power numbers
` [PATCH 5.18 086/879] tcp: consume incoming skb leading to a reset
` [PATCH 5.18 091/879] scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT
` [PATCH 5.18 093/879] cpuidle: PSCI: Improve support for suspend-to-RAM for PSCI OSI mode
` [PATCH 5.18 094/879] drm/amdgpu/pm: fix the null pointer while the smu is disabled
` [PATCH 5.18 096/879] ASoC: rsnd: care default case on rsnd_ssiu_busif_err_status_clear()
` [PATCH 5.18 097/879] ASoC: rsnd: care return value from rsnd_node_fixed_index()
` [PATCH 5.18 098/879] net: macb: In ZynqMP initialization make SGMII phy configuration optional
` [PATCH 5.18 099/879] ath9k: fix QCA9561 PA bias level
` [PATCH 5.18 101/879] media: i2c: dw9714: Disable the regulator when the driver fails to probe
` [PATCH 5.18 102/879] media: venus: hfi: avoid null dereference in deinit
` [PATCH 5.18 103/879] media: venus: do not queue internal buffers from previous sequence
` [PATCH 5.18 104/879] media: pci: cx23885: Fix the error handling in cx23885_initdev()
` [PATCH 5.18 105/879] media: cx25821: Fix the warning when removing the module

[PATCH] net/bluetooth: fix erroneous use of bitmap_from_u64()
 2022-06-07 18:49 UTC  (6+ messages)

[PATCH 5.17 000/772] 5.17.14-rc1 review
 2022-06-07 17:06 UTC  (65+ messages)
` [PATCH 5.17 606/772] NFSv4: Fix free of uninitialized nfs4_label on referral lookup
` [PATCH 5.17 609/772] f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()
` [PATCH 5.17 639/772] ext4: fix race condition between ext4_write and ext4_convert_inline_data
` [PATCH 5.17 640/772] ext4: fix warning in ext4_handle_inode_extension
` [PATCH 5.17 642/772] ext4: fix bug_on in ext4_writepages
` [PATCH 5.17 645/772] ext4: verify dir block before splitting it
` [PATCH 5.17 646/772] ext4: avoid cycles in directory h-tree
` [PATCH 5.17 647/772] ACPI: property: Release subnode properties with data nodes
` [PATCH 5.17 654/772] PCI: qcom: Fix runtime PM imbalance on probe errors
` [PATCH 5.17 655/772] PCI: qcom: Fix unbalanced PHY init "
` [PATCH 5.17 656/772] staging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan()
` [PATCH 5.17 657/772] block: Fix potential deadlock in blk_ia_range_sysfs_show()
` [PATCH 5.17 658/772] mm, compaction: fast_find_migrateblock() should return pfn in the target zone
` [PATCH 5.17 662/772] dlm: uninitialized variable on error in dlm_listen_for_all()
` [PATCH 5.17 668/772] landlock: Add clang-format exceptions
` [PATCH 5.17 669/772] landlock: Format with clang-format
` [PATCH 5.17 673/772] samples/landlock: Add clang-format exceptions
` [PATCH 5.17 683/772] landlock: Change landlock_restrict_self(2) check ordering
` [PATCH 5.17 688/772] landlock: Fix same-layer rule unions
` [PATCH 5.17 694/772] drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUX
` [PATCH 5.17 695/772] drm/i915/dsi: fix VBT send packet port selection for ICL+
` [PATCH 5.17 696/772] md: fix an incorrect NULL check in does_sb_need_changing
` [PATCH 5.17 697/772] md: fix an incorrect NULL check in md_reload_sb
` [PATCH 5.17 732/772] stm: ltdc: fix two incorrect NULL checks on list iterator
` [PATCH 5.17 733/772] bcache: improve multithreaded bch_btree_check()
` [PATCH 5.17 734/772] bcache: improve multithreaded bch_sectors_dirty_init()
` [PATCH 5.17 735/772] bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()
` [PATCH 5.17 736/772] bcache: avoid journal no-space deadlock by reserving 1 journal bucket
` [PATCH 5.17 737/772] serial: pch: dont overwrite xmit->buf[0] by x_char
` [PATCH 5.17 738/772] tilcdc: tilcdc_external: fix an incorrect NULL check on list iterator
` [PATCH 5.17 739/772] gma500: "
` [PATCH 5.17 740/772] arm64: dts: qcom: ipq8074: fix the sleep clock frequency
` [PATCH 5.17 741/772] arm64: tegra: Add missing DFLL reset on Tegra210
` [PATCH 5.17 742/772] clk: tegra: Add missing reset deassertion
` [PATCH 5.17 743/772] phy: qcom-qmp: fix struct clk leak on probe errors
` [PATCH 5.17 744/772] ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries
` [PATCH 5.17 745/772] ARM: pxa: maybe fix gpio lookup tables
` [PATCH 5.17 746/772] ceph: fix decoding of client session messages flags
` [PATCH 5.17 747/772] SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_op
` [PATCH 5.17 748/772] docs/conf.py: Cope with removal of language=None in Sphinx 5.0.0
` [PATCH 5.17 749/772] dt-bindings: gpio: altera: correct interrupt-cells
` [PATCH 5.17 750/772] vdpasim: allow to enable a vq repeatedly
` [PATCH 5.17 751/772] blk-iolatency: Fix inflight count imbalances and IO hangs on offline
` [PATCH 5.17 752/772] coresight: core: Fix coresight device probe failure issue
` [PATCH 5.17 753/772] phy: qcom-qmp: fix reset-controller leak on probe errors
` [PATCH 5.17 754/772] net: ipa: fix page free in ipa_endpoint_trans_release()
` [PATCH 5.17 755/772] net: ipa: fix page free in ipa_endpoint_replenish_one()
` [PATCH 5.17 756/772] kseltest/cgroup: Make test_stress.sh work if run interactively
` [PATCH 5.17 757/772] perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systems
` [PATCH 5.17 758/772] list: test: Add a test for list_is_head()
` [PATCH 5.17 759/772] Revert "random: use static branch for crng_ready()"
` [PATCH 5.17 760/772] staging: r8188eu: delete rtw_wx_read/write32()
` [PATCH 5.17 761/772] RDMA/hns: Remove the num_cqc_timer variable
` [PATCH 5.17 762/772] RDMA/rxe: Generate a completion for unsupported/invalid opcode
` [PATCH 5.17 763/772] MIPS: IP27: Remove incorrect `cpu_has_fpu override
` [PATCH 5.17 764/772] MIPS: IP30: "
` [PATCH 5.17 765/772] ext4: only allow test_dummy_encryption when supported
` [PATCH 5.17 766/772] fs: add two trivial lookup helpers
` [PATCH 5.17 767/772] exportfs: support idmapped mounts
` [PATCH 5.17 768/772] fs/ntfs3: Fix invalid free in log_replay
` [PATCH 5.17 769/772] md: Dont set mddev private to NULL in raid0 pers->free
` [PATCH 5.17 770/772] md: fix double free of io_acct_set bioset
` [PATCH 5.17 771/772] md: bcache: check the return value of kzalloc() in detached_dev_do_request()
` [PATCH 5.17 772/772] tty: n_gsm: Fix packet data hex dump output

[PATCH] proc.5: Document bit 57 for /proc/[pid]/pagemap
 2022-06-07 19:04 UTC 

[Intel-gfx] [PATCH] drm/i915/guc: Use drm_err instead of pr_err
 2022-06-07 22:07 UTC  (4+ messages)
`  "

[PATCH v2 00/71] target/arm: Scalable Matrix Extension
 2022-06-07 20:33 UTC  (10+ messages)
` [PATCH v2 53/71] target/arm: Implement SME integer outer product
` [PATCH v2 57/71] target/arm: Reset streaming sve state on exception boundaries
` [PATCH v2 60/71] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PATCH v2 61/71] linux-user/aarch64: Add SM bit to SVE signal context
` [PATCH v2 64/71] linux-user/aarch64: Verify extra record lock succeeded
` [PATCH v2 66/71] linux-user/aarch64: Implement SME signal handling
` [PATCH v2 67/71] linux-user: Rename sve prctls
` [PATCH v2 68/71] linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
` [PATCH v2 69/71] target/arm: Only set ZEN in reset if SVE present

[PATCH] ASoC: samsung: Fix error handling in aries_audio_probe
 2022-06-07 18:49 UTC  (2+ messages)

[patch V2 00/24] The first batch of various GPLv2 boilerplates and references
 2022-06-07 19:14 UTC  (3+ messages)
` [patch V2 5-1/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 3)
` [patch V2 6-0/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 3/1)

[PATCH net v2] net: dsa: realtek: rtl8365mb: fix GMII caps for ports with internal PHY
 2022-06-07 18:46 UTC 

[Buildroot] [PATCH v3 1/1] scripts/autobuild-run: add --no-toolchains-csv option and drop docopt
 2022-06-07 22:01 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-07 22:00 UTC 

[PATCH v2 0/5] phy: qcom: Add SC8280XP UNI and COMBO USB phys
 2022-06-07 21:58 UTC  (3+ messages)
` [PATCH v2 2/5] phy: qcom-qmp: Add USB3 5NM QMP UNI registers

[PATCH AUTOSEL 5.16 01/28] selftests/bpf: Add test for bpf_timer overwriting crash
 2022-06-07 18:47 UTC  (10+ messages)
` [PATCH AUTOSEL 5.16 07/28] x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0

[PATCH 5.10 v2 0/8] xfs fixes for 5.10.y (part 2)
 2022-06-07 19:12 UTC  (8+ messages)
` [PATCH 5.10 v2 8/8] xfs: assert in xfs_btree_del_cursor should take into account error

stable-rc/queue/4.14 build: 175 builds: 2 failed, 173 passed, 28 warnings (v4.14.282-140-g6f662178aa5c8)
 2022-06-07 19:10 UTC 

[PATCH] cgroup: serialize css kill and release paths
 2022-06-07 18:47 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] Xen FF-A mediator
 2022-06-07 21:55 UTC  (2+ messages)

[RFC 0/2] iio: Add single and double tap events support
 2022-06-07 18:44 UTC  (4+ messages)
` [RFC 2/2] iio: accel: bma400: Add support for single and double tap events

RTT-PROBE: lore-subspace-rtt
 2022-06-07 21:50 UTC 

[PATCHv2 bpf 0/3] bpf: Fix cookie values for kprobe multi
 2022-06-07 18:40 UTC  (3+ messages)
` [PATCHv2 bpf 3/3] bpf: Force cookies array to follow symbols sorting


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.