linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-06 10:03:53 to 2020-12-06 11:47:56 UTC [more...]

[PATCH 5.4 00/39] 5.4.82-rc1 review
 2020-12-06 11:17 UTC  (40+ messages)
` [PATCH 5.4 01/39] devlink: Hold rtnl lock while reading netdev attributes
` [PATCH 5.4 02/39] ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init
` [PATCH 5.4 03/39] net/af_iucv: set correct sk_protocol for child sockets
` [PATCH 5.4 04/39] net/tls: missing received data after fast remote close
` [PATCH 5.4 05/39] net/tls: Protect from calling tls_dev_del for TLS RX twice
` [PATCH 5.4 06/39] rose: Fix Null pointer dereference in rose_send_frame()
` [PATCH 5.4 07/39] sock: set sk_err to ee_errno on dequeue from errq
` [PATCH 5.4 08/39] tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control
` [PATCH 5.4 09/39] tun: honor IOCB_NOWAIT flag
` [PATCH 5.4 10/39] usbnet: ipheth: fix connectivity with iOS 14
` [PATCH 5.4 11/39] bonding: wait for sysfs kobject destruction before freeing struct slave
` [PATCH 5.4 12/39] staging/octeon: fix up merge error
` [PATCH 5.4 13/39] ima: extend boot_aggregate with kernel measurements
` [PATCH 5.4 14/39] sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list
` [PATCH 5.4 15/39] netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
` [PATCH 5.4 16/39] ipv4: Fix tos mask in inet_rtm_getroute()
` [PATCH 5.4 17/39] dt-bindings: net: correct interrupt flags in examples
` [PATCH 5.4 18/39] chelsio/chtls: fix panic during unload reload chtls
` [PATCH 5.4 19/39] ibmvnic: Ensure that SCRQ entry reads are correctly ordered
` [PATCH 5.4 20/39] ibmvnic: Fix TX completion error handling
` [PATCH 5.4 21/39] inet_ecn: Fix endianness of checksum update when setting ECT(1)
` [PATCH 5.4 22/39] geneve: pull IP header before ECN decapsulation
` [PATCH 5.4 23/39] net: ip6_gre: set dev->hard_header_len when using header_ops
` [PATCH 5.4 24/39] net/x25: prevent a couple of overflows
` [PATCH 5.4 25/39] cxgb3: fix error return code in t3_sge_alloc_qset()
` [PATCH 5.4 26/39] net: pasemi: fix error return code in pasemi_mac_open()
` [PATCH 5.4 27/39] vxlan: fix error return code in __vxlan_dev_create()
` [PATCH 5.4 28/39] chelsio/chtls: fix a double free in chtls_setkey()
` [PATCH 5.4 29/39] net: mvpp2: Fix error return code in mvpp2_open()
` [PATCH 5.4 30/39] net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl
` [PATCH 5.4 31/39] net: openvswitch: ensure LSE is pullable before reading it
` [PATCH 5.4 32/39] net/sched: act_mpls: "
` [PATCH 5.4 33/39] net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering
` [PATCH 5.4 34/39] net/mlx5: Fix wrong address reclaim when command interface is down
` [PATCH 5.4 35/39] ALSA: usb-audio: US16x08: fix value count for level meters
` [PATCH 5.4 36/39] Input: xpad - support Ardwiino Controllers
` [PATCH 5.4 37/39] Input: i8042 - add ByteSpeed touchpad to noloop table
` [PATCH 5.4 38/39] tracing: Remove WARN_ON in start_thread()
` [PATCH 5.4 39/39] RDMA/i40iw: Address an mmap handler exploit in i40iw

[PATCH 5.9 00/46] 5.9.13-rc1 review
 2020-12-06 11:17 UTC  (47+ messages)
` [PATCH 5.9 01/46] devlink: Hold rtnl lock while reading netdev attributes
` [PATCH 5.9 02/46] devlink: Make sure devlink instance and port are in same net namespace
` [PATCH 5.9 03/46] ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init
` [PATCH 5.9 04/46] net/af_iucv: set correct sk_protocol for child sockets
` [PATCH 5.9 05/46] net: openvswitch: fix TTL decrement action netlink message format
` [PATCH 5.9 06/46] net/tls: missing received data after fast remote close
` [PATCH 5.9 07/46] net/tls: Protect from calling tls_dev_del for TLS RX twice
` [PATCH 5.9 08/46] rose: Fix Null pointer dereference in rose_send_frame()
` [PATCH 5.9 09/46] sock: set sk_err to ee_errno on dequeue from errq
` [PATCH 5.9 10/46] tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control
` [PATCH 5.9 11/46] tun: honor IOCB_NOWAIT flag
` [PATCH 5.9 12/46] usbnet: ipheth: fix connectivity with iOS 14
` [PATCH 5.9 13/46] vsock/virtio: discard packets only when socket is really closed
` [PATCH 5.9 14/46] mptcp: fix NULL ptr dereference on bad MPJ
` [PATCH 5.9 15/46] net/packet: fix packet receive on L3 devices without visible hard header
` [PATCH 5.9 16/46] netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
` [PATCH 5.9 17/46] ipv4: Fix tos mask in inet_rtm_getroute()
` [PATCH 5.9 18/46] dt-bindings: net: correct interrupt flags in examples
` [PATCH 5.9 19/46] chelsio/chtls: fix panic during unload reload chtls
` [PATCH 5.9 20/46] ibmvnic: Ensure that SCRQ entry reads are correctly ordered
` [PATCH 5.9 21/46] ibmvnic: Fix TX completion error handling
` [PATCH 5.9 22/46] tipc: fix incompatible mtu of transmission
` [PATCH 5.9 23/46] inet_ecn: Fix endianness of checksum update when setting ECT(1)
` [PATCH 5.9 24/46] geneve: pull IP header before ECN decapsulation
` [PATCH 5.9 25/46] net: ip6_gre: set dev->hard_header_len when using header_ops
` [PATCH 5.9 26/46] dpaa_eth: copy timestamp fields to new skb in A-050385 workaround
` [PATCH 5.9 27/46] net/x25: prevent a couple of overflows
` [PATCH 5.9 28/46] cxgb3: fix error return code in t3_sge_alloc_qset()
` [PATCH 5.9 29/46] net: pasemi: fix error return code in pasemi_mac_open()
` [PATCH 5.9 30/46] vxlan: fix error return code in __vxlan_dev_create()
` [PATCH 5.9 31/46] chelsio/chtls: fix a double free in chtls_setkey()
` [PATCH 5.9 32/46] net: mvpp2: Fix error return code in mvpp2_open()
` [PATCH 5.9 33/46] net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl
` [PATCH 5.9 34/46] net: openvswitch: ensure LSE is pullable before reading it
` [PATCH 5.9 35/46] net/sched: act_mpls: "
` [PATCH 5.9 36/46] net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering
` [PATCH 5.9 37/46] net/mlx5: Fix wrong address reclaim when command interface is down
` [PATCH 5.9 38/46] net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled
` [PATCH 5.9 39/46] ALSA: usb-audio: US16x08: fix value count for level meters
` [PATCH 5.9 40/46] Input: xpad - support Ardwiino Controllers
` [PATCH 5.9 41/46] Input: i8042 - add ByteSpeed touchpad to noloop table
` [PATCH 5.9 42/46] Input: atmel_mxt_ts - fix lost interrupts
` [PATCH 5.9 43/46] tracing: Fix alignment of static buffer
` [PATCH 5.9 44/46] tracing: Remove WARN_ON in start_thread()
` [PATCH 5.9 45/46] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
` [PATCH 5.9 46/46] drm/i915/gt: Fixup tgl mocs for PTE tracking

[PATCH v2 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-12-06 11:41 UTC  (17+ messages)

[PATCH 4.19 00/32] 4.19.162-rc1 review
 2020-12-06 11:17 UTC  (33+ messages)
` [PATCH 4.19 01/32] ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init
` [PATCH 4.19 02/32] net/af_iucv: set correct sk_protocol for child sockets
` [PATCH 4.19 03/32] net/tls: missing received data after fast remote close
` [PATCH 4.19 04/32] rose: Fix Null pointer dereference in rose_send_frame()
` [PATCH 4.19 05/32] sock: set sk_err to ee_errno on dequeue from errq
` [PATCH 4.19 06/32] tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control
` [PATCH 4.19 07/32] tun: honor IOCB_NOWAIT flag
` [PATCH 4.19 08/32] usbnet: ipheth: fix connectivity with iOS 14
` [PATCH 4.19 09/32] net/tls: Protect from calling tls_dev_del for TLS RX twice
` [PATCH 4.19 10/32] ibmvnic: fix call_netdevice_notifiers in do_reset
` [PATCH 4.19 11/32] ibmvnic: notify peers when failover and migration happen
` [PATCH 4.19 12/32] i40e: Fix removing driver while bare-metal VFs pass traffic
` [PATCH 4.19 13/32] bonding: wait for sysfs kobject destruction before freeing struct slave
` [PATCH 4.19 14/32] netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
` [PATCH 4.19 15/32] ipv4: Fix tos mask in inet_rtm_getroute()
` [PATCH 4.19 16/32] ibmvnic: Ensure that SCRQ entry reads are correctly ordered
` [PATCH 4.19 17/32] ibmvnic: Fix TX completion error handling
` [PATCH 4.19 18/32] geneve: pull IP header before ECN decapsulation
` [PATCH 4.19 19/32] net: ip6_gre: set dev->hard_header_len when using header_ops
` [PATCH 4.19 20/32] net/x25: prevent a couple of overflows
` [PATCH 4.19 21/32] cxgb3: fix error return code in t3_sge_alloc_qset()
` [PATCH 4.19 22/32] net: pasemi: fix error return code in pasemi_mac_open()
` [PATCH 4.19 23/32] chelsio/chtls: fix a double free in chtls_setkey()
` [PATCH 4.19 24/32] net: mvpp2: Fix error return code in mvpp2_open()
` [PATCH 4.19 25/32] net/mlx5: Fix wrong address reclaim when command interface is down
` [PATCH 4.19 26/32] chelsio/chtls: fix panic during unload reload chtls
` [PATCH 4.19 27/32] dt-bindings: net: correct interrupt flags in examples
` [PATCH 4.19 28/32] ALSA: usb-audio: US16x08: fix value count for level meters
` [PATCH 4.19 29/32] Input: xpad - support Ardwiino Controllers
` [PATCH 4.19 30/32] Input: i8042 - add ByteSpeed touchpad to noloop table
` [PATCH 4.19 31/32] tracing: Remove WARN_ON in start_thread()
` [PATCH 4.19 32/32] RDMA/i40iw: Address an mmap handler exploit in i40iw

[PATCH 4.14 00/20] 4.14.211-rc1 review
 2020-12-06 11:17 UTC  (21+ messages)
` [PATCH 4.14 01/20] net/af_iucv: set correct sk_protocol for child sockets
` [PATCH 4.14 02/20] rose: Fix Null pointer dereference in rose_send_frame()
` [PATCH 4.14 03/20] sock: set sk_err to ee_errno on dequeue from errq
` [PATCH 4.14 04/20] tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control
` [PATCH 4.14 05/20] tun: honor IOCB_NOWAIT flag
` [PATCH 4.14 06/20] usbnet: ipheth: fix connectivity with iOS 14
` [PATCH 4.14 07/20] bonding: wait for sysfs kobject destruction before freeing struct slave
` [PATCH 4.14 08/20] netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
` [PATCH 4.14 09/20] ipv4: Fix tos mask in inet_rtm_getroute()
` [PATCH 4.14 10/20] ibmvnic: Ensure that SCRQ entry reads are correctly ordered
` [PATCH 4.14 11/20] ibmvnic: Fix TX completion error handling
` [PATCH 4.14 12/20] net/x25: prevent a couple of overflows
` [PATCH 4.14 13/20] cxgb3: fix error return code in t3_sge_alloc_qset()
` [PATCH 4.14 14/20] net: pasemi: fix error return code in pasemi_mac_open()
` [PATCH 4.14 15/20] net/mlx5: Fix wrong address reclaim when command interface is down
` [PATCH 4.14 16/20] dt-bindings: net: correct interrupt flags in examples
` [PATCH 4.14 17/20] ALSA: usb-audio: US16x08: fix value count for level meters
` [PATCH 4.14 18/20] Input: xpad - support Ardwiino Controllers
` [PATCH 4.14 19/20] Input: i8042 - add ByteSpeed touchpad to noloop table
` [PATCH 4.14 20/20] RDMA/i40iw: Address an mmap handler exploit in i40iw

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-06 11:30 UTC  (7+ messages)
` [PATCH v14 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant

[PATCH] USB: dummy-hcd: Fix uninitialized array use in init()
 2020-12-06 11:24 UTC  (5+ messages)

[PATCH] clk: ti: omap5: Fix reboot DPLL lock failure when using ABE TIMERs
 2020-12-06 11:18 UTC 

[PATCH v2 0/9] Add AMD SEV page encryption bitmap support
 2020-12-06 11:02 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v2 2/9] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v2 3/9] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl

[PATCH 1/8] tty: serial: jsm: Fixed file by added more spacing
 2020-12-06 11:04 UTC  (2+ messages)

[PATCH v8 13/18] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR
 2020-12-06 10:57 UTC  (4+ messages)

[PATCH] vdpa/mlx5: Use write memory barrier after updating CQ index
 2020-12-06 10:57 UTC 

kernel BUG at mm/internal.h:LINE! (3)
 2020-12-06 10:52 UTC 

[PATCH v2 1/2] ASoC: dt-bindings: imx-hdmi: Add binding doc for hdmi machine driver
 2020-12-06 10:41 UTC  (2+ messages)
` [PATCH v2 2/2] ASoC: fsl: Add imx-hdmi "

[PATCH 0/3] drivers/hv: make max_num_channels_supported configurable
 2020-12-06 10:48 UTC  (2+ messages)
` [PATCH] drivers/hv: remove obsolete TODO and fix misleading typo in comment

[PATCH v2 1/4] ARM: dts: rockchip: add QoS register compatibles for rk3066/rk3188
 2020-12-06 10:37 UTC  (4+ messages)
` [PATCH v2 2/4] ARM: dts: rockchip: add QoS register compatibles for rk3288
` [PATCH v2 3/4] arm64: dts: rockchip: add QoS register compatibles for rk3399
` [PATCH v2 4/4] arm64: dts: rockchip: add QoS register compatibles for px30

[PATCH v2 0/4] Add random IR and AUD encoder controls
 2020-12-06 10:27 UTC  (5+ messages)
` [PATCH v2 1/4] media: v4l2-ctrls: Add intra-refresh period control
` [PATCH v2 2/4] venus: venc: Add support for intra-refresh period
` [PATCH v2 3/4] media: v4l2-ctrls: Add control for AUD generation
` [PATCH v2 4/4] venus: venc: Add support for AUD NALU control

[PATCH] Fixes kernel crash generating from bam_dma_irq()
 2020-12-06 10:21 UTC 

i2c-sprd.c:(.text.sprd_i2c_probe+0x134): undefined reference to `clk_set_parent'
 2020-12-06 10:20 UTC 

