All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-20 18:28:29 to 2023-09-20 19:20:22 UTC [more...]

[PATCH] wifi: ath10k: consistently use kstrtoX_from_user() functions
 2023-09-20 19:20 UTC  (4+ messages)
` [PATCH] [v2] "

[PATCH v2 00/28] bsd-user: Implement freebsd process related system calls
 2023-09-20 19:19 UTC  (31+ messages)
` [PATCH v2 12/28] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH v2 13/28] bsd-user: Implement getrusage(2)
` [PATCH v2 14/28] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PATCH v2 15/28] bsd-user: Implement several get/set system calls:
` [PATCH v2 16/28] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PATCH v2 17/28] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PATCH v2 18/28] bsd-user: Implement getpriority(2) and setpriority(2)
` [PATCH v2 19/28] bsd-user: Implement get_filename_from_fd
` [PATCH v2 20/28] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PATCH v2 21/28] bsd-user: Implement procctl(2) along with necessary conversion functions
` [PATCH v2 22/28] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PATCH v2 23/28] bsd-user: Implement wait4(2) and wait6(2) "
` [PATCH v2 24/28] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PATCH v2 25/28] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PATCH v2 26/28] bsd-user: Implement fork(2) and vfork(2) system calls

[sashal-stable:pending-5.15 31/82] samples/hw_breakpoint/data_breakpoint.c:73:9: error: implicit declaration of function '__symbol_put'; did you mean '__symbol_get'?
 2023-09-20 19:18 UTC 

[meta-python][PATCH] python3-dynamic-dispatch: Correct the upstream regex check for version upgrades
 2023-09-20 19:17 UTC 

[PATCH 0/2] Add mailmap support to ref-filter
 2023-09-20 19:05 UTC  (3+ messages)
` [PATCH 1/2] t/t6300: introduce test_bad_atom()
` [PATCH 2/2] ref-filter: add mailmap support

[PATCH v9 00/16] PCI devices passthrough on Arm, part 3
 2023-09-20 19:16 UTC  (4+ messages)
