All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-22 11:56:53 to 2023-05-22 12:19:13 UTC [more...]

[Ocfs2-devel] [PATCH] ocfs2: fix use-after-free when unmounting read-only filesystem
 2023-05-22 12:01 UTC  (3+ messages)
`  "

[PATCH net-next 00/30] net: dsa: mt7530: improve, trap BPDU & LLDP, and prefer CPU port
 2023-05-22 12:15 UTC  (59+ messages)
` [PATCH net-next 01/30] net: dsa: mt7530: add missing @p5_interface to mt7530_priv description
` [PATCH net-next 02/30] net: dsa: mt7530: use p5_interface_select as data type for p5_intf_sel
` [PATCH net-next 03/30] net: dsa: mt7530: properly support MT7531AE and MT7531BE
` [PATCH net-next 04/30] net: dsa: mt7530: improve comments regarding port 5 and 6
` [PATCH net-next 05/30] net: dsa: mt7530: read XTAL value from correct register
` [PATCH net-next 06/30] net: dsa: mt7530: improve code path for setting up port 5
` [PATCH net-next 07/30] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
` [PATCH net-next 08/30] net: dsa: mt7530: change p{5,6}_interface to p{5,6}_configured
` [PATCH net-next 09/30] net: dsa: mt7530: empty default case on mt7530_setup_port5()
` [PATCH net-next 10/30] net: dsa: mt7530: call port 6 setup from mt7530_mac_config()
` [PATCH net-next 11/30] net: dsa: mt7530: remove pad_setup function pointer
` [PATCH net-next 12/30] net: dsa: mt7530: move XTAL check to mt7530_setup()
` [PATCH net-next 13/30] net: dsa: mt7530: move enabling port 6 to mt7530_setup_port6()
` [PATCH net-next 14/30] net: dsa: mt7530: switch to if/else statements on mt7530_setup_port6()
` [PATCH net-next 15/30] net: dsa: mt7530: set TRGMII RD TAP if trgmii is being used
` [PATCH net-next 16/30] net: dsa: mt7530: move lowering port 5 RGMII driving to mt7530_setup()
` [PATCH net-next 17/30] net: dsa: mt7530: fix port capabilities for MT7988
` [PATCH net-next 18/30] net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optional
` [PATCH net-next 20/30] net: dsa: mt7530: properly reset MT7531 switch
` [PATCH net-next 21/30] net: dsa: mt7530: get rid of useless error returns on phylink code path
` [PATCH net-next 22/30] net: dsa: mt7530: rename p5_intf_sel and use only for MT7530 switch
` [PATCH net-next 23/30] net: dsa: mt7530: run mt7530_pll_setup() only with 40 MHz XTAL
` [PATCH net-next 24/30] net: dsa: mt7530: rename MT7530_MFC to MT753X_MFC
` [PATCH net-next 26/30] net: dsa: mt7530: properly set MT7530_CPU_PORT
` [PATCH net-next 27/30] net: dsa: mt7530: introduce BPDU trapping for MT7530 switch
` [PATCH net-next 28/30] net: dsa: mt7530: introduce LLDP frame trapping
` [PATCH net-next 29/30] net: dsa: introduce preferred_default_local_cpu_port and use on MT7530

[PATCH v8 0/5] enable MMU for RISC-V
 2023-05-22 12:18 UTC  (6+ messages)
` [PATCH v8 1/5] xen/riscv: add VM space layout
` [PATCH v8 2/5] xen/riscv: introduce setup_initial_pages
` [PATCH v8 3/5] xen/riscv: align __bss_start
` [PATCH v8 4/5] xen/riscv: setup initial pagetables
` [PATCH v8 5/5] xen/riscv: remove dummy_bss variable

[PATCH] dt-bindings: phy: qcom,qmp-usb: fix bindings error
 2023-05-22 12:18 UTC  (2+ messages)

[PATCH] drm/drm_vblank.c: avoid unsigned int to signed int cast
 2023-05-22 12:13 UTC  (9+ messages)

[PATCH 0/2] mms114: add support for touch keys
 2023-05-22 12:14 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mms114: Add linux,keycodes property "

[cip-dev][isar-cip-core][PATCH v2] classes/swupdate: Correct task_order
 2023-05-22 12:16 UTC 

[Intel-gfx] [PATCH 0/3] HDCP Cleanup
 2023-05-22 12:16 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH][next] wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE
 2023-05-22 12:13 UTC  (2+ messages)

[PATCH v5 0/4] spi: add SPI_MOSI_IDLE_LOW mode bit
 2023-05-22 11:07 UTC  (7+ messages)
` [PATCH v5 4/4] spi: spidev_test Add three missing spi mode bits

