All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-15 02:49:30 to 2022-07-15 05:36:11 UTC [more...]

[PATCH v1 4/6] dma-buf: Acquire wait-wound context on attachment
 2022-07-15  3:38 UTC  (3+ messages)

net: stmmac: dwmac-meson8b: interface sometimes does not come up at boot
 2022-07-15  5:35 UTC  (17+ messages)

[PATCH v2 00/19] vdpa net devices Rx filter change notification with Shadow VQ
 2022-07-15  5:33 UTC  (12+ messages)
` [PATCH v2 09/19] vhost: Track number of descs in SVQElement
` [PATCH v2 12/19] vhost: add vhost_svq_poll
` [PATCH v2 15/19] vdpa: manual forward CVQ buffers
` [PATCH v2 18/19] vdpa: Add device migration blocker
` [PATCH v2 19/19] vdpa: Add x-svq to NetdevVhostVDPAOptions

[Buildroot] [autobuild.buildroot.net] Daily results for 2022-07-14
 2022-07-15  5:35 UTC 

[GIT PULL]: soundwire updates for v5.20-rc1
 2022-07-15  5:33 UTC  (2+ messages)

[Patch net-next] net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'
 2022-07-15  5:33 UTC 

[Intel-gfx] [PATCH 1/2] Revert "drm/i915/display: Ensure PSR gets disabled if no encoders in new state"
 2022-07-15  5:33 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/psr: Disable PSR before disable pipe

[PATCH v2 bpf-next 0/4] BPF array map fixes and improvements
 2022-07-15  5:31 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] bpf: fix potential 32-bit overflow when accessing ARRAY map element
` [PATCH v2 bpf-next 2/4] bpf: make uniform use of array->elem_size everywhere in arraymap.c
` [PATCH v2 bpf-next 3/4] bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value size
` [PATCH v2 bpf-next 4/4] selftests/bpf: validate .bss section bigger than 8MB is possible now

[PATCH] ASoC: codecs: add support for ES8326
 2022-07-15  5:25 UTC  (2+ messages)

[PATCH] mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase times
 2022-07-15  5:27 UTC  (4+ messages)

[PATCH bpf-next] libbpf: fallback to tracefs mount point if debugfs is not mounted
 2022-07-15  5:25 UTC  (3+ messages)

[PATCH] x86/bugs: Switch to "auto" when "ibrs" selected on Enhanced IBRS parts
 2022-07-15  5:25 UTC  (3+ messages)
` [PATCH v2] x86/bugs: Warn when "ibrs" mitigation is "

[PATCH v1] Bluetooth: Fix cvsd sco setup failure
 2022-07-15  5:25 UTC  (5+ messages)

[PATCH 5.15 101/135] selftest/vm: verify remap destination address in mremap_test
 2022-07-15  5:24 UTC  (3+ messages)

[PATCH v2 00/28] CXL PMEM Region Provisioning
 2022-07-15  5:23 UTC  (3+ messages)
` [PATCH v2 03/28] cxl/acpi: Track CXL resources in iomem_resource

[PATCH net-next v2 00/11] tls: rx: avoid skb_cow_data()
 2022-07-15  5:22 UTC  (12+ messages)
` [PATCH net-next v2 01/11] tls: rx: allow only one reader at a time
` [PATCH net-next v2 02/11] tls: rx: don't try to keep the skbs always on the list
` [PATCH net-next v2 03/11] tls: rx: don't keep decrypted skbs on ctx->recv_pkt
` [PATCH net-next v2 04/11] tls: rx: remove the message decrypted tracking
` [PATCH net-next v2 05/11] tls: rx: factor out device darg update
` [PATCH net-next v2 06/11] tls: rx: read the input skb from ctx->recv_pkt
` [PATCH net-next v2 07/11] tls: rx: return the decrypted skb via darg
` [PATCH net-next v2 08/11] tls: rx: async: adjust record geometry immediately
` [PATCH net-next v2 09/11] tls: rx: async: hold onto the input skb
` [PATCH net-next v2 10/11] tls: rx: async: don't put async zc on the list
` [PATCH net-next v2 11/11] tls: rx: decrypt into a fresh skb

[PATCH 0/3] net: sun8i-emac: Allwinner D1 Support
 2022-07-15  5:20 UTC  (4+ messages)
` [PATCH 1/3] net: sun8i-emac: Downgrade printf during probe to debug
` [PATCH 2/3] net: sun8i-emac: Drop use of arch-specific header
` [PATCH 3/3] net: sun8i-emac: Use common syscon setup for R40