` [PATCH v9 02/16] vpci: use per-domain PCI lock to protect vpci structure

[PATCH 00/13] Pass data temperature information to zoned UFS devices
 2023-09-20 19:14 UTC  (14+ messages)
` [PATCH 01/13] fs/f2fs: Restore the whint_mode mount option
` [PATCH 02/13] fs: Restore support for F_GET_FILE_RW_HINT and F_SET_FILE_RW_HINT
` [PATCH 03/13] fs: Restore kiocb.ki_hint
` [PATCH 04/13] block: Restore write hint support
` [PATCH 05/13] scsi: core: Query the Block Limits Extension VPD page
` [PATCH 06/13] scsi_proto: Add struct io_group_descriptor
` [PATCH 07/13] sd: Translate data lifetime information
` [PATCH 08/13] scsi_debug: Reduce code duplication
` [PATCH 09/13] scsi_debug: Support the block limits extension VPD page
` [PATCH 10/13] scsi_debug: Rework page code error handling
` [PATCH 11/13] scsi_debug: Rework subpage "
` [PATCH 12/13] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH 13/13] scsi_debug: Maintain write statistics per group number

[igt-dev] [PATCH i-g-t 00/16] uAPI Alignment - take 1
 2023-09-20 19:15 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 01/16] drm-uapi/xe_drm: Align with new PMU interface
    ` [igt-dev] [Intel-xe] "
      `  "

[PATCH v2] i2c: designware: Fix corrupted memory seen in the ISR
 2023-09-20 19:14 UTC  (13+ messages)

[Intel-xe] [PATCH] drm/xe: Align size to PAGE_SIZE
 2023-09-20 19:14 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[docs] [PATCH] contributor-guide/style-guide: Add a note about task idempotence
 2023-09-20 19:13 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 00/20] EDAC/mc/synopsys: Various fixes and cleanups
 2023-09-20 19:10 UTC  (43+ messages)
` [PATCH v4 01/20] EDAC/synopsys: Fix ECC status data and IRQ disable race condition
` [PATCH v4 02/20] EDAC/synopsys: Fix generic device type detection procedure
` [PATCH v4 03/20] EDAC/synopsys: Fix mci->scrub_cap field setting
` [PATCH v4 04/20] EDAC/synopsys: Drop erroneous ADDRMAP4.addrmap_col_b10 parse
` [PATCH v4 05/20] EDAC/synopsys: Fix reading errors count before ECC status
` [PATCH v4 06/20] EDAC/synopsys: Fix misleading IRQ self-cleared quirk flag
` [PATCH v4 07/20] EDAC/synopsys: Use platform device devm ioremap method
` [PATCH v4 08/20] EDAC/synopsys: Drop internal CE and UE counters
` [PATCH v4 09/20] EDAC/synopsys: Drop local to_mci() macro definition
` [PATCH v4 10/20] EDAC/synopsys: Drop struct ecc_error_info.blknr field
` [PATCH v4 11/20] EDAC/synopsys: Shorten out struct ecc_error_info.bankgrpnr field name
` [PATCH v4 12/20] EDAC/synopsys: Drop redundant info from the error messages
` [PATCH v4 13/20] EDAC/mc: Init DIMM labels in MC registration method
` [PATCH v4 14/20] EDAC/mc: Add generic unique MC index allocation procedure
` [PATCH v4 15/20] EDAC/mc: Re-use "
` [PATCH v4 16/20] EDAC/synopsys: Detach Zynq A05 DDRC support to separate driver
` [PATCH v4 17/20] EDAC/synopsys: Drop unused platform-specific setup API
` [PATCH v4 18/20] EDAC/synopsys: Unify CSRs macro declarations
` [PATCH v4 19/20] EDAC/synopsys: Unify struct/macro/function prefixes
` [PATCH v4 20/20] EDAC/synopsys: Convert to using BIT/GENMASK/FIELD_x macros

[meta-python][PATCH] python3-filelock: Update version 3.12.0 -> 3.12.4
 2023-09-20 19:13 UTC 

[PATCH] hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chip
 2023-09-20 19:12 UTC  (3+ messages)

[PATCH 5.10 000/406] 5.10.195-rc1 review
 2023-09-20 19:13 UTC  (6+ messages)

[PATCH] btrfs: adjust overcommit logic when very close to full
 2023-09-20 19:05 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: Remove unnecessary memory quiescing for aux inval
 2023-09-20 19:12 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH] hid: cp2112: Fix duplicate workqueue initialization
 2023-09-20 19:10 UTC  (3+ messages)

[meta-python][PATCH] python3-fasteners: Update version 0.18 -> 0.19
 2023-09-20 19:08 UTC 

[PATCH v3 1/2] dt-bindings: display: imx: add binding for i.MX8MP HDMI PVI
 2023-09-20 19:07 UTC  (4+ messages)

[PATCH net-next 0/3] tcp: add tcp_delack_max()
 2023-09-20 19:06 UTC  (3+ messages)
` [PATCH net-next 3/3] tcp: derive delack_max from rto_min

[PATCH v3 1/5] misc: fastrpc: Add fastrpc multimode invoke request support
 2023-09-20 19:06 UTC  (2+ messages)

Any framework for a USB exclusive function MFD, wch347
 2023-09-20 18:58 UTC 

[dm-devel] [PATCH] dm-zoned: free dmz->ddev array in dmz_put_zoned_device
 2023-09-20 18:56 UTC  (6+ messages)
    ` [dm-devel] "
      `  "

how to connect a midi client to non midi hardware sound card
 2023-09-20 19:01 UTC  (3+ messages)

[RFC PATCH v3 0/6] Refault distance update with MGLRU support
 2023-09-20 19:02 UTC  (7+ messages)
` [RFC PATCH v3 1/6] workingset: simplify and use a more intuitive model
` [RFC PATCH v3 2/6] workingset: move refault distance checking into to a helper
` [RFC PATCH v3 3/6] workignset: simplify the initilization code
` [RFC PATCH v3 4/6] workingset: simplify lru_gen_test_recent
` [RFC PATCH v3 5/6] mm, lru_gen: convert avg_total and avg_refaulted to atomic
` [RFC PATCH v3 6/6] workingset, lru_gen: apply refault-distance based re-activation

[PATCH V7 2/2] serial: exar: Add RS-485 support for Sealevel XR17V35X based cards
 2023-09-20 19:03 UTC 

Linux IMA documentation
 2023-09-20 19:02 UTC  (7+ messages)

[meta-python][PATCH] python3-distlib: Update version 0.3.6 -> 0.3.7
 2023-09-20 19:02 UTC 

[PATCH] erofs-utils: mkfs: limit total shared xattrs of a single inode
 2023-09-20 19:02 UTC  (2+ messages)
