All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-12 12:39:52 to 2022-09-12 13:30:03 UTC [more...]

[PATCH 5.4 CANDIDATE 00/18] xfs stable candidate patches for 5.4.y (from v5.5)
 2022-09-12 13:27 UTC  (18+ messages)
` [PATCH 5.4 CANDIDATE 01/18] MAINTAINERS: add Chandan as xfs maintainer for 5.4.y
` [PATCH 5.4 CANDIDATE 02/18] iomap: iomap that extends beyond EOF should be marked dirty
` [PATCH 5.4 CANDIDATE 03/18] xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONS
` [PATCH 5.4 CANDIDATE 04/18] xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
` [PATCH 5.4 CANDIDATE 05/18] xfs: slightly tweak an assert in xfs_fs_map_blocks
` [PATCH 5.4 CANDIDATE 06/18] xfs: add missing assert in xfs_fsmap_owner_from_rmap
` [PATCH 5.4 CANDIDATE 07/18] xfs: range check ri_cnt when recovering log items
` [PATCH 5.4 CANDIDATE 08/18] xfs: attach dquots and reserve quota blocks during unwritten conversion
` [PATCH 5.4 CANDIDATE 09/18] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
` [PATCH 5.4 CANDIDATE 10/18] xfs: convert EIO to EFSCORRUPTED when log contents are invalid
` [PATCH 5.4 CANDIDATE 11/18] xfs: constify the buffer pointer arguments to error functions
` [PATCH 5.4 CANDIDATE 12/18] xfs: always log corruption errors
` [PATCH 5.4 CANDIDATE 13/18] xfs: fix some memory leaks in log recovery
` [PATCH 5.4 CANDIDATE 14/18] xfs: stabilize insert range start boundary to avoid COW writeback race
` [PATCH 5.4 CANDIDATE 15/18] xfs: use bitops interface for buf log item AIL flag check
` [PATCH 5.4 CANDIDATE 16/18] xfs: refactor agfl length computation function
` [PATCH 5.4 CANDIDATE 17/18] xfs: split the sunit parameter update into two parts

[PATCH v2 00/36] btrfs: move extent_io_tree code and cleanups
 2022-09-12 13:29 UTC  (3+ messages)
` [PATCH v2 01/36] btrfs: rename clean_io_failure and remove extraneous args

[bug report] i2c: imx: Make sure to unregister adapter on remove()
 2022-09-12 13:29 UTC  (3+ messages)

[PATCH] mmc: sdhci-tegra: Issue CMD and DAT resets together
 2022-09-12 13:27 UTC 

[PATCH 1/4] drm/amdgpu: Introduce gfx software ring(v3)
 2022-09-12 13:27 UTC  (5+ messages)

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2022-09-12 13:26 UTC  (14+ messages)
` [PATCH RESEND V12 3/8] fuse: Definitions and ioctl for passthrough

arch/s390/kernel/machine_kexec.c:215: undefined reference to `__tsan_memcpy'
 2022-09-12 13:26 UTC 

[PATCH v2] ARM : Support for optional ARMv8.2 half-precision floating point extension
 2022-09-12 13:24 UTC  (2+ messages)

[PATCH v5 0/6] Introduce PRU remoteproc consumer API
 2022-09-12 13:24 UTC  (10+ messages)
` [PATCH v5 2/6] remoteproc: pru: Add APIs to get and put the PRU cores

[PATCH 0/2] blame: Make --show-name negatable
 2022-09-12 13:25 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH 00/12] Arm cache coloring
 2022-09-12 13:24 UTC  (3+ messages)

[PATCH 1/2] mmc: sdhci-tegra: Separate T19x and T23x SoC data
 2022-09-12 13:23 UTC  (2+ messages)
` [PATCH 2/2] mmc: sdhci-tegra: Use actual clock rate for SW tuning correction

[igt-dev] [PATCH i-g-t v6 0/5] Modify dc9 validation
 2022-09-12 13:23 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 1/5] tests/i915/i915_pm_dc: Add test description
