All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-05 10:12:20 to 2024-10-05 14:20:14 UTC [more...]

[PATCH 2/2] mmc: pwrseq_simple: add support for reset control
 2024-10-05 14:19 UTC  (2+ messages)

[PATCH RFC net-next] net: phy: always set polarity_modes if op is supported
 2024-10-05 14:17 UTC  (4+ messages)

[Buildroot] [PATCH] package/sysvinit: add version number to SYSVINIT_MAKE_OPTS
 2024-10-05 14:15 UTC 

[ANN] Media Summit September 16th: Final Agenda (v7)
 2024-10-05 14:15 UTC  (8+ messages)
        ` AW: "
          ` Kernel CI media test - Was: "

[PATCH v14 0/5] KVM: arm64: Provide guest support for GCS
 2024-10-05 14:14 UTC  (13+ messages)
` [PATCH v14 1/5] KVM: arm64: Expose S1PIE to guests
` [PATCH v14 2/5] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v14 3/5] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v14 4/5] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v14 5/5] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH hotfix 6.12] maple_tree: correct tree corruption on spanning store
 2024-10-05 14:13 UTC  (4+ messages)

[PATCH v3] ftrace: Get the true parent ip for function tracer
 2024-10-05 14:13 UTC  (2+ messages)

[PATCH v2 net 0/6] rtnetlink: Handle error of rtnl_register_module()
 2024-10-05 14:12 UTC  (5+ messages)
` [PATCH v2 net 2/6] vxlan: "
` [PATCH v2 net 3/6] bridge: "

[TEST] forwarding: bridge_mld.sh flaky after the merge window
 2024-10-05 14:11 UTC  (3+ messages)

[PATCH 0/7] cifs: Improve support for native SMB symlinks
 2024-10-05 14:08 UTC  (14+ messages)
` [PATCH 2/7] cifs: Improve creating native symlinks pointing to directory
` [PATCH v2 0/6] cifs: Improve support for native SMB symlinks
  ` [PATCH v2 1/6] cifs: Improve creating native symlinks pointing to directory
  ` [PATCH v2 2/6] cifs: Fix creating native symlinks pointing to current or parent directory
  ` [PATCH v2 3/6] cifs: Fix parsing native symlinks relative to the export
  ` [PATCH v2 4/6] cifs: Fix parsing native symlinks directory/file type
  ` [PATCH v2 5/6] cifs: Validate content of native symlink
  ` [PATCH v2 6/6] cifs: Fix creating and resolving absolute NT-style symlinks

[PATCH] bridge: use promisc arg instead of skb flags
 2024-10-05 14:06 UTC  (2+ messages)

[PATCH] nvmet-rdma: use sbitmap to replace rsp free list
 2024-10-05 14:06 UTC  (2+ messages)

Root filesystem read access for firmware load during hibernation image writing
 2024-10-05 13:16 UTC  (2+ messages)

[PATCH 0/2] qcom_tzmem: Enhance Error Handling for shmbridge
 2024-10-05 14:01 UTC  (3+ messages)
` [PATCH 1/2] firmware: qcom: scm: Return -EOPNOTSUPP for unsupported SHM bridge enabling
` [PATCH 2/2] firmware: qcom: qcom_tzmem: Implement sanity checks

[PATCH v2] include/linux/kfifo.h: fix some IDEs Intelligence errors and the previous patch was misnamed
 2024-10-05 13:52 UTC  (3+ messages)
` [PATCH v3 1/2] include/linux/kfifo.h: fix some IDEs Intelligence errors
  ` [PATCH v3 2/2] include/linux/kfifo.h:fix errors

[PATCH] bpf, lsm: Remove bpf_lsm_key_free hook
 2024-10-05 13:45 UTC  (2+ messages)

[bitbake][kirkstone][2.0][PATCH 0/4] Patch review
 2024-10-05 13:44 UTC  (5+ messages)
` [bitbake][kirkstone][2.0][PATCH 1/4] wget: Make wget --passive-ftp option conditional on ftp/ftps
` [bitbake][kirkstone][2.0][PATCH 2/4] tests/fetch: Tweak to work on Fedora40
` [bitbake][kirkstone][2.0][PATCH 3/4] fetch/wget: Move files into place atomically
` [bitbake][kirkstone][2.0][PATCH 4/4] fetch2/wget: Canonicalize DL_DIR paths for wget2 compatibility

