All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-06 13:07:17 to 2023-11-06 13:14:30 UTC [more...]

[PATCH 6.1 00/62] 6.1.62-rc1 review
 2023-11-06 13:04 UTC  (47+ messages)
` [PATCH 6.1 01/62] ASoC: simple-card: fixup asoc_simple_probe() error handling
` [PATCH 6.1 02/62] coresight: tmc-etr: Disable warnings for allocation failures
` [PATCH 6.1 03/62] ASoC: tlv320adc3xxx: BUG: Correct micbias setting
` [PATCH 6.1 04/62] net: sched: cls_u32: Fix allocation size in u32_init()
` [PATCH 6.1 05/62] irqchip/riscv-intc: Mark all INTC nodes as initialized
` [PATCH 6.1 06/62] irqchip/stm32-exti: add missing DT IRQ flag translation
` [PATCH 6.1 07/62] dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probe
` [PATCH 6.1 08/62] powerpc/85xx: Fix math emulation exception
` [PATCH 6.1 09/62] Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsport
` [PATCH 6.1 10/62] fbdev: atyfb: only use ioremap_uc() on i386 and ia64
` [PATCH 6.1 11/62] fs/ntfs3: Add ckeck in ni_update_parent()
` [PATCH 6.1 12/62] fs/ntfs3: Write immediately updated ntfs state
` [PATCH 6.1 13/62] fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
` [PATCH 6.1 14/62] fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()
` [PATCH 6.1 15/62] fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
` [PATCH 6.1 16/62] fs/ntfs3: Fix directory element type detection
` [PATCH 6.1 17/62] fs/ntfs3: Avoid possible memory leak
` [PATCH 6.1 18/62] spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0
` [PATCH 6.1 19/62] netfilter: nfnetlink_log: silence bogus compiler warning
` [PATCH 6.1 20/62] efi: fix memory leak in krealloc failure handling
` [PATCH 6.1 21/62] ASoC: rt5650: fix the wrong result of key button
` [PATCH 6.1 22/62] ASoC: codecs: tas2780: Fix log of failed reset via I2C
` [PATCH 6.1 23/62] drm/ttm: Reorder sys manager cleanup step
` [PATCH 6.1 24/62] fbdev: omapfb: fix some error codes
` [PATCH 6.1 25/62] fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()
` [PATCH 6.1 26/62] scsi: mpt3sas: Fix in error path
` [PATCH 6.1 27/62] drm/amdgpu: Unset context priority is now invalid
` [PATCH 6.1 28/62] gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET
` [PATCH 6.1 29/62] LoongArch: Export symbol invalid_pud_table for modules building
` [PATCH 6.1 30/62] LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()
` [PATCH 6.1 31/62] netfilter: nf_tables: audit log object reset once per table
` [PATCH 6.1 32/62] platform/mellanox: mlxbf-tmfifo: Fix a warning message
` [PATCH 6.1 33/62] drm/amdgpu: Reserve fences for VM update
` [PATCH 6.1 34/62] net: chelsio: cxgb4: add an error code check in t4_load_phy_fw
` [PATCH 6.1 35/62] r8152: Check for unplug in rtl_phy_patch_request()
` [PATCH 6.1 37/62] powerpc/mm: Fix boot crash with FLATMEM
` [PATCH 6.1 46/62] PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device
` [PATCH 6.1 47/62] usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibility
` [PATCH 6.1 48/62] usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm()
` [PATCH 6.1 49/62] usb: raw-gadget: properly handle interrupted requests
` [PATCH 6.1 50/62] tty: n_gsm: fix race condition in status line change on dead connections
` [PATCH 6.1 51/62] tty: 8250: Remove UC-257 and UC-431
` [PATCH 6.1 52/62] tty: 8250: Add support for additional Brainboxes UC cards
` [PATCH 6.1 53/62] tty: 8250: Add support for Brainboxes UP cards
` [PATCH 6.1 54/62] tty: 8250: Add support for Intashield IS-100

[PATCH 0/5] fix race-condition of proactive error handling mode
 2023-11-06 13:11 UTC  (4+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 2/7] net/hns3: replace fp ops config function
  ` [PATCH v3 3/7] net/bnxt: fix race-condition when report error recovery

[PATCH] tools: Remove all DECLARE_* op macros in xc
 2023-11-06 13:13 UTC  (4+ messages)

[PATCH v1 0/5] Convert recently merged T30 boards to use DM PMIC
 2023-11-06 13:13 UTC  (4+ messages)

PSA: migrating linux-fscrypt to new vger infrastructure
 2023-11-06 13:13 UTC 

