All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-23 02:08:53 to 2024-01-23 03:33:55 UTC [more...]

Could you please help me in resolving the "arch/arm/lib/vectors.S:87: Error: no such instruction: `b reset' ?"
 2024-01-23  2:43 UTC  (11+ messages)
                ` Could you please help me in resolving the " /reset.c:42:(.text.do_reset+0x20): undefined reference to `reset_cpu'?"

[PATCH 0/7] Add samsung-milletwifi
 2024-01-23  3:33 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: input: melfas,mms114: add MMS252 compatible

[RESEND PATCH v4 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-01-23  3:32 UTC  (7+ messages)
` [PATCH v4 6/7] hugetlb: parallelize 2M hugetlb allocation and initialization

Add python3-apscheduler #error
 2024-01-23  3:32 UTC  (4+ messages)
` [oe] "

[PATCH v4 0/4] Support RISC-V IOPMP
 2024-01-23  3:31 UTC  (6+ messages)

[PATCH 5.10 000/286] 5.10.209-rc1 review
 2024-01-23  3:32 UTC  (2+ messages)

[PATCH] tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
 2024-01-23  3:31 UTC  (2+ messages)

[PATCH 0/3] LVDS Controller Support for SAM9X7 SoC
 2024-01-23  3:30 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: display: bridge: add sam9x7-lvds compatible

[PATCH 00/82] overflow: Refactor open-coded arithmetic wrap-around
 2024-01-23  3:29 UTC  (10+ messages)
` [PATCH 06/82] overflow: Reintroduce signed and unsigned overflow sanitizers
` [PATCH 27/82] m68k: Refactor intentional wrap-around calculation
` [PATCH 46/82] crypto: Refactor intentional wrap-around test

[PATCH 00/23] XeKmd basic SVM support
 2024-01-23  3:21 UTC  (7+ messages)
` [PATCH 21/23] drm/xe/svm: GPU page fault support
      ` Making drm_gpuvm work across gpu devices

[rafael-pm:bleeding-edge 5/6] drivers/base/power/runtime.c:1815:24: warning: increment of a boolean expression
 2024-01-23  3:28 UTC 

[PATCH 0/2] Fix requests loss during virtio-blk device suspend
 2024-01-23  3:27 UTC  (4+ messages)
` [PATCH 2/2] virtio-blk: Ensure no requests in virtqueues before deleting vqs

[PATCH] tests: shell: add test to cover ct offload by using nft flowtables To cover kernel patch ("netfilter: nf_tables: set transport offset from mac header for netdev/egress")
 2024-01-23  3:26 UTC  (4+ messages)

[PATCH v2] usb: f_mass_storage: forbid async queue when shutdown happen
 2024-01-23  3:26 UTC 

[PATCH] drm/xe: Remove PVC from xe_wa kunit tests
 2024-01-23  3:25 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[PATCH] drm/qxl: pass a device into ttm init
 2024-01-23  3:25 UTC  (2+ messages)

[PATCH v2 0/2] sched: Return NULL when entity isn't a task
 2024-01-23  3:19 UTC  (2+ messages)

[PATCH] mm/mmap: introduce vma_range_init()
 2024-01-23  3:19 UTC  (6+ messages)

[for-linus][PATCH 0/2] tracing/eventfs: Fixes for 6.8
 2024-01-23  3:08 UTC  (3+ messages)
` [for-linus][PATCH 1/2] tracing: Ensure visibility when inserting an element into tracing_map
` [for-linus][PATCH 2/2] eventfs: Save directory inodes in the eventfs_inode structure

[PATCH v1] usb: f_mass_storage: forbid async queue when shutdown happen
 2024-01-23  3:10 UTC  (3+ messages)

[PATCH v2] rockchip: sdram: fix LPDDR5 bank info for sys_reg version 3
 2024-01-23  3:10 UTC 

ip6_gre: paninc in ip6gre_header
 2024-01-23  3:08 UTC  (2+ messages)
` [Discuss]iproute2: ipv6 route add fail

[PATCH 00/15] ubifs folio conversion
 2024-01-23  3:07 UTC  (11+ messages)
` [PATCH 01/15] ubifs: Set page uptodate in the correct place
` [PATCH 08/15] ubifs: Convert ubifs_write_begin() to use a folio

[PATCH] rockchip: sdram: fix LPDDR5 bank info for sys_reg version 3
 2024-01-23  3:07 UTC  (3+ messages)

QA notification for completed autobuilder build (yocto-3.1.31.rc1)
 2024-01-23  3:05 UTC 

[PATCH] printk: nbcon: check uart port is nbcon or not in nbcon_release
 2024-01-23  3:05 UTC  (8+ messages)
      `  "

[PATCH v2 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-23  3:02 UTC  (3+ messages)
` [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving

[PATCH v2] btrfs: zstd: fix and simplify the inline extent decompression
 2024-01-23  3:03 UTC 

[PATCH v3 0/7] support '%pd' and '%pD' for print file name
 2024-01-23  3:03 UTC  (9+ messages)
` [PATCH v3 1/7] string.h: add str_has_suffix() helper for test string ends with specify string
` [PATCH v3 2/7] tracing/probes: add traceprobe_expand_dentry_args() helper
` [PATCH v3 3/7] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v3 4/7] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v3 5/7] tracing: add new type "%pd/%pD" in readme_msg[]
` [PATCH v3 6/7] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v3 7/7] selftests/ftrace: add test cases for VFS type "%pd" and "%pD"

[PATCH 0/2] x86: aid debug info generation in assembly files
 2024-01-23  3:00 UTC  (5+ messages)
` [PATCH v5 0/8] annotate entry points with type and size
  ` [PATCH v5 6/8] PPC: switch entry point annotations to common model
    ` Ping: "