` [PATCH RESEND] "

initial idea for hooks needed for source tracing
 2023-09-20 19:02 UTC  (9+ messages)

[PATCH v2 0/2] mm/ksm: add fork-exec support for prctl
 2023-09-20 19:01 UTC  (3+ messages)
` [PATCH v2 1/2] mm/ksm: support fork/exec "
` [PATCH v2 2/2] mm/ksm: Test case for prctl fork/exec workflow

[syzbot] [net?] WARNING in inet_csk_get_port (2)
 2023-09-20 18:59 UTC  (2+ messages)

[PATCH v2 wireless-next 2/9] carl9170: remove unnecessary (void*) conversions
 2023-09-20 19:00 UTC  (2+ messages)

[PATCH v3] driver core: shut down devices asynchronously
 2023-09-20 18:59 UTC 

[PATCH v1 0/2] mm/ksm: add fork-exec support for prctl
 2023-09-20 18:57 UTC  (4+ messages)
` [PATCH v1 2/2] mm/ksm: Test case for prctl fork/exec workflow

New MISRA C:2012 R10.3 violations due to XSA-438 fix
 2023-09-20 18:58 UTC  (2+ messages)

[PATCH v4 00/14] simpletrace: refactor and general improvements
 2023-09-20 18:57 UTC  (3+ messages)
` [PATCH v4 03/14] simpletrace: improve parsing of sys.argv; fix files never closed

[RFT PATCH 00/15] drm: non-drm-misc drivers call drm_atomic_helper_shutdown() at the right times
 2023-09-20 18:58 UTC  (8+ messages)
` [RFT PATCH 01/15] drm/armada: Call drm_atomic_helper_shutdown() at shutdown time

[meta-python][PATCH] python3-custom-inherit: Update version 2.3.1 -> 2.4.1
 2023-09-20 18:57 UTC 

[xilinx-xlnx:xlnx_rebase_v6.1_LTS 748/1365] ERROR: modpost: "af_alg_register_type" [crypto/algif_aead.ko] undefined!
 2023-09-20 18:55 UTC 

[PATCH] bmips: Add Inteno XG6846 board
 2023-09-20 18:55 UTC  (4+ messages)

[PATCH v4 00/23] Fix libata suspend/resume handling and code cleanup
 2023-09-20 18:55 UTC  (5+ messages)
` [PATCH v4 01/23] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH v4 03/23] ata: libata-scsi: link ata port and scsi device

[Intel-xe] [PATCH 1/3] drm/i915: Use vblank worker to unpin old legacy cursor fb safely
 2023-09-20 18:55 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/3] drm/i915: Use vblank worker to unpin old legacy cursor fb safely (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "

[Intel-gfx] [PATCH 00/12] drm/i915: VRR, LRR, and M/N stuff
 2023-09-20 18:54 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: msm8939: Fix iommu local address range
 2023-09-20 18:58 UTC  (2+ messages)

[PATCH v2 0/7] Initial support for the Fairphone 5 smartphone
 2023-09-20 18:58 UTC  (2+ messages)
` (subset) "

[PATCH] drm/ci: Uprev IGT to pull in fixes
 2023-09-20 18:53 UTC  (6+ messages)

[Regression] Bug 216360 - No power to DVD drive
 2023-09-20 18:52 UTC  (3+ messages)

Sycall Rules vs Watch Rules
 2023-09-20 18:45 UTC  (4+ messages)

[meta-python][PATCH] python3-configshell-fb: Update version 1.1.29 -> 1.1.30
 2023-09-20 18:52 UTC 

[PATCH linux-next] thermal: int340x: processor_thermal: Ack all PCI interrupts
 2023-09-20 18:51 UTC 

[PATCH] ARM: vfp: Add vudot opcode to VFP undef hook
 2023-09-20 18:49 UTC  (3+ messages)

[PATCH v2 wireless-next 6/9] wifi: ath10k: Remove unnecessary (void*) conversions
 2023-09-20 18:48 UTC  (3+ messages)

[RFC] Should writes to /dev/urandom immediately affect reads?
 2023-09-20 18:48 UTC  (2+ messages)

[PATCH wpan-next v3 00/11] ieee802154: Associations between devices
 2023-09-20 18:46 UTC  (2+ messages)

[Intel-gfx] [PATCH 12/12] drm/i915: Implement transcoder LRR for TGL+
 2023-09-20 18:47 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 "