[PATCH v8 00/18] Add AMD SEV guest live migration support
 2020-12-06 10:19 UTC  (9+ messages)
` [PATCH v8 12/18] KVM: SVM: Add support for static allocation of unified Page Encryption Bitmap
` [PATCH v8 18/18] KVM: SVM: Enable SEV live migration feature implicitly on Incoming VM(s)

[RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-06 10:14 UTC  (13+ messages)
` [RESEND PATCH v2 01/12] mm: memcontrol: fix NR_ANON_THPS account
` [RESEND PATCH v2 02/12] mm: memcontrol: convert NR_ANON_THPS account to pages
` [RESEND PATCH v2 03/12] mm: memcontrol: convert NR_FILE_THPS "
` [RESEND PATCH v2 04/12] mm: memcontrol: convert NR_SHMEM_THPS "
` [RESEND PATCH v2 05/12] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "
` [RESEND PATCH v2 06/12] mm: memcontrol: convert NR_FILE_PMDMAPPED "
` [RESEND PATCH v2 07/12] mm: memcontrol: convert kernel stack account to bytes
` [RESEND PATCH v2 08/12] mm: memcontrol: convert NR_KERNEL_SCS_KB "
` [RESEND PATCH v2 09/12] mm: memcontrol: convert vmstat slab counters "
` [RESEND PATCH v2 10/12] mm: memcontrol: scale stat_threshold for byted-sized vmstat
` [RESEND PATCH v2 11/12] mm: memcontrol: make the slab calculation consistent
` [RESEND PATCH v2 12/12] mm: memcontrol: remove {global_}node_page_state_pages

[PATCH] KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
 2020-12-06 10:16 UTC  (3+ messages)

[PATCH v2 0/3] Three changes for UFS WriteBooster
 2020-12-06 10:13 UTC  (4+ messages)
` [PATCH v2 1/3] scsi: ufs: Add "wb_on" sysfs node to control WB on/off
` [PATCH v2 2/3] scsi: ufs: Keep device active mode only fWriteBoosterBufferFlushDuringHibernate == 1
` [PATCH v2 3/3] scsi: ufs: Changes comment in the function ufshcd_wb_probe()

[PATCH] KVM: mmu: Fix SPTE encoding of MMIO generation upper half
 2020-12-06 10:09 UTC  (2+ messages)

[PATCH v5 00/19] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-12-06 10:05 UTC  (4+ messages)
` [PATCH v5 19/19] dt-bindings: usb: intel,keembay-dwc3: Validate DWC3 sub-node

[patch V2 0/9] softirq: Make it RT aware
 2020-12-06 10:05 UTC  (2+ messages)

[PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-06 10:02 UTC  (2+ 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).