[PATCH V4 00/21] Metadump v2
 2023-11-06 13:10 UTC  (22+ messages)
` [PATCH V4 01/21] metadump: Use boolean values true/false instead of 1/0
` [PATCH V4 02/21] mdrestore: Fix logic used to check if target device is large enough
` [PATCH V4 03/21] metadump: Declare boolean variables with bool type
` [PATCH V4 04/21] metadump: Define and use struct metadump
` [PATCH V4 05/21] metadump: Add initialization and release functions
` [PATCH V4 06/21] metadump: Postpone invocation of init_metadump()
` [PATCH V4 07/21] metadump: Introduce struct metadump_ops
` [PATCH V4 08/21] metadump: Introduce metadump v1 operations
` [PATCH V4 09/21] metadump: Rename XFS_MD_MAGIC to XFS_MD_MAGIC_V1
` [PATCH V4 10/21] metadump: Define metadump v2 ondisk format structures and macros
` [PATCH V4 11/21] metadump: Define metadump ops for v2 format
` [PATCH V4 12/21] xfs_db: Add support to read from external log device
` [PATCH V4 13/21] mdrestore: Declare boolean variables with bool type
` [PATCH V4 14/21] mdrestore: Define and use struct mdrestore
` [PATCH V4 15/21] mdrestore: Detect metadump v1 magic before reading the header
` [PATCH V4 16/21] mdrestore: Add open_device(), read_header() and show_info() functions
` [PATCH V4 17/21] mdrestore: Replace metadump header pointer argument with a union pointer
` [PATCH V4 18/21] mdrestore: Introduce mdrestore v1 operations
` [PATCH V4 19/21] mdrestore: Extract target device size verification into a function
` [PATCH V4 20/21] mdrestore: Define mdrestore ops for v2 format
` [PATCH V4 21/21] mdrestore: Add support for passing log device as an argument

Patchtest results for [PATCH] cairo: upgrade 1.16.0 -> 1.18.0
 2023-11-06 13:13 UTC  (3+ messages)
` [OE-core] "

