linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-04 10:57:25 to 2021-10-04 12:59:38 UTC [more...]

[PATCH 4.9 00/57] 4.9.285-rc1 review
 2021-10-04 12:52 UTC  (44+ messages)
` [PATCH 4.9 01/57] ocfs2: drop acl cache for directories too
` [PATCH 4.9 02/57] usb: gadget: r8a66597: fix a loop in set_feature()
` [PATCH 4.9 03/57] usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()
` [PATCH 4.9 04/57] cifs: fix incorrect check for null pointer in header_assemble
` [PATCH 4.9 05/57] xen/x86: fix PV trap handling on secondary processors
` [PATCH 4.9 06/57] usb-storage: Add quirk for ScanLogic SL11R-IDE older than 2.6c
` [PATCH 4.9 07/57] USB: serial: cp210x: add ID for GW Instek GDM-834x Digital Multimeter
` [PATCH 4.9 08/57] staging: greybus: uart: fix tty use after free
` [PATCH 4.9 09/57] USB: serial: mos7840: remove duplicated 0xac24 device ID
` [PATCH 4.9 10/57] USB: serial: option: add Telit LN920 compositions
` [PATCH 4.9 11/57] USB: serial: option: remove duplicate USB device ID
` [PATCH 4.9 12/57] USB: serial: option: add device id for Foxconn T99W265
` [PATCH 4.9 13/57] mcb: fix error handling in mcb_alloc_bus()
` [PATCH 4.9 14/57] serial: mvebu-uart: fix drivers tx_empty callback
` [PATCH 4.9 15/57] net: hso: fix muxed tty registration
` [PATCH 4.9 16/57] net/mlx4_en: Dont allow aRFS for encapsulated packets
` [PATCH 4.9 17/57] scsi: iscsi: Adjust iface sysfs attr detection
` [PATCH 4.9 18/57] blktrace: Fix uaf in blk_trace access after removing by sysfs
` [PATCH 4.9 19/57] net: stmmac: allow CSR clock of 300MHz
` [PATCH 4.9 20/57] m68k: Double cast io functions to unsigned long
` [PATCH 4.9 21/57] compiler.h: Introduce absolute_pointer macro
` [PATCH 4.9 22/57] net: i825xx: Use absolute_pointer for memcpy from fixed memory location
` [PATCH 4.9 23/57] sparc: avoid stringop-overread errors
` [PATCH 4.9 24/57] qnx4: "
` [PATCH 4.9 25/57] parisc: Use absolute_pointer() to define PAGE0
` [PATCH 4.9 26/57] arm64: Mark __stack_chk_guard as __ro_after_init
` [PATCH 4.9 27/57] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile
` [PATCH 4.9 28/57] net: 6pack: Fix tx timeout and slot time
` [PATCH 4.9 29/57] spi: Fix tegra20 build with CONFIG_PM=n
` [PATCH 4.9 30/57] arm64: dts: marvell: armada-37xx: Extend PCIe MEM space
` [PATCH 4.9 31/57] qnx4: work around gcc false positive warning bug
` [PATCH 4.9 32/57] tty: Fix out-of-bound vmalloc access in imageblit
` [PATCH 4.9 33/57] cpufreq: schedutil: Use kobject release() method to free sugov_tunables
` [PATCH 4.9 34/57] cpufreq: schedutil: Destroy mutex before kobject_put() frees the memory
` [PATCH 4.9 35/57] mac80211: fix use-after-free in CCMP/GCMP RX
` [PATCH 4.9 36/57] ipvs: check that ip_vs_conn_tab_bits is between 8 and 20
` [PATCH 4.9 37/57] mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap
` [PATCH 4.9 38/57] hwmon: (tmp421) fix rounding for negative values
` [PATCH 4.9 39/57] e100: fix length calculation in e100_get_regs_len
` [PATCH 4.9 40/57] e100: fix buffer overrun in e100_get_regs
` [PATCH 4.9 41/57] ipack: ipoctal: fix stack information leak
` [PATCH 4.9 43/57] ipack: ipoctal: fix tty-registration error handling
` [PATCH 4.9 52/57] ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACE

[syzbot] KASAN: use-after-free Read in kernfs_next_descendant_post (2)
 2021-10-04 12:57 UTC 

[PATCH 4.4 00/41] 4.4.286-rc1 review
 2021-10-04 12:52 UTC  (42+ messages)
` [PATCH 4.4 01/41] usb: gadget: r8a66597: fix a loop in set_feature()
` [PATCH 4.4 02/41] usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()
` [PATCH 4.4 03/41] cifs: fix incorrect check for null pointer in header_assemble
` [PATCH 4.4 04/41] xen/x86: fix PV trap handling on secondary processors
` [PATCH 4.4 05/41] USB: serial: cp210x: add ID for GW Instek GDM-834x Digital Multimeter
` [PATCH 4.4 06/41] USB: serial: mos7840: remove duplicated 0xac24 device ID
` [PATCH 4.4 07/41] USB: serial: option: add Telit LN920 compositions
` [PATCH 4.4 08/41] USB: serial: option: remove duplicate USB device ID
` [PATCH 4.4 09/41] USB: serial: option: add device id for Foxconn T99W265
` [PATCH 4.4 10/41] net: hso: fix muxed tty registration
` [PATCH 4.4 11/41] net/mlx4_en: Dont allow aRFS for encapsulated packets
` [PATCH 4.4 12/41] scsi: iscsi: Adjust iface sysfs attr detection
` [PATCH 4.4 13/41] blktrace: Fix uaf in blk_trace access after removing by sysfs
` [PATCH 4.4 14/41] m68k: Double cast io functions to unsigned long
` [PATCH 4.4 15/41] compiler.h: Introduce absolute_pointer macro
` [PATCH 4.4 16/41] net: i825xx: Use absolute_pointer for memcpy from fixed memory location
` [PATCH 4.4 17/41] sparc: avoid stringop-overread errors
` [PATCH 4.4 18/41] qnx4: "
` [PATCH 4.4 19/41] parisc: Use absolute_pointer() to define PAGE0
` [PATCH 4.4 20/41] arm64: Mark __stack_chk_guard as __ro_after_init
` [PATCH 4.4 21/41] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile
` [PATCH 4.4 22/41] net: 6pack: Fix tx timeout and slot time
` [PATCH 4.4 23/41] spi: Fix tegra20 build with CONFIG_PM=n
` [PATCH 4.4 24/41] qnx4: work around gcc false positive warning bug
` [PATCH 4.4 25/41] tty: Fix out-of-bound vmalloc access in imageblit
` [PATCH 4.4 26/41] mac80211: fix use-after-free in CCMP/GCMP RX
` [PATCH 4.4 27/41] ipvs: check that ip_vs_conn_tab_bits is between 8 and 20
` [PATCH 4.4 28/41] e100: fix length calculation in e100_get_regs_len
` [PATCH 4.4 29/41] e100: fix buffer overrun in e100_get_regs
` [PATCH 4.4 30/41] ipack: ipoctal: fix stack information leak
` [PATCH 4.4 31/41] ipack: ipoctal: fix tty registration race
` [PATCH 4.4 32/41] ipack: ipoctal: fix tty-registration error handling
` [PATCH 4.4 33/41] ipack: ipoctal: fix missing allocation-failure check
` [PATCH 4.4 34/41] ipack: ipoctal: fix module reference leak
` [PATCH 4.4 35/41] ext4: fix potential infinite loop in ext4_dx_readdir()
` [PATCH 4.4 36/41] EDAC/synopsys: Fix wrong value type assignment for edac_mode
` [PATCH 4.4 37/41] arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55
` [PATCH 4.4 38/41] HID: betop: fix slab-out-of-bounds Write in betop_probe
` [PATCH 4.4 39/41] netfilter: ipset: Fix oversized kvmalloc() calls
` [PATCH 4.4 40/41] HID: usbhid: free raw_report buffers in usbhid_stop
` [PATCH 4.4 41/41] net: mdiobus: Fix memory leak in __mdiobus_register

