All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-22 01:13:59 to 2022-11-22 02:40:16 UTC [more...]

[PATCH v2,1/3] media: dt-bindings: media: mediatek: vcodec: Fix clock num not correctly
 2022-11-22  2:15 UTC  (4+ messages)

[PATCH -next v2] clk: Fix one kernel-doc comment
 2022-11-22  2:38 UTC  (2+ messages)

[patch 00/15] timers: Provide timer_shutdown[_sync]()
 2022-11-22  2:38 UTC  (2+ messages)

[PATCH] lockdown: kexec_file: prevent unsigned kernel image when KEXEC_SIG not enabled
 2022-11-22  2:36 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] ftrace: avoid replacing the list func with itself
 2022-11-22  2:37 UTC  (4+ messages)

[PATCH v1] f2fs: avoid victim selection from previous victim section
 2022-11-22  2:36 UTC  (2+ messages)
  ` [f2fs-dev] "

[PATCH,RESEND] net: ethernet: mtk_wed: add wcid overwritten support for wed v1
 2022-11-22  2:17 UTC  (2+ messages)

[PATCH bpf-next v4 0/6] execmem_alloc for BPF programs
 2022-11-22  2:36 UTC  (5+ messages)

[Intel-gfx] [PATCH v3 0/3] Add hwmon support for dgfx selftests
 2022-11-22  2:35 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 2/3] drm/i915/hwmon: Add helper function to obtain energy values

[PATCH bpf-next] samples/bpf: xdp_router_ipv4_user: Fix write overflow
 2022-11-22  2:32 UTC 

[PATCH v3 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-11-22  2:33 UTC  (5+ messages)
` [PATCH v3 2/3] kunit: Use the static key when retrieving the current test

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-22  2:10 UTC  (5+ messages)
` [PATCH v10 035/108] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v10 105/108] KVM: TDX: Add methods to ignore accesses to CPU state

justina kayumba
 2022-11-22  2:29 UTC 

[PATCH net,v2] intel/igbvf: free irq on the error path in igbvf_request_msix()
 2022-11-22  2:28 UTC 

[PATCH v7 0/6] iommu/mediatek: Improve safety from invalid dts input
 2022-11-22  1:13 UTC  (2+ messages)

[pull request][net 00/14] mlx5 fixes 2022-11-21
 2022-11-22  2:25 UTC  (15+ messages)
` [net 01/14] net/mlx5: Do not query pci info while pci disabled
` [net 02/14] net/mlx5: Fix FW tracer timestamp calculation
` [net 03/14] net/mlx5: SF: Fix probing active SFs during driver probe phase
` [net 04/14] net/mlx5: cmdif, Print info on any firmware cmd failure to tracepoint
` [net 05/14] net/mlx5: Fix handling of entry refcount when command is not issued to FW
` [net 06/14] net/mlx5: Lag, avoid lockdep warnings
` [net 07/14] net/mlx5: E-Switch, Set correctly vport destination
` [net 08/14] net/mlx5: Fix sync reset event handler error flow
` [net 09/14] net/mlx5e: Fix missing alignment in size of MTT/KLM entries
` [net 10/14] net/mlx5e: Offload rule only when all encaps are valid
` [net 11/14] net/mlx5e: Remove leftovers from old XSK queues enumeration
` [net 12/14] net/mlx5e: Fix MACsec SA initialization routine
` [net 13/14] net/mlx5e: Fix MACsec update SecY
` [net 14/14] net/mlx5e: Fix possible race condition in macsec extended packet number update routine

[PATCH 0/2] net/9p: fix response size check in p9_check_errors()
 2022-11-22  2:27 UTC  (2+ messages)

[PATCH] t5516: fail to run in verbose mode
 2022-11-22  2:22 UTC  (2+ messages)
` [Internet][PATCH] "

[PATCH] 9p/xen: do not memcpy header into req->rc
 2022-11-22  2:22 UTC  (2+ messages)

