All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-16 16:01:14 to 2023-01-16 16:07:52 UTC [more...]

[PATCH 5.10 00/64] 5.10.164-rc1 review
 2023-01-16 15:51 UTC  (46+ messages)
` [PATCH 5.10 01/64] netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits
` [PATCH 5.10 02/64] ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 13-aw0xxx
` [PATCH 5.10 03/64] KVM: arm64: Fix S1PTW handling on RO memslots
` [PATCH 5.10 04/64] efi: tpm: Avoid READ_ONCE() for accessing the event log
` [PATCH 5.10 05/64] docs: Fix the docs build with Sphinx 6.0
` [PATCH 5.10 06/64] perf auxtrace: Fix address filter duplicate symbol selection
` [PATCH 5.10 07/64] s390/kexec: fix ipl report address for kdump
` [PATCH 5.10 08/64] ASoC: qcom: lpass-cpu: Fix fallback SD line index handling
` [PATCH 5.10 09/64] s390/cpum_sf: add READ_ONCE() semantics to compare and swap loops
` [PATCH 5.10 10/64] s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()
` [PATCH 5.10 11/64] cifs: Fix uninitialized memory read for smb311 posix symlink create
` [PATCH 5.10 12/64] drm/msm/adreno: Make adreno quirks not overwrite each other
` [PATCH 5.10 13/64] drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer
` [PATCH 5.10 14/64] platform/x86: sony-laptop: Dont turn off 0x153 keyboard backlight during probe
` [PATCH 5.10 15/64] ixgbe: fix pci device refcount leak
` [PATCH 5.10 16/64] ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
` [PATCH 5.10 17/64] bus: mhi: host: Fix race between channel preparation and M0 event
` [PATCH 5.10 18/64] iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commands
` [PATCH 5.10 19/64] iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid options
` [PATCH 5.10 20/64] clk: imx8mp: Add DISP2 pixel clock
` [PATCH 5.10 21/64] clk: imx8mp: add clkout1/2 support
` [PATCH 5.10 22/64] dt-bindings: clocks: imx8mp: Add ID for usb suspend clock
` [PATCH 5.10 23/64] clk: imx: imx8mp: add shared clk gate for usb suspend clk
` [PATCH 5.10 24/64] xhci: Avoid parsing transfer events several times
` [PATCH 5.10 25/64] xhci: get isochronous ring directly from endpoint structure
` [PATCH 5.10 26/64] xhci: adjust parameters passed to cleanup_halted_endpoint()
` [PATCH 5.10 27/64] xhci: Add xhci_reset_halted_ep() helper function
` [PATCH 5.10 28/64] xhci: move xhci_td_cleanup so it can be called by more functions
` [PATCH 5.10 29/64] xhci: store TD status in the td struct instead of passing it along
` [PATCH 5.10 30/64] xhci: move and rename xhci_cleanup_halted_endpoint()
` [PATCH 5.10 31/64] xhci: Prevent infinite loop in transaction errors recovery for streams
` [PATCH 5.10 32/64] usb: ulpi: defer ulpi_register on ulpi_read_id timeout
` [PATCH 5.10 33/64] ext4: fix uninititialized value in ext4_evict_inode
` [PATCH 5.10 34/64] xfrm: fix rcu lock in xfrm_notify_userpolicy()
` [PATCH 5.10 35/64] netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function
` [PATCH 5.10 36/64] powerpc/imc-pmu: Fix use of mutex in IRQs disabled section
` [PATCH 5.10 37/64] x86/boot: Avoid using Intel mnemonics in AT&T syntax asm
` [PATCH 5.10 38/64] EDAC/device: Fix period calculation in edac_device_reset_delay_period()
` [PATCH 5.10 39/64] regulator: da9211: Use irq handler when ready
` [PATCH 5.10 40/64] ASoC: wm8904: fix wrong outputs volume after power reactivation
` [PATCH 5.10 41/64] tipc: fix unexpected link reset due to discovery messages
` [PATCH 5.10 42/64] octeontx2-af: Update get/set resource count functions
` [PATCH 5.10 43/64] octeontx2-af: Map NIX block from CGX connection
` [PATCH 5.10 44/64] octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
` [PATCH 5.10 46/64] nfc: pn533: Wait for out_urbs completion in pn533_usb_send_frame()

[PATCH v4 00/21] arm64/sme: Support SME 2 and SME 2.1
 2023-01-16 16:04 UTC  (27+ messages)
` [PATCH v4 01/21] arm64/sme: Rename za_state to sme_state
` [PATCH v4 02/21] arm64: Document boot requirements for SME 2
` [PATCH v4 03/21] arm64/sysreg: Update system registers for SME 2 and 2.1
` [PATCH v4 04/21] arm64/sme: Document SME 2 and SME 2.1 ABI
` [PATCH v4 05/21] arm64/esr: Document ISS for ZT0 being disabled
` [PATCH v4 06/21] arm64/sme: Manually encode ZT0 load and store instructions
` [PATCH v4 07/21] arm64/sme: Enable host kernel to access ZT0
` [PATCH v4 08/21] arm64/sme: Add basic enumeration for SME2
` [PATCH v4 09/21] arm64/sme: Provide storage for ZT0
` [PATCH v4 10/21] arm64/sme: Implement context switching "
` [PATCH v4 11/21] arm64/sme: Implement signal handling for ZT
` [PATCH v4 12/21] arm64/sme: Implement ZT0 ptrace support
` [PATCH v4 13/21] arm64/sme: Add hwcaps for SME 2 and 2.1 features
` [PATCH v4 14/21] kselftest/arm64: Add a stress test program for ZT0
` [PATCH v4 15/21] kselftest/arm64: Cover ZT in the FP stress test
` [PATCH v4 16/21] kselftest/arm64: Enumerate SME2 in the signal test utility code
` [PATCH v4 17/21] kselftest/arm64: Teach the generic signal context validation about ZT
` [PATCH v4 18/21] kselftest/arm64: Add test coverage for ZT register signal frames
` [PATCH v4 19/21] kselftest/arm64: Add SME2 coverage to syscall-abi
` [PATCH v4 20/21] kselftest/arm64: Add coverage of the ZT ptrace regset

[PATCH v2] media: uvcvideo: Work around too little video controls size
 2023-01-16 16:04 UTC 

[PATCH v2 0/5] Fix truncation of various XENVER_* subops
 2023-01-16 16:06 UTC  (3+ messages)
` [PATCH v2 3/5] xen/version: Introduce non-truncating "