[RFC v5 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2023-11-06 13:12 UTC  (4+ messages)
` [RFC v5 5/5] dt-bindings: firmware: arm,scmi: Add support for pinctrl protocol

[PATCH 0/8] Add PM8937 PMIC support
 2023-11-06 13:13 UTC  (7+ messages)
` [PATCH 2/8] dt-bindings: mfd: qcom-spmi-pmic: Document PM8937 PMIC
` [PATCH 4/8] dt-bindings: regulator: qcom,spmi-regulator: "
` [PATCH 6/8] dt-bindings: regulator: qcom,smd-rpm-regulator: Document PM8937 IC

[PATCH v1 00/13] Improve TLB invalidation logic
 2023-11-06 13:13 UTC  (5+ messages)
` [PATCH v1 10/13] iommu/amd: Consolidate domain flush logic

PSA: migrating linux-fbdev to new vger infrastructure
 2023-11-06 13:12 UTC 

[PATCH 4.19 00/61] 4.19.298-rc1 review
 2023-11-06 13:03 UTC  (62+ messages)
` [PATCH 4.19 01/61] mmc: sdio: Dont re-initialize powered-on removable SDIO cards at resume
` [PATCH 4.19 02/61] mmc: core: sdio: hold retuning if sdio in 1-bit mode
` [PATCH 4.19 03/61] selftests/ftrace: Add new test case which checks non unique symbol
` [PATCH 4.19 04/61] mcb: Return actual parsed size when reading chameleon table
` [PATCH 4.19 05/61] mcb-lpc: Reallocate memory region to avoid memory overlapping
` [PATCH 4.19 06/61] virtio_balloon: Fix endless deflation and inflation on arm64
` [PATCH 4.19 07/61] virtio-mmio: fix memory leak of vm_dev
` [PATCH 4.19 08/61] r8169: rename r8169.c to r8169_main.c
` [PATCH 4.19 09/61] r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1
` [PATCH 4.19 10/61] r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1
` [PATCH 4.19 11/61] treewide: Spelling fix in comment
` [PATCH 4.19 12/61] igb: Fix potential memory leak in igb_add_ethtool_nfc_entry
` [PATCH 4.19 13/61] gtp: fix fragmentation needed check with gso
` [PATCH 4.19 14/61] i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR
` [PATCH 4.19 15/61] i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()
` [PATCH 4.19 16/61] i2c: muxes: i2c-mux-gpmux: "
` [PATCH 4.19 17/61] i2c: muxes: i2c-demux-pinctrl: "
` [PATCH 4.19 18/61] i2c: stm32f7: Fix PEC handling in case of SMBUS transfers
` [PATCH 4.19 19/61] nvmem: imx: correct nregs for i.MX6SLL
` [PATCH 4.19 20/61] nvmem: imx: correct nregs for i.MX6UL
` [PATCH 4.19 21/61] perf/core: Fix potential NULL deref
` [PATCH 4.19 22/61] iio: exynos-adc: request second interupt only when touchscreen mode is used
` [PATCH 4.19 23/61] x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibility
` [PATCH 4.19 24/61] NFS: Dont call generic_error_remove_page() while holding locks
` [PATCH 4.19 25/61] ARM: 8933/1: replace Sun/Solaris style flag on section directive
` [PATCH 4.19 26/61] drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper()
` [PATCH 4.19 28/61] kobject: Fix slab-out-of-bounds in fill_kobj_path()
` [PATCH 4.19 29/61] smbdirect: missing rc checks while waiting for rdma events
` [PATCH 4.19 30/61] f2fs: fix to do sanity check on inode type during garbage collection
` [PATCH 4.19 31/61] nfsd: lock_rename() needs both directories to live on the same fs
` [PATCH 4.19 32/61] x86/mm: Simplify RESERVE_BRK()
` [PATCH 4.19 33/61] x86/mm: Fix RESERVE_BRK() for older binutils
` [PATCH 4.19 34/61] driver: platform: Add helper for safer setting of driver_override
` [PATCH 4.19 35/61] rpmsg: Constify local variable in field store macro
` [PATCH 4.19 36/61] rpmsg: Fix kfree() of static memory on setting driver_override
` [PATCH 4.19 37/61] rpmsg: Fix calling device_lock() on non-initialized device
` [PATCH 4.19 38/61] rpmsg: glink: Release driver_override
` [PATCH 4.19 39/61] rpmsg: Fix possible refcount leak in rpmsg_register_device_override()
` [PATCH 4.19 40/61] x86: Fix .brk attribute in linker script
` [PATCH 4.19 41/61] MAINTAINERS: r8169: Update path to the driver
` [PATCH 4.19 42/61] ASoC: simple-card: fixup asoc_simple_probe() error handling
` [PATCH 4.19 43/61] Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table
` [PATCH 4.19 44/61] irqchip/stm32-exti: add missing DT IRQ flag translation
` [PATCH 4.19 45/61] dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probe
` [PATCH 4.19 46/61] Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsport
` [PATCH 4.19 47/61] fbdev: atyfb: only use ioremap_uc() on i386 and ia64
` [PATCH 4.19 48/61] netfilter: nfnetlink_log: silence bogus compiler warning
` [PATCH 4.19 49/61] ASoC: rt5650: fix the wrong result of key button
` [PATCH 4.19 50/61] fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()
` [PATCH 4.19 51/61] scsi: mpt3sas: Fix in error path
` [PATCH 4.19 52/61] platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e
` [PATCH 4.19 53/61] net: chelsio: cxgb4: add an error code check in t4_load_phy_fw
` [PATCH 4.19 54/61] ata: ahci: fix enum constants for gcc-13
` [PATCH 4.19 55/61] remove the sx8 block driver
` [PATCH 4.19 56/61] PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device
` [PATCH 4.19 57/61] usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibility
` [PATCH 4.19 58/61] tty: 8250: Remove UC-257 and UC-431
` [PATCH 4.19 59/61] tty: 8250: Add support for additional Brainboxes UC cards
` [PATCH 4.19 60/61] tty: 8250: Add support for Brainboxes UP cards
` [PATCH 4.19 61/61] tty: 8250: Add support for Intashield IS-100

PSA: migrating linux-embedded to new vger infrastructure
 2023-11-06 13:10 UTC 

[PATCH 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
 2023-11-06 13:06 UTC  (4+ messages)
` [PATCH 2/4] KVM: s390: vsie: Fix length of facility list shadowed

nftables expressions and operators
 2023-11-06 13:11 UTC 

PSA: migrating linux-ext4 to new vger infrastructure
 2023-11-06 13:11 UTC 

Patchwork summary for: spi-devel-general
 2023-11-06 13:10 UTC 

[PATCH -next 0/5] spi: Introduce BPF based SPI mockup controller
 2023-11-06 13:09 UTC  (3+ messages)
` [PATCH v3 -next 5/5] spi: mockup: Add documentation

[PATCH 6.6 00/30] 6.6.1-rc1 review
 2023-11-06 13:03 UTC  (31+ messages)
` [PATCH 6.6 01/30] drm/amd/display: Dont use fsleep for PSR exit waits
` [PATCH 6.6 02/30] power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint
` [PATCH 6.6 03/30] perf evlist: Avoid frequency mode for the dummy event
` [PATCH 6.6 04/30] tracing: Have trace_event_file have ref counters
` [PATCH 6.6 05/30] eventfs: Remove "is_freed" union with rcu head
` [PATCH 6.6 06/30] eventfs: Save ownership and mode
` [PATCH 6.6 07/30] eventfs: Delete eventfs_inode when the last dentry is freed
` [PATCH 6.6 08/30] eventfs: Use simple_recursive_removal() to clean up dentries
` [PATCH 6.6 09/30] ALSA: usb-audio: add quirk flag to enable native DSD for McIntosh devices
` [PATCH 6.6 10/30] PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device
` [PATCH 6.6 11/30] usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibility
` [PATCH 6.6 12/30] usb: typec: tcpm: Add additional checks for contaminant
` [PATCH 6.6 13/30] usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm()
` [PATCH 6.6 14/30] usb: raw-gadget: properly handle interrupted requests
` [PATCH 6.6 15/30] Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED
` [PATCH 6.6 16/30] tty: n_gsm: fix race condition in status line change on dead connections
` [PATCH 6.6 17/30] tty: 8250: Remove UC-257 and UC-431
` [PATCH 6.6 18/30] tty: 8250: Add support for additional Brainboxes UC cards
` [PATCH 6.6 19/30] tty: 8250: Add support for Brainboxes UP cards
` [PATCH 6.6 20/30] tty: 8250: Add support for Intashield IS-100
` [PATCH 6.6 21/30] tty: 8250: Fix port count of PX-257
` [PATCH 6.6 22/30] tty: 8250: Fix up PX-803/PX-857
` [PATCH 6.6 23/30] tty: 8250: Add support for additional Brainboxes PX cards
` [PATCH 6.6 24/30] tty: 8250: Add support for Intashield IX cards
` [PATCH 6.6 25/30] tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks
` [PATCH 6.6 26/30] dt-bindings: serial: rs485: Add rs485-rts-active-high
` [PATCH 6.6 27/30] misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device support
` [PATCH 6.6 28/30] serial: core: Fix runtime PM handling for pending tx
` [PATCH 6.6 29/30] ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection
` [PATCH 6.6 30/30] ASoC: SOF: sof-pci-dev: Fix community key "

[Buildroot] [PATCH v3 1/1] package/spirv-tools: fix build issue
 2023-11-06 13:08 UTC  (2+ messages)
` [Buildroot] [PATCH v4 "

arm: mach-socfpga: PCIe Root IO TLP support for Cyclone V
 2023-11-06 13:08 UTC  (4+ messages)

[PATCH v2 00/10] block: Make raw_co_get_allocated_file_size asynchronous
 2023-11-06 13:07 UTC  (3+ messages)
` [PATCH v2 08/10] block: Don't query all block devices at hmp_nbd_server_start

[PATCH] accel/ivpu: Fix compilation with CONFIG_PM=n
 2023-11-06 13:08 UTC 

[PATCH v2 0/9] Add CMDQ secure driver for SVP
 2023-11-06 13:07 UTC  (5+ messages)
` [PATCH v2 8/9] mailbox: mediatek: Add CMDQ secure mailbox driver

[PATCH 4.14 00/48] 4.14.329-rc1 review
 2023-11-06 13:03 UTC  (11+ messages)
` [PATCH 4.14 19/48] nfsd: lock_rename() needs both directories to live on the same fs
` [PATCH 4.14 22/48] x86/mm: Fix RESERVE_BRK() for older binutils
` [PATCH 4.14 23/48] driver: platform: Add helper for safer setting of driver_override
` [PATCH 4.14 24/48] rpmsg: Fix kfree() of static memory on setting driver_override
` [PATCH 4.14 25/48] rpmsg: Fix calling device_lock() on non-initialized device
` [PATCH 4.14 26/48] rpmsg: glink: Release driver_override
` [PATCH 4.14 27/48] rpmsg: Fix possible refcount leak in rpmsg_register_device_override()
` [PATCH 4.14 28/48] x86: Fix .brk attribute in linker script
` [PATCH 4.14 47/48] tty: 8250: Add support for Brainboxes UP cards
` [PATCH 4.14 48/48] tty: 8250: Add support for Intashield IS-100

[PATCH 1/3] selftest/sstatetests: add tests for 'bitbake -S printdiff'
 2023-11-06 13:07 UTC  (3+ messages)
` [OE-core] "


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.