linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-01 07:28:14 to 2021-11-01 09:28:39 UTC [more...]

[PATCH 5.4 00/51] 5.4.157-rc1 review
 2021-11-01  9:17 UTC  (5+ messages)
` [PATCH 5.4 01/51] ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B aligned
` [PATCH 5.4 10/51] Revert "pinctrl: bcm: ns: support updated DT binding as syscon subnode"
` [PATCH 5.4 11/51] ata: sata_mv: Fix the error handling of mv_chip_id()
` [PATCH 5.4 12/51] nfc: port100: fix using -ERRNO as command type mask

[PATCH 4.19 00/35] 4.19.215-rc1 review
 2021-11-01  9:17 UTC  (36+ messages)
` [PATCH 4.19 01/35] ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B aligned
` [PATCH 4.19 02/35] ARM: 9134/1: remove duplicate memcpy() definition
` [PATCH 4.19 03/35] ARM: 9139/1: kprobes: fix arch_init_kprobes() prototype
` [PATCH 4.19 04/35] ARM: 9141/1: only warn about XIP address when not compile testing
` [PATCH 4.19 05/35] powerpc/bpf: Fix BPF_MOD when imm == 1
` [PATCH 4.19 06/35] arm64: Avoid premature usercopy failure
` [PATCH 4.19 07/35] ARM: 8819/1: Remove -p from LDFLAGS
` [PATCH 4.19 08/35] usbnet: sanity check for maxpacket
` [PATCH 4.19 09/35] usbnet: fix error return code in usbnet_probe()
` [PATCH 4.19 10/35] ata: sata_mv: Fix the error handling of mv_chip_id()
` [PATCH 4.19 11/35] nfc: port100: fix using -ERRNO as command type mask
` [PATCH 4.19 12/35] Revert "net: mdiobus: Fix memory leak in __mdiobus_register"
` [PATCH 4.19 13/35] ipv4: use siphash instead of Jenkins in fnhe_hashfun()
` [PATCH 4.19 14/35] ipv6: use siphash in rt6_exception_hash()
` [PATCH 4.19 15/35] ipv6: make exception cache less predictible
` [PATCH 4.19 16/35] mmc: vub300: fix control-message timeouts
` [PATCH 4.19 17/35] mmc: cqhci: clear HALT state after CQE enable
` [PATCH 4.19 18/35] mmc: dw_mmc: exynos: fix the finding clock sample value
` [PATCH 4.19 19/35] mmc: sdhci: Map more voltage level to SDHCI_POWER_330
` [PATCH 4.19 20/35] mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning circuit
` [PATCH 4.19 21/35] net: lan78xx: fix division by zero in send path
` [PATCH 4.19 22/35] RDMA/mlx5: Set user priority for DCT
` [PATCH 4.19 23/35] arm64: dts: allwinner: h5: NanoPI Neo 2: Fix ethernet node
` [PATCH 4.19 24/35] regmap: Fix possible double-free in regcache_rbtree_exit()
` [PATCH 4.19 25/35] net: batman-adv: fix error handling
` [PATCH 4.19 26/35] net: Prevent infinite while loop in skb_tx_hash()
` [PATCH 4.19 27/35] nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST
` [PATCH 4.19 28/35] net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume fails
` [PATCH 4.19 29/35] net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_set_mask_and_coherent
` [PATCH 4.19 30/35] net: nxp: lpc_eth.c: avoid hang when bringing interface down
` [PATCH 4.19 31/35] sctp: use init_tag from inithdr for ABORT chunk
` [PATCH 4.19 32/35] sctp: fix the processing for COOKIE_ECHO chunk
` [PATCH 4.19 33/35] sctp: add vtag check in sctp_sf_violation
` [PATCH 4.19 34/35] sctp: add vtag check in sctp_sf_do_8_5_1_E_sa
` [PATCH 4.19 35/35] sctp: add vtag check in sctp_sf_ootb

[PATCH] iommu/dma: fix incorrect error return on iommu deferred attach
 2021-11-01  9:21 UTC  (2+ messages)

[PATCH 4.14 00/25] 4.14.254-rc1 review
 2021-11-01  9:17 UTC  (26+ messages)
` [PATCH 4.14 01/25] ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B aligned
` [PATCH 4.14 02/25] ARM: 9134/1: remove duplicate memcpy() definition
` [PATCH 4.14 03/25] ARM: 9139/1: kprobes: fix arch_init_kprobes() prototype
` [PATCH 4.14 04/25] powerpc/bpf: Fix BPF_MOD when imm == 1
` [PATCH 4.14 05/25] ARM: 8819/1: Remove -p from LDFLAGS
` [PATCH 4.14 06/25] usbnet: sanity check for maxpacket
` [PATCH 4.14 07/25] usbnet: fix error return code in usbnet_probe()
` [PATCH 4.14 08/25] ata: sata_mv: Fix the error handling of mv_chip_id()
` [PATCH 4.14 09/25] nfc: port100: fix using -ERRNO as command type mask
` [PATCH 4.14 10/25] Revert "net: mdiobus: Fix memory leak in __mdiobus_register"
` [PATCH 4.14 11/25] ipv4: use siphash instead of Jenkins in fnhe_hashfun()
` [PATCH 4.14 12/25] mmc: vub300: fix control-message timeouts
` [PATCH 4.14 13/25] mmc: dw_mmc: exynos: fix the finding clock sample value
` [PATCH 4.14 14/25] mmc: sdhci: Map more voltage level to SDHCI_POWER_330
` [PATCH 4.14 15/25] mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning circuit
` [PATCH 4.14 16/25] net: lan78xx: fix division by zero in send path
` [PATCH 4.14 17/25] regmap: Fix possible double-free in regcache_rbtree_exit()
` [PATCH 4.14 18/25] net: batman-adv: fix error handling
` [PATCH 4.14 19/25] nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST
` [PATCH 4.14 20/25] net: nxp: lpc_eth.c: avoid hang when bringing interface down
` [PATCH 4.14 21/25] sctp: use init_tag from inithdr for ABORT chunk
` [PATCH 4.14 22/25] sctp: fix the processing for COOKIE_ECHO chunk
` [PATCH 4.14 23/25] sctp: add vtag check in sctp_sf_violation
` [PATCH 4.14 24/25] sctp: add vtag check in sctp_sf_do_8_5_1_E_sa
` [PATCH 4.14 25/25] sctp: add vtag check in sctp_sf_ootb