Is there a reason why REQ_OP_READ has to be 0?
 2023-01-16 16:04 UTC  (2+ messages)

[PATCH 5.15 00/86] 5.15.89-rc1 review
 2023-01-16 15:52 UTC  (87+ messages)
` [PATCH 5.15 01/86] netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits
` [PATCH 5.15 02/86] ALSA: control-led: use strscpy in set_led_id()
` [PATCH 5.15 03/86] ALSA: hda/realtek - Turn on power early
` [PATCH 5.15 04/86] ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 13-aw0xxx
` [PATCH 5.15 05/86] KVM: arm64: Fix S1PTW handling on RO memslots
` [PATCH 5.15 06/86] KVM: arm64: nvhe: Fix build with profile optimization
` [PATCH 5.15 07/86] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
` [PATCH 5.15 08/86] efi: tpm: Avoid READ_ONCE() for accessing the event log
` [PATCH 5.15 09/86] docs: Fix the docs build with Sphinx 6.0
` [PATCH 5.15 10/86] net: stmmac: add aux timestamps fifo clearance wait
` [PATCH 5.15 11/86] perf auxtrace: Fix address filter duplicate symbol selection
` [PATCH 5.15 12/86] s390/kexec: fix ipl report address for kdump
` [PATCH 5.15 13/86] ASoC: qcom: lpass-cpu: Fix fallback SD line index handling
` [PATCH 5.15 14/86] s390/cpum_sf: add READ_ONCE() semantics to compare and swap loops
` [PATCH 5.15 15/86] s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()
` [PATCH 5.15 16/86] drm/virtio: Fix GEM handle creation UAF
` [PATCH 5.15 17/86] drm/i915/gt: Reset twice
` [PATCH 5.15 18/86] net/mlx5e: Set action fwd flag when parsing tc action goto
` [PATCH 5.15 19/86] cifs: Fix uninitialized memory read for smb311 posix symlink create
` [PATCH 5.15 20/86] platform/x86: dell-privacy: Only register SW_CAMERA_LENS_COVER if present
` [PATCH 5.15 21/86] platform/surface: aggregator: Ignore command messages not intended for us
` [PATCH 5.15 22/86] platform/x86: dell-privacy: Fix SW_CAMERA_LENS_COVER reporting
` [PATCH 5.15 23/86] dt-bindings: msm: dsi-controller-main: Fix operating-points-v2 constraint
` [PATCH 5.15 24/86] drm/msm/adreno: Make adreno quirks not overwrite each other
` [PATCH 5.15 25/86] dt-bindings: msm: dsi-controller-main: Fix power-domain constraint
` [PATCH 5.15 26/86] dt-bindings: msm: dsi-controller-main: Fix description of core clock
` [PATCH 5.15 27/86] dt-bindings: msm: dsi-phy-28nm: Add missing qcom, dsi-phy-regulator-ldo-mode
` [PATCH 5.15 28/86] platform/x86: ideapad-laptop: Add Legion 5 15ARH05 DMI id to set_fn_lock_led_list[]
` [PATCH 5.15 29/86] drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer
` [PATCH 5.15 30/86] dt-bindings: msm/dsi: Dont require vdds-supply on 10nm PHY
` [PATCH 5.15 31/86] dt-bindings: msm/dsi: Dont require vcca-supply on 14nm PHY
` [PATCH 5.15 32/86] platform/x86: sony-laptop: Dont turn off 0x153 keyboard backlight during probe
` [PATCH 5.15 33/86] ixgbe: fix pci device refcount leak
` [PATCH 5.15 34/86] ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
` [PATCH 5.15 35/86] bus: mhi: host: Fix race between channel preparation and M0 event
` [PATCH 5.15 36/86] usb: ulpi: defer ulpi_register on ulpi_read_id timeout
` [PATCH 5.15 37/86] iommu/iova: Fix alloc iova overflows issue
` [PATCH 5.15 38/86] iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()
` [PATCH 5.15 39/86] sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
` [PATCH 5.15 40/86] netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function
` [PATCH 5.15 41/86] powerpc/imc-pmu: Fix use of mutex in IRQs disabled section
` [PATCH 5.15 42/86] x86/boot: Avoid using Intel mnemonics in AT&T syntax asm
` [PATCH 5.15 43/86] EDAC/device: Fix period calculation in edac_device_reset_delay_period()
` [PATCH 5.15 44/86] x86/resctrl: Fix task CLOSID/RMID update race
` [PATCH 5.15 45/86] regulator: da9211: Use irq handler when ready
` [PATCH 5.15 46/86] scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in Makefile
` [PATCH 5.15 47/86] scsi: ufs: Stop using the clock scaling lock in the error handler
` [PATCH 5.15 48/86] scsi: ufs: core: WLUN suspend SSU/enter hibern8 fail recovery
` [PATCH 5.15 49/86] ASoC: wm8904: fix wrong outputs volume after power reactivation
` [PATCH 5.15 50/86] ALSA: usb-audio: Make sure to stop endpoints before closing EPs
` [PATCH 5.15 51/86] ALSA: usb-audio: Relax hw constraints for implicit fb sync
` [PATCH 5.15 52/86] tipc: fix unexpected link reset due to discovery messages
` [PATCH 5.15 53/86] octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
` [PATCH 5.15 54/86] hvc/xen: lock console list traversal
` [PATCH 5.15 55/86] nfc: pn533: Wait for out_urbs completion in pn533_usb_send_frame()
` [PATCH 5.15 56/86] af_unix: selftest: Fix the size of the parameter to connect()
` [PATCH 5.15 57/86] tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
` [PATCH 5.15 58/86] tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
` [PATCH 5.15 59/86] tools/nolibc: use pselect6 on RISCV
` [PATCH 5.15 60/86] tools/nolibc/std: move the standard type definitions to std.h
` [PATCH 5.15 61/86] tools/nolibc/types: split syscall-specific definitions into their own files
` [PATCH 5.15 62/86] tools/nolibc/arch: split arch-specific code into individual files
` [PATCH 5.15 63/86] tools/nolibc/arch: mark the _start symbol as weak
` [PATCH 5.15 64/86] tools/nolibc: Remove .global _start from the entry point code
` [PATCH 5.15 65/86] tools/nolibc: restore mips branch ordering in the _start block
` [PATCH 5.15 66/86] tools/nolibc: fix the O_* fcntl/open macro definitions for riscv
` [PATCH 5.15 67/86] net/sched: act_mpls: Fix warning during failed attribute validation
` [PATCH 5.15 68/86] net/mlx5: Fix ptp max frequency adjustment range
` [PATCH 5.15 69/86] net/mlx5e: Dont support encap rules with gbp option
` [PATCH 5.15 70/86] perf build: Properly guard libbpf includes
` [PATCH 5.15 71/86] igc: Fix PPS delta between two synchronized end-points
` [PATCH 5.15 72/86] platform/surface: aggregator: Add missing call to ssam_request_sync_free()
` [PATCH 5.15 73/86] mm: Always release pages to the buddy allocator in memblock_free_late()
` [PATCH 5.15 74/86] Documentation: KVM: add API issues section
` [PATCH 5.15 75/86] KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
` [PATCH 5.15 76/86] io_uring: lock overflowing for IOPOLL
` [PATCH 5.15 77/86] arm64: atomics: format whitespace consistently
` [PATCH 5.15 78/86] arm64: atomics: remove LL/SC trampolines
` [PATCH 5.15 79/86] arm64: cmpxchg_double*: hazard against entire exchange variable
` [PATCH 5.15 80/86] efi: fix NULL-deref in init error path
` [PATCH 5.15 81/86] scsi: mpt3sas: Remove scsi_dma_map() error messages
` [PATCH 5.15 82/86] io_uring/io-wq: free worker if task_work creation is canceled
` [PATCH 5.15 83/86] io_uring/io-wq: only free worker if it was allocated for creation
` [PATCH 5.15 84/86] block: handle bio_split_to_limits() NULL return
` [PATCH 5.15 85/86] Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"
` [PATCH 5.15 86/86] pinctrl: amd: Add dynamic debugging for active GPIOs