[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-22 12:11 UTC  (17+ messages)
` [PATCH net-next v10 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v10 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v10 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v10 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v10 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v10 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v10 08/16] tls: "
` [PATCH net-next v10 09/16] siw: "
` [PATCH net-next v10 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v10 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 12/16] ip6, udp6: "
` [PATCH net-next v10 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v10 14/16] ip: Remove ip_append_page()
` [PATCH net-next v10 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 16/16] unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGES

[PATCH -next v2 0/6] blk-wbt: minor fix and cleanup
 2023-05-22 12:12 UTC  (6+ messages)

[PATCH v7 0/4] pci hotplug tracking
 2023-05-22 12:13 UTC  (6+ messages)
` [PATCH v7 1/4] qapi/qdev.json: unite DEVICE_* event data into single structure

[PATCH 0/5] ] net/hns3: add some features and bugfixes
 2023-05-22 12:13 UTC  (3+ messages)

[PATCH 0/2] Fix the sparse warnings
 2023-05-22 12:13 UTC  (2+ messages)

[PATCH] x86/apic: Fix use of X{,2}APIC_ENABLE in asm with older binutils
 2023-05-22 12:12 UTC  (2+ messages)
` [tip: smp/core] "

[PATCH 0/2] perf test: Fix JSON linter
 2023-05-22 12:11 UTC  (3+ messages)
` [PATCH 1/2] perf stat: Fix JSON metric printout for multiple metrics per line

[virtio-dev] [Proposal] Relationship between XDP and rx-csum in virtio-net
 2023-05-22 12:12 UTC  (2+ messages)
` [virtio-comment] "

[PATCH v2] arm64: versal-net: Detect and display bootmode
 2023-05-22 12:11 UTC  (2+ messages)

[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
 2023-05-22 12:11 UTC  (3+ messages)
` [PATCH 13/31] mm/hmm: retry if pte_offset_map() fails

v4l2-async: regression due to endpoint matching
 2023-05-22 12:11 UTC  (9+ messages)

[linux-next:pending-fixes] BUILD SUCCESS e885abc8cc39d729ef87a853a5c245c28ffe11af
 2023-05-22 12:09 UTC 

