All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-18 15:03:57 to 2023-12-18 15:38:10 UTC [more...]

[PATCH v3 00/17] enable nvmet-fc for blktests
 2023-12-18 15:30 UTC  (3+ messages)
` [PATCH v3 01/16] nvmet: report ioccsz and iorcsz for disc ctrl
` [PATCH v3 02/16] nvmet-fc: remove unnecessary bracket

[PATCH 5.15.y 000/154] ksmbd backport patches for 5.15.y
 2023-12-18 15:33 UTC  (52+ messages)
` [PATCH 5.15.y 001/154] ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()
` [PATCH 5.15.y 002/154] ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()
` [PATCH 5.15.y 003/154] ksmbd: Remove redundant 'flush_workqueue()' calls
` [PATCH 5.15.y 004/154] ksmbd: remove md4 leftovers
` [PATCH 5.15.y 005/154] ksmbd: remove smb2_buf_length in smb2_hdr
` [PATCH 5.15.y 006/154] ksmbd: remove smb2_buf_length in smb2_transform_hdr
` [PATCH 5.15.y 007/154] ksmbd: change LeaseKey data type to u8 array
` [PATCH 5.15.y 008/154] ksmbd: use oid registry functions to decode OIDs
` [PATCH 5.15.y 009/154] ksmbd: Remove unused parameter from smb2_get_name()
` [PATCH 5.15.y 010/154] ksmbd: Remove unused fields from ksmbd_file struct definition
` [PATCH 5.15.y 011/154] ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFO
` [PATCH 5.15.y 012/154] ksmbd: Fix buffer_check_err() kernel-doc comment
` [PATCH 5.15.y 013/154] ksmbd: Fix smb2_set_info_file() "
` [PATCH 5.15.y 014/154] ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()
` [PATCH 5.15.y 015/154] ksmbd: Fix smb2_get_name() kernel-doc comment
` [PATCH 5.15.y 016/154] ksmbd: register ksmbd ib client with ib_register_client()
` [PATCH 5.15.y 017/154] ksmbd: set 445 port to smbdirect port by default
` [PATCH 5.15.y 018/154] ksmbd: smbd: call rdma_accept() under CM handler
` [PATCH 5.15.y 019/154] ksmbd: smbd: create MR pool
` [PATCH 5.15.y 020/154] ksmbd: smbd: change the default maximum read/write, receive size
` [PATCH 5.15.y 021/154] ksmbd: add smb-direct shutdown
` [PATCH 5.15.y 022/154] ksmbd: smbd: fix missing client's memory region invalidation
` [PATCH 5.15.y 023/154] ksmbd: smbd: validate buffer descriptor structures
` [PATCH 5.15.y 024/154] ksmbd: add support for key exchange
` [PATCH 5.15.y 025/154] ksmbd: use netif_is_bridge_port
` [PATCH 5.15.y 026/154] ksmbd: store fids as opaque u64 integers
` [PATCH 5.15.y 027/154] ksmbd: shorten experimental warning on loading the module
` [PATCH 5.15.y 028/154] ksmbd: Remove a redundant zeroing of memory
` [PATCH 5.15.y 029/154] ksmbd: replace usage of found with dedicated list iterator variable
` [PATCH 5.15.y 030/154] smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_common
` [PATCH 5.15.y 031/154] ksmbd: remove filename in ksmbd_file
` [PATCH 5.15.y 032/154] ksmbd: validate length in smb2_write()
` [PATCH 5.15.y 033/154] ksmbd: smbd: change prototypes of RDMA read/write related functions
` [PATCH 5.15.y 034/154] ksmbd: smbd: introduce read/write credits for RDMA read/write
` [PATCH 5.15.y 035/154] ksmbd: smbd: simplify tracking pending packets
` [PATCH 5.15.y 036/154] ksmbd: smbd: change the return value of get_sg_list
` [PATCH 5.15.y 037/154] ksmbd: smbd: handle multiple Buffer descriptors
` [PATCH 5.15.y 038/154] ksmbd: fix wrong smbd max read/write size check
` [PATCH 5.15.y 039/154] ksmbd: Fix some kernel-doc comments
` [PATCH 5.15.y 040/154] ksmbd: smbd: fix connection dropped issue
` [PATCH 5.15.y 041/154] ksmbd: smbd: relax the count of sges required
` [PATCH 5.15.y 042/154] ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already used
` [PATCH 5.15.y 043/154] ksmbd: remove duplicate flag set in smb2_write
` [PATCH 5.15.y 044/154] ksmbd: remove unused ksmbd_share_configs_cleanup function
` [PATCH 5.15.y 045/154] ksmbd: use wait_event instead of schedule_timeout()
` [PATCH 5.15.y 046/154] ksmbd: request update to stale share config
` [PATCH 5.15.y 047/154] ksmbd: remove unnecessary generic_fillattr in smb2_open
` [PATCH 5.15.y 048/154] ksmbd: don't open-code file_path()
` [PATCH 5.15.y 049/154] ksmbd: don't open-code %pD
` [PATCH 5.15.y 050/154] ksmbd: constify struct path
` [PATCH 5.15.y 051/154] ksmbd: remove generic_fillattr use in smb2_open()

[PATCH v4 1/1] dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100
 2023-12-18 15:37 UTC  (2+ messages)

[PATCH 2/2 v3] smbios: Fallback to the default DT if sysinfo nodes are missing
 2023-12-18 15:37 UTC  (14+ messages)

[OE-core][PATCH] ipk: Switch to using zstd compression
 2023-12-18 15:37 UTC  (2+ messages)
` [OE-core][PATCH v2] "