[PATCH 0/4] Add lan966 documentation and remove lan966x.c file
 2021-10-04 12:55 UTC  (7+ messages)
` [PATCH 1/4] ARM: at91: Kconfig: use only one name SOC_LAN966 and merge options
` [PATCH 2/4] ARM: at91: Documentation: add lan966 family
` [PATCH 3/4] dt-bindings: arm: at91: Document lan966 pcb8291 and pcb8290 boards
` [PATCH 4/4] ARM: at91: remove lan966x file

[PATCH] dt-bindings: cpufreq: cpufreq-qcom-hw: Convert to YAML bindings
 2021-10-04 12:54 UTC  (6+ messages)

[PATCH v10 00/28] x86: Support Intel Advanced Matrix Extensions
 2021-10-04 12:54 UTC  (10+ messages)
` [PATCH v10 04/28] x86/fpu/xstate: Modify address finders to handle both static and dynamic buffers
` [PATCH v10 13/28] x86/fpu/xstate: Use feature disable (XFD) to protect dynamic user state

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-04 12:54 UTC  (12+ messages)

[PATCH 0/2] Introduce simple pidfd to task helper
 2021-10-04 12:50 UTC  (3+ messages)
` [PATCH 1/2] pid: add pidfd_get_task() helper
` [PATCH 2/2] mm: use pidfd_get_task()