[PATCH] ref-manual: document Rust classes
 2023-01-16 16:05 UTC  (3+ messages)
` [docs] "

[PATCH] scsi: ufs: core: fix devfreq deadlocks
 2023-01-16 16:03 UTC  (3+ messages)

[PATCH] dt-bindings: qcom: geni-se: Fix '#address-cells' & '#size-cells' related dt-binding error
 2023-01-16 16:02 UTC  (7+ messages)

[PATCH 6.1 000/183] 6.1.7-rc1 review
 2023-01-16 15:51 UTC  (22+ messages)
` [PATCH 6.1 138/183] drm/amdgpu: Fix potential NULL dereference
` [PATCH 6.1 164/183] octeontx2-pf: Fix resource leakage in VF driver unbind
` [PATCH 6.1 165/183] perf build: Properly guard libbpf includes
` [PATCH 6.1 166/183] perf kmem: Support legacy tracepoints
` [PATCH 6.1 167/183] perf kmem: Support field "node" in evsel__process_alloc_event() coping with recent tracepoint restructuring
` [PATCH 6.1 168/183] igc: Fix PPS delta between two synchronized end-points
` [PATCH 6.1 169/183] net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()
` [PATCH 6.1 170/183] net: hns3: fix wrong use of rss size during VF rss config
` [PATCH 6.1 171/183] bnxt: make sure we return pages to the pool
` [PATCH 6.1 172/183] platform/surface: aggregator: Add missing call to ssam_request_sync_free()
` [PATCH 6.1 173/183] platform/x86/amd: Fix refcount leak in amd_pmc_probe
` [PATCH 6.1 174/183] ALSA: usb-audio: Fix possible NULL pointer dereference in snd_usb_pcm_has_fixed_rate()
` [PATCH 6.1 175/183] efi: fix NULL-deref in init error path
` [PATCH 6.1 176/183] io_uring: lock overflowing for IOPOLL
` [PATCH 6.1 177/183] io_uring/poll: attempt request issue after racy poll wakeup
` [PATCH 6.1 178/183] drm/i915: Fix CFI violations in gt_sysfs
` [PATCH 6.1 179/183] io_uring/io-wq: free worker if task_work creation is canceled
` [PATCH 6.1 180/183] io_uring/io-wq: only free worker if it was allocated for creation
` [PATCH 6.1 181/183] block: handle bio_split_to_limits() NULL return
` [PATCH 6.1 182/183] Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"
` [PATCH 6.1 183/183] pinctrl: amd: Add dynamic debugging for active GPIOs