[openeuler:OLK-5.10 26782/30000] drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c:1030:27: warning: unused variable 'hdev'
 2024-01-23  2:57 UTC 

[PATCH] arm64: dts: qcom: sa8775p: Add new memory map updates to SA8775P
 2024-01-23  2:58 UTC  (7+ messages)

[kvmtool PATCH 1/1] riscv: Add zacas extension
 2024-01-23  2:57 UTC  (2+ messages)

[PATCH 0/4] wifi: ath11k: fix connection failure due to unexpected peer delete
 2024-01-23  2:57 UTC  (5+ messages)
` [PATCH 1/4] wifi: ath11k: remove invalid peer create logic
` [PATCH 2/4] wifi: ath11k: rename ath11k_start_vdev_delay()
` [PATCH 3/4] wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay()
` [PATCH 4/4] wifi: ath11k: fix connection failure due to unexpected peer delete

[PATCH V4 0/3] Add reset controller driver for ums512
 2024-01-23  2:56 UTC  (4+ messages)
` [PATCH V4 1/3] dt-bindings: reset: Add reset controller bindings for Unisoc's ums512
` [PATCH V4 2/3] clk: sprd: Add reset controller driver for ums512
` [PATCH V4 3/3] arm64: dts: sprd: Add reset controller driver for UMS512

[kvmtool PATCH 0/1] riscv: Add zacas extension
 2024-01-23  2:55 UTC  (2+ messages)

[RFC PATCH] getrusage: Use trylock when getting sighand lock
 2024-01-23  2:53 UTC  (7+ messages)
` [PATCH 1/2] getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()
  ` [PATCH 2/2] getrusage: use sig->stats_lock

[PATCH mptcp-next 5/5] mptcp: annotate lockless accesses around read-mostly fields
 2024-01-23  2:52 UTC  (3+ messages)
` mptcp: annotate lockless accesses around read-mostly fields: Tests Results

[PATCH 0/3] mm/slub: some minor optimization and cleanup
 2024-01-23  2:51 UTC  (8+ messages)