Convert write_cache_pages() to an iterator v3
 2023-12-18 15:35 UTC  (18+ messages)
` [PATCH 01/17] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 02/17] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 03/17] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 04/17] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/17] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 06/17] writeback: Factor out writeback_finish()
` [PATCH 07/17] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 08/17] writeback: Factor should_writeback_folio() "
` [PATCH 09/17] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/17] pagevec: Add ability to iterate a queue
` [PATCH 11/17] writeback: Use the folio_batch queue iterator
` [PATCH 12/17] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 13/17] writeback: Factor writeback_get_folio() "
` [PATCH 14/17] writeback: Factor writeback_iter_next() "
` [PATCH 15/17] writeback: Add for_each_writeback_folio()
` [PATCH 16/17] writeback: Remove a use of write_cache_pages() from do_writepages()
` [PATCH 17/17] writeback: update the kerneldoc comment for tag_pages_for_writeback

[PATCH v2 00/14] aio: remove AioContext lock
 2023-12-18 15:36 UTC  (11+ messages)
` [PATCH v2 02/14] scsi: assert that callbacks run in the correct AioContext
` [PATCH v2 07/14] block: remove bdrv_co_lock()
` [PATCH v2 08/14] scsi: remove AioContext locking
` [PATCH v2 09/14] aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCKED()
` [PATCH v2 10/14] aio: remove aio_context_acquire()/aio_context_release() API

[PATCH V3 net-next 0/4] There are some features for the HNS3 ethernet driver
 2023-12-18 15:35 UTC  (3+ messages)
` [PATCH V3 net-next 4/4] net: hns3: move constants from hclge_debugfs.h to hclge_debugfs.c

[PATCH RFC net-next] net: sched: act_mirred: Extend the cpu mirred nest guard with an explicit loop ttl
 2023-12-18 15:35 UTC  (3+ messages)

[PATCH] scsi: ufs: core: Let the sq_lock protect sq_tail_slot access
 2023-12-18 15:32 UTC 

[PATCH net-next v9 00/10] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
 2023-12-18 15:34 UTC  (4+ messages)
` [PATCH net-next v9 08/10] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode

Possible bug in Xen
 2023-12-18 15:34 UTC 

[PATCH] block: skip cgroups for passthrough io
 2023-12-18 15:27 UTC 

[GIT PULL] intel-gpio for 6.8-1
 2023-12-18 15:33 UTC  (2+ messages)

[PATCH 0/6] Staging: rtl8192e: Rename 6 variables to Style guide spec
 2023-12-18 15:32 UTC  (2+ messages)

[PATCH 0/4] ext4: fix divide error in mb_update_avg_fragment_size()
 2023-12-18 15:32 UTC  (8+ messages)