` [igt-dev] [PATCH i-g-t v5 4/5] tests/i915/i915_pm_dc: Modify dc9 test
` [igt-dev] [PATCH i-g-t 5/5] tests/i915/i915_pm_dc: Sleep not reqd. to reset counter

[Intel-gfx] [RESEND] drm/i915/dp: use drm_dp_phy_name() for logging
 2022-09-12 13:23 UTC 

[RFC PATCH 00/37] target/i386: new decoder + AVX implementation
 2022-09-12 13:19 UTC  (5+ messages)
` [PATCH 20/37] target/i386: reimplement 0x0f 0x60-0x6f, add AVX
` [PATCH 21/37] target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, "

[PATCH v3 0/24] Convert nanoMIPS disassembler from C++ to C
 2022-09-12 12:26 UTC  (19+ messages)
` [PATCH v3 03/24] disas/nanomips: Delete NMD class field
` [PATCH v3 04/24] disas/nanomips: Delete NMD class second field
` [PATCH v3 07/24] disas/nanomips: Remove disasm methods from class
` [PATCH v3 08/24] disas/nanomips: Remove Pool tables from the class
` [PATCH v3 09/24] disas/nanomips: Remove NMD class
` [PATCH v3 11/24] disas/nanomips: Delete nanomips.h
` [PATCH v3 12/24] disas/nanomips: Remove #inlcude <sstream>
` [PATCH v3 13/24] disas/nanomips: Delete copy functions
` [PATCH v3 15/24] disas/nanomips: Replace std::string type
` [PATCH v3 16/24] disas/nanomips: Remove IMMEDIATE functions
` [PATCH v3 17/24] disas/nanomips: Remove CPR function
` [PATCH v3 18/24] disas/nanomips: Prevent memory leaking
` [PATCH v3 19/24] disas/nanomips: Remove function overloading
` [PATCH v3 20/24] disas/nanomips: Expand Dis_info struct
` [PATCH v3 21/24] disas/nanomips: Replace exception handling
` [PATCH v3 22/24] disas/nanomips: Replace Cpp enums for C enums
` [PATCH v3 23/24] disas/nanomips: Remove argument passing by ref
` [PATCH v3 24/24] disas/nanomips: Rename nanomips.cpp to nanomips.c

[PATCH] i2c: imx: If pm_runtime_get_sync() returned 1 device access is possible
 2022-09-12 13:20 UTC 

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-12 13:20 UTC  (17+ messages)

