All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-25 19:16:58 to 2021-10-25 19:32:56 UTC [more...]

[PATCH v9 00/31] file system-wide error monitoring
 2021-10-25 19:27 UTC  (7+ messages)
` [PATCH v9 01/31] fsnotify: pass data_type to fsnotify_name()
` [PATCH v9 02/31] fsnotify: pass dentry instead of inode data
` [PATCH v9 04/31] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v9 05/31] fanotify: Fold event size calculation to its own function
` [PATCH v9 06/31] fanotify: Split fsid check from other fid mode checks
` [PATCH v9 07/31] inotify: Don't force FS_IN_IGNORED

[PATCH 5.4 00/58] 5.4.156-rc1 review
 2021-10-25 19:14 UTC  (9+ messages)
` [PATCH 5.4 01/58] parisc: math-emu: Fix fall-through warnings
` [PATCH 5.4 02/58] net: switchdev: do not propagate bridge updates across bridges
` [PATCH 5.4 03/58] tee: optee: Fix missing devices unregister during optee_remove
` [PATCH 5.4 04/58] ARM: dts: at91: sama5d2_som1_ek: disable ISC node by default
` [PATCH 5.4 10/58] netfilter: ipvs: make global sysctl readonly in non-init netns
` [PATCH 5.4 11/58] lan78xx: select CRC32
` [PATCH 5.4 12/58] net: dsa: lantiq_gswip: fix register definition
` [PATCH 5.4 13/58] NIOS2: irqflags: rename a redefined register name

[PATCH 4.19 00/37] 4.19.214-rc1 review
 2021-10-25 19:15 UTC  (37+ messages)
` [PATCH 4.19 01/37] ARM: dts: at91: sama5d2_som1_ek: disable ISC node by default
` [PATCH 4.19 02/37] xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OF
` [PATCH 4.19 03/37] xtensa: xtfpga: Try software restart before simulating CPU reset
` [PATCH 4.19 04/37] NFSD: Keep existing listeners on portlist error
` [PATCH 4.19 05/37] dma-debug: fix sg checks in debug_dma_map_sg()
` [PATCH 4.19 06/37] ASoC: wm8960: Fix clock configuration on slave mode
` [PATCH 4.19 07/37] netfilter: ipvs: make global sysctl readonly in non-init netns
` [PATCH 4.19 08/37] lan78xx: select CRC32
` [PATCH 4.19 09/37] NIOS2: irqflags: rename a redefined register name
` [PATCH 4.19 10/37] net: hns3: add limit ets dwrr bandwidth cannot be 0
` [PATCH 4.19 11/37] net: hns3: disable sriov before unload hclge layer
` [PATCH 4.19 12/37] can: rcar_can: fix suspend/resume
` [PATCH 4.19 13/37] can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state notification
` [PATCH 4.19 14/37] can: peak_pci: peak_pci_remove(): fix UAF
` [PATCH 4.19 15/37] ocfs2: fix data corruption after conversion from inline format
` [PATCH 4.19 16/37] ocfs2: mount fails with buffer overflow in strlen
` [PATCH 4.19 17/37] elfcore: correct reference to CONFIG_UML
` [PATCH 4.19 18/37] vfs: check fd has read access in kernel_read_file_from_fd()
` [PATCH 4.19 19/37] ALSA: usb-audio: Provide quirk for Sennheiser GSP670 Headset
` [PATCH 4.19 20/37] ALSA: hda/realtek: Add quirk for Clevo PC50HS
` [PATCH 4.19 21/37] ASoC: DAPM: Fix missing kctl change notifications
` [PATCH 4.19 22/37] mm, slub: fix mismatch between reconstructed freelist depth and cnt
` [PATCH 4.19 23/37] nfc: nci: fix the UAF of rf_conn_info object
` [PATCH 4.19 24/37] isdn: cpai: check ctr->cnr to avoid array index out of bound
` [PATCH 4.19 25/37] netfilter: Kconfig: use default y instead of m for bool config option
` [PATCH 4.19 26/37] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH 4.19 27/37] btrfs: deal with errors when checking if a dir entry exists during log replay
` [PATCH 4.19 28/37] net: stmmac: add support for dwmac 3.40a
` [PATCH 4.19 29/37] ARM: dts: spear3xx: Fix gmac node
` [PATCH 4.19 31/37] platform/x86: intel_scu_ipc: Update timeout value in comment
` [PATCH 4.19 32/37] ALSA: hda: avoid write to STATESTS if controller is in reset
` [PATCH 4.19 33/37] scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()
` [PATCH 4.19 34/37] usbnet: sanity check for maxpacket
` [PATCH 4.19 35/37] net: mdiobus: Fix memory leak in __mdiobus_register
` [PATCH 4.19 36/37] tracing: Have all levels of checks prevent recursion
` [PATCH 4.19 37/37] ARM: 9122/1: select HAVE_FUTEX_CMPXCHG