` [PATCH 1/4] ext4: fix double-free of blocks due to wrong extents moved_len
` [PATCH 3/4] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
` [PATCH 4/4] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt

[PATCH] drivers: staging: media: atomisp: pci: Fixes a spelling mistake in sh_css_defs.h
 2023-12-18 15:32 UTC 

[GIT PULL 3/3] arm64: dts: ti: Updates for v6.8 for TI K3 platforms
 2023-12-18 15:31 UTC  (2+ messages)

[PATCH 00/13] arm: exynos: Add E850-96 board
 2023-12-18 15:31 UTC  (2+ messages)

[PATCH v3] tracing: Add filter-direct option
 2023-12-18 15:32 UTC 

[PATCH v4 00/11] media: rkisp1: Add support for i.MX8MP
 2023-12-18 15:31 UTC  (5+ messages)
` [PATCH v4 05/11] media: rkisp1: Fix RSZ_CTRL bits "

[GIT PULL 2/3] arm64: defconfig: Updates for v6.8 for TI K3 platforms
 2023-12-18 15:31 UTC  (2+ messages)

[GIT PULL] ARM: dts: ti: keystone: Updates for v6.8
 2023-12-18 15:30 UTC  (2+ messages)

[GIT PULL 1/3] drivers/firmware updates for v6.8 for TI K3 platforms
 2023-12-18 15:30 UTC  (2+ messages)

[PATCH] virtio_balloon: stay awake while adjusting balloon
 2023-12-18 15:30 UTC  (7+ messages)

[PATCH] staging: rtl8712: fix open parentheses alignment
 2023-12-18 15:30 UTC  (2+ messages)

[PATCH 1/2] qemurunner: Impove stdout logging handling
 2023-12-18 15:29 UTC  (2+ messages)
` [PATCH 2/2] qemurunner: Impove handling of serial port output blocking

[PATCH v2 00/39] Enable build of full Xen for RISC-V
 2023-12-18 15:28 UTC  (3+ messages)
` [PATCH v2 38/39] xen/riscv: enable full Xen build

[PATCH v6 0/9] stmmac: Add Loongson platform support
 2023-12-18 15:28 UTC  (5+ messages)
` [PATCH v6 5/9] net: stmmac: Add Loongson-specific register definitions

[PATCH v2] srcu: Improve comments about acceleration leak
 2023-12-18 15:27 UTC  (5+ messages)

rmk offline until after Christmas
 2023-12-18 15:27 UTC  (2+ messages)

sound/ac97/bus.c:192: warning: Function parameter or struct member 'drv' not described in 'snd_ac97_codec_driver_register'
 2023-12-18 15:25 UTC 

[PATCH v4 0/5] gpiolib: cdev: relocate debounce_period_us
 2023-12-18 15:26 UTC  (4+ messages)
` [PATCH v4 1/5] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc

[PATCH] x86: don't open-code max_page calculation nor pfn_to_paddr()
 2023-12-18 15:24 UTC  (2+ messages)

[PATCH 5.10 00/62] 5.10.205-rc1 review
 2023-12-18 15:24 UTC  (2+ messages)

Why is `revert` undocumented in interactive rebase todo help?
 2023-12-18 15:23 UTC  (2+ messages)
` [PATCH] rebase-interactive: show revert option and add single letter shortcut

[RFC PATCH v5 0/6] Add support for DEVNAME:0.0 style hardware based addressing
 2023-12-18 15:23 UTC  (5+ messages)
` [RFC PATCH v5 1/6] printk: Save console options for add_preferred_console_match()
` [RFC PATCH v5 5/6] serial: core: Handle serial console options

[PATCH 0/2] x86: KVM: Limit guest physical bits when 5-level EPT is unsupported
 2023-12-18 15:23 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] x86: KVM: Emulate instruction when GPA can't be translated by EPT

[PATCH v2 0/9] acpi: add ACPI support on QEMU ARM and RISC-V
 2023-12-18 15:22 UTC  (6+ messages)
` [PATCH v2 8/9] configs: qemu: add config fragment for ACPI

[PATCH v4 0/4 + v1 0/1] x86/spec-ctrl: IBPB improvements
 2023-12-18 15:19 UTC  (3+ messages)
