All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-24 04:59:44 to 2022-12-24 09:09:04 UTC [more...]

[RFC PATCH 1/1] riscv: mm: notify remote harts about mmu cache updates
 2022-12-24  8:46 UTC  (10+ messages)

[RFC PATCH 00/14] Introduce QC USB SND audio offloading support
 2022-12-24  9:02 UTC  (27+ messages)
` [RFC PATCH 01/14] ASoC: Add SOC USB APIs for adding an USB backend
` [RFC PATCH 03/14] ASoC: qcom: Add USB backend ASoC driver for Q6
` [RFC PATCH 05/14] sound: usb: Export USB SND APIs for modules
` [RFC PATCH 06/14] usb: core: hcd: Introduce USB HCD APIs for interrupter management
` [RFC PATCH 07/14] usb: host: xhci: Add XHCI secondary interrupter support
` [RFC PATCH 10/14] sound: usb: card: Check for support for requested audio format
` [RFC PATCH 12/14] sound: soc: qcom: qusb6: Ensure PCM format is supported by USB audio device

[linux-linus test] 175476: regressions - FAIL
 2022-12-24  9:08 UTC 

[sashal-stable:pending-4.14 236/254] include/linux/stddef.h:8:14: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast
 2022-12-24  9:02 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 7048/9999] arch/arc/kernel/signal.c:80:31: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-12-24  9:02 UTC 

[sashal-stable:pending-5.15 69/701] kernel/livepatch/../sched/sched.h:2976:32: warning: passing argument 1 of 'cpu_util_cfs' makes pointer from integer without a cast
 2022-12-24  9:02 UTC 

[RFC PATCH 0/2] Use-after-free in kvm_xen_eventfd_update()
 2022-12-24  8:54 UTC  (5+ messages)
` [RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free "
` [RFC PATCH 2/2] KVM: x86/xen: Simplify eventfd IOCTLs

[PATCH] KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_ports
 2022-12-24  8:53 UTC 

[sashal-stable:pending-5.10 140/561] drivers/gpu/drm/msm/hdmi/hdmi.c:264:9: error: implicit declaration of function 'devm_pm_runtime_enable'; did you mean 'pm_runtime_enable'?
 2022-12-24  8:52 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 1270/1346] drivers/usb/gadget/udc/udc-xilinx.c:502:37: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-12-24  8:41 UTC 

[RFC PATCH 00/43] Add LoongArch LSX instructions
 2022-12-24  8:16 UTC  (44+ messages)
` [RFC PATCH 01/43] target/loongarch: Add vector data type vec_t
` [RFC PATCH 02/43] target/loongarch: CPUCFG support LSX
` [RFC PATCH 03/43] target/loongarch: meson.build support build LSX
` [RFC PATCH 04/43] target/loongarch: Add CHECK_SXE maccro for check LSX enable
` [RFC PATCH 05/43] target/loongarch: Implement vadd/vsub
` [RFC PATCH 06/43] target/loongarch: Implement vaddi/vsubi
` [RFC PATCH 07/43] target/loongarch: Implement vneg
` [RFC PATCH 08/43] target/loongarch: Implement vsadd/vssub
` [RFC PATCH 09/43] target/loongarch: Implement vhaddw/vhsubw
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw
` [RFC PATCH 11/43] target/loongarch: Implement vavg/vavgr
` [RFC PATCH 12/43] target/loongarch: Implement vabsd
` [RFC PATCH 13/43] target/loongarch: Implement vadda
` [RFC PATCH 14/43] target/loongarch: Implement vmax/vmin
` [RFC PATCH 15/43] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
` [RFC PATCH 16/43] target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}
` [RFC PATCH 17/43] target/loongarch: Implement vdiv/vmod
` [RFC PATCH 18/43] target/loongarch: Implement vsat
` [RFC PATCH 19/43] target/loongarch: Implement vexth
` [RFC PATCH 20/43] target/loongarch: Implement vsigncov
` [RFC PATCH 21/43] target/loongarch: Implement vmskltz/vmskgez/vmsknz
` [RFC PATCH 22/43] target/loongarch: Implement LSX logic instructions
` [RFC PATCH 23/43] target/loongarch: Implement vsll vsrl vsra vrotr
` [RFC PATCH 24/43] target/loongarch: Implement vsllwil vextl
` [RFC PATCH 25/43] target/loongarch: Implement vsrlr vsrar
` [RFC PATCH 26/43] target/loongarch: Implement vsrln vsran
` [RFC PATCH 27/43] target/loongarch: Implement vsrlrn vsrarn
` [RFC PATCH 28/43] target/loongarch: Implement vssrln vssran
` [RFC PATCH 29/43] target/loongarch: Implement vssrlrn vssrarn
` [RFC PATCH 30/43] target/loongarch: Implement vclo vclz
` [RFC PATCH 31/43] target/loongarch: Implement vpcnt
` [RFC PATCH 32/43] target/loongarch: Implement vbitclr vbitset vbitrev
` [RFC PATCH 33/43] target/loongarch: Implement vfrstp
` [RFC PATCH 34/43] target/loongarch: Implement LSX fpu arith instructions
` [RFC PATCH 35/43] target/loongarch: Implement LSX fpu fcvt instructions
` [RFC PATCH 36/43] target/loongarch: Implement vseq vsle vslt
` [RFC PATCH 37/43] target/loongarch: Implement vfcmp
` [RFC PATCH 38/43] target/loongarch: Implement vbitsel vset
` [RFC PATCH 39/43] target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr
` [RFC PATCH 40/43] target/loongarch: Implement vreplve vpack vpick
` [RFC PATCH 41/43] target/loongarch: Implement vilvl vilvh vextrins vshuf
` [RFC PATCH 42/43] target/loongarch: Implement vld vst
` [RFC PATCH 43/43] target/loongarch: Implement vldi

[PATCH v2] tty: serial: dz: convert atomic_* to refcount_* APIs for irq_guard
 2022-12-24  8:40 UTC  (3+ messages)

[GIT PULL] sound updates for 6.2-rc1 (#2)
 2022-12-24  8:36 UTC  (3+ messages)

[RFC v2 1/1] mmc: Add mmc pstore backend support
 2022-12-24  8:31 UTC  (2+ messages)

[sashal-stable:pending-5.10 49/561] kernel/sched/fair.c:6356:20: error: implicit declaration of function 'uclamp_eff_value'
 2022-12-24  8:31 UTC 

[sashal-stable:pending-5.15 69/701] kernel/sched/sched.h:2976:25: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'struct rq *'
 2022-12-24  8:31 UTC 

[sashal-stable:pending-5.10 49/561] kernel/sched/fair.c:6356:13: error: implicit declaration of function 'uclamp_eff_value'
 2022-12-24  8:31 UTC 

[PATCH][langdale][kirkstone] libxml2: fix test data checksums
 2022-12-24  8:30 UTC 

[PATCH] libxml2: upgrade test data from 20080827 to 20130923
 2022-12-24  8:30 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 72/1346] drivers/mtd/spi-nor/core.c:1891 spi_nor_read_id() error: we previously assumed 'nor->spimem' could be null (see line 1873)
 2022-12-24  7:18 UTC  (2+ messages)

[PATCH v3] usb: gadget: aspeed_udc: Add check for dma_alloc_coherent
 2022-12-24  6:37 UTC  (5+ messages)

[sashal-stable:pending-5.15 458/701] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead
 2022-12-24  8:21 UTC 

[PATCH AUTOSEL 4.19 1/6] kset: fix memory leak when kset_register() returns error
 2022-12-24  1:32 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 2/6] usb: gadget: aspeed: fix buffer overflow

[PATCH v3 1/2] mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
 2022-12-24  8:20 UTC  (2+ messages)
` [PATCH v3 2/2] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE

[PATCH AUTOSEL 5.4 1/7] kset: fix memory leak when kset_register() returns error
 2022-12-24  1:32 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 2/7] usb: gadget: aspeed: fix buffer overflow

[PATCH AUTOSEL 5.10 01/11] kset: fix memory leak when kset_register() returns error
 2022-12-24  1:31 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 03/11] usb: gadget: aspeed: fix buffer overflow

[PATCH AUTOSEL 5.15 01/14] kset: fix memory leak when kset_register() returns error
 2022-12-24  1:31 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 03/14] usb: gadget: aspeed: fix buffer overflow

[PATCH v4] Bluetooth: btusb: Work around for spotty SCO quality
 2022-12-24  8:17 UTC  (2+ messages)

[git pull] Input updates for v6.1-rc5 #forregzbot
 2022-12-24  8:15 UTC  (4+ messages)
  ` [git pull] Input updates for v6.1-rc5

[PATCH v2 1/2] mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
 2022-12-24  8:13 UTC  (3+ messages)
` [PATCH v2 2/2] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE

[sashal-stable:pending-4.19 232/358] drivers/usb/typec/tcpm/tcpm.c:2240:39: warning: variable 'snk_ma' set but not used
 2022-12-24  8:11 UTC 

What's cooking in git.git (Dec 2022, #03; Sun, 11)
 2022-12-24  8:10 UTC  (6+ messages)