linux-next: build failure after merge of the kspp-gustavo tree
 2021-10-25 19:19 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/gstreamer1/gst1-vaapi: fix tests config option
 2021-10-25 19:31 UTC  (2+ messages)

[Buildroot] [PATCH] package/{protobuf, python-protobuf}: bump to version 3.19.0
 2021-10-25 19:30 UTC 

[PATCH v4 00/19] target/ppc: DFP instructions using decodetree
 2021-10-25 19:11 UTC  (10+ messages)
` [PATCH v4 01/19] host-utils: move checks out of divu128/divs128
` [PATCH v4 02/19] host-utils: move udiv_qrnnd() to host-utils
` [PATCH v4 03/19] host-utils: add 128-bit quotient support to divu128/divs128
` [PATCH v4 04/19] host-utils: add unit tests for divu128/divs128
` [PATCH v4 05/19] libdecnumber: introduce decNumberFrom[U]Int128
` [PATCH v4 08/19] target/ppc: Implement DCFFIXQQ
` [PATCH v4 12/19] target/ppc: Do not update nip on DFP instructions
` [PATCH v4 13/19] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree
` [PATCH v4 14/19] target/ppc: Move d{add, sub, mul, div, iex}[q] "

[Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-ugly: remove examples option
 2021-10-25 19:28 UTC  (2+ messages)

[Buildroot] [PATCH] Makefile: include *.patch in check-package
 2021-10-25 19:28 UTC 

[PATCH] tcp: Use BPF timeout setting for SYN ACK RTO
 2021-10-25 19:26 UTC  (3+ messages)
  `  "

please merge OWNERs files and scrub your repository maintainer information
 2021-10-25 19:27 UTC 

[Devel] [rafael-pm:bleeding-edge] BUILD SUCCESS af2b73b422405bf7d7aef0060da17281f7a0e6d4
 2021-10-25 19:27 UTC 

Btrfs Fscrypt Design Document
 2021-10-25 19:25 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix meson options
 2021-10-25 19:27 UTC  (2+ messages)

[PATCH] hvf: arm: Ignore cache operations on MMIO
 2021-10-25 19:13 UTC 

[net-next PATCH] net: convert users of bitmap_foo() to linkmode_foo()
 2021-10-25 19:26 UTC  (4+ messages)

[PATCH v8 0/3] Update ASUS WMI supported boards
 2021-10-25 19:20 UTC  (3+ messages)
` [PATCH v8 1/3] hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI

[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
 2021-10-25 19:02 UTC  (9+ messages)
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state

[PATCH v4] PCI: vmd: Clean up domain before enumeration
 2021-10-25 18:29 UTC 

[BlueZ PATCH v4 0/3] Add Advertisement Monitor Device Found/Lost events
 2021-10-25 19:18 UTC  (4+ messages)
` [BlueZ PATCH v4 1/3] doc: Introduce the Adv "
` [BlueZ PATCH v4 2/3] lib: Add definitions of "
` [BlueZ PATCH v4 3/3] adv_monitor: Receive the "