[peterz-queue:sched/core 22/22] kernel/sched/fair.c:5566:22: error: use of undeclared identifier 'local_unthrottle'
 2022-11-22  2:23 UTC 

Plugin Memory Callback Debugging
 2022-11-22  2:22 UTC  (5+ messages)

[PATCH bpf 0/4] bpf, sockmap: Fix some issues with using apply_bytes
 2022-11-22  2:16 UTC  (2+ messages)
  ` [PATCH bpf 1/4] bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data

[RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2022-11-22  2:15 UTC  (22+ messages)
` [RFC PATCH v2 01/21] fs: Generic function to convert iocb to rw flags
` [RFC PATCH v2 02/21] fuse-bpf: Update fuse side uapi
` [RFC PATCH v2 03/21] fuse-bpf: Prepare for fuse-bpf patch
` [RFC PATCH v2 04/21] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [RFC PATCH v2 05/21] fuse-bpf: Add ioctl interface for /dev/fuse
` [RFC PATCH v2 06/21] fuse-bpf: Don't support export_operations
` [RFC PATCH v2 07/21] fuse-bpf: Add support for FUSE_ACCESS
` [RFC PATCH v2 08/21] fuse-bpf: Partially add mapping support
` [RFC PATCH v2 09/21] fuse-bpf: Add lseek support
` [RFC PATCH v2 10/21] fuse-bpf: Add support for fallocate
` [RFC PATCH v2 11/21] fuse-bpf: Support file/dir open/close
` [RFC PATCH v2 12/21] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [RFC PATCH v2 13/21] fuse-bpf: Add support for read/write iter
` [RFC PATCH v2 14/21] fuse-bpf: support FUSE_READDIR
` [RFC PATCH v2 15/21] fuse-bpf: Add support for sync operations
` [RFC PATCH v2 16/21] fuse-bpf: Add Rename support
` [RFC PATCH v2 17/21] fuse-bpf: Add attr support
` [RFC PATCH v2 18/21] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [RFC PATCH v2 19/21] fuse-bpf: Add xattr support
` [RFC PATCH v2 20/21] fuse-bpf: Add symlink/link support
` [RFC PATCH v2 21/21] fuse-bpf: allow mounting with no userspace daemon

[PATCH v3 0/5] AMD Pstate driver Urgent Change
 2022-11-22  2:16 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: use rpm_mode as runtime pm check flag
 2022-11-22  2:16 UTC  (3+ messages)

[PATCH v6 0/6] Implement writeback for zsmalloc
 2022-11-22  2:15 UTC  (11+ messages)
` [PATCH v6 1/6] zswap: fix writeback lock ordering "
` [PATCH v6 2/6] zpool: clean out dead code
` [PATCH v6 4/6] zsmalloc: Add a LRU to zs_pool to keep track of zspages in LRU order
` [PATCH v6 6/6] zsmalloc: Implement writeback mechanism for zsmalloc

[PATCH v5 0/9] support subsets of code size reduction extension
 2022-11-22  2:14 UTC  (5+ messages)
` [PATCH v5 5/9] target/riscv: add support for Zcb extension
` [PATCH v5 9/9] disas/riscv.c: add disasm support for Zc*

[PATCH v8 0/6] rcu: Add RCU stall diagnosis information
 2022-11-22  2:14 UTC  (3+ messages)

[PATCH v5 0/2] xfs: shutdown UAF fixes
 2022-11-22  2:13 UTC  (7+ messages)
` [PATCH v5 1/2] xfs: wait iclog complete before tearing down AIL
` [PATCH v5 2/2] xfs: fix super block buf log item UAF during force shutdown

[syzbot] unregister_netdevice: waiting for DEV to become free (7)
 2022-11-22  2:13 UTC  (3+ messages)

[linux-linus test] 174890: regressions - trouble: broken/fail/pass
 2022-11-22  2:12 UTC 

[PATCH -next] clk: Fix one kernel-doc comment
 2022-11-22  2:11 UTC  (4+ messages)

[PATCH] can: can327: fix potential skb leak when netdev is down
 2022-11-22  2:10 UTC  (3+ messages)

[PATCH net-next] nfp: ethtool: support reporting link modes
 2022-11-22  2:10 UTC  (2+ messages)

RCU stalls in squashfs_readahead()
 2022-11-22  2:07 UTC  (10+ messages)
` BUG: in squashfs_xz_uncompress() (Was: RCU stalls in squashfs_readahead())
      ` BUG: BISECTED: "

[PATCH V2] dmaengine: Fix client_count is countered one more incorrectly
 2022-11-22  2:06 UTC  (7+ messages)

[PATCH 1/4] kernel/trace: Introduce new APIs to process probe arguments
 2022-11-22  2:05 UTC  (5+ messages)

[PATCH v3 0/5] Use EFI variables for random seed
 2022-11-22  2:04 UTC  (6+ messages)
` [PATCH v3 1/5] efi: vars: prohibit reading random seed variables
` [PATCH v3 2/5] efi: stub: use random seed from EFI variable
` [PATCH v3 3/5] random: add back async readiness notifier
` [PATCH v3 4/5] vsprintf: initialize siphash key using notifier
` [PATCH v3 5/5] efi: random: refresh non-volatile random seed when RNG is initialized