[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-22 11:59 UTC  (6+ messages)
` [PATCH v5 28/44] pnp: add HAS_IOPORT dependencies
` [PATCH v5 32/44] sound: "

[PATCH] dt-bindings: u-boot: Add variables for bootscript location
 2023-05-22 12:10 UTC  (2+ messages)

[PATCH v6 0/4] hw/cxl: Poison get, inject, clear
 2023-05-22 12:09 UTC  (10+ messages)
` [PATCH v6 1/4] bswap: Add the ability to store to an unaligned 24 bit field

[PATCH v1 0/3] Meson Secure PWRC Driver
 2023-05-22 12:09 UTC  (4+ messages)
` [PATCH v1 1/3] arch/arm: meson: sm: introduce power domain functions
` [PATCH v1 2/3] drivers: meson: introduce secure power controller driver
` [PATCH v1 3/3] arch/arm64: meson-a1: dts: move pwrc node to bus

[PATCH 0/2] MIPS: Enable Loongson-3A4000 TCG for system emulation
 2023-05-22 12:08 UTC  (3+ messages)
` [PATCH 2/2] hw/mips/loongson3_virt: Remove CPU restrictions for TCG

[PATCH v2] hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)
 2023-05-22 12:08 UTC  (2+ messages)

[PATCH] eal: fix eal init may failed when too much continuous memsegs under legacy mode
 2023-05-22 12:09 UTC  (3+ messages)
  ` [External] "

[PATCH net v2] ipv{4,6}/raw: fix output xfrm lookup wrt protocol
 2023-05-22 12:08 UTC 

[PATCH RFC] btrfs: trigger orphan inodes cleanup during sync ioctl
 2023-05-22 12:02 UTC  (5+ messages)

[PATCH v4 1/4] dt-bindings: display: bridge: ldb: Adjust imx6sx entries
 2023-05-22 12:07 UTC  (6+ messages)
` [PATCH v4 2/4] dt-bindings: soc: Add i.MX6SX General Purpose Register

[PATCH v1 0/5] perf parse-regs: Refactor arch related functions
 2023-05-22 12:07 UTC  (6+ messages)
` [PATCH v1 2/5] perf parse-regs: Introduce functions arch__reg_{ip|sp}()

[oe][meta-oe][PATCH 1/2] Revert "pahole: fix native package build error"
 2023-05-22 12:07 UTC  (2+ messages)
` [oe][meta-oe][PATCH 2/2] libbpf: installing uapi headers for native package

[igt-dev] [PATCH i-g-t 0/4] Add Meteorlake CCS support
 2023-05-22 12:07 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/4] drm/fourcc: Import drm_fourcc header from commit c7c12de893f8 ("drm/fourcc: define Intel Meteorlake related ccs modifiers")

[PATCH -V2 0/5] swap: cleanup get/put_swap_device() usage
 2023-05-22 12:07 UTC  (9+ messages)
` [PATCH -V2 2/5] swap, __read_swap_cache_async(): enlarge get/put_swap_device protection range
` [PATCH -V2 3/5] swap: remove __swp_swapcount()
` [PATCH -V2 4/5] swap: remove get/put_swap_device() in __swap_duplicate()
` [PATCH -V2 5/5] swap: comments get_swap_device() with usage rule

[PATCH] bitops.h: Compile out asserts without --enable-debug
 2023-05-22 12:05 UTC  (4+ messages)

[PATCH] ata: libata-scsi: Use correct device no in ata_find_dev()
 2023-05-22 12:05 UTC  (3+ messages)

RCU WARNING on 6.4-rc2, TI AM62 and TPS65219
 2023-05-22 12:04 UTC  (4+ messages)

[PATCH] amdgpu: fix some kernel-doc markup
 2023-05-22 12:04 UTC 

[PATCH v7 0/1] arm: enable MTE for QEMU + kvm
 2023-05-22 12:04 UTC  (2+ messages)

[Intel-gfx] [RFC v2 0/4] Expose RPS thresholds in sysfs
 2023-05-22 12:03 UTC  (9+ messages)
` [Intel-gfx] [RFC 3/4] drm/i915: Add helpers for managing rps thresholds
` [Intel-gfx] [RFC 4/4] drm/i915: Expose RPS thresholds in sysfs

[PATCH v1 0/7] ethdev: modify field API for multiple headers
 2023-05-22 12:04 UTC  (5+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 5/5] ethdev: add MPLS header modification support

[igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: Add pagefault tests
 2023-05-22 12:04 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for intel-ci/xe-fast-feedback.testlist: Add pagefault tests (rev4)

Excessive TLB flush ranges
 2023-05-22 12:02 UTC  (13+ messages)
          ` [RFC PATCH 3/3] mm/vmalloc.c: change _vm_unmap_aliases() to do purge firstly

[PATCH v3 0/7] add VTM nodes to TI's K3 SoCs
 2023-05-22 12:01 UTC  (3+ messages)

[PATCH] [rpi4b] Make bootable rpi4b model
 2023-05-22 12:01 UTC  (6+ messages)

[PATCH net] lan966x: Fix unloading/loading of the driver
 2023-05-22 12:00 UTC 

[OE-core][kirkstone][PATCH] avahi: fix D-Bus introspection
 2023-05-22 11:59 UTC 

Break doesn't work on a CP2105
 2023-05-22 11:59 UTC  (2+ messages)

[PATCH 00/36] ALSA: Add MIDI 2.0 support
 2023-05-22 11:59 UTC  (6+ messages)
` [PATCH 24/36] ALSA: seq: Add UMP support

[PATCH v5] hwmon: add HP WMI Sensors driver
 2023-05-22 11:56 UTC 

[PATCH net-next 0/5][pull request] ice: allow matching on meta data
 2023-05-22 12:00 UTC  (2+ messages)

[PATCH v3 1/2] firmware: zynqmp: Remove extraordinary return value
 2023-05-22 11:59 UTC  (7+ messages)
` [PATCH v3 2/2] firmware: zynqmp: Move permission to change config object message

[Intel-gfx] [PATCH 1/4] drm/i915: Move setting of rps thresholds to init
 2023-05-22 11:59 UTC  (8+ messages)
`  "
` [PATCH 2/4] drm/i915: Record default rps threshold values
  ` [Intel-gfx] "
` [PATCH 3/4] drm/i915: Add helpers for managing rps thresholds
  ` [Intel-gfx] "
` [PATCH 4/4] drm/i915: Expose RPS thresholds in sysfs
  ` [Intel-gfx] "

[PATCH v6 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-05-22 11:57 UTC  (22+ messages)
` [Intel-gfx] "
` [PATCH v6 01/10] vfio-iommufd: Create iommufd_access for noiommu devices
  ` [Intel-gfx] "
` [PATCH v6 02/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
  ` [Intel-gfx] "
` [PATCH v6 03/10] vfio/pci: Move the existing hot reset logic to be a helper
  ` [Intel-gfx] "
` [PATCH v6 04/10] iommufd: Reserve all negative IDs in the iommufd xarray
  ` [Intel-gfx] "
` [PATCH v6 05/10] iommufd: Add iommufd_ctx_has_group()
  ` [Intel-gfx] "
` [PATCH v6 06/10] iommufd: Add helper to retrieve iommufd_ctx and devid
  ` [Intel-gfx] "
` [PATCH v6 07/10] vfio: Mark cdev usage in vfio_device
  ` [Intel-gfx] "
` [PATCH v6 08/10] vfio: Add helper to search vfio_device in a dev_set
  ` [Intel-gfx] "
` [PATCH v6 09/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
  ` [Intel-gfx] "
` [PATCH v6 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
  ` [Intel-gfx] "

[PATCH v7 0/6] Add support for TI TPS65219 PMIC
 2023-05-22 11:57 UTC  (5+ messages)

Potential issue with (or misunderstanding of) of_irq_get()
 2023-05-22 11:56 UTC  (3+ messages)

[PATCH v2 1/3] event/cnxk: use LMTST for enqueue new burst
 2023-05-22 11:56 UTC  (2+ messages)
` [PATCH v3] "


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.