[PATCH 4.14 00/30] 4.14.253-rc1 review
 2021-10-25 19:14 UTC  (31+ messages)
` [PATCH 4.14 01/30] btrfs: always wait on ordered extents at fsync time
` [PATCH 4.14 02/30] ARM: dts: at91: sama5d2_som1_ek: disable ISC node by default
` [PATCH 4.14 03/30] xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OF
` [PATCH 4.14 04/30] xtensa: xtfpga: Try software restart before simulating CPU reset
` [PATCH 4.14 05/30] NFSD: Keep existing listeners on portlist error
` [PATCH 4.14 06/30] netfilter: ipvs: make global sysctl readonly in non-init netns
` [PATCH 4.14 07/30] NIOS2: irqflags: rename a redefined register name
` [PATCH 4.14 08/30] can: rcar_can: fix suspend/resume
` [PATCH 4.14 09/30] can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state notification
` [PATCH 4.14 10/30] can: peak_pci: peak_pci_remove(): fix UAF
` [PATCH 4.14 11/30] ocfs2: fix data corruption after conversion from inline format
` [PATCH 4.14 12/30] ocfs2: mount fails with buffer overflow in strlen
` [PATCH 4.14 13/30] elfcore: correct reference to CONFIG_UML
` [PATCH 4.14 14/30] vfs: check fd has read access in kernel_read_file_from_fd()
` [PATCH 4.14 15/30] ALSA: usb-audio: Provide quirk for Sennheiser GSP670 Headset
` [PATCH 4.14 16/30] ASoC: DAPM: Fix missing kctl change notifications
` [PATCH 4.14 17/30] nfc: nci: fix the UAF of rf_conn_info object
` [PATCH 4.14 18/30] isdn: cpai: check ctr->cnr to avoid array index out of bound
` [PATCH 4.14 19/30] netfilter: Kconfig: use default y instead of m for bool config option
` [PATCH 4.14 20/30] btrfs: deal with errors when checking if a dir entry exists during log replay
` [PATCH 4.14 21/30] net: stmmac: add support for dwmac 3.40a
` [PATCH 4.14 22/30] ARM: dts: spear3xx: Fix gmac node
` [PATCH 4.14 23/30] isdn: mISDN: Fix sleeping function called from invalid context
` [PATCH 4.14 24/30] platform/x86: intel_scu_ipc: Update timeout value in comment
` [PATCH 4.14 25/30] ALSA: hda: avoid write to STATESTS if controller is in reset
` [PATCH 4.14 26/30] scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()
` [PATCH 4.14 27/30] usbnet: sanity check for maxpacket
` [PATCH 4.14 28/30] net: mdiobus: Fix memory leak in __mdiobus_register
` [PATCH 4.14 29/30] tracing: Have all levels of checks prevent recursion
` [PATCH 4.14 30/30] ARM: 9122/1: select HAVE_FUTEX_CMPXCHG

[chenxing:msc313_mainlining 53/62] drivers/rtc/rtc-msc313.c:54:19: error: implicit declaration of function 'readw'
 2021-10-25 19:24 UTC 

[dpdk-dev] [PATCH v5 0/6] make rte_intr_handle internal
 2021-10-25 19:24 UTC  (3+ messages)