` [PATCH 1/3] mm/slub: directly load freelist from cpu partial slab in the likely case

cron job: media_tree daily build: WARNINGS
 2024-01-23  2:51 UTC 

[BUG] BUG: kernel NULL pointer dereference at ttm_device_init+0xb4
 2024-01-23  2:52 UTC  (12+ messages)

[dm-devel] [PATCH v3 0/4] brd discard patches
 2024-01-23  2:49 UTC  (4+ messages)
`  "

[PATCH 00/26] Replace uses of RTE_LOGTYPE_PMD
 2024-01-23  2:47 UTC  (4+ messages)
` [PATCH v6 00/20] Remove uses of PMD logtype

[PATCH nf-next] netfilter: nf_conncount: Use KMEM_CACHE instead of kmem_cache_create()
 2024-01-23  2:46 UTC 

[PATCH] RDMA/siw: Trim size of page array to max size needed
 2024-01-23  2:43 UTC  (2+ messages)

[PATCH 6.1.y and 6.6.y] LoongArch/smp: Call rcutree_report_cpu_starting() earlier
 2024-01-23  2:41 UTC 

[PATCH 0/3] power: supply: axp20x_usb_power: prepare for external power delivery negotiation
 2024-01-23  2:41 UTC  (4+ messages)
` [PATCH 2/3] power: supply: axp20x_usb_power: enable usb_type reporting

[PATCH v2 0/3] USB: dwc: Add workaround for host mode VBUS glitch when boot
 2024-01-23  2:39 UTC  (3+ messages)
` [PATCH v2 3/3] usb: dwc3: "

[PATCH v1] scsi: ufs: core: Remove the ufshcd_release in ufshcd_err_handling_prepare
 2024-01-23  2:38 UTC  (3+ messages)

[PATCH 1/1] PCI/portdrv: Allow DPC if the OS controls AER natively
 2024-01-23  2:37 UTC  (2+ messages)

[PATCH V2] tcmode-default.inc: use ?= to set PREFERRED_VERSION_llvm/llvm-native/nativesdk-llvm
 2024-01-23  2:37 UTC 

[PATCH v2] rockchip: spl: Enable caches to speed up checksum validation
 2024-01-23  2:36 UTC  (2+ messages)

[PATCH v2 0/7] support '%pd' and '%pD' for print file name
 2024-01-23  2:36 UTC  (4+ messages)
` [PATCH v2 1/7] string.h: add str_has_suffix() helper for test string ends with specify string

[PATCH bpf] riscv, bpf: Fix unpredictable kernel crash about RV64 struct_ops
 2024-01-23  2:32 UTC  (2+ messages)

[PATCH 0/7] MD fixes for the LVM2 testsuite
 2024-01-23  2:31 UTC  (7+ messages)
` [PATCH 3/7] md: test for MD_RECOVERY_DONE in stop_sync_thread

[PATCH] block/mq-deadline: Optimize request insertion
 2024-01-23  2:30 UTC  (2+ messages)

linux-next: Tree for Jan 23
 2024-01-23  2:29 UTC 

[PATCH v2 0/3] Add Zhaoxin hardware engine driver support for SHA
 2024-01-23  2:28 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: padlock-sha: Matches CPU with Family with 6 explicitly
` [PATCH v2 2/3] x86/cpufeatures: Add CPU feature flags for Zhaoxin Hash Engine
` [PATCH v2 3/3] crypto: Zhaoxin: Hardware Engine Driver for SHA1/256/384/512

[PATCH] Revert "mm:vmscan: fix inaccurate reclaim during proactive reclaim"
 2024-01-23  2:24 UTC  (2+ messages)

[PATCH v2 0/4] perf sched: Fix task state report
 2024-01-23  2:24 UTC  (5+ messages)
` [PATCH v2 4/4] perf sched: Commit to evsel__taskstate() to parse task state info

[PATCH] fpga: dfl: afu: update initialization of port_hdr driver
 2024-01-23  2:20 UTC  (2+ messages)

[LTP] [PATCH v3 0/2] Lib add .ulimit setting
 2024-01-23  2:19 UTC  (4+ messages)
