All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-04 17:28:02 to 2023-10-04 18:03:41 UTC [more...]

[PATCH 6.5 000/321] 6.5.6-rc1 review
 2023-10-04 17:53 UTC  (2+ messages)
` [Bridge] [PATCH 6.5 087/321] net: bridge: use DEV_STATS_INC()

[PATCH 6.1 000/259] 6.1.56-rc1 review
 2023-10-04 17:54 UTC  (2+ messages)
` [Bridge] [PATCH 6.1 074/259] net: bridge: use DEV_STATS_INC()

[PATCH 5.15 000/183] 5.15.134-rc1 review
 2023-10-04 17:54 UTC  (44+ messages)
` [PATCH 5.15 001/183] NFS: Use the correct commit info in nfs_join_page_group()
` [PATCH 5.15 002/183] NFS: More fixes for nfs_direct_write_reschedule_io()
` [PATCH 5.15 003/183] NFS/pNFS: Report EINVAL errors from connect() to the server
` [PATCH 5.15 004/183] SUNRPC: Mark the cred for revalidation if the server rejects it
` [PATCH 5.15 005/183] NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server
` [PATCH 5.15 006/183] NFSv4.1: fix pnfs MDS=DS session trunking
` [PATCH 5.15 007/183] tracing: Make trace_marker{,_raw} stream-like
` [PATCH 5.15 008/183] tracing: Increase trace array ref count on enable and filter files
` [PATCH 5.15 009/183] ata: ahci: Drop pointless VPRINTK() calls and convert the remaining ones
` [PATCH 5.15 010/183] ata: libahci: clear pending interrupt status
` [PATCH 5.15 011/183] ext4: scope ret locally in ext4_try_to_trim_range()
` [PATCH 5.15 012/183] ext4: change s_last_trim_minblks type to unsigned long
` [PATCH 5.15 013/183] ext4: replace the traditional ternary conditional operator with with max()/min()
` [PATCH 5.15 014/183] ext4: move setting of trimmed bit into ext4_try_to_trim_range()
` [PATCH 5.15 015/183] ext4: do not let fstrim block system suspend
` [PATCH 5.15 016/183] tracing: Have event inject files inc the trace array ref count
` [PATCH 5.15 017/183] netfilter: nf_tables: dont skip expired elements during walk
` [PATCH 5.15 018/183] netfilter: nf_tables: GC transaction API to avoid race with control plane
` [PATCH 5.15 019/183] netfilter: nf_tables: adapt set backend to use GC transaction API
` [PATCH 5.15 020/183] netfilter: nft_set_hash: mark set element as dead when deleting from packet path
` [PATCH 5.15 021/183] netfilter: nf_tables: remove busy mark and gc batch API
` [PATCH 5.15 022/183] netfilter: nf_tables: dont fail inserts if duplicate has expired
` [PATCH 5.15 023/183] netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path
` [PATCH 5.15 024/183] netfilter: nf_tables: GC transaction race with netns dismantle
` [PATCH 5.15 025/183] netfilter: nf_tables: GC transaction race with abort path
` [PATCH 5.15 026/183] netfilter: nf_tables: use correct lock to protect gc_list
` [PATCH 5.15 027/183] netfilter: nf_tables: defer gc run if previous batch is still pending
` [PATCH 5.15 029/183] netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
` [PATCH 5.15 030/183] netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
` [PATCH 5.15 038/183] net/core: Fix ETH_P_1588 flow dissector
` [PATCH 5.15 039/183] ASoC: imx-audmix: Fix return error with devm_clk_get()
` [PATCH 5.15 040/183] iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set
` [PATCH 5.15 041/183] i40e: Add VF VLAN pruning
` [PATCH 5.15 042/183] i40e: Fix VF VLAN offloading when port VLAN is configured
` [PATCH 5.15 043/183] ionic: fix 16bit math issue when PAGE_SIZE >= 64KB
` [PATCH 5.15 044/183] igc: Fix infinite initialization loop with early XDP redirect
` [PATCH 5.15 045/183] ipv4: fix null-deref in ipv4_link_failure
` [PATCH 5.15 046/183] powerpc/perf/hv-24x7: Update domain value check
` [PATCH 5.15 047/183] dccp: fix dccp_v4_err()/dccp_v6_err() again
` [PATCH 5.15 048/183] platform/x86: intel_scu_ipc: Check status after timeout in busy_loop()
` [PATCH 5.15 049/183] platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interrupt()
` [PATCH 5.15 050/183] platform/x86: intel_scu_ipc: Dont override scu in intel_scu_ipc_dev_simple_command()
` [Bridge] [PATCH 5.15 058/183] net: bridge: use DEV_STATS_INC()

[PATCH v3 00/27] moveconfig: Drop old code and tidy up
 2023-10-04 17:58 UTC  (37+ messages)
` [PATCH v3 09/27] moveconfig: Correct parameter-type warnings
` [PATCH v3 11/27] moveconfig: Correct unused variables
` [PATCH v3 12/27] moveconfig: Correct non-snake variables names
` [PATCH v3 13/27] moveconfig: Correct use of members not declared in __init__()
` [PATCH v3 14/27] moveconfig: Correct list-comprehension warnings
` [PATCH v3 15/27] moveconfig: Use an encoding with open()
` [PATCH v3 16/27] moveconfig: Fix misc pylint warnings
` [PATCH v3 17/27] moveconfig: Only show output when there is a reason
` [PATCH v3 18/27] moveconfig: Reduce the amount of output
` [PATCH v3 19/27] moveconfig: Avoid showing progress at the end
` [PATCH v3 20/27] moveconfig: Use u_boot_pylib for terminal colour
` [PATCH v3 21/27] moveconfig: Show failures in progress
` [PATCH v3 22/27] moveconfig: Show a summary at the end
` [PATCH v3 23/27] moveconfig: Drop the initial output
` [PATCH v3 24/27] moveconfig: Move summaries to the end
` [PATCH v3 25/27] moveconfig: Rename the tool to qconfig
` [PATCH v3 26/27] qconfig: Rename the database file
` [PATCH v3 27/27] qconfig: Update the documentation

Wshadow: Better name for 'optarg'?
 2023-10-04 18:02 UTC  (7+ messages)

[PATCH] wifi: ath12k: Consistently use ath12k_vif_to_arvif()
 2023-10-04 18:02 UTC  (2+ messages)

[PATCH v6 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2023-10-04 18:01 UTC  (5+ messages)
` [PATCH v6 02/24] x86/resctrl: kfree() rmid_ptrs from rdtgroup_exit()
` [PATCH v6 04/24] x86/resctrl: Move rmid allocation out of mkdir_rdt_prepare()

[PATCH 00/52] migration/rdma: Error handling fixes
 2023-10-04 18:00 UTC  (4+ messages)

[PATCH net-next] net: microchip: lan743x: improve throughput with rx timestamp config
 2023-10-04 18:00 UTC  (2+ messages)

[PATCH v2 net-next] dt-bindings: net: fec: Add imx8dxl description
 2023-10-04 18:00 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 0/3] Resolve suspend-resume racing with GuC destroy-context-worker
 2023-10-04 17:59 UTC  (6+ messages)
` [Intel-gfx] [PATCH v4 3/3] drm/i915/gt: Timeout when waiting for idle in suspending