[PATCH 5.15 000/110] 5.15.133-rc1 review
 2023-09-20 18:47 UTC  (2+ messages)

[PATCH v2 net] net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent
 2023-09-20 18:46 UTC 

[PATCH 5.10 00/83] 5.10.196-rc1 review
 2023-09-20 18:47 UTC  (3+ messages)

[PATCH] completion: improve doc for complex aliases
 2023-09-20 18:46 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH] completion: loosen and document the requirement around completing alias

[PATCH 1/2] drm/amd/pm: Add throttle limit for SMU v13.0.6
 2023-09-20 18:44 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/pm: Add GC v9.4.3 thermal limits to hwmon

[PATCH v4 0/2] Supporting same fsid mounting through the temp-fsid feature
 2023-09-20 18:37 UTC  (10+ messages)
` [PATCH v4 2/2] btrfs: Introduce "

[PATCH] Bluetooth: vhci: Fix race when opening vhci device
 2023-09-20 18:43 UTC  (2+ messages)
` [PATCH BlueZ] vhci: Check whether vhci open setup succeeded

[PATCH] verdin-imx8mp: drop unused tdx easy installer ifdef
 2023-09-20 18:41 UTC  (2+ messages)

[PATCH] imx8mp: binman: rename spl and u-boot nodes
 2023-09-20 18:40 UTC  (2+ messages)

[PATCH v5] board: rockchip: Add Bananapi R2Pro Board
 2023-09-20 18:40 UTC 

[meta-python][PATCH] python3-cerberus: Update version 1.3.4 -> 1.3.5
 2023-09-20 18:39 UTC 

[PATCH 00/21] q800: add support for booting MacOS Classic - part 2
 2023-09-20 18:38 UTC  (8+ messages)
` [PATCH 10/21] q800: add easc bool machine class property to switch between ASC and EASC

[PATCH v9 0/7] Add metrics for Arm CMN
 2023-09-20 18:36 UTC  (4+ messages)
` [PATCH v9 1/7] perf pmu: "Compat" supports regular expression matching identifiers

[RFC] recipetool create to support pypi project
 2023-09-20 18:36 UTC  (2+ messages)
` [yocto] "

[PATCH] Input: powermate - fix use-after-free in powermate_config_complete
 2023-09-20 18:35 UTC  (2+ messages)

[PATCH v10 00/12] KVM: arm64: Enable 'writable' ID registers
 2023-09-20 18:33 UTC  (13+ messages)
` [PATCH v10 01/12] KVM: arm64: Allow userspace to get the writable masks for feature "
` [PATCH v10 02/12] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v10 03/12] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v10 04/12] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v10 05/12] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8
` [PATCH v10 06/12] KVM: arm64: Allow userspace to change ID_AA64ISAR{0-2}_EL1
` [PATCH v10 07/12] KVM: arm64: Allow userspace to change ID_AA64MMFR{0-2}_EL1
` [PATCH v10 08/12] KVM: arm64: Allow userspace to change ID_AA64PFR0_EL1
` [PATCH v10 09/12] KVM: arm64: Allow userspace to change ID_AA64ZFR0_EL1
` [PATCH v10 10/12] KVM: arm64: Document vCPU feature selection UAPIs
` [PATCH v10 11/12] KVM: arm64: selftests: Import automatic generation of sysreg defs
` [PATCH v10 12/12] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v2 0/7] Steps towards enabling -Wshadow=local
 2023-09-20 18:31 UTC  (8+ messages)
` [PATCH v2 1/7] migration/rdma: Fix save_page method to fail on polling error
` [PATCH v2 2/7] migration: Clean up local variable shadowing
` [PATCH v2 3/7] ui: "
` [PATCH v2 4/7] block/dirty-bitmap: "
` [PATCH v2 5/7] block/vdi: "
` [PATCH v2 6/7] block: "
` [PATCH v2 7/7] qobject atomics osdep: Make a few macros more hygienic

[recipe build #3605963] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-09-20 18:31 UTC 

[PATCH vfio 0/9] Add chunk mode support for mlx5 driver
 2023-09-20 18:31 UTC  (2+ messages)

[PATCH V7 1/2] serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"
 2023-09-20 18:31 UTC 

[meta-python][PATCH] python3-cantools: Update version 38.0.2 -> 39.2.0
 2023-09-20 18:30 UTC 


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.