Norah Colly
 2022-11-22  2:04 UTC 

[PATCH] remoteproc: omap_remoteproc: Fix compile errors about casting
 2022-11-22  2:03 UTC  (3+ messages)

[PATCH bpf-next v7 0/4] bpf: Add bpf_rcu_read_lock() support
 2022-11-22  2:03 UTC  (9+ messages)
` [PATCH bpf-next v7 3/4] bpf: Add kfunc bpf_rcu_read_lock/unlock()
` [PATCH bpf-next v7 4/4] selftests/bpf: Add tests for bpf_rcu_read_lock()

Norah Colly
 2022-11-22  2:03 UTC 

[PATCH 6/6] ublk_drv: add mechanism for supporting unprivileged ublk device
 2022-11-22  2:02 UTC 

[PATCH] Makefile: fix cygwin build failure
 2022-11-22  2:02 UTC  (8+ messages)

[PATCH] net/nfp: fix return path in TSO processing function
 2022-11-22  2:02 UTC  (2+ messages)

[PATCH v5 0/4] Add driver for CSI2 and CRU modules found on Renesas RZ/G2L SoC
 2022-11-22  2:00 UTC  (5+ messages)
` [PATCH v5 3/4] media: platform: Add Renesas RZ/G2L MIPI CSI-2 receiver driver
` [PATCH v5 4/4] media: platform: Add Renesas RZ/G2L CRU driver

[PATCH] scsi: hpsa: Fix possible memory leak in hpsa_init_one()
 2022-11-22  1:57 UTC 

[PATCH v3 00/11] Connect VFIO to IOMMUFD
 2022-11-22  1:59 UTC  (6+ messages)
` [PATCH v3 04/11] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c

[PATCH RESEND bpf 0/4] bpf, sockmap: Fix some issues with using apply_bytes
 2022-11-22  1:58 UTC  (5+ messages)
` [PATCH RESEND bpf 1/4] bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
` [PATCH RESEND bpf 2/4] bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
` [PATCH RESEND bpf 3/4] bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect
` [PATCH RESEND bpf 4/4] selftests/bpf: Add ingress tests for txmsg with apply_bytes

Security Working Group meeting - Wednesday October 12
 2022-11-21 15:14 UTC  (6+ messages)

moar weird metadata corruptions, this time on arm64
 2022-11-22  1:58 UTC  (2+ messages)

[OE-core] [PATCH] flac: upgrade 1.4.0 -> 1.4.2
 2022-11-22  1:54 UTC  (2+ messages)
` [OE-core] [PATCH V2] "

Ampere's CCLA Schedule A update 2022-11-21
 2022-11-21 10:19 UTC 

[PATCH RESEND bpf 0/4] bpf, sockmap: Fix some issues with using apply_bytes
 2022-11-22  1:53 UTC 