[PATCH net-next v19 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-10-05 13:44 UTC  (4+ messages)
` [PATCH net-next v19 09/14] net: rename skb_copy_to_page_nocache() helper

[PATCH 0/3] Reuse 32 bit C code more safely
 2024-10-05 13:43 UTC  (7+ messages)
` [PATCH 1/3] x86/boot: create a C bundle for 32 bit boot code and use it
` [PATCH 2/3] x86/boot: Reuse code to relocate trampoline
` [PATCH 3/3] x86/boot: Use boot_vid_info and trampoline_phys variables directly from C code

[PATCH] arc: rename aux.h to arc_aux.h
 2024-10-05 13:41 UTC  (2+ messages)

[PATCH bpf-next v2 1/5] netkit: Add option for scrubbing skb meta data
 2024-10-05 13:39 UTC  (10+ messages)
` [PATCH bpf-next v2 2/5] netkit: Simplify netkit mode over to use NLA_POLICY_MAX
` [PATCH bpf-next v2 3/5] netkit: Add add netkit scrub support to rt_link.yaml
` [PATCH bpf-next v2 4/5] tools: Sync if_link.h uapi tooling header
` [PATCH bpf-next v2 5/5] selftests/bpf: Extend netkit tests to validate skb meta data

[RFC PATCH 2/7] kexec: Hack and abuse crashkernel for the kstate's migration stream
 2024-10-05 13:38 UTC  (2+ messages)

[PATCH 0/3] implement `kernel::sync::Refcount` and convert users
 2024-10-05 13:31 UTC  (15+ messages)
` [PATCH 1/3] rust: implement `kernel::sync::Refcount`
` [PATCH 2/3] rust: convert `Arc` to use `Refcount`
` [PATCH 3/3] rust: block: convert `block::mq` "

[xilinx-xlnx:xlnx_rebase_v6.6_LTS_2024.1_update 297/1001] drivers/media/platform/xilinx/xilinx-scenechange-dma.c:283: warning: expecting prototype for scd_dma_chan_desc_cleanup(). Prototype was for xscd_dma_chan_desc_cleanup() instead
 2024-10-05 13:28 UTC 

[PATCH v2] sched/psi: fix memory barrier without comment warnings
 2024-10-05 13:28 UTC  (2+ messages)

Outreachy
 2024-10-05 13:19 UTC  (2+ messages)

[PATCH] usb: musb: Fix hardware lockup on first Rx endpoint request
 2024-10-05 13:19 UTC 

[PATCH] platform/x86:intel/pmc: fix IS_ENABLED() check
 2024-10-05 13:16 UTC  (2+ messages)

[jgunthorpe:for-vasant 2/10] drivers/net/ethernet/intel/e1000e/netdev.c:4460:22: warning: shift count >= width of type
 2024-10-05 13:07 UTC 

[agd5f:amd-6.2 928/3034] versioncheck: ./include/kcl/kcl_dma_mapping.h: 160: need linux/version.h
 2024-10-05 13:07 UTC 

[PATCH] platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors
 2024-10-05 13:05 UTC 

[PATCH resend v3] bcachefs: Fix NULL pointer dereference in bch2_opt_to_text
 2024-10-05 13:02 UTC 

Bytes scrubbed — more than 100%
 2024-10-05 13:01 UTC  (5+ messages)

[PATCH] ARM: dts: imx6qdl-tx6: Remove 'turn-on-delay-ms'
 2024-10-05 12:59 UTC  (3+ messages)

[PATCH] ARM: dts: imx6qdl-tx6: Fix 'fixed-clock' description
 2024-10-05 12:58 UTC 

[jgunthorpe:for-vasant 10/10] drivers/iommu/iommu.c:98:1: warning: '__iommu_group_domain_alloc' declared 'static' but never defined
 2024-10-05 12:56 UTC 

[PATCH] platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug
 2024-10-05 12:53 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3 0/3] mfd: twl: Add clock for TWL6030
 2024-10-05 12:47 UTC  (4+ messages)
` [PATCH v3 1/3] mfd: twl-core: Add a clock subdevice for the TWL6030
` [PATCH v3 2/3] clk: twl: remove is_prepared
` [PATCH v3 3/3] clk: twl: add TWL6030 support

[PATCH net v2 0/2] fix two bugs related to page_pool
 2024-10-05 12:38 UTC  (7+ messages)
` [PATCH net v2 2/2] page_pool: fix IOMMU crash when driver has already unbound
        ` [Intel-wired-lan] "

[PATCH 0/5] arm64/mm: Drop PXD_TABLE_BIT
 2024-10-05 12:38 UTC  (6+ messages)
` [PATCH 1/5] arm64/mm: Drop pte_mkhuge()
` [PATCH 2/5] arm64/mm: Replace PXD_TABLE_BIT with PXD_TYPE_[MASK|SECT]
` [PATCH 3/5] arm64/ptdump: Test PMD_TYPE_MASK for block mapping
` [PATCH 4/5] KVM: arm64: ptdump: "
` [PATCH 5/5] arm64/mm: Drop PXD_TABLE_BIT

[PATCH rfc] nfsd: offer write delegation for O_WRONLY opens
 2024-10-05 12:37 UTC  (8+ messages)

[PATCH 0/4] Stash overlay real upper file in backing_file
 2024-10-05 12:37 UTC  (4+ messages)
` [PATCH 3/4] ovl: convert ovl_real_fdget_meta() callers to ovl_real_file_meta()

[PATCH net-next v2 0/6] rust: Add IO polling
 2024-10-05 12:25 UTC  (7+ messages)
` [PATCH net-next v2 1/6] rust: time: Implement PartialEq and PartialOrd for Ktime
` [PATCH net-next v2 2/6] rust: time: Introduce Delta type
` [PATCH net-next v2 3/6] rust: time: Implement addition of Ktime and Delta
` [PATCH net-next v2 4/6] rust: time: add wrapper for fsleep function
` [PATCH net-next v2 5/6] rust: Add read_poll_timeout function
` [PATCH net-next v2 6/6] net: phy: qt2025: wait until PHY becomes ready

[PATCH v6 29/44] drm/amd/display: Add support for sRGB EOTF in BLND block
 2024-10-05 12:25 UTC  (2+ messages)

[PATCH 1/3] iio: light: vl6180: Add configurable inter-measurement period support
 2024-10-05 12:25 UTC  (2+ messages)

arch/x86/mm/pat/memtype.c:128:39: error: use of undeclared identifier 'PG_arch_2'; did you mean 'PG_arch_1'?
 2024-10-05 12:20 UTC  (2+ messages)

[PATCH 1/4] media: ov5693: Improve error logging when fwnode is not found
 2024-10-05 12:15 UTC  (4+ messages)
` [PATCH 2/4] media: ov7251: "
` [PATCH 3/4] media: ov8865: "
` [PATCH 4/4] media: ipu-bridge: Improve error logging when waiting for IVSC to become ready

[net-next] net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
 2024-10-05 12:14 UTC 

[PATCH] selftests: Do not skip BPF selftests by default
 2024-10-05 12:10 UTC  (6+ messages)

[RFC PATCH v2 0/4] sched+mm: Track lazy active mm existence with hazard pointers
 2024-10-05 12:05 UTC  (6+ messages)
` [RFC PATCH v2 3/4] hp: Implement Hazard Pointers

[PATCH v3 1/2] dt-bindings: nvmem: sprd,sc2731-efuse: convert to YAML
 2024-10-05 12:04 UTC  (2+ messages)

[PATCH 0/4] HID: add Kysona driver
 2024-10-05 11:57 UTC  (5+ messages)
` [PATCH 1/4] HID: Add IDs for Kysona
` [PATCH 2/4] HID: Kysona: Add basic battery reporting for Kysona M600
` [PATCH 3/4] HID: Kysona: check battery status every 5s using a workqueue
` [PATCH 4/4] HID: Kysona: add basic online status

[PATCH AUTOSEL 6.6 001/139] wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats()
 2024-10-05 12:03 UTC  (4+ messages)

Please apply 0a6ad4d9e169 ("e1000e: avoid failing the system during pm_suspend") to 6.11.y
 2024-10-05 12:00 UTC 

[PATCH v3] media: rj54n1cb0c: possible integer overflow fix
 2024-10-05 11:58 UTC 

[PATCH v3 00/10] Add iio backend compatibility for ad7606
 2024-10-05 11:53 UTC  (9+ messages)
` [PATCH v3 01/10] iio: adc: ad7606: Fix typo in the driver name
` [PATCH v3 05/10] iio: adc: ad7606: Sort includes in alphabetical order
` [PATCH v3 06/10] iio: adc: ad7606: Add PWM support for conversion trigger
` [PATCH v3 09/10] iio: adc: ad7606: Add iio-backend support

drivers/dma-buf/udmabuf.o: warning: objtool: get_sg_table.isra.0+0x110: unreachable instruction
 2024-10-05 11:44 UTC 

[PATCH v1] mpi3mr: Validating SAS port assignments
 2024-10-05 11:34 UTC  (2+ messages)

[agd5f:amd-6.2 747/3034] versioncheck: ./include/kcl/kcl_rcupdate.h: 6 linux/version.h not needed
 2024-10-05 11:34 UTC 

[jgunthorpe:for-vasant 2/10] include/linux/compiler_types.h:236:16: error: expected '{' before 'inline'
 2024-10-05 11:34 UTC 

[PATCH] iio: adc: qcom-spmi-adc5: Tidy up adc5_get_fw_data() error messages
 2024-10-05 11:34 UTC  (2+ messages)

[PATCH v2] nvme: delete unnecessary fallthru comment
 2024-10-05 11:30 UTC 

[PATCH] pidfd: add ioctl to retrieve pid info
 2024-10-05 11:29 UTC  (6+ messages)

[PATCH] wifi: ath12k: Support MBSSID Control Frame Stats
 2024-10-05 11:26 UTC 

[PATCH] nvme: delete unnecesasry fallthru comment
 2024-10-05 11:26 UTC 

[PATCH] nvme: fix spell checking errors
 2024-10-05 11:26 UTC 

[syzbot] [wireless?] INFO: task hung in regdb_fw_cb (2)
 2024-10-05 11:25 UTC 

[net-next,v2 0/3] net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110
 2024-10-05 11:24 UTC  (4+ messages)
` [net-next,v2 1/3] net: phy: marvell-88q2xxx: Align soft reset for mv88q2110 and mv88q2220
` [net-next,v2 2/3] net: phy: marvell-88q2xxx: Make register writer function generic
` [net-next,v2 3/3] net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110

[PATCH 1/1] nfsd: fix possible badness in FREE_STATEID
 2024-10-05 11:23 UTC  (3+ messages)

[PATCH v2 0/2] wifi: ath12k: Support AST and Puncture Stats
 2024-10-05 11:22 UTC  (3+ messages)
` [PATCH v2 1/2] wifi: ath12k: Support AST Entry Stats
` [PATCH v2 2/2] wifi: ath12k: Support pdev Puncture Stats

[REGRESSION] alg: ahash: Several tests fail during boot on Turris Omnia
 2024-10-05 11:21 UTC 

[RFC PATCH 0/9] watchdog: don't print out if registering watchdog fails
 2024-10-05 11:19 UTC  (3+ messages)
` [RFC PATCH 9/9] watchdog: sl28cpld_wdt: "

[PATCH net 0/3] net: dsa: mv88e6xxx: fix MV88E6393X PHC frequency on internal clock
 2024-10-05 11:17 UTC  (4+ messages)
` [PATCH net 2/3] net: dsa: mv88e6xxx: read cycle counter period from hardware

[PATCH v2 0/2] wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats
 2024-10-05 11:15 UTC  (3+ messages)
` [PATCH v2 1/2] wifi: ath12k: Support Pdev "
` [PATCH v2 2/2] wifi: ath12k: Support BE OFDMA Pdev Rate Stats

[PATCH v2 1/1] wq: Avoid using isolated cpus' timers on queue_delayed_work
 2024-10-05 11:15 UTC  (4+ messages)

[rust:rust-dev 17/25] error[E0107]: struct takes 2 generic arguments but 1 generic argument was supplied
 2024-10-05 11:13 UTC 

[jgunthorpe:for-vasant 2/10] include/linux/iommu.h:1103:1: error: declaration of anonymous struct must be a definition
 2024-10-05 11:13 UTC 

[PATCH v8 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
 2024-10-05 11:11 UTC  (6+ messages)

[net-next 0/3] net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110
 2024-10-05 11:08 UTC  (7+ messages)
` [net-next 3/3] "

[PATCH v3 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-10-05 11:06 UTC  (4+ messages)

[PATCH v6 36/44] drm/amd/display: add 3x4 matrix colorop
 2024-10-05 11:03 UTC  (2+ messages)

[PATCH v6 21/44] drm/vkms: Add tests for CTM handling
 2024-10-05 11:03 UTC  (2+ messages)

[PATCH v8 0/5] Add Svade and Svadu Extensions Support
 2024-10-05 11:01 UTC  (5+ messages)

[PATCH net-next v2] doc: net: Fix .rst rendering of net_cachelines pages
 2024-10-05 10:56 UTC 

[linux-linus test] 187970: tolerable FAIL - PUSHED
 2024-10-05 10:53 UTC 

[amir73il:ovl_real_file 4/4] fs/overlayfs/file.c:599:6: warning: variable 'err' is used uninitialized whenever 'if' condition is false
 2024-10-05 10:52 UTC 

[PATCH v2] wifi: ath12k: Support DMAC Reset Stats
 2024-10-05 10:52 UTC 

[PATCH v21 0/4] Add support for RZ/G2L GPT
 2024-10-05 10:50 UTC  (7+ messages)
` [PATCH v21 3/4] pwm: "

[syzbot] [hfs?] general protection fault in hfs_mdb_commit
 2024-10-05 10:51 UTC  (2+ messages)

[PATCH] Fix typo in README
 2024-10-05 10:48 UTC 

[PATCH v2] wifi: ath12k: Support Pdev OBSS Stats
 2024-10-05 10:42 UTC 

[PATCH] mm, kmsan: instrument copy_from_kernel_nofault
 2024-10-05 10:36 UTC  (2+ messages)

[PATCH RFT v11 0/8] fork: Support shadow stacks in clone3()
 2024-10-05 10:31 UTC  (9+ messages)
` [PATCH RFT v11 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v11 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v11 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v11 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v11 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v11 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v11 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v11 8/8] selftests/clone3: Test shadow stack support

[BUG] ARM64 KVM: Data abort executing post-indexed LDR on MMIO address
 2024-10-05 10:31 UTC  (6+ messages)

[PATCH v5 0/4] ov08x40: Enable use of ov08x40 on Qualcomm X1E80100 CRD
 2024-10-05 10:31 UTC  (5+ messages)
` [PATCH v5 1/4] media: ov08x40: Fix burst write sequence
` [PATCH v5 2/4] media: dt-bindings: Add OmniVision OV08X40
` [PATCH v5 3/4] media: ov08x40: Rename ext_clk to xvclk
` [PATCH v5 4/4] media: ov08x40: Add OF probe support

[PATCH dovetail 6.11 v2 0/3] RISC-V: IRQ pipelining core
 2024-10-05 10:31 UTC  (4+ messages)
` [PATCH v2 1/3] dovetail: Guard _TIF_RETUSER with CONFIG_DOVETAIL

[PATCH 0/4] phy: Realtek Otto SerDes: add new driver
 2024-10-05 10:28 UTC  (7+ messages)
` [PATCH 3/4] phy: Realtek Otto SerDes: include driver
    ` Aw: "
` [PATCH 4/4] phy: Realtek Otto Serdes: add devicetree documentation
    ` Aw: "

[PATCH net-next] net: airoha: Fix EGRESS_RATE_METER_EN_MASK definition
 2024-10-05 10:24 UTC  (3+ messages)

[PATCH v2 0/4] wifi: ath12k: Support Ring, SFM, Transmit MU, SelfGen stats, CCA stats
 2024-10-05 10:18 UTC  (5+ messages)
` [PATCH v2 1/4] wifi: ath12k: Support Self-Generated Transmit stats
` [PATCH v2 2/4] wifi: ath12k: Support Ring and SFM stats
` [PATCH v2 3/4] wifi: ath12k: Support pdev Transmit Multi-user stats
` [PATCH v2 4/4] wifi: ath12k: Support pdev CCA Stats


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.