[linux-lvm] Is MD array (containing a PV) reducible?
 2023-10-04 17:59 UTC  (9+ messages)

[PATCH v2] generic/732: add F_OFD_GETLK/F_UNLCK testing
 2023-10-04 17:59 UTC 

[PATCH v11 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-04 17:58 UTC  (4+ messages)
` [PATCH v11 02/10] migration: convert migration 'uri' into 'MigrateAddress'

[PATCH v4 00/16] Introduce initial TI's J784S4 and AM69 support
 2023-10-04 17:57 UTC  (5+ messages)
` [PATCH v4 02/16] arm: mach-k3: Add basic support for J784S4 SoC definition

[Nouveau] [PATCH drm-misc-next v5 0/6] [RFC] DRM GPUVM features
 2023-10-04 17:57 UTC  (10+ messages)
` [Nouveau] [PATCH drm-misc-next v5 4/6] drm/gpuvm: track/lock/validate external/evicted objects
            `  "

[RFC PATCH 0/2] clk: qcom: provide alternative 'parked' RCG
 2023-10-04 17:57 UTC  (6+ messages)
` [RFC PATCH 1/2] clk: qcom: implement RCG2 'parked' clock support

[RFC PATCH 0/1] tests/migration-test: Allow testing older machine types
 2023-10-04 17:56 UTC  (8+ messages)
` [RFC PATCH 1/1] qtest/migration: Support more than one QEMU binary

[PATCH 0/1] Introduce CONFIG_DEBUG_INFO_IKCONFIG
 2023-10-04 17:56 UTC  (4+ messages)
` [PATCH 1/1] kernel/config: "

[PATCH bpf-next v3 00/10] xsk: TX metadata
 2023-10-04 17:56 UTC  (5+ messages)
` [PATCH bpf-next v3 02/10] xsk: add TX timestamp and TX checksum offload support

[PATCH] smb: use kernel_connect() and kernel_bind()
 2023-10-04 17:55 UTC  (4+ messages)

Proposal to add one "configured" property to indicate whether LED has been configured
 2023-10-04 17:55 UTC 

[PATCH] pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume
 2023-10-04 17:54 UTC  (2+ messages)

[PATCH] ax25: Fix potential deadlock on &ax25_list_lock
 2023-10-04 17:53 UTC  (3+ messages)

[PATCH v2 00/53] migration/rdma: Error handling fixes
 2023-10-04 17:52 UTC  (6+ messages)
` [PATCH v2 51/53] migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
` [PATCH v2 53/53] migration/rdma: Replace flawed device detail dump by tracing

stable-rc/linux-4.14.y build: 16 builds: 0 failed, 16 passed, 21 warnings (v4.14.326-31-g81403832ed79b)
 2023-10-04 17:52 UTC 

[PATCH v4 00/15] Introduce /dev/mshv drivers
 2023-10-04 17:50 UTC  (11+ messages)
` [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs

[syzbot] [mm?] BUG: unable to handle kernel NULL pointer dereference in __kmap_local_page_prot
 2023-10-04 17:50 UTC 

[PATCH] xfs: drop experimental warning for FSDAX
 2023-10-04 17:50 UTC  (11+ messages)

[PATCH 0/2] Add qcom hvc/shmem transport
 2023-10-04 17:48 UTC  (8+ messages)
` [PATCH v4 0/4] Add qcom hvc/shmem transport support
  ` [PATCH v4 4/4] firmware: arm_scmi: "

Signal names when cross-compiling
 2023-10-04 17:43 UTC  (2+ messages)

[PATCH v11 00/12] KVM: arm64: Enable 'writable' ID registers
 2023-10-04 17:48 UTC  (10+ messages)
` [PATCH v11 05/12] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8
` [PATCH v11 10/12] KVM: arm64: Document vCPU feature selection UAPIs

EEVDF and NUMA balancing
 2023-10-04 17:48 UTC  (6+ messages)

[PATCH] raw/cnxk_bphy: support multi-process mode
 2023-10-04 17:47 UTC  (2+ messages)

Issue with shared information page on Xen/ARM 4.17
 2023-10-04 17:47 UTC  (11+ messages)

[Intel-xe] [PATCH] fixup! drm/xe/hwmon: Expose power attributes
 2023-10-04 17:47 UTC  (5+ messages)

[PULL 00/63] virtio,pci: features, cleanups
 2023-10-04 17:46 UTC  (6+ messages)
` [PULL 33/63] hw/cxl: Add QTG _DSM support for ACPI0017 device

[PATCH v2] KVM: x86/xen: ignore the VCPU_SSHOTTMR_future flag
 2023-10-04 17:46 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Reset message bus after each read/write operation
 2023-10-04 17:46 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v1] iio: adc: aspeed: Support deglitch feature
 2023-10-04 17:44 UTC  (13+ messages)