Is casting a void ptr to something else considered bad kernel coding style
 2022-07-15  5:20 UTC  (2+ messages)

[PATCH v1 0/2] Add support for MT8188 SCP
 2022-07-15  5:18 UTC  (4+ messages)
` [PATCH v1 2/2] remoteproc: mediatek: Support "

[net-next 01/15] net/mlx5: Use the bitmap API to allocate bitmaps
 2022-07-15  5:20 UTC  (2+ messages)

[patch net-next repost 0/3] net: devlink: couple of trivial fixes
 2022-07-15  5:20 UTC  (2+ messages)

[soc:broadcom/dt] BUILD SUCCESS daf7c850caabe0f12b10d2310a8420fc6e8abd8f
 2022-07-15  5:12 UTC 

[PATCH v2] Bluetooth: hci_sync: Remove redundant func definition
 2022-07-15  5:14 UTC  (2+ messages)
` [v2] "

KernelCI at lists.linux.dev
 2022-07-15  5:12 UTC  (3+ messages)

[PATCH v2 0/6] gpiolib: cdev: code cleanup following hte integration
 2022-07-15  5:10 UTC  (5+ messages)
` [PATCH v2 1/6] gpiolib: cdev: simplify linereq_free
` [PATCH v2 2/6] gpiolib: cdev: simplify parameter in call to hte_edge_setup

[PATCH bpf-next 0/4] BPF array map fixes and improvements
 2022-07-15  5:09 UTC  (4+ messages)
` [PATCH bpf-next 1/4] bpf: fix potential 32-bit overflow when accessing ARRAY map element

[PATCH net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2022-07-14
 2022-07-15  5:09 UTC  (3+ messages)
` [PATCH net-next 1/3] ice: add support for Auto FEC with FEC disabled

[PATCH 0/3] sched/core: Optimize load balance of core scheduling
 2022-07-15  5:08 UTC  (4+ messages)
` [PATCH 1/3] sched/core: Fix the bug that task won't enqueue into core tree when update cookie

[net-next PATCH] net: dsa: qca8k: move driver to qca dir
 2022-07-15  5:03 UTC  (2+ messages)

[igt-dev] [PATCH v6 0/2] tests/i915/kms_mmap_write_crc: IGT test Cleanup
 2022-07-15  5:03 UTC  (5+ messages)
` [igt-dev] [PATCH v6 1/2] tests/i915/kms_mmap_write_crc: Create dynamic subtests
` [igt-dev] [PATCH v6 2/2] tests/i915/kms_mmap_write_crc: Test Cleanup

[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
 2022-07-15  5:02 UTC  (9+ messages)
` [PATCH bpf-next v6 09/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v6 10/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v6 11/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v6 12/23] HID: initial BPF implementation

[PATCH v2] Subject: x86/PAT: Report PAT on CPUs that support PAT without MTRR
 2022-07-15  5:00 UTC  (10+ messages)

[GIT PULL] cpufreq/arm fixes for 5.19-rc7
 2022-07-15  4:59 UTC 

[PATCH v2] net: sort queues in xps maps
 2022-07-15  4:57 UTC  (2+ messages)

[PATCH v8 0/2] AD4130
 2022-07-15  4:53 UTC  (4+ messages)
` [PATCH v8 1/2] dt-bindings: iio: adc: add AD4130
` [PATCH v8 2/2] iio: adc: ad4130: add AD4130 driver

[PATCH net-next] improve handling of ICMP_EXT_ECHO icmp type
 2022-07-15  4:51 UTC  (2+ messages)