[PATCH] zswap: do not allocate from atomic pool
 2022-11-22  1:56 UTC  (2+ messages)

Potential high risk for readonly/operator users on BMC console access
 2022-11-21 10:17 UTC 

[PATCH v7 00/20] TDX host kernel support
 2022-11-22  1:54 UTC  (5+ messages)
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory

[RFC PATCH v2 5/7] RDMA/rxe: Allow registering MRs for On-Demand Paging
 2022-11-22  1:52 UTC  (2+ messages)

[Ocfs2-devel] dinode link count inconsistency in ocfs2_read_links_count() logic
 2022-11-22  1:52 UTC  (4+ messages)

[patch 00/33] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 3 implementation
 2022-11-22  1:52 UTC  (7+ messages)
` [patch 19/33] genirq/msi: Provide msi_desc::msi_data

[PATCH rcu 0/16 Lazy call_rcu() updates for v6.2
 2022-11-22  1:52 UTC  (6+ messages)
` [PATCH v2 rcu 13/16] workqueue: Make queue_rcu_work() use call_rcu_flush()

[PATCH] filelock: move file locking definitions to separate header file
 2022-11-22  1:51 UTC  (4+ messages)
` [Ocfs2-devel] "
  ` [Cluster-devel] "

[PATCH] clk: use devm_platform_get_and_ioremap_resource()
 2022-11-22  1:48 UTC  (2+ messages)

[PATCH -perfbook] Replace "egrep" with "grep -E" in scripts
 2022-11-22  1:49 UTC  (2+ messages)

[PATCH bpf-next v4 0/4] bpf: Implement two type cast kfuncs
 2022-11-22  1:48 UTC  (4+ messages)

[PATCH v4 0/2] usb: dwc3: core: defer probe on ulpi_read_id timeout
 2022-11-22  1:47 UTC  (3+ messages)
` [PATCH v4 1/2] usb: ulpi: defer ulpi_register "

[PATCH] rtc-ds1742: use devm_platform_get_and_ioremap_resource()
 2022-11-22  1:47 UTC 

[PATCH] mfd: use devm_platform_get_and_ioremap_resource()
 2022-11-22  1:45 UTC  (2+ messages)

[PATCH v2 00/14] Basic clock and reset support for StarFive JH7110 RISC-V SoC
 2022-11-22  1:45 UTC  (12+ messages)
` [PATCH v2 08/14] dt-bindings: reset: Add StarFive JH7110 system and always-on reset definitions
` [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator

[PATCH v2] tools/memory-model: Use "grep -E" instead of "egrep"
 2022-11-22  1:45 UTC  (2+ messages)

[PATCH] spi: use devm_platform_get_and_ioremap_resource()
 2022-11-22  1:44 UTC 

[PATCH] PM / devfreq: event: use devm_platform_get_and_ioremap_resource()
 2022-11-22  1:42 UTC  (2+ messages)

[jimc:hotfix-4] [dyndbg] b2ddc1c7bb: BUG:kernel_NULL_pointer_dereference
 2022-11-22  1:41 UTC 

[PATCH] bus: imx-weim: use devm_platform_get_and_ioremap_resource()
 2022-11-22  1:40 UTC  (2+ messages)

[PATCH v5 0/6] Nuvoton WPCM450 clock and reset driver
 2022-11-22  1:40 UTC  (3+ messages)

[PATCH v1 00/16] vfio/ccw: channel program cleanup
 2022-11-22  1:41 UTC  (3+ messages)
` [PATCH v1 05/16] vfio/ccw: replace copy_from_iova with vfio_dma_rw

[PATCH] EDAC: use devm_platform_get_and_ioremap_resource()
 2022-11-22  1:39 UTC 

[PATCH linux-next][RFC]torture: avoid offline tick_do_timer_cpu
 2022-11-22  1:37 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Fix error return code in live_parallel_switch()
 2022-11-22  1:37 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH] reset: socfpga: use devm_platform_get_and_ioremap_resource()
 2022-11-22  1:37 UTC 