[PATCH 4.9 00/20] 4.9.289-rc1 review
 2021-11-01  9:17 UTC  (21+ messages)
` [PATCH 4.9 01/20] ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B aligned
` [PATCH 4.9 02/20] ARM: 9134/1: remove duplicate memcpy() definition
` [PATCH 4.9 03/20] ARM: 9139/1: kprobes: fix arch_init_kprobes() prototype
` [PATCH 4.9 04/20] powerpc/bpf: Fix BPF_MOD when imm == 1
` [PATCH 4.9 05/20] ARM: 8819/1: Remove -p from LDFLAGS
` [PATCH 4.9 06/20] usbnet: sanity check for maxpacket
` [PATCH 4.9 07/20] usbnet: fix error return code in usbnet_probe()
` [PATCH 4.9 08/20] ata: sata_mv: Fix the error handling of mv_chip_id()
` [PATCH 4.9 09/20] nfc: port100: fix using -ERRNO as command type mask
` [PATCH 4.9 10/20] Revert "net: mdiobus: Fix memory leak in __mdiobus_register"
` [PATCH 4.9 11/20] mmc: vub300: fix control-message timeouts
` [PATCH 4.9 12/20] mmc: dw_mmc: exynos: fix the finding clock sample value
` [PATCH 4.9 13/20] mmc: sdhci: Map more voltage level to SDHCI_POWER_330
` [PATCH 4.9 14/20] net: lan78xx: fix division by zero in send path
` [PATCH 4.9 15/20] regmap: Fix possible double-free in regcache_rbtree_exit()
` [PATCH 4.9 16/20] net: batman-adv: fix error handling
` [PATCH 4.9 17/20] nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST
` [PATCH 4.9 18/20] net: nxp: lpc_eth.c: avoid hang when bringing interface down
` [PATCH 4.9 19/20] sctp: use init_tag from inithdr for ABORT chunk
` [PATCH 4.9 20/20] sctp: add vtag check in sctp_sf_violation