` [LTP] [PATCH v4 "
  ` [LTP] [PATCH v4 1/2] lib: Add .ulimit
  ` [LTP] [PATCH v4 2/2] execl01.c: set stack to unlimited

[PATCH 0/5] rockchip: Add support for rv1126 based Sonoff iHost Gateway
 2024-01-23  2:20 UTC  (4+ messages)
` [PATCH 3/5] board: rockchip: Add Sonoff iHost board

[PATCH 0/5] migration: Fix migration state reference counting
 2024-01-23  2:19 UTC  (2+ messages)

[PATCH] drm/qxl: pass a device into ttm init
 2024-01-23  2:19 UTC 

[PATCH 1/2] drm/amdgpu/pm: Add default case for smu IH process func
 2024-01-23  2:17 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu/pm: Use macro definitions in the smu IH process function

FAILED: patch "[PATCH] block: Remove special-casing of compound pages" failed to apply to 4.19-stable tree
 2024-01-23  2:15 UTC  (2+ messages)

[PATCH] usb: dwc3: Fix spurious wakeup when port is on device mode
 2024-01-23  2:12 UTC  (11+ messages)

FAILED: patch "[PATCH] block: Remove special-casing of compound pages" failed to apply to 6.1-stable tree
 2024-01-23  2:11 UTC  (4+ messages)

[PATCH 6.6 000/583] 6.6.14-rc1 review
 2024-01-23  0:00 UTC  (75+ messages)
