linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-22 18:13:04 to 2020-02-23 02:26:24 UTC [more...]

[PATCH AUTOSEL 5.4 01/50] ipmi:ssif: Handle a possible NULL pointer reference
 2020-02-23  2:22 UTC  (13+ messages)
` [PATCH AUTOSEL 5.4 05/50] sched/fair: Prevent unlimited runtime on throttled group
` [PATCH AUTOSEL 5.4 08/50] cfg80211: check wiphy driver existence for drvinfo report
` [PATCH AUTOSEL 5.4 10/50] qmi_wwan: re-add DW5821e pre-production variant
` [PATCH AUTOSEL 5.4 19/50] ceph: do not execute direct write in parallel if O_APPEND is specified
` [PATCH AUTOSEL 5.4 22/50] RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()
` [PATCH AUTOSEL 5.4 23/50] drm/amd/display: Check engine is not NULL before acquiring
` [PATCH AUTOSEL 5.4 28/50] i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps
` [PATCH AUTOSEL 5.4 37/50] net: ena: fix corruption of dev_idx_to_host_tbl
` [PATCH AUTOSEL 5.4 39/50] net: ena: ena-com.c: prevent NULL pointer dereference
` [PATCH AUTOSEL 5.4 45/50] mac80211: fix wrong 160/80+80 MHz setting
` [PATCH AUTOSEL 5.4 49/50] nvme: prevent warning triggered by nvme_stop_keep_alive
` [PATCH AUTOSEL 5.4 50/50] nvme/pci: move cqe check after device shutdown

[PATCH AUTOSEL 4.9 01/16] ipmi:ssif: Handle a possible NULL pointer reference
 2020-02-23  2:24 UTC  (11+ messages)
` [PATCH AUTOSEL 4.9 06/16] arm/ftrace: Fix BE text poking
` [PATCH AUTOSEL 4.9 08/16] net: ena: add missing ethtool TX timestamping indication
` [PATCH AUTOSEL 4.9 09/16] net: ena: fix incorrect default RSS key
` [PATCH AUTOSEL 4.9 10/16] net: ena: rss: fix failure to get indirection table
` [PATCH AUTOSEL 4.9 11/16] net: ena: rss: store hash function as values and not bits
` [PATCH AUTOSEL 4.9 12/16] net: ena: fix incorrectly saving queue numbers when setting RSS indirection table
` [PATCH AUTOSEL 4.9 13/16] net: ena: ena-com.c: prevent NULL pointer dereference
` [PATCH AUTOSEL 4.9 14/16] enic: prevent waking up stopped tx queues over watchdog reset
` [PATCH AUTOSEL 4.9 15/16] cifs: Fix mode output in debugging statements
` [PATCH AUTOSEL 4.9 16/16] cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE

[PATCH AUTOSEL 4.4 1/7] ipmi:ssif: Handle a possible NULL pointer reference
 2020-02-23  2:24 UTC  (7+ messages)
` [PATCH AUTOSEL 4.4 2/7] mac80211: consider more elements in parsing CRC
` [PATCH AUTOSEL 4.4 3/7] cfg80211: check wiphy driver existence for drvinfo report
` [PATCH AUTOSEL 4.4 4/7] arm/ftrace: Fix BE text poking
` [PATCH AUTOSEL 4.4 5/7] enic: prevent waking up stopped tx queues over watchdog reset
` [PATCH AUTOSEL 4.4 6/7] cifs: Fix mode output in debugging statements
` [PATCH AUTOSEL 4.4 7/7] cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE

[PATCH AUTOSEL 4.14 01/21] ipmi:ssif: Handle a possible NULL pointer reference
 2020-02-23  2:24 UTC  (9+ messages)
` [PATCH AUTOSEL 4.14 07/21] qmi_wwan: unconditionally reject 2 ep interfaces
` [PATCH AUTOSEL 4.14 11/21] net: ena: add missing ethtool TX timestamping indication
` [PATCH AUTOSEL 4.14 12/21] net: ena: fix incorrect default RSS key
` [PATCH AUTOSEL 4.14 13/21] net: ena: rss: fix failure to get indirection table
` [PATCH AUTOSEL 4.14 15/21] net: ena: fix incorrectly saving queue numbers when setting RSS "
` [PATCH AUTOSEL 4.14 18/21] enic: prevent waking up stopped tx queues over watchdog reset
` [PATCH AUTOSEL 4.14 20/21] bcache: ignore pending signals when creating gc and allocator thread
` [PATCH AUTOSEL 4.14 21/21] cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE

[PATCH AUTOSEL 4.19 01/25] ipmi:ssif: Handle a possible NULL pointer reference
 2020-02-23  2:23 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 02/25] drm/msm: Set dma maximum segment size for mdss
` [PATCH AUTOSEL 4.19 04/25] dax: pass NOWAIT flag to iomap_apply
` [PATCH AUTOSEL 4.19 11/25] ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi
` [PATCH AUTOSEL 4.19 16/25] net: ena: fix incorrect default RSS key
` [PATCH AUTOSEL 4.19 22/25] enic: prevent waking up stopped tx queues over watchdog reset
` [PATCH AUTOSEL 4.19 25/25] cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-02-23  2:22 UTC  (39+ messages)
` [RFC][PATCH v2 01/34] do_add_mount(): lift lock_mount/unlock_mount into callers
  ` [RFC][PATCH v2 02/34] fix automount/automount race properly
  ` [RFC][PATCH v2 03/34] follow_automount(): get rid of dead^Wstillborn code
  ` [RFC][PATCH v2 04/34] follow_automount() doesn't need the entire nameidata
  ` [RFC][PATCH v2 05/34] make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW
  ` [RFC][PATCH v2 06/34] handle_mounts(): start building a sane wrapper for follow_managed()
  ` [RFC][PATCH v2 07/34] atomic_open(): saner calling conventions (return dentry on success)
  ` [RFC][PATCH v2 08/34] lookup_open(): "
  ` [RFC][PATCH v2 09/34] do_last(): collapse the call of path_to_nameidata()
  ` [RFC][PATCH v2 10/34] handle_mounts(): pass dentry in, turn path into a pure out argument
  ` [RFC][PATCH v2 11/34] lookup_fast(): consolidate the RCU success case
  ` [RFC][PATCH v2 12/34] teach handle_mounts() to handle RCU mode
  ` [RFC][PATCH v2 13/34] lookup_fast(): take mount traversal into callers
  ` [RFC][PATCH v2 14/34] new step_into() flag: WALK_NOFOLLOW
  ` [RFC][PATCH v2 15/34] fold handle_mounts() into step_into()
  ` [RFC][PATCH v2 16/34] LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
  ` [RFC][PATCH v2 17/34] expand the only remaining call of path_lookup_conditional()
  ` [RFC][PATCH v2 18/34] merging pick_link() with get_link(), part 1
  ` [RFC][PATCH v2 19/34] merging pick_link() with get_link(), part 2
  ` [RFC][PATCH v2 20/34] merging pick_link() with get_link(), part 3
  ` [RFC][PATCH v2 21/34] merging pick_link() with get_link(), part 4
  ` [RFC][PATCH v2 22/34] merging pick_link() with get_link(), part 5
  ` [RFC][PATCH v2 23/34] merging pick_link() with get_link(), part 6
  ` [RFC][PATCH v2 24/34] finally fold get_link() into pick_link()
  ` [RFC][PATCH v2 25/34] massage __follow_mount_rcu() a bit
  ` [RFC][PATCH v2 26/34] new helper: traverse_mounts()
  ` [RFC][PATCH v2 27/34] atomic_open(): return the right dentry in FMODE_OPENED case
  ` [RFC][PATCH v2 28/34] atomic_open(): lift the call of may_open() into do_last()
  ` [RFC][PATCH v2 29/34] do_last(): merge the may_open() calls
  ` [RFC][PATCH v2 30/34] do_last(): don't bother with keeping got_write in FMODE_OPENED case
  ` [RFC][PATCH v2 31/34] do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case
  ` [RFC][PATCH v2 32/34] do_last(): simplify the liveness analysis past finish_open_created
  ` [RFC][PATCH v2 33/34] do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case
  ` [RFC][PATCH v2 34/34] split the lookup-related parts of do_last() into a separate helper

[PATCH AUTOSEL 5.5 01/58] ipmi:ssif: Handle a possible NULL pointer reference
 2020-02-23  2:21 UTC  (20+ messages)
` [PATCH AUTOSEL 5.5 03/58] sched/core: Don't skip remote tick for idle CPUs
` [PATCH AUTOSEL 5.5 07/58] mac80211: consider more elements in parsing CRC
` [PATCH AUTOSEL 5.5 11/58] qmi_wwan: re-add DW5821e pre-production variant
` [PATCH AUTOSEL 5.5 13/58] NFSv4: Fix races between open and dentry revalidation
` [PATCH AUTOSEL 5.5 14/58] perf/smmuv3: Use platform_get_irq_optional() for wired interrupt
` [PATCH AUTOSEL 5.5 15/58] arm/ftrace: Fix BE text poking
` [PATCH AUTOSEL 5.5 20/58] ceph: do not execute direct write in parallel if O_APPEND is specified
` [PATCH AUTOSEL 5.5 23/58] RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()
` [PATCH AUTOSEL 5.5 26/58] drm/amd/display: Add initialitions for PLL2 clock source
` [PATCH AUTOSEL 5.5 29/58] i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps
` [PATCH AUTOSEL 5.5 30/58] net: ena: fix potential crash when rxfh key is NULL
` [PATCH AUTOSEL 5.5 32/58] net: ena: add missing ethtool TX timestamping indication
` [PATCH AUTOSEL 5.5 34/58] net: ena: rss: do not allocate key when not supported
` [PATCH AUTOSEL 5.5 46/58] ice: Use ice_pf_to_dev
` [PATCH AUTOSEL 5.5 48/58] io-wq: don't call kXalloc_node() with non-online node
` [PATCH AUTOSEL 5.5 49/58] cifs: Fix mode output in debugging statements
` [PATCH AUTOSEL 5.5 53/58] net: hns3: add management table after IMP reset
` [PATCH AUTOSEL 5.5 56/58] nvme/tcp: fix bug on double requeue when send fails
` [PATCH AUTOSEL 5.5 58/58] nvme/pci: move cqe check after device shutdown