[PATCH -next RFC] ext2: Add check if block is step over super block
 2021-11-01  9:33 UTC 

[PATCH v3 00/21] cpufreq: introduce a new AMD CPU frequency control mechanism
 2021-11-01  9:20 UTC  (10+ messages)
` [PATCH v3 05/21] ACPI: CPPC: add cppc enable register function
` [PATCH v3 08/21] cpufreq: amd: add acpi cppc function as the backend for legacy processors
` [PATCH v3 17/21] cpupower: add amd-pstate sysfs definition and access helper

Need help in debugging "memory leak in em28xx_init_dev"
 2021-11-01  9:19 UTC  (4+ messages)

[GIT PULL] EFI updates for v5.16
 2021-11-01  9:19 UTC 

[PATCH 4.4 00/17] 4.4.291-rc1 review
 2021-11-01  9:17 UTC  (18+ messages)
` [PATCH 4.4 01/17] ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B aligned
` [PATCH 4.4 02/17] ARM: 9134/1: remove duplicate memcpy() definition
` [PATCH 4.4 03/17] ARM: 9139/1: kprobes: fix arch_init_kprobes() prototype
` [PATCH 4.4 04/17] ARM: 8819/1: Remove -p from LDFLAGS
` [PATCH 4.4 05/17] usbnet: sanity check for maxpacket
` [PATCH 4.4 06/17] usbnet: fix error return code in usbnet_probe()
` [PATCH 4.4 07/17] ata: sata_mv: Fix the error handling of mv_chip_id()
` [PATCH 4.4 08/17] nfc: port100: fix using -ERRNO as command type mask
` [PATCH 4.4 09/17] Revert "net: mdiobus: Fix memory leak in __mdiobus_register"
` [PATCH 4.4 10/17] mmc: vub300: fix control-message timeouts
` [PATCH 4.4 11/17] mmc: dw_mmc: exynos: fix the finding clock sample value
` [PATCH 4.4 12/17] mmc: sdhci: Map more voltage level to SDHCI_POWER_330
` [PATCH 4.4 13/17] net: lan78xx: fix division by zero in send path
` [PATCH 4.4 14/17] regmap: Fix possible double-free in regcache_rbtree_exit()
` [PATCH 4.4 15/17] nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST
` [PATCH 4.4 16/17] sctp: use init_tag from inithdr for ABORT chunk
` [PATCH 4.4 17/17] sctp: add vtag check in sctp_sf_violation

[PATCH] scsi:qlogicpti:Remove unneeded semicolon
 2021-11-01  9:18 UTC 

linux-next: build warning after merge of the drm-misc tree
 2021-11-01  9:17 UTC  (2+ messages)

[PATCH v1] usb: xhci: add LPM quirk for ensuring uPD720201 into D3 state after S5
 2021-11-01  9:18 UTC  (2+ messages)

[PATCH -next] efi/libstub: arm32: Use "align" for the size alignment
 2021-11-01  9:18 UTC 

[RFC] mmc: core: transplant ti,wl1251 quirks from to be retired omap_hsmmc
 2021-11-01  9:12 UTC  (6+ messages)

[PATCH] nbd: error out if socket index doesn't match in nbd_handle_reply()
 2021-11-01  9:25 UTC 

[PATCH] virtio_gpio: drop packed attribute
 2021-11-01  9:11 UTC 

[GIT PULL] EDAC updates for v5.16
 2021-11-01  9:08 UTC 

[PATCH] static_call,x86: Robustify trampoline patching
 2021-11-01  9:01 UTC  (11+ messages)

[PATCH v2 0/8] KVM: x86: Hyper-V hypercall fix and cleanups
 2021-11-01  9:05 UTC  (3+ messages)
` [PATCH v2 1/8] KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req

[PATCH] [RFC] arm64: export this_cpu_has_cap
 2021-11-01  9:01 UTC  (4+ messages)

[PATCH v4 0/2] Reduce stacking and overscheduling
 2021-11-01  8:56 UTC  (4+ messages)
` [PATCH 1/2] sched/fair: Couple wakee flips with heavy wakers

[GIT PULL for v5.16-rc1] media updates
 2021-11-01  8:56 UTC 

[syzbot] INFO: rcu detected stall in snd_seq_write (2)
 2021-11-01  8:54 UTC  (2+ messages)