` [PATCH v4 3/4] x86: limit issuing of IBPB during context switch

[RFC 0/3] kdump: Check mem_map of CMA area in kdump
 2023-12-18 15:19 UTC  (2+ messages)

[PATCH 0/2] Introduce new iio resolution standard attribute
 2023-12-18 15:19 UTC  (6+ messages)
` [PATCH 2/2] iio: light: vcnl4000: Add ps high definition for vcnl4040

[PATCH v2] virtio_balloon: stay awake while adjusting balloon
 2023-12-18 15:18 UTC 

[RFC PATCH 0/5] support for Marvell 88PM886 PMIC
 2023-12-18 15:18 UTC  (5+ messages)
` [RFC PATCH 1/5] dt-bindings: mfd: add entry for the Marvell 88PM88X PMICs
` [RFC PATCH 3/5] dt-bindings: input: add entry for 88pm88x-onkey

ovl: ovl_fs::creator_cred::usage scalability issues
 2023-12-18 15:17 UTC  (7+ messages)
` [RFC] HACK: overlayfs: Optimize overlay/restore creds

[PATCH] wifi: mac80211: Use subsystem appropriate debug call
 2023-12-18 15:17 UTC  (2+ messages)

[PATCH] kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
 2023-12-18 15:17 UTC 

[PATCH] ARM64: mmu: fix mmu_early_enable VA->PA mapping
 2023-12-18 14:00 UTC  (3+ messages)

[PATCH] drivers: staging: media: atomisp: pci: Fixes spelling mistakes in ia_css_irq.h
 2023-12-18 15:17 UTC 

dma_sync_sg_for_device/cpu look very inefficient
 2023-12-18 15:16 UTC  (2+ messages)

[PATCH v1 0/7] Add support for various laptops using CS35L41 HDA without _DSD
 2023-12-18 15:12 UTC  (8+ messages)
` [PATCH v1 1/7] ALSA: hda: cs35l41: Add config table to support many laptops "
` [PATCH v1 2/7] ALSA: hda: cs35l41: Support additional ASUS ROG 2023 models
` [PATCH v1 3/7] ALSA: hda/realtek: Add quirks for "
` [PATCH v1 4/7] ALSA: hda: cs35l41: Support additional ASUS Zenbook 2022 Models
` [PATCH v1 5/7] ALSA: hda/realtek: Add quirks for "
` [PATCH v1 6/7] ALSA: hda: cs35l41: Support additional ASUS Zenbook 2023 Models
` [PATCH v1 7/7] ALSA: hda/realtek: Add quirks for "

remove support for the host aware zoned model
 2023-12-18 15:15 UTC  (5+ messages)
` [PATCH 1/5] virtio_blk: cleanup zoned device probing
` [PATCH 2/5] virtio_blk: remove the broken zone revalidation support

[PATCH v2 0/2] drm/solomon: Add support for the SSD133x controller family
 2023-12-18 15:15 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: display: Add SSD133x OLED controllers

[PATCH v7 0/2] Introducing trace buffer mapping by user-space
 2023-12-18 15:14 UTC  (3+ messages)
` [PATCH v7 1/2] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v7 2/2] tracing: Allow user-space mapping of the ring-buffer

[PATCH 0/2] tracing: Replace final 64-bit cmpxchg with compare and update if available
 2023-12-18 15:15 UTC  (4+ messages)
` [PATCH 1/2] ring-buffer: Replace rb_time_cmpxchg() with rb_time_cmp_and_update()

[PATCH v5] fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards
 2023-12-18 15:12 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: x1e80100: align mem timer size cells with bindings
 2023-12-18 15:12 UTC  (2+ messages)

[PATCH] nvme-pci: fix sleeping function called from interrupt context
 2023-12-18 15:11 UTC  (3+ messages)

[PATHv1 0/9] net fixes prior lwip
 2023-12-18 15:11 UTC  (3+ messages)

[PATCH] util-linux/sys-utils dmesg add PRINTK_CALLER support
 2023-12-18 15:11 UTC 

Stop Writing Grant Proposals Until You Already Have The Gift
 2023-12-18 15:08 UTC 

[PATCH v2 00/34] Qualcomm video encoder and decoder driver
 2023-12-18 15:09 UTC  (3+ messages)