` [PATCH 6.6 490/583] bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIs
` [PATCH 6.6 495/583] usb: cdc-acm: return correct error code on unsupported break
` [PATCH 6.6 496/583] usb: core: Fix crash w/ usb_choose_configuration() if no driver
` [PATCH 6.6 497/583] spmi: mtk-pmif: Serialize PMIF status check and command submission
` [PATCH 6.6 498/583] usb: gadget: webcam: Make g_webcam loadable again
` [PATCH 6.6 499/583] iommu: Dont reserve 0-length IOVA region
` [PATCH 6.6 516/583] hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resume
` [PATCH 6.6 517/583] nvmet: re-fix tracing strncpy() warning
` [PATCH 6.6 518/583] nvme: trace: avoid memcpy overflow warning
` [PATCH 6.6 519/583] nvmet-tcp: Fix the H2C expected PDU len calculation
` [PATCH 6.6 520/583] PCI: keystone: Fix race condition when initializing PHYs
` [PATCH 6.6 521/583] PCI: mediatek-gen3: Fix translation window size calculation
` [PATCH 6.6 522/583] ASoC: mediatek: sof-common: Add NULL check for normal_link string
` [PATCH 6.6 523/583] s390/pci: fix max size calculation in zpci_memcpy_toio()
` [PATCH 6.6 524/583] net: qualcomm: rmnet: fix global oob in rmnet_policy
` [PATCH 6.6 525/583] rxrpc: Fix use of Dont Fragment flag
` [PATCH 6.6 526/583] octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2
` [PATCH 6.6 527/583] net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet frames
` [PATCH 6.6 528/583] amt: do not use overwrapped cb area
` [PATCH 6.6 529/583] net: micrel: Fix PTP frame parsing for lan8841
` [PATCH 6.6 530/583] net: phy: micrel: populate .soft_reset for KSZ9131
` [PATCH 6.6 531/583] ALSA: hda: Properly setup HDMI stream
` [PATCH 6.6 532/583] mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN
` [PATCH 6.6 533/583] mptcp: strict validation before using mp_opt->hmac
` [PATCH 6.6 534/583] mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()
` [PATCH 6.6 535/583] mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
` [PATCH 6.6 536/583] mptcp: refine opt_mp_capable determination
` [PATCH 6.6 537/583] block: ensure we hold a queue reference when using queue limits
` [PATCH 6.6 538/583] net: stmmac: Fix ethool link settings ops for integrated PCS
` [PATCH 6.6 539/583] udp: annotate data-races around up->pending
` [PATCH 6.6 540/583] erofs: simplify compression configuration parser
` [PATCH 6.6 541/583] erofs: fix inconsistent per-file compression format
` [PATCH 6.6 542/583] net: add more sanity check in virtio_net_hdr_to_skb()
` [PATCH 6.6 543/583] net: netdev_queue: netdev_txq_completed_mb(): fix wake condition
` [PATCH 6.6 544/583] bpf: iter_udp: Retry with a larger batch size without going back to the previous bucket
` [PATCH 6.6 545/583] bpf: Avoid iter->offset making backward progress in bpf_iter_udp
` [PATCH 6.6 546/583] net: tls, fix WARNIING in __sk_msg_free
` [PATCH 6.6 547/583] net: ravb: Fix dma_addr_t truncation in error case
` [PATCH 6.6 548/583] dt-bindings: gpio: xilinx: Fix node address in gpio
` [PATCH 6.6 549/583] gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe
` [PATCH 6.6 550/583] ASoC: SOF: ipc4-loader: remove the CPC check warnings
` [PATCH 6.6 551/583] drm/amdkfd: fixes for HMM mem allocation
` [PATCH 6.6 552/583] drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTL
` [PATCH 6.6 553/583] selftests: bonding: Change script interpreter
` [PATCH 6.6 554/583] net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake calls
` [PATCH 6.6 555/583] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
` [PATCH 6.6 556/583] net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
` [PATCH 6.6 557/583] LoongArch: BPF: Prevent out-of-bounds memory access
` [PATCH 6.6 558/583] mptcp: relax check on MPC passive fallback
` [PATCH 6.6 559/583] net: netdevsim: dont try to destroy PHC on VFs
` [PATCH 6.6 560/583] netfilter: nf_tables: reject invalid set policy
` [PATCH 6.6 561/583] netfilter: nft_limit: do not ignore unsupported flags
` [PATCH 6.6 562/583] netfilter: nfnetlink_log: use proper helper for fetching physinif
` [PATCH 6.6 563/583] netfilter: nf_queue: remove excess nf_bridge variable
` [PATCH 6.6 564/583] netfilter: propagate net to nf_bridge_get_physindev
` [PATCH 6.6 565/583] netfilter: bridge: replace physindev with physinif in nf_bridge_info
` [PATCH 6.6 566/583] netfilter: nf_tables: do not allow mismatch field size and set key length
` [PATCH 6.6 567/583] netfilter: nf_tables: skip dead set elements in netlink dump
` [PATCH 6.6 568/583] netfilter: nf_tables: reject NFT_SET_CONCAT with not field length description
` [PATCH 6.6 569/583] ipvs: avoid stat macros calls from preemptible context
` [PATCH 6.6 570/583] io_uring: adjust defer tw counting
` [PATCH 6.6 571/583] kdb: Fix a potential buffer overflow in kdb_local()
` [PATCH 6.6 572/583] arm64/ptrace: Dont flush ZA/ZT storage when writing ZA via ptrace
` [PATCH 6.6 573/583] ethtool: netlink: Add missing ethnl_ops_begin/complete
` [PATCH 6.6 574/583] loop: fix the the direct I/O support check when used on top of block devices
` [PATCH 6.6 575/583] mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
` [PATCH 6.6 576/583] mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path
` [PATCH 6.6 577/583] mlxsw: spectrum_acl_tcam: Fix stack corruption
` [PATCH 6.6 578/583] mlxsw: spectrum_router: Register netdevice notifier before nexthop
` [PATCH 6.6 579/583] selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes
` [PATCH 6.6 580/583] ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
` [PATCH 6.6 581/583] i2c: s3c24xx: fix read transfers in polling mode
` [PATCH 6.6 582/583] i2c: s3c24xx: fix transferring more than one message "
` [PATCH 6.6 583/583] riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping

[PATCH] wireless-regdb: Update and disable 5470-5730MHz band according to TPC requirement for Singapore (SG)
 2024-01-23  2:08 UTC  (2+ messages)
` [PATCH] wireless-regdb: Correct format of AU definitions for genregdb.awk


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.