kernel 5.15 does not boot with 3ware card (never had this issue <= 5.14) - scsi 0:0:0:0: WARNING: (0x06:0x002C) : Command (0x12) timed out, resetting card
 2021-11-01  8:53 UTC  (3+ messages)

Adding support for audio (WM1811) Inbox
 2021-11-01  8:52 UTC 

[PATCH] x86/kaslr: fix boolreturn.cocci warning
 2021-11-01  8:49 UTC 

[Linux v5.15-rc6] mac80211 warnings with iwlwifi
 2021-11-01  8:47 UTC  (2+ messages)
` [Linux v5.15 final] Call-trace iwlwifi and/or mac80211 (was [Linux v5.15-rc6] mac80211 warnings with iwlwifi)

[PATCH v2] F2FS: invalidate META_MAPPING before IPU/DIO write
 2021-11-01  8:46 UTC 

[PATCH v4 0/4] mtd: core: protect access to mtd devices while in suspend
 2021-11-01  8:46 UTC  (7+ messages)
` [PATCH v4 1/4] mtd: rawnand: nand_bbt: hide suspend/resume hooks while scanning bbt
` [PATCH v4 3/4] mtd: core: protect access to MTD devices while in suspend

[PATCH] memory: mtk-smi: Fix a null dereference for the ostd
 2021-11-01  8:45 UTC  (4+ messages)

[PATCH 0/2] Add THERMAL control driver for Sunplus SP7021 SoC
 2021-11-01  8:45 UTC  (3+ messages)
` [PATCH 1/2] THERMAL: Add THERMAL driver for Sunplus SP7021
` [PATCH 2/2] devicetree bindings THERMAL Add bindings doc "

[RFC PATCH 0/4] Added RSS support
 2021-11-01  8:44 UTC  (5+ messages)
` [RFC PATCH 1/4] drivers/net/virtio_net: Fixed vheader to use v1
` [RFC PATCH 2/4] drivers/net/virtio_net: Changed mergeable buffer length calculation

[PATCH] powerpc/xmon: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-11-01  8:43 UTC 

linux-next: build failure after merge of the drm-misc tree
 2021-11-01  8:42 UTC  (2+ messages)

[PATCH v2 0/2] Extend pinctrl-ocelot driver for lan966x
 2021-11-01  8:42 UTC  (3+ messages)
` [PATCH v2 2/2] pinctrl: ocelot: Extend support "

[PATCH] F2FS: invalidate META_MAPPING before IPU/DIO write
 2021-11-01  8:38 UTC  (7+ messages)

[PATCH] most: replace scnprintf in show functions with sysfs_emit
 2021-11-01  8:38 UTC 