[RFC PATCH] mounts: keep list of mounts in an rbtree
 2023-10-04 17:43 UTC 

[PATCH 1/1] Revert "RDMA/rxe: Add workqueue support for rxe tasks"
 2023-10-04 17:44 UTC  (11+ messages)

[PATCH] generic/732: add F_OFD_GETLK/F_UNLCK testing
 2023-10-04 17:43 UTC  (2+ messages)

[PATCH] KVM: xen: ignore the VCPU_SSHOTTMR_future flag
 2023-10-04 17:43 UTC  (4+ messages)

[PATCH v2 0/6] selftests/resctrl: Fixes to failing tests
 2023-10-04 17:43 UTC  (5+ messages)
` [PATCH v2 1/6] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal

[PATCH] soc: renesas: make ARCH_R9A07G043 (riscv version) depend on NONPORTABLE
 2023-10-04 17:42 UTC  (3+ messages)

[PATCH v2 0/5] ASoC: DT matching and header cleanups
 2023-10-04 17:39 UTC  (4+ messages)
` [PATCH v2 1/5] ASoC: Explicitly include correct DT includes

[PATCH 00/21] qapi: Kill 'qapi/qmp/qerror.h' for good
 2023-10-04 17:37 UTC  (23+ messages)
` [PATCH 01/21] qapi: Inline and remove QERR_BUS_NO_HOTPLUG definition
` [PATCH 02/21] qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definition
` [PATCH 03/21] qapi: Inline and remove QERR_DEVICE_IN_USE definition
` [PATCH 04/21] qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definition
` [PATCH 05/21] qapi: Inline QERR_INVALID_PARAMETER definition (constant parameter)
` [PATCH 06/21] qapi: Inline and remove QERR_INVALID_PARAMETER definition
` [PATCH 07/21] qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant param)
` [PATCH 08/21] qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value)
` [PATCH 09/21] qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definition
` [PATCH 10/21] qapi: Inline QERR_INVALID_PARAMETER_VALUE definition (constant value)
` [PATCH 11/21] qapi: Inline QERR_INVALID_PARAMETER_VALUE definition (constant param)
` [PATCH 12/21] qapi: Inline and remove QERR_INVALID_PARAMETER_VALUE definition
` [PATCH 13/21] qapi: Inline and remove QERR_IO_ERROR definition
` [PATCH 14/21] qapi: Inline and remove QERR_MIGRATION_ACTIVE definition
` [PATCH 15/21] qapi: Inline QERR_MISSING_PARAMETER definition (constant parameter)
` [PATCH 16/21] qapi: Inline and remove QERR_MISSING_PARAMETER definition
` [PATCH 17/21] qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definition
` [PATCH 18/21] qapi: Inline and remove QERR_PROPERTY_VALUE_OUT_OF_RANGE definition
` [PATCH 19/21] qapi: Inline and remove QERR_QGA_COMMAND_FAILED definition
` [RFC PATCH 20/21] qapi: Inline and remove QERR_UNSUPPORTED definition
` [PATCH 21/21] qapi: Remove 'qapi/qmp/qerror.h' header

[PATCH] test-lib: make sure TEST_DIRECTORY has no trailing slash
 2023-10-04 17:40 UTC  (8+ messages)

[PATCH] eventdev: drop custom OS defines
 2023-10-04 17:39 UTC  (3+ messages)
` [PATCH v2] "