[PATCH v3] mesa: enable glvnd support
 2022-11-22  1:36 UTC  (2+ messages)

[PATCH] iio: use devm_platform_get_and_ioremap_resource()
 2022-11-22  1:35 UTC 

[PATCH net-next] net: phy: add Motorcomm YT8531S phy id
 2022-11-22  1:34 UTC  (2+ messages)

[PATCH] mtd: rawnand: orion: use devm_platform_get_and_ioremap_resource()
 2022-11-22  1:33 UTC  (2+ messages)

[PATCH] xfs: account extra freespace btree splits for multiple allocations
 2022-11-22  1:33 UTC  (10+ messages)

[PATCH] srcu: Move updating of segcblist from srcu_gp_start() to srcu_might_be_idle()
 2022-11-22  1:33 UTC  (6+ messages)

[PATCH] KVM: selftests: Define and use a custom static assert in lib headers
 2022-11-22  1:33 UTC 

[PATCH v2 3/9] usb: gadget: uvc: Allow definition of XUs in configfs
 2022-11-22  1:32 UTC  (2+ messages)

[PATCH 0/3] mm,huge,rmap: unify and speed up compound mapcounts
 2022-11-22  1:32 UTC  (5+ messages)
` [PATCH 0/3] mm,thp,rmap: rework the use of subpages_mapcount

[PATCH] usb: dwc3: ep0: Add implementation of ep0_dequeue separately
 2022-11-22  1:30 UTC  (4+ messages)

[PATCH] rcu-tasks: Use accurate runstart time for RCU Tasks boot-time testing
 2022-11-22  1:30 UTC  (2+ messages)

[PATCH] dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()
 2022-11-22  2:16 UTC  (2+ messages)

linux-next: manual merge of the amdgpu tree with the drm tree
 2022-11-22  1:28 UTC  (2+ messages)

[PATCH] prune: quiet ENOENT on missing directories
 2022-11-22  1:28 UTC  (7+ messages)
        ` [PATCH] prune: recursively prune objects directory

[PATCH v2 0/2] arm64: fix two bug about page table check
 2022-11-22  1:24 UTC  (7+ messages)
` [PATCH v2 2/2] arm64/mm: fix incorrect file_map_count for invalid pmd/pud

[OE-core] [PATCH] flac: upgrade 1.4.0 -> 1.4.2
 2022-11-22  1:25 UTC  (2+ messages)
`  "

vmlinux.o: warning: objtool: handle_bug+0xa: call to kmsan_unpoison_entry_regs() leaves .noinstr.text section
 2022-11-22  1:22 UTC 

[PATCH] arm: socfpga: n5x: Remove invalid configuration for N5X
 2022-11-22  1:20 UTC 

[PATCH 0/2] srcu: Optimize when srcu_gp_start_if_needed() holds
 2022-11-22  1:20 UTC  (6+ messages)
` [PATCH 2/2] srcu: Remove needless updating of srcu_have_cbs in srcu_gp_end()
` [PATCH] srcu: Eliminate the case that snp_seq bigger than snap in srcu_funnel_gp_start()

[RESEND PATCH v2] PCI: dwc: Round up num_ctrls if num_vectors is less than MAX_MSI_IRQS_PER_CTRL
 2022-11-22  1:20 UTC  (2+ messages)

[PATCH] object-file: use real paths when adding alternates
 2022-11-22  0:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] PCI: dwc: Round up num_ctrls if num_vectors is less than MAX_MSI_IRQS_PER_CTRL
 2022-11-22  1:17 UTC  (2+ messages)

[PATCH] PCI: dwc: Round up num_ctrls if num_vectors is less than MAX_MSI_IRQS_PER_CTRL
 2022-11-22  1:16 UTC  (4+ messages)

[net-next] bpf: avoid the multi checking
 2022-11-22  1:15 UTC  (3+ messages)
` [net-next] bpf: avoid hashtab deadlock with try_lock

[PATCH] ddr: altera: n5x: Enhance driver to support LPDDR4
 2022-11-22  1:13 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.