[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
 2021-11-01  8:37 UTC  (7+ messages)

[PATCH v2] platform/chrome: cros_ec_debugfs: detach log reader wq from devm
 2021-11-01  8:36 UTC 

[PATCH] dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING
 2021-11-01  8:34 UTC  (2+ messages)

[PATCH v2] Bluetooth: btusb: Add the new support IDs for WCN6855
 2021-11-01  8:32 UTC  (4+ messages)

[PATCH v1] serdev: Add interface serdev_device_ioctl
 2021-11-01  8:32 UTC  (4+ messages)

[PATCH v3 8/8] irqchip: Add Sunplus SP7021 interrupt controller driver
 2021-11-01  8:27 UTC  (2+ messages)

[QUESTION] oom killed the key system process triggered by a bad process alloc memory with MAP_LOCKED
 2021-11-01  8:24 UTC  (2+ messages)

[PATCH v6 0/8] vDPA driver for Alibaba ENI
 2021-11-01  8:19 UTC  (9+ messages)
` [PATCH v7 0/9] "
  ` [PATCH v7 9/9] eni_vdpa: alibaba: fix Kconfig typo

[PATCH v4 0/8] add the imx8m pcie phy driver and imx8mm pcie support
 2021-11-01  8:19 UTC  (6+ messages)
` [PATCH v4 5/8] phy: freescale: pcie: Initialize the imx8 pcie standalone phy driver

Linux 5.15
 2021-11-01  8:13 UTC  (3+ messages)

[PATCH 1/3] media: atomisp: don't print errors for ignored MBUS formats
 2021-11-01  8:11 UTC  (4+ messages)
` [PATCH 3/3] media: atomisp: comment-out JPEG format

[PATCH] net: batman-adv: fix warning in batadv_v_ogm_free
 2021-11-01  8:11 UTC  (3+ messages)

[PATCH 0/3] Add pin control driver for Sunplus SP7021 SoC
 2021-11-01  8:11 UTC  (5+ messages)
` [PATCH v2 0/3] This is a patch series for pinctrl "
  ` [PATCH v2 1/3] pinctrl: Add driver for Sunplus SP7021
  ` [PATCH v2 2/3] dt-bindings: pinctrl: Add dt-bindings "
  ` [PATCH v2 3/3] devicetree: bindings: pinctrl: Add bindings doc "

[PATCH] i2c: virtio: update the maintainer to Conghui
 2021-11-01  8:08 UTC  (2+ messages)

[RFC PATCH v3 0/4] Extend lan966x clock driver for clock gating support
 2021-11-01  8:08 UTC  (5+ messages)
` [RFC PATCH v3 1/4] clk: gate: Add devm_clk_hw_register_gate()
` [RFC PATCH v3 2/4] dt-bindings: clock: lan966x: Extend for clock gate support
` [RFC PATCH v3 3/4] dt-bindings: clock: lan966x: Extend includes with clock gates
` [RFC PATCH v3 4/4] clk: lan966x: Extend lan966x clock driver for clock gating support

[PATCH 0/2] nbd: fix sanity check for first_minor
 2021-11-01  8:06 UTC  (6+ messages)

[PATCH v4 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-11-01  8:00 UTC  (3+ messages)
` [PATCH v4 4/5] crypto: caam - add in-kernel interface for blob generator

[PATCH V5 0/3] Add thead,c900-plic support
 2021-11-01  7:56 UTC  (10+ messages)
` [PATCH V5 3/3] irqchip/sifive-plic: Fixup thead,c900-plic request_threaded_irq with ONESHOT
    ` [PATCH V5 3/3] irqchip/sifive-plic: Fixup thead, c900-plic "

[PATCH 0/2] Add UART driver for Suplus SP7021 SoC
 2021-11-01  7:56 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings:serial:Add bindings doc for Sunplus SoC UART Driver
` [PATCH 2/2] serial:sunplus-uart:Add "

[PATCH v7 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-11-01  7:54 UTC  (4+ messages)
` [PATCH v7 2/4] drivers/acpi: Introduce Platform Firmware Runtime Update device driver

[PATCH v9 0/5] USB DWC3 host wake up support from system suspend
 2021-11-01  7:53 UTC  (6+ messages)
` [PATCH v9 1/5] usb: host: xhci: plat: Add suspend quirk for dwc3 controller
` [PATCH v9 2/5] usb: dwc3: core: Host wake up support from system suspend
` [PATCH v9 3/5] usb: dwc3: qcom: Add helper functions to enable,disable wake irqs
` [PATCH v9 4/5] usb: dwc3: qcom: Change the IRQ flag for DP/DM hs phy irq
` [PATCH v9 5/5] usb: dwc3: qcom: Keep power domain on to support wakeup

[PATCH] samples: remove duplicate include in fs-monitor.c
 2021-11-01  7:51 UTC 

[PATCH v3 00/23] Fix some issues at documentation
 2021-11-01  7:46 UTC  (4+ messages)
` [PATCH v3 16/23] docs: translations: zh_CN: memory-hotplug.rst: fix a typo

[PATCH] scsi: ufshpb: Properly handle max-single-cmd
 2021-11-01  7:22 UTC  (2+ messages)

[PATCH] signal: remove duplicate include in signal.c
 2021-11-01  7:43 UTC 

[PATCH] iwlwifi: pcie: fix constant-conversion warning
 2021-11-01  7:32 UTC  (4+ messages)

[PATCH] mm: use correct VMA flags when freeing page-tables
 2021-11-01  7:28 UTC  (2+ messages)

[PATCH v7 0/2] iio/scmi: Add reading "raw" attribute
 2021-11-01  7:28 UTC  (6+ messages)
` [PATCH v7 1/2] iio: core: Introduce IIO_VAL_INT_64


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).