[PATCH] phy: phy-meson-g12a-usb2: Fix GENMASK misuse
 2020-02-23  2:15 UTC  (2+ messages)

drivers/gpu/drm/vgem/vgem_drv.c:392:33: error: implicit declaration of function 'pgprot_writecombine'
 2020-02-23  2:08 UTC 

Regression -- linux 5.5.3: can no longer mount with unix extentions using cifs 2.1 (Win10-only client additions)
 2020-02-23  1:52 UTC 

kernel BUG at arch/x86/mm/physaddr.c:LINE! (4)
 2020-02-23  1:35 UTC  (2+ messages)

[PATCH v2] mm/hugetlb: fix a addressing exception caused by huge_pte_offset()
 2020-02-23  1:24 UTC  (4+ messages)

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-02-23  1:10 UTC  (11+ messages)

[PATCH] net: core: sock_map: Use built-in RCU list checking
 2020-02-23  1:06 UTC  (2+ messages)

drivers/net/wireguard/device.c:208: undefined reference to `icmpv6_ndo_send'
 2020-02-23  0:52 UTC 

[PATCH] x86/mce/therm_throt: Handle case where throttle_active_work() is called on behalf of an offline CPU
 2020-02-23  0:25 UTC  (3+ messages)

[PATCH 1/3] watchdog: imx_sc_wdt: Remove unused includes
 2020-02-23  0:16 UTC  (4+ messages)
` [PATCH 3/3] watchdog: imx2_wdt: Remove unused include of init.h

[PATCH 0/9] remoteproc: imx_rproc: support i.MX8/8M/7ULP
 2020-02-23  0:11 UTC  (10+ messages)
` [PATCH 3/9] remoteproc: add support to skip firmware load when recovery
` [PATCH 4/9] remoteproc: imx_rproc: surport early booted remote processor
` [PATCH 5/9] remoteproc: imx_rproc: parse early-booted property

[PATCH 2/2] x86/boot/compressed: Remove unnecessary sections from bzImage
 2020-02-22 23:57 UTC  (8+ messages)
` [PATCH] x86/boot/compressed: Fix compressed kernel linking with lld

[PATCH] regulator: axp20x: Fix misleading use of negation
 2020-02-22 23:56 UTC 