[ammarfaizi2-block:tglx/devel/depthtracking 2/38] vmlinux.o: warning: objtool: load_percpu_segment+0x9: call to cpu_kernelmode_gs_base() leaves .noinstr.text section
 2022-07-15  4:50 UTC 

[PATCH 00/10] video: fbdev: atari: Miscellaneous fixes and cleanups
 2022-07-15  4:50 UTC  (2+ messages)

[PATCH] sched/deadline: Fix BUG_ON condition for deboosted tasks
 2022-07-15  4:49 UTC  (4+ messages)

[PATCH v2] AMD_SFH: Add a DMI quirk entry for Chromebooks
 2022-07-15  4:45 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2022-07-15  4:41 UTC 

[PATCH 1/3 cgroup/for-5.20] cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty subtree
 2022-07-15  4:39 UTC  (5+ messages)
` [PATCH 2/3 cgroup/for-5.20] cgroup: Add "no" prefixed mount options
  ` [PATCH 3/3 cgroup/for-5.20] cgroup: Make !percpu threadgroup_rwsem operations optional

[PATCH] atl1c: use netif_tx_napi_add() for Tx NAPI
 2022-07-15  4:38 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/i915/kms_frintbuffer_tracking: Increase the poll timeout for simulation platform
 2022-07-15  4:36 UTC  (2+ messages)

[oe] [meta-python] [PATCH] python3-pillow: upgrade 9.1.1 -> 9.2.0
 2022-07-15  4:34 UTC 

[PATCH] alpha: Fix comment typo
 2022-07-15  4:33 UTC 