[PATCH] mbuf: add mbuf physical address field to dynamic field
 2022-09-12 13:19 UTC  (4+ messages)
    ` [EXT] "

[PATCH 01/23] common/cnxk: fix part value for cn10k
 2022-09-12 13:14 UTC  (33+ messages)
` [PATCH v3 01/32] net/cnxk: add eth port specific PTP enable
  ` [PATCH v3 02/32] cnxk/net: add fc check in vector event Tx path
  ` [PATCH v3 03/32] common/cnxk: fix part value for cn10k
  ` [PATCH v3 04/32] common/cnxk: add cn10ka A1 platform
  ` [PATCH v3 05/32] common/cnxk: update inbound inline IPsec config mailbox
  ` [PATCH v3 06/32] net/cnxk: fix missing fc wait for outbound path in vec mode
  ` [PATCH v3 07/32] common/cnxk: limit meta aura workaround to CN10K A0
  ` [PATCH v3 08/32] common/cnxk: delay inline device RQ enable to dev start
  ` [PATCH v3 09/32] common/cnxk: reserve aura zero on cn10ka NPA
  ` [PATCH v3 10/32] common/cnxk: add support to set NPA buf type
  ` [PATCH v3 11/32] common/cnxk: update attributes to pools used by NIX
  ` [PATCH v3 12/32] common/cnxk: support zero aura for inline inbound meta
  ` [PATCH v3 13/32] net/cnxk: support for zero aura for inline meta
  ` [PATCH v3 14/32] common/cnxk: avoid the use of platform specific APIs
  ` [PATCH v3 15/32] net/cnxk: use full context IPsec structures in fp
  ` [PATCH v3 16/32] net/cnxk: add crypto capabilities for HMAC-SHA2
  ` [PATCH v3 17/32] common/cnxk: enable aging on CN10K platform
  ` [PATCH v3 18/32] common/cnxk: updated shaper profile with red algorithm
  ` [PATCH v3 19/32] common/cnxk: add 98xx A1 platform
  ` [PATCH v3 20/32] net/cnxk: enable additional ciphers for inline
  ` [PATCH v3 21/32] net/cnxk: enable 3des-cbc cipher capability
  ` [PATCH v3 22/32] net/cnxk: skip PFC configuration on LBK
  ` [PATCH v3 23/32] common/cnxk: add support for CPT second pass
  ` [PATCH v3 24/32] common/cnxk: add CQ limit associated with SQ
  ` [PATCH v3 25/32] common/cnxk: support Tx compl event via RQ to CQ mapping
  ` [PATCH v3 26/32] event/cnxk: wait for CPT fc on wqe path
  ` [PATCH v3 27/32] net/cnxk: limit port specific SA table size
  ` [PATCH v3 28/32] net/cnxk: add support for crypto cipher DES-CBC
  ` [PATCH v3 29/32] net/cnxk: add support for crypto auth alg MD5
  ` [PATCH v3 30/32] net/cnxk: enable esn and antireplay support
  ` [PATCH v3 31/32] common/cnxk: dump device basic info to file
  ` [PATCH v3 32/32] net/cnxk: dumps device private information

[PATCH 0/2] spi: remove "spidev" nodes from DTs
 2022-09-12 13:16 UTC  (4+ messages)
` [PATCH 1/2] ARM: dts: stm32: argon: remove spidev node

[PATCH 00/27] another set of MLO patches
 2022-09-12 13:17 UTC  (7+ messages)

[PATCH] clk: qcom: sm6115: Select QCOM_GDSC
 2022-09-12 13:16 UTC  (2+ messages)

[isar-cip-core] iwg20m: remove fixed PREFERRED_VERSION for linux_cip
 2022-09-12 13:16 UTC 

[Intel-gfx] [RFC PATCH v3 00/17] drm/i915/vm_bind: Add VM_BIND functionality
 2022-09-12 13:16 UTC  (6+ messages)
` [Intel-gfx] [RFC PATCH v3 04/17] drm/i915: Implement bind and unbind of object
    `  "
` [Intel-gfx] [RFC PATCH v3 07/17] drm/i915/vm_bind: Handle persistent vmas

Unify ref-filter formats with other pretty formats: GSoC'22
 2022-09-12 13:15 UTC  (4+ messages)

virtiofs uuid and file handles
 2022-09-12 13:16 UTC  (4+ messages)
                ` Persistent FUSE file handles (Was: virtiofs uuid and file handles)

[PATCH v2 0/3] drm/gma500: Fix 2 locking related WARNs + IRQ handling
 2022-09-12 13:15 UTC  (8+ messages)
` [PATCH v2 3/3] drm/gma500: Fix (vblank) IRQs not working after suspend/resume

[PATCH 1/3] ethdev: add send to kernel action
 2022-09-12 13:14 UTC  (4+ messages)
` [PATCH 2/3] app/testpmd: add new action kernel
` [PATCH 3/3] doc: update testpmd application guide

[PATCH 0/2] btrfs: optimize the argument list for submit_extent_page()
 2022-09-12 13:12 UTC  (5+ messages)
` [PATCH 1/2] btrfs: switch the page and disk_bytenr argument position "
` [PATCH 2/2] btrfs: move end_io_func argument to btrfs_bio_ctrl structure

context of socket passed between processes
 2022-09-12 13:11 UTC  (5+ messages)

[PATCH v2 00/13] Make atmel serial driver aware of GCLK
 2022-09-12 13:09 UTC  (9+ messages)
` [PATCH v2 06/13] dt-bindings: serial: atmel,at91-usart: Add SAM9260 compatibles to SAM9x60