` js/drop-mingw-test-cmp, was "

[PATCH v2] hantro: Fix JPEG encoder ENUM_FRMSIZE on RK3399
 2022-12-24  8:03 UTC  (2+ messages)

[sashal-stable:pending-5.4 172/450] sound/soc/mediatek/mt8173/mt8173-afe-pcm.c:1154:15: error: implicit declaration of function 'snd_soc_component_initialize'; did you mean 'snd_soc_component_is_active'?
 2022-12-24  8:01 UTC 

[sashal-stable:pending-6.1 133/1072] drivers/cpufreq/qcom-cpufreq-hw.c:665:51: error: use of undeclared identifier 'dev'; did you mean 'pdev'?
 2022-12-24  8:01 UTC 

error: unknown target CPU 'loongson2f'
 2022-12-24  8:01 UTC 

[sashal-stable:pending-6.1 906/1072] kernel/bpf/core.c:2091:51: error: passing 'const struct bpf_prog *' to parameter of type 'struct bpf_prog *' discards qualifiers
 2022-12-24  8:01 UTC 

[sashal-stable:pending-4.19 307/358] drivers/mfd/qcom_rpm.c:558:21: warning: assignment to 'struct clk *' from 'int' makes pointer from integer without a cast
 2022-12-24  8:01 UTC 

[PATCH] win32: use _endthreadex to terminate threads, not ExitThread
 2022-12-24  8:01 UTC  (2+ messages)

Possible regression with kernel 6.1.0 freezing (6.0.14 is fine) on haswell laptop
 2022-12-24  7:57 UTC  (5+ messages)
` Possible regression with kernel 6.1.0 freezing (6.0.14 is fine) on haswell laptop #forregzbot

[6.2][regression] after commit cd372b8c99c5a5cf6a464acebb7e4a79af7ec8ae stopping working wifi mt7921e
 2022-12-24  7:55 UTC  (8+ messages)

6.2 nvme-pci: something wrong
 2022-12-24  7:52 UTC  (3+ messages)
` 6.2 nvme-pci: something wrong #forregzbot

[PATCH v10 0/2] win32: close handles of threads that have been joined
 2022-12-24  7:50 UTC  (4+ messages)
` [PATCH v11 "
  ` [PATCH v11 2/2] "

[RFC] IMA LSM based rule race condition issue on 4.19 LTS
 2022-12-24  7:47 UTC  (18+ messages)

[meta-oe][PATCHv4] appstream: add recipe
 2022-12-24  7:45 UTC 

[PATCH v2] tty: serial: dz: convert atomic_* to refcount_* APIs
 2022-12-24  7:44 UTC 

[sashal-stable:pending-4.19 256/358] platform.c:undefined reference to `devm_ioremap_resource'
 2022-12-24  7:41 UTC 

[net-next] ipv6: fix routing cache overflow for raw sockets
 2022-12-24  7:38 UTC  (5+ messages)

[PATCH v3] usb: gadget: aspeed_udc: Add check for dma_alloc_coherent
 2022-12-24  7:35 UTC  (3+ messages)

[RFC PATCH RESEND bpf-next 0/4] Support bpf trampoline for RV64
 2022-12-24  6:22 UTC  (4+ messages)

[PATCH v2 10/23] clk: mediatek: mt8173: Break down clock drivers and allow module build
 2022-12-24  7:13 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 01/26] gpiolib: of: add a quirk for legacy names in Mediatek mt2701-cs42448
 2022-12-24  1:29 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 11/26] usb: gadget: aspeed: fix buffer overflow