` [dpdk-dev] [PATCH v8 0/9] "

[PATCH] drm/amdgpu/display: add quirk handling for stutter mode
 2021-10-25 19:24 UTC  (2+ messages)

[Buildroot] [git commit] package/python-matplotlib: bump to version 3.4.3
 2021-10-25 19:20 UTC 

[PATCH] PCI/MSI: Re-add checks for skip masking MSI-X on Xen PV
 2021-10-25 19:21 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 4.9 00/50] 4.9.288-rc1 review
 2021-10-25 19:14 UTC  (51+ messages)
` [PATCH 4.9 01/50] ALSA: seq: Fix a potential UAF by wrong private_free call order
` [PATCH 4.9 02/50] s390: fix strrchr() implementation
` [PATCH 4.9 03/50] xhci: Enable trust tx length quirk for Fresco FL11 USB controller
` [PATCH 4.9 04/50] cb710: avoid NULL pointer subtraction
` [PATCH 4.9 05/50] efi/cper: use stack buffer for error record decoding
` [PATCH 4.9 06/50] efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()
` [PATCH 4.9 07/50] Input: xpad - add support for another USB ID of Nacon GC-100
` [PATCH 4.9 08/50] USB: serial: qcserial: add EM9191 QDL support
` [PATCH 4.9 09/50] USB: serial: option: add Telit LE910Cx composition 0x1204
` [PATCH 4.9 10/50] nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells
` [PATCH 4.9 11/50] iio: adc128s052: Fix the error handling path of adc128_probe()
` [PATCH 4.9 12/50] iio: light: opt3001: Fixed timeout error when 0 lux
` [PATCH 4.9 13/50] iio: ssp_sensors: add more range checking in ssp_parse_dataframe()
` [PATCH 4.9 14/50] iio: ssp_sensors: fix error code in ssp_print_mcu_debug()
` [PATCH 4.9 15/50] net: arc: select CRC32
` [PATCH 4.9 16/50] net: korina: "
` [PATCH 4.9 17/50] net: encx24j600: check error in devm_regmap_init_encx24j600
` [PATCH 4.9 18/50] ethernet: s2io: fix setting mac address during resume
` [PATCH 4.9 19/50] nfc: fix error handling of nfc_proto_register()
` [PATCH 4.9 20/50] NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()
` [PATCH 4.9 21/50] NFC: digital: fix possible memory leak in digital_in_send_sdd_req()
` [PATCH 4.9 22/50] pata_legacy: fix a couple uninitialized variable bugs
` [PATCH 4.9 23/50] drm/msm: Fix null pointer dereference on pointer edp
` [PATCH 4.9 24/50] drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handling
` [PATCH 4.9 25/50] r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256
` [PATCH 4.9 26/50] xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OF
` [PATCH 4.9 27/50] xtensa: xtfpga: Try software restart before simulating CPU reset
` [PATCH 4.9 28/50] NFSD: Keep existing listeners on portlist error
` [PATCH 4.9 29/50] netfilter: ipvs: make global sysctl readonly in non-init netns
` [PATCH 4.9 30/50] NIOS2: irqflags: rename a redefined register name
` [PATCH 4.9 31/50] can: rcar_can: fix suspend/resume
` [PATCH 4.9 32/50] can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state notification
` [PATCH 4.9 33/50] can: peak_pci: peak_pci_remove(): fix UAF
` [PATCH 4.9 34/50] ocfs2: fix data corruption after conversion from inline format
` [PATCH 4.9 35/50] ocfs2: mount fails with buffer overflow in strlen
` [PATCH 4.9 36/50] elfcore: correct reference to CONFIG_UML
` [PATCH 4.9 37/50] vfs: check fd has read access in kernel_read_file_from_fd()
` [PATCH 4.9 38/50] ALSA: usb-audio: Provide quirk for Sennheiser GSP670 Headset
` [PATCH 4.9 39/50] ASoC: DAPM: Fix missing kctl change notifications
` [PATCH 4.9 40/50] nfc: nci: fix the UAF of rf_conn_info object
` [PATCH 4.9 41/50] isdn: cpai: check ctr->cnr to avoid array index out of bound
` [PATCH 4.9 42/50] netfilter: Kconfig: use default y instead of m for bool config option
` [PATCH 4.9 43/50] ARM: dts: spear3xx: Fix gmac node
` [PATCH 4.9 44/50] isdn: mISDN: Fix sleeping function called from invalid context
` [PATCH 4.9 45/50] platform/x86: intel_scu_ipc: Update timeout value in comment
` [PATCH 4.9 46/50] ALSA: hda: avoid write to STATESTS if controller is in reset
` [PATCH 4.9 47/50] usbnet: sanity check for maxpacket
` [PATCH 4.9 48/50] net: mdiobus: Fix memory leak in __mdiobus_register
` [PATCH 4.9 49/50] tracing: Have all levels of checks prevent recursion
` [PATCH 4.9 50/50] ARM: 9122/1: select HAVE_FUTEX_CMPXCHG

[dpdk-dev] [PATCH] app/flow-perf: export some configuration options
 2021-10-25 19:23 UTC  (2+ messages)

[Buildroot] [git commit] package/python-certifi: add host variant
 2021-10-25 19:16 UTC 

[Buildroot] [PATCH v2 00/11] package/python3: bump to version 3.10
 2021-10-25 19:22 UTC  (9+ messages)
` [Buildroot] [PATCH v2 03/11] package/python-txtorcon: bump to version 21.1.0
` [Buildroot] [PATCH v2 05/11] package/python-certifi: add host variant
` [Buildroot] [PATCH v2 06/11] package/python-matplotlib: bump to version 3.4.3
` [Buildroot] [PATCH v2 10/11] package/python-setuptools: bump to version 58.2.0 and split python2 version

[PATCH] linux-firmware: Update AMD cpu microcode
 2021-10-25 19:18 UTC 

Unexpected cat-file --batch-check output
 2021-10-25 19:18 UTC  (2+ messages)

[PATCH 4.4 00/44] 4.4.290-rc1 review
 2021-10-25 19:14 UTC  (22+ messages)
` [PATCH 4.4 10/44] iio: adc128s052: Fix the error handling path of adc128_probe()
` [PATCH 4.4 20/44] pata_legacy: fix a couple uninitialized variable bugs
` [PATCH 4.4 22/44] r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256
` [PATCH 4.4 23/44] NFSD: Keep existing listeners on portlist error
` [PATCH 4.4 24/44] netfilter: ipvs: make global sysctl readonly in non-init netns
` [PATCH 4.4 25/44] NIOS2: irqflags: rename a redefined register name
` [PATCH 4.4 26/44] can: rcar_can: fix suspend/resume
` [PATCH 4.4 27/44] can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state notification
` [PATCH 4.4 28/44] can: peak_pci: peak_pci_remove(): fix UAF
` [PATCH 4.4 29/44] ocfs2: mount fails with buffer overflow in strlen
` [PATCH 4.4 34/44] nfc: nci: fix the UAF of rf_conn_info object
` [PATCH 4.4 35/44] isdn: cpai: check ctr->cnr to avoid array index out of bound
` [PATCH 4.4 36/44] netfilter: Kconfig: use default y instead of m for bool config option
` [PATCH 4.4 37/44] ARM: dts: spear3xx: Fix gmac node
` [PATCH 4.4 38/44] isdn: mISDN: Fix sleeping function called from invalid context
` [PATCH 4.4 39/44] platform/x86: intel_scu_ipc: Update timeout value in comment
` [PATCH 4.4 40/44] ALSA: hda: avoid write to STATESTS if controller is in reset
` [PATCH 4.4 41/44] usbnet: sanity check for maxpacket
` [PATCH 4.4 42/44] net: mdiobus: Fix memory leak in __mdiobus_register
` [PATCH 4.4 43/44] tracing: Have all levels of checks prevent recursion
` [PATCH 4.4 44/44] ARM: 9122/1: select HAVE_FUTEX_CMPXCHG

[Buildroot] [git commit] package/python-pydantic: bump to version 1.8.2
 2021-10-25 19:09 UTC 

[Buildroot] [git commit] package/micropython: depends on host-python3
 2021-10-25 18:58 UTC 

[Buildroot] [git commit] package/python-watchdog: bump to version 2.1.6
 2021-10-25 19:11 UTC 

[Buildroot] [git commit] package/python-txtorcon: bump to version 21.1.0
 2021-10-25 19:09 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.