[PATCH] ASoc: fix ASoC driver to support ops to register get_time_info
 2021-10-04 12:50 UTC  (3+ messages)

[RFC] mm: Optimise put_pages_list()
 2021-10-04 12:49 UTC  (3+ messages)

[PATCH] spi: bcm2835: do not unregister controller in shutdown handler
 2021-10-04 12:49 UTC  (4+ messages)

linux 5.15-rc4: refcount underflow when unloading gpio-mockup
 2021-10-04 12:47 UTC  (5+ messages)

[PATCH] gpio: aggregator: Wrap access to gpiochip_fwd.tmp[]
 2021-10-04 12:45 UTC 

[PATCH] gpio: aggregator: Add interrupt support
 2021-10-04 12:44 UTC 

[PATCH] arm64: dts: ls1028a: fix eSDHC2 node
 2021-10-04 12:42 UTC  (2+ messages)

[v4,9/9] arm64: dts: mediatek: add mt7986b support
 2021-10-04 12:42 UTC  (2+ messages)
` [v5,9/9] "

[syzbot] BUG: RESTRACK detected leak of resources
 2021-10-04 12:42 UTC  (2+ messages)

[v4,8/9] arm64: dts: mediatek: add mt7986a support
 2021-10-04 12:41 UTC  (2+ messages)
` [v5,8/9] "

[RFC PATCH v8 00/21] riscv: Add vector ISA support
 2021-10-04 12:41 UTC  (8+ messages)
` [RFC PATCH v8 09/21] riscv: Add task switch support for vector

[PATCH 00/11] rcu: Make rcu_core() safe in PREEMPT_RT with NOCB + a few other fixes
 2021-10-04 12:41 UTC  (7+ messages)
` [PATCH 02/11] rcu/nocb: Prepare state machine for a new step
` [PATCH 03/11] rcu/nocb: Invoke rcu_core() at the start of deoffloading

[PATCH] MAINTAINERS: Add entry for Qualcomm NAND controller driver
 2021-10-04 12:39 UTC 

[PATCH] arm64: dts: imx8mm-kontron-n801x-som: do not allow to switch off buck2
 2021-10-04 12:39 UTC  (2+ messages)

[PATCH 00/11] Initial Fairphone 4 support
 2021-10-04 12:37 UTC  (3+ messages)
` [PATCH 03/11] regulator: qcom-rpmh: Add PM6350 regulators

[PATCHv2 0/4] watchdog_hld cleanup and async model for arm64
 2021-10-04 12:32 UTC  (3+ messages)
` [PATCHv2 2/4] kernel/watchdog_hld: clarify the condition in hardlockup_detector_event_create()

[PATCH 0/4] thermal: k3_j72xx_bandgap: Add the bandgap driver support
 2021-10-04 11:25 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: thermal: k3-j72xx: Add VTM bindings documentation
` [PATCH 2/4] arm64: dts: ti: j721e: Add VTM node
` [PATCH 3/4] arm64: dts: ti: j7200: "
` [PATCH 4/4] thermal: k3_j72xx_bandgap: Add the bandgap driver support

[PATCH] [v2] printk: avoid -Wsometimes-uninitialized warning
 2021-10-04 12:31 UTC  (4+ messages)