[PATCH] drm: aspeed: Fix GENMASK misuse
 2020-02-22 23:51 UTC 

[PATCH v6 1/2] net: mdio: add ipq8064 mdio driver
 2020-02-22 23:47 UTC  (2+ messages)

[PATCH] Support Castles Vega5000 PoS terminal USB
 2020-02-22 23:32 UTC 

[rcu:rcu/next] BUILD SUCCESS 8aa63de65a79bd8c5c1c2b19452e35f58b043ac7
 2020-02-22 23:20 UTC 

[rcu:dev.2020.02.20a] BUILD SUCCESS e60d76b6e8cd6b7058bbcfce6cfcd895ad5cedd7
 2020-02-22 23:19 UTC 

[PATCH 1/2] x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
 2020-02-22 23:20 UTC  (9+ messages)
` [PATCH 2/2] x86/boot/compressed: Remove unnecessary sections "

[PATCH v2] staging: qlge: emit debug and dump at same level
 2020-02-22 23:14 UTC  (2+ messages)

[PATCH 0/4] Add support for vibrator motor for TBS A711 Tablet
 2020-02-22 23:14 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: input: gpio-vibrator: Don't require enable-gpios
` [PATCH 2/4] input: gpio-vibra: Allow to use vcc-supply alone to control the vibrator
` [PATCH 3/4] ARM: dts: sun8i-a83t-tbs-a711: Add support for the vibrator motor
` [PATCH 4/4] ARM: dts: sun8i-a83t-tbs-a711: Increase voltage on the vibrator

[PATCH v4 0/2] mfd: rn5t618: add ADC support
 2020-02-22 22:46 UTC  (3+ messages)
` [PATCH v4 1/2] mfd: rn5t618: add ADC subdevice for RC5T619
` [PATCH v4 2/2] iio: adc: rn5t618: Add ADC driver for RN5T618/RC5T619

[PATCH 0/4] Assortment of fixes for TBS A711 Tablet
 2020-02-22 22:31 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: sun8i-a83t-tbs-a711: OOB WiFi interrupt doesn't work
` [PATCH 2/4] ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage
` [PATCH 3/4] ARM: dts: sun8i-a83t-tbs-a711: Fix USB OTG mode detection
` [PATCH 4/4] ARM: dts: sun8i-a83t-tbs-a711: Drop superfluous dr_mode

[PATCH RFC v3 0/2] drm: lima: devfreq and cooling device support
 2020-02-22 22:04 UTC  (3+ messages)
` [PATCH RFC v3 1/2] dt-bindings: gpu: mali-utgard: Add the #cooling-cells property
` [PATCH RFC v3 2/2] drm/lima: Add optional devfreq and cooling device support

[RFC 0/4] perf expr: Add flex scanner
 2020-02-22 22:02 UTC  (4+ messages)
` [PATCH 2/4] perf expr: Move expr lexer to flex

[PATCH] mtd: spi-nor: Simplify loop in spi_nor_read_id()
 2020-02-22 21:51 UTC  (5+ messages)

drivers/gpu/drm/drm_pci.c:82:19: note: in expansion of macro 'virt_to_page'
 2020-02-22 21:47 UTC 

[PATCH] arm64: dts: sun50i-h5-orange-pi-pc2: Add CPUX voltage regulator
 2020-02-22 21:45 UTC 

[PATCH] ARM: dts: sun8i-h3: Add thermal trip points/cooling maps
 2020-02-22 21:42 UTC 

[PATCH] ARM: dts: sun8i-a83t: Add thermal trip points/cooling maps
 2020-02-22 21:40 UTC 

[PATCH RFC v3 0/6] Add Unisoc's drm kms module
 2020-02-22 21:27 UTC  (4+ messages)
` [PATCH RFC v3 2/6] drm/sprd: add Unisoc's drm kms master

[regression] nct6775 does not load in 5.4 and 5.5, bisected to b84398d6d7f90080
 2020-02-22 21:26 UTC  (6+ messages)

[GIT pull] irq fixes for 5.6-rc3
 2020-02-22 21:00 UTC  (3+ messages)
` [GIT pull] ras "
` [GIT pull] x86 "

[PATCH RFC 0/2] Add Renesas RPC-IF support
 2020-02-22 20:42 UTC  (4+ messages)
` [PATCH RFC 2/2] memory: add Renesas RPC-IF driver