[PATCH AUTOSEL 6.0 01/73] drm/etnaviv: add missing quirks for GC300
 2022-12-24  0:35 UTC  (4+ messages)
` [PATCH AUTOSEL 6.0 70/73] regulator: core: Use different devices for resource allocation and DT lookup

[sashal-stable:pending-4.9 196/213] include/linux/stddef.h:7:14: warning: return makes integer from pointer without a cast
 2022-12-24  7:30 UTC 

[PATCH 1/2] dt-bindings: usb: snps,dwc3: Allow power-domains property
 2022-12-23 23:57 UTC  (6+ messages)

[PATCH v1 0/9] AV1 stateless decoder for RK3588
 2022-12-23 23:20 UTC  (10+ messages)
` [PATCH v1 7/9] media: verisilicon: Add Rockchip AV1 decoder

[PATCH v5 00/12] Allow calls in alternatives
 2022-12-23 22:13 UTC  (3+ messages)
` [PATCH v5 04/12] RISC-V: add ebreak instructions to definitions
` [PATCH v5 05/12] RISC-V: add auipc elements to parse_asm header

[bug report} wifi: mt76: mt7612u/mt7610u - 6.1.x hard locking systems
 2022-12-23 23:20 UTC  (2+ messages)

[PATCH] mm: fix comment of page table counter
 2022-12-24  6:02 UTC 

[Cluster-devel] [RFC v3 0/7] Turn iomap_page_ops into iomap_folio_ops
 2022-12-24  7:23 UTC  (15+ messages)
` [Cluster-devel] [RFC v3 1/7] fs: Add folio_may_straddle_isize helper
      `  "
` [Cluster-devel] [RFC v3 2/7] iomap: Add iomap_folio_done helper
      `  "
` [Cluster-devel] [RFC v3 4/7] iomap: Add iomap_folio_prepare helper
      `  "

[jolsa-perf:bpf/tracing_multi_ng_2 9/23] kernel/bpf/btf.c:8458 btf_bitmap_funcs_resolve() error: uninitialized symbol 'err'
 2022-12-24  7:22 UTC  (3+ messages)

[6.2][regression] after commit ffcb754584603adf7039d7972564fbf6febdc542 all sound devices disappeared (due BUG at mm/page_alloc.c:3592!)
 2022-12-24  7:20 UTC  (3+ messages)
` [6.2][regression] after commit ffcb754584603adf7039d7972564fbf6febdc542 all sound devices disappeared (due BUG at mm/page_alloc.c:3592!) #forregzbot

[sashal-stable:pending-4.19 64/358] fs/ocfs2/super.c:1110:8: error: use of undeclared label 'read_super_error'
 2022-12-24  7:20 UTC 

[jolsa-perf:bpf/tracing_multi_ng_2 8/23] kernel/bpf/btf.c:8332 btf_bitmap_funcs_read() error: uninitialized symbol 'err'
 2022-12-24  7:20 UTC  (2+ messages)

[PATCH] eventfd: use a generic helper instead of an open coded wait_event
 2022-12-24  7:16 UTC  (3+ messages)

[bpf-next v3 0/6] samples/bpf: enhance syscall tracing program
 2022-12-24  7:15 UTC  (7+ messages)
` [bpf-next v3 1/6] samples/bpf: use kyscall instead of kprobe in "
` [bpf-next v3 2/6] samples/bpf: use vmlinux.h instead of implicit headers "
` [bpf-next v3 3/6] samples/bpf: change _kern suffix to .bpf with "
` [bpf-next v3 4/6] samples/bpf: fix tracex2 by using BPF_KSYSCALL macro
` [bpf-next v3 5/6] samples/bpf: use BPF_KSYSCALL macro in syscall tracing programs
` [bpf-next v3 6/6] libbpf: fix invalid return address register in s390

[PATCH v5 3/6] coresight: configfs: Add in binary attributes to load files
 2022-12-24  7:16 UTC  (3+ messages)

[sashal-stable:pending-4.19 64/358] fs/ocfs2/super.c:1131:25: error: label 'read_super_error' used but not defined
 2022-12-24  7:10 UTC 

[sashal-stable:pending-6.0 6/999] fs/cifs/smb2inode.c:419:4: warning: variable 'idata' is uninitialized when used here
 2022-12-24  7:10 UTC 

[sashal-stable:pending-5.15 69/701] kernel/sched/sched.h:2976:32: warning: passing argument 1 of 'cpu_util_cfs' makes pointer from integer without a cast
 2022-12-24  7:10 UTC 

[sashal-stable:pending-6.1 906/1072] kernel/bpf/core.c:2091:58: warning: passing argument 1 of 'resolve_prog_type' discards 'const' qualifier from pointer target type
 2022-12-24  7:10 UTC 

[PATCH v14 17/26] integrity/ima: Define ns_status for storing namespaced iint data
 2022-12-24  7:05 UTC  (2+ messages)
` [PATCH v1 1/1] ima: fix possible memory leak in cache allocating for namespace