[PATCH 1/5] perf cs-etm: Print size using consistent format
 2021-10-04 12:27 UTC  (6+ messages)
` [PATCH 4/5] perf arm-spe: Implement find_snapshot callback

[RFC PATCH v1 0/1] ASoC: meson: aiu: HDMI codec control questions and issues
 2021-10-04 12:23 UTC  (7+ messages)

[PATCH v6 0/3] Add support for sc7280 WPSS PIL loading
 2021-10-04 12:21 UTC  (3+ messages)
` [PATCH v6 2/3] dt-bindings: remoteproc: qcom: Add SC7280 WPSS support

[PATCH v2 0/6] DRAM devfreq support for Allwinner A64/H5
 2021-10-04 12:21 UTC  (3+ messages)
` [PATCH v2 3/6] dt-bindings: arm: sunxi: Add H5 MBUS compatible

v5.15-rcX regression: video devices on i.MX6 are not created
 2021-10-04 12:19 UTC 

are device names part of sysfs ABI? (was Re: devicename part of LEDs under ethernet MAC / PHY)
 2021-10-04 12:14 UTC  (7+ messages)

[PATCH] ARM: at91: Documentation: add sama7g5 family
 2021-10-04 12:13 UTC 

AW: (EXT) Re: [PATCH 2/2] mtd: spi-nor: micron-st: Add support for output-driver-strength
 2021-10-04 12:10 UTC 

[PATCH v2 0/2] iommu/arm-smmu-v3: Perform some simple optimizations for arm_smmu_cmdq_build_cmd()
 2021-10-04 12:07 UTC  (4+ messages)
` [PATCH v2 2/2] iommu/arm-smmu-v3: Simplify useless instructions in arm_smmu_cmdq_build_cmd()

[PATCH] iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_smmu_atc_inv_master()
 2021-10-04 12:05 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm-smmu: Add compatible for SM6350 SoC
 2021-10-04 12:05 UTC  (2+ messages)

[PATCH] drivers: mfd: da9063: Add restart notifier implementation
 2021-10-04 12:05 UTC  (7+ messages)

[PATCH v1 0/6] arm64: dts: imx8mq-librem5: wifi updates and minor fixes
 2021-10-04 12:00 UTC  (3+ messages)
` [PATCH v1 3/6] arm64: dts: imx8mq-librem5: wire up the wifi regulator

[PATCH v1] mm, pagemap: expose hwpoison entry
 2021-10-04 11:55 UTC  (2+ messages)

[PATCH v2] soc: dpio: fix cleanup on error
 2021-10-04 11:53 UTC 

[PATCH] btrfs: use kmem cache to allocate struct btrfs_qgroup_extent_record
 2021-10-04 11:51 UTC  (2+ messages)

[RFC PATCH] mtd: rawnand: use mutex to protect access while in suspend
 2021-10-04 11:47 UTC  (6+ messages)

[PATCH] r8152: stop submitting rx for -EPROTO
 2021-10-04 11:44 UTC  (9+ messages)

[PATCH v20 00/17] KVM RISC-V Support
 2021-10-04 11:44 UTC  (7+ messages)

[PATCH 0/5] iommu: Some IOVA code reorganisation
 2021-10-04 11:44 UTC  (6+ messages)
` [PATCH 1/5] iova: Move fast alloc size roundup into alloc_iova_fast()
` [PATCH 5/5] iommu/iova: Avoid double-negatives in magazine helpers

[syzbot] KASAN: use-after-free Read in addr_handler (5)
 2021-10-04 11:44 UTC  (2+ messages)

[GIT PULL] ARM: at91: fixes for 5.15 #2
 2021-10-04 11:43 UTC 

[PATCH 3/8] x86/sev: Add an x86 version of cc_platform_has()
 2021-10-04 11:41 UTC  (2+ messages)
` [tip: x86/cc] "

[PATCH 1/8] x86/ioremap: Selectively build arch override encryption functions
 2021-10-04 11:41 UTC  (2+ messages)
` [tip: x86/cc] "

[PATCH 2/8] arch/cc: Introduce a function to check for confidential computing features
 2021-10-04 11:41 UTC  (2+ messages)
` [tip: x86/cc] "