[PATCH v3,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-07-15  4:30 UTC  (2+ messages)

[PATCH for-next 4/4] nvme-multipath: add multipathing for uring-passthrough commands
 2022-07-15  4:24 UTC  (10+ messages)

[oe] [meta-python] [PATCH] python3-pillow: upgrade 9.1.1 -> 9.2.0
 2022-07-15  4:28 UTC 

[oe] [meta-python][PATCH] python3-pylint: upgrade 2.14.3 -> 2.14.4
 2022-07-15  4:28 UTC 

[PATCH] [oe] [meta-python] [PATCH] python3-redis: upgrade 4.3.3 -> 4.3.4
 2022-07-15  4:27 UTC 

[oe] [meta-python] [PATCH] python3-ldap: upgrade 3.4.0 -> 3.4.2
 2022-07-15  4:27 UTC 

[ast-bpf:memalloc 1/7] kernel/bpf/memalloc.c:158:24: error: implicit declaration of function 'get_mem_cgroup_from_objcg'; did you mean 'get_mem_cgroup_from_mm'?
 2022-07-15  4:20 UTC 

[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits
 2022-07-15  4:17 UTC  (4+ messages)
` [PATCH v2 07/11] acpi/tests/bits: add python test that exercizes QEMU bios tables "

[PATCH v2] dt-bindings: nvidia,tegra20-kbc: Convert to json-schema
 2022-07-15  4:10 UTC  (2+ messages)

linux-next: build failure after merge of the block tree
 2022-07-15  4:10 UTC  (2+ messages)

[PATCH 0/4] phy: sun4i-usb: Allwinner D1 Support
 2022-07-15  4:09 UTC  (5+ messages)
` [PATCH 1/4] sunxi: Move INITIAL_USB_SCAN_DELAY to driver Kconfig
` [PATCH 2/4] phy: sun4i-usb: Drop use of arch-specific headers
` [PATCH 3/4] phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handling
` [PATCH 4/4] phy: sun4i-usb: Add D1 variant

[PATCH v3]PM: QoS: Add check to make sure CPU freq is non-negative
 2022-07-15  4:09 UTC 

[PATCH] mmc: sdhci-of-aspeed: test: Fix dependencies when KUNIT=m
 2022-07-15  4:03 UTC  (2+ messages)

[PATCH v1] Bluetooth: hci_sync: Remove redundant func definition
 2022-07-15  4:03 UTC  (4+ messages)

[PATCH] Input: tsc2007 - enable GPIO chips that can sleep
 2022-07-15  3:59 UTC  (2+ messages)

[oe] [meta-python] [PATCH] python3-socketio: upgrade 5.6.0 -> 5.7.0
 2022-07-15  3:59 UTC  (4+ messages)
` [oe] [meta-python] [PATCH] python3-ujson: upgrade 5.3.0 -> 5.4.0
` [oe] [meta-python] [PATCH] python3-web3: upgrade 5.29.2 -> 5.30.0
` [oe] [meta-python] [PATCH] python3-eth-hash: upgrade 0.3.3 -> 0.4.0

[RFC][PATCH] mingw: avoid mktemp() in mkstemp() implementation
 2022-07-15  3:58 UTC 

[soc:qcom/dt64] BUILD SUCCESS abf61f7e66c15e00f40ca7e10367f4149639bc57
 2022-07-15  3:56 UTC 

[PATCH] mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
 2022-07-15  3:56 UTC  (14+ messages)

Build error of samples/bpf
 2022-07-15  3:54 UTC  (3+ messages)

[RFC PATCH v2 0/5] can: support CAN XL
 2022-07-15  3:53 UTC  (5+ messages)
` [RFC PATCH v2 3/5] can: dev: add CAN XL support

linux-next: build warning after merge of the block tree
 2022-07-15  3:52 UTC 

Invalid pstore_blk use?
 2022-07-15  3:49 UTC 

[PATCH -next] riscv: lib: uaccess: fix CSR_STATUS SR_SUM bit
 2022-07-15  3:47 UTC  (4+ messages)

[PATCH for-next v2] RDMA/rxe: Remove unused mask parameter
 2022-07-15  3:46 UTC 

[PATCH V16 7/7] PCI: Add quirk for multifunction devices of LS7A
 2022-07-15  3:44 UTC  (2+ messages)

[PATCH] RDMA/rxe: Remove unused mask parameter
 2022-07-15  3:42 UTC  (3+ messages)

[PATCH] ASoC: mediatek: mt8195: extract SOF common code
 2022-07-15  3:42 UTC 

[PATCH 0/8] AArch64/HMAT support and tests
 2022-07-15  3:41 UTC  (3+ messages)
` [PATCH 1/8] hmat acpi: Don't require initiator value in -numa

[PATCH wpan-next 00/20] net: ieee802154: Support scanning/beaconing
 2022-07-15  3:42 UTC  (6+ messages)
` [PATCH wpan-next 10/20] net: mac802154: Handle passive scanning
` [PATCH wpan-next 17/20] net: ieee802154: Handle limited devices with only datagram support

[PATCH 0/2] vhost-scsi: IO virtqueue creation fixes/features
 2022-07-15  3:40 UTC  (3+ messages)
` [PATCH 2/2] vhost scsi: Allow user to control num virtqueues

[PATCH for-next] RDMA/rxe: check rxe_pd before rxe_put in rxe_mr_cleanup()
 2022-07-15  3:37 UTC  (3+ messages)

[git pull] drm fixes for 5.19-rc7
 2022-07-15  3:36 UTC  (2+ messages)

[PATCH 1/2] phy: sun4i-usb: Do not drive VBUS with external VBUS present
 2022-07-15  3:34 UTC  (2+ messages)
` [PATCH 2/2] musb: sunxi: Allow host-side USB with external VBUS

[PATCH u-boot v2019.04-aspeed-openbmc] tools: Disable OpenSSL deprecation warnings
 2022-07-15  3:33 UTC 

[PATCH v5] memblock,arm64: Expand the static memblock memory table
 2022-07-15  3:29 UTC  (4+ messages)

[ast-bpf:memalloc 1/7] kernel/bpf/memalloc.c:158:24: warning: returning 'int' from a function with return type 'struct mem_cgroup *' makes pointer from integer without a cast
 2022-07-15  3:28 UTC 

[PATCH v2 21/28] cxl/region: Enable the assignment of endpoint decoders to regions
 2022-07-15  3:28 UTC  (2+ messages)

linux-next: manual merge of the block tree with the btrfs tree
 2022-07-15  3:25 UTC 

[dm-devel] use regular gendisk registration in device mapper v2
 2022-07-15  3:24 UTC  (7+ messages)
` [dm-devel] [PATCH 7/8] dm: delay registering the gendisk
          `  "

[PATCH] x86: Allow for exclusions in checking RETHUNK
 2022-07-15  3:23 UTC  (6+ messages)

[PATCH] drm/amdkfd: Remove Align VRAM allocations to 1MB on APU ASIC
 2022-07-15  3:21 UTC  (4+ messages)

[PATCH 0/3] commit-graph: fix corruption during generation v2 upgrade
 2022-07-15  3:20 UTC  (6+ messages)
` [PATCH 1/3] t5318: demonstrate commit-graph generation v2 corruption
` [PATCH 2/3] commit-graph: introduce `repo_find_commit_pos_in_graph()`

[PATCH 0/3] ceph: only send the metrices supported by the MDS for old cephs
 2022-07-15  3:20 UTC  (5+ messages)
` [PATCH 2/3] "

[Intel-gfx] [PATCH] drm/i915/guc: Don't use pr_err when not necessary
 2022-07-15  3:20 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/guc: Don't use pr_err when not necessary (rev2)

[PATCH] LoongArch: Fix missing fcsr in ptrace's fpr_set
 2022-07-15  3:20 UTC  (4+ messages)

[Bug 216248] New: [Regression] amd-pstate stops working after [ACPI: CPPC: Check _OSC for flexible address space]
 2022-07-15  3:20 UTC  (3+ messages)
` [Bug 216248] "

[PATCH] null_blk: cleanup null_init_tag_set
 2022-07-15  3:19 UTC 

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-07-15  3:13 UTC  (6+ messages)
` [PATCH V12 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little

linux-next: manual merge of the block tree with the vfs tree
 2022-07-15  3:09 UTC 

[RFC] aspeed/i2c: multi-master between SoC's
 2022-07-15  3:06 UTC 

'git sparse-checkout add' hangs if local repo is using alternative objects store
 2022-07-15  3:06 UTC  (2+ messages)

[PATCH V14 0/7] CXL: Read CDAT
 2022-07-15  3:04 UTC  (8+ messages)
` [PATCH V14 1/7] PCI: Add vendor ID for the PCI SIG
` [PATCH V14 2/7] PCI: Replace magic constant for PCI Sig Vendor ID
` [PATCH V14 3/7] PCI/DOE: Add DOE mailbox support functions
` [PATCH V14 4/7] cxl/pci: Create PCI DOE mailbox's for memory devices
` [PATCH V14 5/7] driver-core: Introduce BIN_ATTR_ADMIN_{RO,RW}
` [PATCH V14 6/7] cxl/port: Read CDAT table
` [PATCH V14 7/7] cxl/port: Introduce cxl_cdat_valid()

[PATCH 0/2] fsl_lpuart: fix the bugs in received break signal count and send break signal
 2022-07-15  2:59 UTC  (3+ messages)
` [PATCH 1/2] tty: serial: fsl_lpuart: correct the count of break characters
` [PATCH 2/2] tty: serial: fsl_lpuart: writing a 1 and then a 0 to trigger a break character

[PATCH v2 02/28] cxl/core: Define a 'struct cxl_switch_decoder'
 2022-07-15  2:57 UTC  (2+ messages)

[PATCH v2 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-07-15  2:53 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/6] bitmap-lookup-table: add performance tests for lookup table

[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
 2022-07-15  2:50 UTC  (8+ messages)
` [PATCH v2 bpf-next 3/5] ftrace: introduce FTRACE_OPS_FL_SHARE_IPMODIFY

[PATCH v2 0/3] drm/bridge: it6505: Fixes bugs
 2022-07-15  2:49 UTC  (8+ messages)
` [PATCH v2 1/3] drm/bridge: it6505: Modified power sequence
` [PATCH v2 2/3] drm/bridge: it6505: Add i2c api power on check
` [PATCH v2 3/3] drm/bridge: it6505: Modified video clock calculation and video debug message


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.