` [PATCH v2 07/34] media: iris: initialize power resources

[RFC PATCH] KVM: Introduce KVM VIRTIO device
 2023-12-18 15:08 UTC  (3+ messages)

[Intel-wired-lan] [PATCH iwl-net v2] ice: dpll: fix phase offset value
 2023-12-18 15:07 UTC  (2+ messages)

[PATCH v3 1/1] arm64: dts: qcom: ipq6018: fix clock rates for GCC_USB0_MOCK_UTMI_CLK
 2023-12-18 15:08 UTC 

[Patch 0/3 v2] Bug fixes for NFSD callback
 2023-12-18 15:05 UTC  (6+ messages)
` [PATCH 1/3 v2] SUNRPC: remove printk when back channel request not found

[linux-next:master 5175/8213] arch/x86/kvm/vmx/hyperv_evmcs.h:133:30: sparse: sparse: cast truncates bits from constant value (1b009b becomes 9b)
 2023-12-18 15:06 UTC  (2+ messages)

[PATCH v5 00/24] i2c: designware: code consolidation & cleanups
 2023-12-18 15:06 UTC  (2+ messages)

[XEN PATCH v2] xen: move declaration of first_valid_mfn to xen/numa.h
 2023-12-18 15:06 UTC 

[PATCH v8 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
 2023-12-18 15:02 UTC  (12+ messages)
` [PATCH v8 03/13] hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT
` [PATCH v8 04/13] hw/riscv: virt: Make few IMSIC macros and functions public
` [PATCH v8 05/13] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC
` [PATCH v8 06/13] hw/riscv/virt-acpi-build.c: Add IMSIC in the MADT
` [PATCH v8 07/13] hw/riscv/virt-acpi-build.c: Add APLIC "
` [PATCH v8 08/13] hw/riscv/virt-acpi-build.c: Add CMO information in RHCT
` [PATCH v8 09/13] hw/riscv/virt-acpi-build.c: Add MMU node "
` [PATCH v8 10/13] hw/pci-host/gpex: Define properties for MMIO ranges
` [PATCH v8 11/13] hw/riscv/virt: Update GPEX MMIO related properties
` [PATCH v8 12/13] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
` [PATCH v8 13/13] hw/riscv/virt-acpi-build.c: Add PLIC in MADT

[PATCH] target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.N
 2023-12-18 15:05 UTC  (2+ messages)

[PATCH] Remove all "if zeros"
 2023-12-18 15:03 UTC 

[PATCH 0/9] xen: address violations of MISRA C:2012 Rule 11.8
 2023-12-18 15:05 UTC  (4+ messages)
` [PATCH 4/9] ACPI: "

[PATCH 0/2 v2] Provide a fallback to smbios tables
 2023-12-18 15:01 UTC  (18+ messages)
` [PATCH 1/2 v2] smbios: Simplify reporting of unknown values
` [PATCH 2/2 v2] smbios: Fallback to the default DT if sysinfo nodes are missing

[PATCH] wifi: iwlwifi: dvm: do not set priv_sta of rs_get_rate()
 2023-12-18 15:02 UTC 

[PATCH v1] sched/rt: Fix rt task's sched latency statistics in sched_stat_wait trace_point
 2023-12-18 15:03 UTC 

[PATCH v3 0/4] cmd: bootefi: refactor the code for bootmgr
 2023-12-18 15:01 UTC  (5+ messages)
` [PATCH v3 1/4] efi_loader: split unrelated code from efi_bootmgr.c
` [PATCH v3 2/4] efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR

[PATCH 0/7] Add SE HMBSC board support
 2023-12-18 15:01 UTC  (2+ messages)

Adding EFI runtime support to the Arm's FF-A bus
 2023-12-18 15:01 UTC  (4+ messages)

[PATCH] bcma,ssb: simplify dependency handling for bcma and ssb drivers
 2023-12-18 15:03 UTC  (5+ messages)

[PATCH 0/2 v3] Provide a fallback to smbios tables
 2023-12-18 15:01 UTC  (7+ messages)
` [PATCH 1/2 v3] smbios: Simplify reporting of unknown values

[PATCH 00/14] Clean up the writeback paths
 2023-12-18 15:04 UTC  (5+ messages)
` [PATCH 08/14] hfsplus: Really remove hfsplus_writepage


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.