[PATCH v3] proc: faster open/read/close with "permanent" files
 2020-02-22 20:39 UTC  (2+ messages)

[PATCH 5.4 000/344] 5.4.22-stable review
 2020-02-22 20:30 UTC  (2+ messages)

[PATCH 5.5 000/399] 5.5.6-stable review
 2020-02-22 20:22 UTC  (5+ messages)
` [PATCH 5.5 293/399] ACPI/IORT: Fix Number of IDs handling in iort_id_map()

[PATCH 4.19 000/191] 4.19.106-stable review
 2020-02-22 20:19 UTC  (8+ messages)
` [PATCH 4.19 011/191] nfsd4: avoid NULL deference on strange COPY compounds
` [PATCH 4.19 061/191] padata: always acquire cpu_hotplug_lock before pinst->lock

[PATCH v2] dt-bindings: rng: Convert BCM2835 to DT schema
 2020-02-22 20:00 UTC 

[PATCH] staging: rtl8192e: remove redundant initialization of variable init_status
 2020-02-22 20:01 UTC 

[PATCH] net: hns3: remove redundant initialization of pointer 'client'
 2020-02-22 19:52 UTC 

[GIT PULL] s390 updates for 5.6-rc3
 2020-02-22 19:45 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.6-rc3
 2020-02-22 19:45 UTC  (2+ messages)

[GIT PULL] hwmon fixes for v5.6-rc3
 2020-02-22 19:45 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for v5.6, part 2
 2020-02-22 19:45 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.6-rc2
 2020-02-22 19:45 UTC  (2+ messages)

[PATCH RFT v2 0/3] devfreq fixes for panfrost
 2020-02-22 19:42 UTC  (2+ messages)

[PATCH 0/2] virtio: decouple protected guest RAM form VIRTIO_F_IOMMU_PLATFORM
 2020-02-22 19:07 UTC  (5+ messages)
` [PATCH 2/2] virtio: let virtio use DMA API when guest RAM is protected

[PATCH 1/5] kbuild: fix DT binding schema rule to detect command line changes
 2020-02-22 19:04 UTC  (5+ messages)
` [PATCH 2/5] kbuild: remove unneeded semicolon at the end of cmd_dtb_check
` [PATCH 3/5] kbuild: add dtbs_check to PHONY
` [PATCH 4/5] kbuild: add dt_binding_check to PHONY in a correct place
` [PATCH 5/5] kbuild: allow to run dt_binding_check and dtbs_check in a single command

[PATCH v2] iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page
 2020-02-22 19:02 UTC  (2+ messages)

INFO: task hung in lock_sock_nested (2)
 2020-02-22 18:58 UTC 

[Patch v10 0/9] Introduce Thermal Pressure
 2020-02-22 18:50 UTC  (5+ messages)
` [Patch v10 1/9] sched/pelt: Add support to track thermal pressure

[PATCH 1/2] libnvdimm/of_pmem: handle memory-region in DT
 2020-02-22 18:30 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: pmem-region: Document memory-region

[PATCH] fpga: zynq: Remove clk_get error message for probe defer
 2020-02-22 18:21 UTC  (2+ messages)

[PATCH] Documentation: update UserModeLinux-HOWTO.txt
 2020-02-22 18:17 UTC  (2+ messages)

[PATCH 1/6] f2fs: call f2fs_balance_fs outside of locked page
 2020-02-22 18:17 UTC  (3+ messages)
  ` Writes stoped working on f2fs after the compression support was added

PCI device function not being enumerated [Was: PCMCIA not working on Panasonic Toughbook CF-29]
 2020-02-22 18:14 UTC  (3+ messages)

[PATCH v5 0/6] MIPS: CI20: Add efuse driver for Ingenic JZ4780 and attach to DM9000 for stable MAC addresses
 2020-02-22 18:13 UTC  (5+ messages)
` [PATCH v5 1/6] nvmem: add driver for JZ4780 efuse

[PATCH] kbuild: move -pipe to global KBUILD_CFLAGS
 2020-02-22 18:12 UTC  (6+ messages)


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