[Buildroot] [PATCH] package/containerd: add control for additional build tags
 2023-10-04 17:38 UTC  (2+ messages)

[PATCH 0/4] man2: Document RWF_ATOMIC
 2023-10-04 17:36 UTC  (5+ messages)
` [PATCH 2/4] readv.2: Document RWF_ATOMIC flag

[PATCH] remoteproc: k3-r5: Wait for core0 power-up before powering up core1
 2023-10-04 17:30 UTC  (4+ messages)

[Intel-xe] [PATCH] drm/xe/guc: Bump PVC GuC version to 70.9.1
 2023-10-04 17:33 UTC 

[PATCH 00/21] block atomic writes
 2023-10-04 17:34 UTC  (13+ messages)
` [PATCH 01/21] block: Add atomic write operations to request_queue limits
` [PATCH 10/21] block: Add fops atomic write support

[PATCH v24 00/21] s390x: CPU Topology
 2023-10-04 17:32 UTC  (4+ messages)
` [PATCH v24 02/21] CPU topology: extend with s390 specifics

[PATCH v2 0/3] nfs-utils: gssd support for KRB5_AP_ERR_BAD_INTEGRITY
 2023-10-04 17:32 UTC  (6+ messages)
` [PATCH v2 1/1] gss-api: expose gss major/minor error in authgss_refresh()
` [PATCH 1/3] nfs-utils: gssd: enable forcing cred renewal using the keytab
` [PATCH 1/1] gssd: fix handling DNS lookup failure
` [PATCH 2/3] nfs-utils: gssd: handle KRB5_AP_ERR_BAD_INTEGRITY for machine credentials
` [PATCH 3/3] nfs-utils: gssd: handle KRB5_AP_ERR_BAD_INTEGRITY for user credentials

[Intel-xe] [PATCH 00/10] xe/display: clarify display configuration
 2023-10-04 17:32 UTC  (4+ messages)
` [Intel-xe] [PATCH 09/10] fixup! drm/xe/display: Implement display support