[intel-lts:5.15/linux 19636/19717] drivers/tty/serial/8250/8250_lpss.c:366 lpss8250_probe() warn: inconsistent indenting
 2022-12-24  7:00 UTC 

[sashal-stable:pending-6.1 132/1072] drivers/cpufreq/qcom-cpufreq-hw.c:548:8: error: use of undeclared label 'error'
 2022-12-24  7:00 UTC 

[sashal-stable:pending-4.19 232/358] drivers/usb/typec/tcpm/tcpm.c:2240:46: warning: variable 'snk_ma' set but not used
 2022-12-24  7:00 UTC 

[sashal-stable:pending-5.15 458/701] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead
 2022-12-24  7:00 UTC 

[PATCH v14 00/26] ima: Namespace IMA with audit support in IMA-ns
 2022-12-24  6:59 UTC  (2+ messages)
` [PATCH v1 1/1] ima: fix possible memory leak in cache allocating for namespace

usb 1-3: Product: BBC micro:bit CMSIS-DAP not recognised
 2022-12-24  6:53 UTC  (11+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2022-12-23
 2022-12-24  6:38 UTC 

[meta-oe][PATCHv3] appstream: add recipe
 2022-12-24  6:32 UTC  (2+ messages)

[asahilinux:bits/020-t6000-dart 12/22] drivers/iommu/of_iommu.c:189:26-29: WARNING: Suspicious code. resource_size is maybe missing with phys
 2022-12-24  6:19 UTC 

[PATCH linux-next] lib: Dhrystone: initialize ret value
 2022-12-24  6:19 UTC  (3+ messages)

[GIT PULL] virtio,vhost,vdpa: features, fixes, cleanups
 2022-12-24  6:10 UTC  (9+ messages)

[syzbot] kernel BUG in txUnlock
 2022-12-24  5:58 UTC  (2+ messages)
` [syzbot] [jfs?] "

[PATCH v4 0/3] leds: add driver for SPI driven WorldSemi WS2812B RGB LEDs
 2022-12-24  5:52 UTC  (5+ messages)
` [PATCH v4 2/3] dt-bindings: leds: add worldsemi,ws2812b

f2fs write error Linux v6.2
 2022-12-24  5:48 UTC 

[PATCH] arch/arm/mm/dma-mapping.c: fix __alloc_from_pool returning a dirty buffer
 2022-12-23 22:51 UTC  (3+ messages)

[PATCH AUTOSEL 6.0 01/18] kset: fix memory leak when kset_register() returns error
 2022-12-24  1:30 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 04/18] usb: gadget: aspeed: fix buffer overflow

[PATCH] docs: pmu: Update the pmu doc with removal of mcountinhbit restriction
 2022-12-24  5:39 UTC  (2+ messages)

[PATCH v1] docs: pmu: update a reference to a deprecated property name
 2022-12-24  5:39 UTC  (2+ messages)

[PATCH v1] docs: pmu: fix binding example
 2022-12-24  5:38 UTC  (2+ messages)

Action: Setup working group for the GNU Toolchain proposal to migrate to LF IT managed services
 2022-12-24  5:31 UTC  (6+ messages)

lsusb
 2022-12-24  5:28 UTC 

[PATCH v2 0/7] x86/sched: Avoid unnecessary migrations within SMT domains
 2022-12-24  5:28 UTC  (4+ messages)
` [PATCH v2 4/7] sched/fair: Introduce sched_smt_siblings_idle()

[PATCH] rcu: Safe access to rcu_node structure's->exp_tasks
 2022-12-24  5:25 UTC 

Pozycjonowanie- informacja
 2022-12-19  8:45 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.