renesas/master igt-kms-rockchip: 1 runs, 10 regressions (v6.0-rc5-843-g94f27a9ea269)
 2022-09-12 13:10 UTC 

renesas/master igt-gpu-panfrost: 1 runs, 1 regressions (v6.0-rc5-843-g94f27a9ea269)
 2022-09-12 13:10 UTC 

renesas/master cros-ec: 8 runs, 5 regressions (v6.0-rc5-843-g94f27a9ea269)
 2022-09-12 13:10 UTC 

How does newbie find bugs in ext4?
 2022-09-12 13:09 UTC 

stable-rc/queue/4.19 build: 154 builds: 6 failed, 148 passed, 2 errors, 28 warnings (v4.19.257-78-gdb88b7709457b)
 2022-09-12 13:09 UTC 

[PATCH v2] arm64: dts: tqma8mqml: Include phy-imx8-pcie.h header
 2022-09-12 13:08 UTC  (2+ messages)

[PATCH] vfio/common: Do not g_free in vfio_get_iommu_info
 2022-09-12 12:38 UTC  (2+ messages)

[PATCH] Report support for optional ARMv8.2 half-precision floating point extension
 2022-09-12 13:05 UTC  (8+ messages)

Resolver splat from b4 am
 2022-09-12 13:06 UTC  (3+ messages)

[PATCH v2] dumpcap: fix interface parameter check
 2022-09-12 13:06 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/bios: Fix VBT ACPI DPMS bit polarity
 2022-09-12 13:06 UTC  (2+ messages)

[PATCH] python/chcat: Don't fail on missing translation files
 2022-09-12 13:06 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the mm-stable tree
 2022-09-12 13:05 UTC  (2+ messages)

stable-rc/queue/5.15 build: 180 builds: 8 failed, 172 passed, 11977 errors, 5 warnings (v5.15.66-115-g0b77c83157a0)
 2022-09-12 13:04 UTC 

Slow loading and GRUB work after commit 938c3760b
 2022-09-12 11:29 UTC  (3+ messages)

[RESEND] HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
 2022-09-12 13:04 UTC  (4+ messages)

3 way mirror
 2022-09-12 13:02 UTC  (12+ messages)

[dm-devel] setting up dmverity using device mapper IOCTLs
 2022-09-12 13:01 UTC  (4+ messages)
` [dm-devel] Location for the definition of dm_task

Question: why call clk_prepare in pm_clk_acquire
 2022-09-12 13:01 UTC  (5+ messages)

[PATCH v8 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-09-12 13:00 UTC  (3+ messages)

mtk_eth_soc for mt7621 won't work after 6.0-rc1
 2022-09-12 13:00 UTC  (2+ messages)

QA notification for completed autobuilder build (yocto-4.1_M3.rc2)
 2022-09-12 13:00 UTC 

[linux-next:pending-fixes] BUILD SUCCESS f9e72de148fbb6318a18edfb072d8bea85715a1d
 2022-09-12 12:59 UTC 

[PATCH 1/1] usb: storage: Add quirk for Samsung Fit flash
 2022-09-12 12:58 UTC  (2+ messages)

thoughts about fanotify and HSM
 2022-09-12 12:57 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix TV encoder clock computation
 2022-09-12 12:56 UTC  (2+ messages)

[PATCH v2] scsi: target: alua: do not report emtpy port group
 2022-09-12 12:54 UTC  (2+ messages)
` [PATCH v2] scsi: target: core: Set MULTIP bit for se_device with multiple ports

[PATCH 0/5] platform/x86: dell: Add new dell-wmi-ddv driver
 2022-09-12 12:53 UTC  (6+ messages)
` [PATCH 1/5] ACPI: battery: Do not unload battery hooks on single error
` [PATCH 2/5] ACPI: battery: Simplify battery_hook_unregister()
` [PATCH 3/5] ACPI: battery: Allow battery hooks to be registered multiple times
` [PATCH 4/5] ACPI: battery: Allow for passing data to battery hooks
` [PATCH 5/5] platform/x86: dell: Add new dell-wmi-ddv driver

[PATCH net-next 1/2] net: wwan: t7xx: Use needed_headroom instead of hard_header_len
 2022-09-12 12:53 UTC  (3+ messages)
` [PATCH net-next 2/2] net: wwan: t7xx: Add NAPI support