[Intel-xe] [PATCH 1/3] drm/xe: Fix RING_MI_MODE label in devcoredump
 2023-10-04 17:32 UTC  (5+ messages)
` [Intel-xe] [PATCH 3/3] drm/xe: Remove devcoredump readout of IPEIR

[PATCH] nvmet-tcp: Fix a possible UAF in queue intialization setup
 2023-10-04 17:32 UTC  (2+ messages)

[PATCH] drm/amdgpu: Annotate struct amdgpu_bo_list with __counted_by
 2023-10-04 17:31 UTC  (4+ messages)

[meta-oe][PATCH] libnet: upgrade version v1.2 -> v1.3
 2023-10-04 17:29 UTC 

[PATCH BlueZ 1/4] btio: Bind listener to bcaster addr based on dst opt
 2023-10-04 17:29 UTC  (2+ messages)
` Add BASS unit tests for the SPE suite

[PATCH v3 0/8] wfx: implement Remain On Channel
 2023-10-04 17:28 UTC  (9+ messages)
` [PATCH v3 1/8] wifi: wfx: fix power_save setting when AP is stopped
` [PATCH v3 2/8] wifi: wfx: relocate wfx_rate_mask_to_hw()
` [PATCH v3 3/8] wifi: wfx: move wfx_skb_*() out of the header file
` [PATCH v3 4/8] wifi: wfx: introduce hif_scan_uniq()
` [PATCH v3 5/8] wifi: wfx: simplify exclusion between scan and Rx filters
` [PATCH v3 6/8] wifi: wfx: scan_lock is global to the device
` [PATCH v3 7/8] wifi: wfx: allow to send frames during ROC
` [PATCH v3 8/8] wifi: wfx: implement wfx_remain_on_channel()

[PATCH v2 0/5] Fine granular configuration
 2023-10-04 17:28 UTC  (14+ messages)
` [PATCH v2 3/5] arm/dom0less: put dom0less feature code in a separate module

[PATCH 0/4] tracing: improve symbolic printing
 2023-10-04 17:29 UTC  (5+ messages)

[PATCH 0/3 v7] Misc SCM changes
 2023-10-04 17:25 UTC  (2+ messages)
` [PATCH v7 3/3] firmware: scm: Modify only the download bits in TCSR register

[PATCH 0/6] Enable IPQ5018 PCI support
 2023-10-04 17:27 UTC  (4+ messages)
` [PATCH 3/6] phy: qcom: Introduce PCIe UNIPHY 28LP driver

[PATCH] drm/atomic: Perform blocking commits on workqueue
 2023-10-04 17:27 UTC  (4+ 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.