[PATCH 4/8] powerpc/pseries/svm: Add a powerpc version of cc_platform_has()
 2021-10-04 11:41 UTC  (2+ messages)
` [tip: x86/cc] "

[PATCH 6/8] x86/sev: Replace occurrences of sev_active() with cc_platform_has()
 2021-10-04 11:41 UTC  (2+ messages)
` [tip: x86/cc] "

[PATCH 7/8] x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()
 2021-10-04 11:41 UTC  (2+ messages)
` [tip: x86/cc] "

[PATCH 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
 2021-10-04 11:41 UTC  (2+ messages)
` [tip: x86/cc] "

[PATCH 8/8] treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
 2021-10-04 11:41 UTC  (2+ messages)
` [tip: x86/cc] "

[QUESTION] is SLAB considered legacy and deprecated?
 2021-10-04 11:39 UTC  (9+ messages)

[PATCH] media: gspca/gl860-mi1320: avoid -Wstring-concatenation warning
 2021-10-04 11:38 UTC  (3+ messages)

[PATCH V0 0/7] Add Embedded USB Debugger (EUD) driver
 2021-10-04 11:31 UTC  (9+ messages)
` [PATCH V0 1/7] dt-bindings: connector: Add property for eud type c connector
` [PATCH V0 2/7] dt-bindings: usb: dwc3: Update dwc3 properties for EUD connector
` [PATCH V0 3/7] usb: dwc3: drd: Register the eud connector child node for dwc3
` [PATCH V0 4/7] usb: common: eud: Added the driver support for Embedded USB Debugger(EUD)
` [PATCH V0 5/7] arm64: dts: qcom: sc7280: Add EUD connector node
` [PATCH V0 6/7] arm64: dts: qcom: sc7280: Set the default dr_mode for usb2
` [PATCH V0 7/7] MAINTAINERS: Add maintainer entry for EUD

[PATCH] m68knommu: Remove MCPU32 config symbol
 2021-10-04 11:29 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: mtd: spi-nor: Add output-driver-strength property
 2021-10-04 11:26 UTC  (4+ messages)
` [PATCH 2/2] mtd: spi-nor: micron-st: Add support for output-driver-strength

Add Apple M1 support to PASemi i2c driver
 2021-10-04 11:22 UTC  (5+ messages)

Build regressions/improvements in v5.15-rc4
 2021-10-04 11:18 UTC  (2+ messages)

[PATCH] RISC-V: Include clone3() on rv32
 2021-10-04 11:17 UTC  (3+ messages)

[PATCH] Bluetooth: add quirk disabling query LE tx power
 2021-10-04 11:15 UTC  (7+ messages)
        ` [PATCHv2] Bluetooth: quirk disabling LE Read Transmit Power

[GIT PULL] MIPS fixes for v5.15
 2021-10-04 11:14 UTC 

[PATCH 0/2] ARM: dts: at91: sama7g5: fixes for sama7g5
 2021-10-04 11:13 UTC  (2+ messages)

[PATCH v4.4 v4.9 v4.14] arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55
 2021-10-04 11:09 UTC  (2+ messages)

[PATCH stable 4.9 v3 0/4] ARM: ftrace MODULE_PLTS warning
 2021-10-04 11:08 UTC  (2+ messages)

[PATCH v2 0/4] Make probe() of Tegra devfreq driver completely resource-managed
 2021-10-04 11:04 UTC  (3+ messages)
` [PATCH v2 1/4] opp: Add more resource-managed variants of dev_pm_opp_of_add_table()

[PATCH v13 00/35] NVIDIA Tegra power management patches for 5.16
 2021-10-04 11:01 UTC  (7+ messages)
` [PATCH v13 13/35] drm/tegra: gr2d: Support generic power domain and runtime PM

[PATCH 0/4] A few autonuma cleanups
 2021-10-04 10:57 UTC  (5+ messages)
` [PATCH 1/4] sched/numa: Replace hard-coded number by a define in numa_task_group()
` [PATCH 2/4] sched/numa: Remove the redundant member numa_group::fault_cpus
` [PATCH 3/4] sched/numa: Fix a few comments
` [RFC PATCH 4/4] sched/numa: Don't update mm->numa_next_scan from fault path


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).