[PATCH 1/2] XArray: make xa_dump output more friendly to read
 2022-09-12 12:46 UTC  (2+ messages)
` [PATCH 2/2] XArray: Fix xas_create_range() when lower multi-order entry present

[Bug 216474] New: Dell XPS 13 9360/Dell DA300: USB Type-C: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID)
 2022-09-12 12:52 UTC 

[Intel-gfx] [PATCH v7 00/15] GSC support for XeHP SDV and DG2
 2022-09-12 12:51 UTC  (7+ messages)
          `  "

Security Working Group meeting - Wednesday August 31
 2022-09-07  8:01 UTC  (9+ messages)
` Security Working Group meeting - Wednesday August 31 - results

[PATCH] vdpa/mlx5: Fix MQ to support non power of two num queues
 2022-09-12 12:50 UTC 

[PATCH] spi: Replace `dummy.nbytes` with `dummy.ncycles`
 2022-09-12 11:52 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix display problems after resume
 2022-09-12 12:48 UTC  (3+ messages)

[PATCH linux dev-5.10] hwmon: (max31790) add fanN_enable
 2022-09-09  3:45 UTC 

Kirkstone Rust - native only error
 2022-09-12 12:46 UTC  (2+ messages)
` [OE-core] "

[PATCH v2] ARM: dts: aspeed: yosemit V2: Update for Facebook Yosemite V2 BMC
 2022-09-07 12:50 UTC 

[PATCH kvmtool] pci: Disable writes to Status register
 2022-09-12 12:46 UTC  (2+ messages)

[PATCH v2] ARM: dts: aspeed: yosemitev2: Enable i2c13 controller
 2022-09-07 12:38 UTC 

[PATCH BlueZ 0/4] Volume Control Profile
 2022-09-12 12:46 UTC  (5+ messages)
` [PATCH BlueZ 1/4] lib/uuid: Add VCS UUIDs
` [PATCH BlueZ 2/4] shared/vcp: Add initial code for handling VCP
` [PATCH BlueZ 3/4] profiles: Add initial code for vcp plugin
` [PATCH BlueZ 4/4] monitor/att: Add decoding support for Volume Control Serice

[PATCH v1] Update for Facebook yosemite V2 BMC
 2022-09-06 11:12 UTC 

[syzbot] WARNING in static_key_slow_try_dec (3)
 2022-09-12 12:44 UTC  (3+ messages)
` [PATCH] netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()

[PATCH v1] Update for Facebook yosemite V2 BMC
 2022-09-06  7:31 UTC  (3+ messages)

[PATCH] power: supply: avoid nullptr deref in __power_supply_is_system_supplied
 2022-09-12 12:44 UTC  (7+ messages)
` [PATCH RESEND] "

stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 2 errors, 32 warnings (v4.14.292-60-geeac5009ce0aa)
 2022-09-12 12:44 UTC 

Porting OBMC
 2022-09-03 11:21 UTC 

[PATCH v2] dumpcap: add the mutiprocess fileprefix support
 2022-09-12 12:43 UTC 

[PATCH v4] drm/amd/pm:add new gpu_metrics_v2_3 to acquire average temperature info
 2022-09-12 12:41 UTC 

Adding Inventory
 2022-09-01  6:25 UTC  (11+ messages)
    ` Ynt: (External) "
      ` Ynt: "
          ` Ynt: "
              ` Ynt: "
                  ` Ynt: "

[PATCH 3/5] net: ethernet: renesas: Add Ethernet Switch driver
 2022-09-12 12:41 UTC  (4+ messages)

[PATCH] btrfs-progs: fi resize: fix return value check_resize_args()
 2022-09-12 12:34 UTC  (3+ messages)

[PATCH rfc 0/1] Fix missing AENs when discovery controllers are disconnected
 2022-09-12 12:39 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.