[Cluster-devel] [RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
 2023-01-16 16:02 UTC  (12+ messages)
` [Cluster-devel] [RFC v6 04/10] iomap: Add iomap_get_folio helper
                  `  "

[PATCH net-next 00/10] net: support ipv4 big tcp
 2023-01-16 16:02 UTC  (9+ messages)
` [PATCH net-next 09/10] netfilter: get ipv6 pktlen properly in length_mt6

[Cluster-devel] [PATCH dlm-tool] dlm_controld: better uevent filtering
 2023-01-16 16:03 UTC  (4+ messages)

[PATCH net-next v2] net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release action
 2023-01-16 16:01 UTC  (5+ messages)

[PATCH] block: don't allow multiple bios for IOCB_NOWAIT issue
 2023-01-16 16:01 UTC 

kmemleak: KASAN: use-after-free in __lock_acquire (coming from kmemleak_scan())
 2023-01-16 16:02 UTC 

[PATCH net-next v3] net: mdio: force deassert MDIO reset signal
 2023-01-16 16:01 UTC 

[PATCH 0/2] Reset related fixes for rzg2l_wdt
 2023-01-16 16:01 UTC  (3+ messages)
` [PATCH 2/2] watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2M

[virtio-dev] [PATCH v2] virtio_net: support low and high rate of notification coalescing
 2023-01-16 16:01 UTC  (4+ messages)
` [virtio-dev] "
    ` [virtio-comment] "

[RFC PATCH v1 00/19] rtw88: Add SDIO support
 2023-01-16 16:01 UTC  (2+ messages)


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.