Bug#954821: Regression: cannot use external drive using a JMicron JMS566 chipset

2020-03-23 Thread Cyril Roelandt
Package: linux-image-amd64
Version: 5.4.19-1
Severity: normal

Dear Maintainer,

I own a WD Blue 1TB hard drive that I use in combination with an Icy Box
IB-273StU3-B enclosure in order to plug it to my laptop using USB. It
worked fine with all the Linux versions I tried, up until 5.4.


Using Linux 5.3
---
Everything works as expected when I plug the drive:

# dmesg -T
[Sun Mar 22 23:48:39 2020] usb 2-2: new SuperSpeed Gen 1 USB device number 2 
using xhci_hcd
[Sun Mar 22 23:48:39 2020] usb 2-2: New USB device found, idVendor=357d, 
idProduct=7788, bcdDevice= 1.14
[Sun Mar 22 23:48:39 2020] usb 2-2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[Sun Mar 22 23:48:39 2020] usb 2-2: Product: USB to ATA/ATAPI Bridge
[Sun Mar 22 23:48:39 2020] usb 2-2: Manufacturer: JMicron
[Sun Mar 22 23:48:39 2020] usb 2-2: SerialNumber: 74D7851513309E5
[Sun Mar 22 23:48:39 2020] usbcore: registered new interface driver usb-storage
[Sun Mar 22 23:48:39 2020] scsi host6: uas
[Sun Mar 22 23:48:39 2020] usbcore: registered new interface driver uas
[Sun Mar 22 23:48:39 2020] scsi 6:0:0:0: Direct-Access WDC WD10 
JPVT-00A1YT0 0114 PQ: 0 ANSI: 6
[Sun Mar 22 23:48:39 2020] sd 6:0:0:0: Attached scsi generic sg1 type 0
[Sun Mar 22 23:48:39 2020] sd 6:0:0:0: [sdb] Spinning up disk...
[Sun Mar 22 23:48:40 2020] ..ready
[Sun Mar 22 23:48:41 2020] sd 6:0:0:0: [sdb] 1953525168 512-byte logical 
blocks: (1.00 TB/932 GiB)
[Sun Mar 22 23:48:41 2020] sd 6:0:0:0: [sdb] 4096-byte physical blocks
[Sun Mar 22 23:48:41 2020] sd 6:0:0:0: [sdb] Write Protect is off
[Sun Mar 22 23:48:41 2020] sd 6:0:0:0: [sdb] Mode Sense: 53 00 10 08
[Sun Mar 22 23:48:41 2020] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: 
enabled, supports DPO and FUA
[Sun Mar 22 23:48:41 2020] sd 6:0:0:0: [sdb] Optimal transfer size 33553920 
bytes not a multiple of physical block size (4096 bytes)
[Sun Mar 22 23:48:41 2020]  sdb: sdb1
[Sun Mar 22 23:48:41 2020] sd 6:0:0:0: [sdb] Attached SCSI disk


Using Linux 5.4
---

# uname -a
Linux Susan 5.4.0-4-amd64 #1 SMP Debian 5.4.19-1 (2020-02-13) x86_64 GNU/Linux

# mkdir /tmp/mnt

# mount /dev/sdb1 /tmp/mnt
mount: /tmp/mnt: can't read superblock on /dev/sdb1.

# fsck -y /dev/sdb1
fsck from util-linux 2.34
e2fsck 1.45.6 (20-Mar-2020)
/dev/sdb1: clean, 2951657/61054976 files, 115035523/244190208 blocks

# dmesg -T 
[Mon Mar 23 18:43:06 2020] usb 3-2: new SuperSpeed Gen 1 USB device number 8 
using xhci_hcd
[Mon Mar 23 18:43:06 2020] usb 3-2: New USB device found, idVendor=357d, 
idProduct=7788, bcdDevice= 1.14
[Mon Mar 23 18:43:06 2020] usb 3-2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[Mon Mar 23 18:43:06 2020] usb 3-2: Product: USB to ATA/ATAPI Bridge
[Mon Mar 23 18:43:06 2020] usb 3-2: Manufacturer: JMicron
[Mon Mar 23 18:43:06 2020] usb 3-2: SerialNumber: 74D7851513309E5
[Mon Mar 23 18:43:06 2020] usb 3-2: UAS is blacklisted for this device, using 
usb-storage instead
[Mon Mar 23 18:43:06 2020] usb-storage 3-2:1.0: USB Mass Storage device detected
[Mon Mar 23 18:43:06 2020] usb-storage 3-2:1.0: Quirks match for vid 357d pid 
7788: 480
[Mon Mar 23 18:43:06 2020] scsi host6: usb-storage 3-2:1.0
[Mon Mar 23 18:43:07 2020] scsi 6:0:0:0: Direct-Access WDC WD10 
JPVT-00A1YT0 0114 PQ: 0 ANSI: 6
[Mon Mar 23 18:43:07 2020] sd 6:0:0:0: Attached scsi generic sg1 type 0
[Mon Mar 23 18:43:07 2020] sd 6:0:0:0: [sdb] Spinning up disk...
[Mon Mar 23 18:43:08 2020] ..ready
[Mon Mar 23 18:43:09 2020] sd 6:0:0:0: [sdb] 1953525168 512-byte logical 
blocks: (1.00 TB/932 GiB)
[Mon Mar 23 18:43:09 2020] sd 6:0:0:0: [sdb] Write Protect is off
[Mon Mar 23 18:43:09 2020] sd 6:0:0:0: [sdb] Mode Sense: 47 00 10 08
[Mon Mar 23 18:43:09 2020] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: 
enabled, supports DPO and FUA
[Mon Mar 23 18:43:09 2020]  sdb: sdb1
[Mon Mar 23 18:43:09 2020] sd 6:0:0:0: [sdb] Attached SCSI disk
[Mon Mar 23 18:43:30 2020] sd 6:0:0:0: [sdb] tag#0 FAILED Result: 
hostbyte=DID_OK driverbyte=DRIVER_SENSE
[Mon Mar 23 18:43:30 2020] sd 6:0:0:0: [sdb] tag#0 Sense Key : Illegal Request 
[current] 
[Mon Mar 23 18:43:30 2020] sd 6:0:0:0: [sdb] tag#0 Add. Sense: Invalid field in 
cdb
[Mon Mar 23 18:43:30 2020] sd 6:0:0:0: [sdb] tag#0 CDB: Write(10) 2a 08 00 00 
08 00 00 00 08 00
[Mon Mar 23 18:43:30 2020] blk_update_request: critical target error, dev sdb, 
sector 2048 op 0x1:(WRITE) flags 0x20800 phys_seg 1 prio class 0
[Mon Mar 23 18:43:30 2020] Buffer I/O error on dev sdb1, logical block 0, lost 
sync page write
[Mon Mar 23 18:43:30 2020] EXT4-fs (sdb1): I/O error while writing superblock
[Mon Mar 23 18:43:30 2020] EXT4-fs (sdb1): mount failed

# lsusb 
Bus 003 Device 008: ID 357d:7788 Sharkoon QuickPort XT


Other considerations

This enclosure works as expected with another drive: I tried with an old
Fujitsu 250GB drive and was able to mount the partitions.

The WD drive works with a similar enclosure: the Icy Box IB-268U3-B
enclosure. It has

Bug#954817: linux-image-5.4.0-4-amd64: NULL pointer dereference in i915_active_acquire since Linux 5.4

2020-03-23 Thread Tom Yang
Package: src:linux
Version: 5.4.19-1
Severity: important
Tags: patch

Dear Maintainer,

Since kernel 5.4.x I am getting crashes during some graphic rendering poccess 
like playing videos. I found the following patch might fix this problem. 
The patch already got into kernel 5.5.x but still not into 5.4.x. Could you 
patch it into kernel 5.4.x? Or release the kernel 5.5 version? Thanks!

Patchwork: https://patchwork.freedesktop.org/patch/345789/?series=70930&rev=3
See also: 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.5.y&id=e85ade1f50aae464ce196672faa7a099fd1721ed

-- Package-specific info:
** Version:
Linux version 5.4.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 9.2.1 
20200203 (Debian 9.2.1-28)) #1 SMP Debian 5.4.19-1 (2020-02-13)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-5.4.0-4-amd64 
root=UUID=bc9fa405-daee-4f2a-a27a-44e1c0513187 ro quiet

** Tainted: OE (12288)
 * externally-built ("out-of-tree") module was loaded
 * unsigned module was loaded

** Kernel log:
Mar 16 18:39:24 Server kernel: [606320.517436] BUG: kernel NULL pointer 
dereference, address: 0040

Mar 16 18:39:24 Server kernel: [606320.517453] #PF: supervisor read access in 
kernel mode

Mar 16 18:39:24 Server kernel: [606320.517454] #PF: error_code(0x) - 
not-present page

Mar 16 18:39:24 Server kernel: [606320.517455] PGD 0 P4D 0

Mar 16 18:39:24 Server kernel: [606320.517461] Oops:  [#1] SMP PTI

Mar 16 18:39:24 Server kernel: [606320.517469] CPU: 3 PID: 2072967 Comm: xfwm4 
Tainted: G  OE5.4.0-4-amd64 #1 Debian 5.4.19-1

Mar 16 18:39:24 Server kernel: [606320.517471] Hardware name: To Be Filled By 
O.E.M. To Be Filled By O.E.M./H310M-ITX/ac, BIOS P3.10 09/27>

Mar 16 18:39:24 Server kernel: [606320.517745] RIP: 
0010:i915_active_acquire+0x9/0x70 [i915]

Mar 16 18:39:24 Server kernel: [606320.517751] Code: 00 00 00 48 c7 46 58 00 00 
00 00 c7 46 38 00 00 00 00 48 c7 c6 0a a0 65 c0 e9 33 90 7>

Mar 16 18:39:24 Server kernel: [606320.517753] RSP: 0018:a06400e07a40 
EFLAGS: 00010286

Mar 16 18:39:24 Server kernel: [606320.517757] RAX:  RBX: 
8da74554f480 RCX: 

Mar 16 18:39:24 Server kernel: [606320.517759] RDX: 8da642d61200 RSI: 
8da74554f480 RDI: 0008

Mar 16 18:39:24 Server kernel: [606320.517760] RBP: 8da642d61200 R08: 
8da74a4db988 R09: 8da74a4db988

Mar 16 18:39:24 Server kernel: [606320.517761] R10: a000 R11: 
 R12: 0008

Mar 16 18:39:24 Server kernel: [606320.517763] R13: 0004 R14: 
8da642d61200 R15: 401c

Mar 16 18:39:24 Server kernel: [606320.517765] FS: 7f5f29303f00() 
GS:8da8a5f8() knlGS:

Mar 16 18:39:24 Server kernel: [606320.517767] CS: 0010 DS:  ES:  CR0: 
80050033

Mar 16 18:39:24 Server kernel: [606320.517767] CR2: 0040 CR3: 
79d4a006 CR4: 003606e0

Mar 16 18:39:24 Server kernel: [606320.517768] Call Trace:

Mar 16 18:39:24 Server kernel: [606320.517910] i915_active_ref+0x21/0x210 [i915]

Mar 16 18:39:24 Server kernel: [606320.518049] ? intel_fbc_deactivate+0x38/0x60 
[i915]

Mar 16 18:39:24 Server kernel: [606320.518182] 
i915_vma_move_to_active+0x6e/0xf0 [i915]

Mar 16 18:39:24 Server kernel: [606320.518371] 
i915_gem_do_execbuffer+0xc62/0x1520 [i915]

Mar 16 18:39:24 Server kernel: [606320.518404] ? _cond_resched+0x15/0x30

Mar 16 18:39:24 Server kernel: [606320.518416] ? mutex_lock+0xe/0x30

Mar 16 18:39:24 Server kernel: [606320.518439] ? 
unix_stream_read_generic+0x1f7/0x8f0

Mar 16 18:39:24 Server kernel: [606320.518456] ? __kmalloc_node+0x1f5/0x300

Mar 16 18:39:24 Server kernel: [606320.518636] 
i915_gem_execbuffer2_ioctl+0x1df/0x3d0 [i915]

Mar 16 18:39:24 Server kernel: [606320.518764] ? 
i915_gem_madvise_ioctl+0x13a/0x290 [i915]

Mar 16 18:39:24 Server kernel: [606320.518874] ? 
i915_gem_execbuffer_ioctl+0x2e0/0x2e0 [i915]

Mar 16 18:39:24 Server kernel: [606320.518904] drm_ioctl_kernel+0xaa/0xf0 [drm]

Mar 16 18:39:24 Server kernel: [606320.518912] drm_ioctl+0x208/0x390 [drm]

Mar 16 18:39:24 Server kernel: [606320.518936] ? 
i915_gem_execbuffer_ioctl+0x2e0/0x2e0 [i915]

Mar 16 18:39:24 Server kernel: [606320.518941] do_vfs_ioctl+0x40e/0x670

Mar 16 18:39:24 Server kernel: [606320.518944] ksys_ioctl+0x5e/0x90

Mar 16 18:39:24 Server kernel: [606320.518945] __x64_sys_ioctl+0x16/0x20

Mar 16 18:39:24 Server kernel: [606320.518947] do_syscall_64+0x52/0x160

Mar 16 18:39:24 Server kernel: [606320.518950] 
entry_SYSCALL_64_after_hwframe+0x44/0xa9

Mar 16 18:39:24 Server kernel: [606320.518953] RIP: 0033:0x7f5f2a7dd497

Mar 16 18:39:24 Server kernel: [606320.518955] Code: 00 00 90 48 8b 05 f9 79 0c 
00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 2e 0f 1>

Mar 16 18:39:24 Server kernel: [606320.518956] RSP: 002b:7ffc4b8c1ef8 
EFLAGS: 0246 ORIG_RAX: 0010

Mar 16 18:39:24 Server kernel: [606320.5

Processed: Re: Bug#954778: linux-image-amd64: if using make bindeb-pkg there is a warning about the missing debug package

2020-03-23 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 upstream
Bug #954778 [linux-image-amd64] linux-image-amd64: if using make bindeb-pkg 
there is a warning about the missing debug package
Added tag(s) upstream.

-- 
954778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#954778: linux-image-amd64: if using make bindeb-pkg there is a warning about the missing debug package

2020-03-23 Thread Ben Hutchings
Control: tag -1 upstream

On Mon, 2020-03-23 at 12:31 +0100, Reinhard Karcher wrote:
[...]
> I attach a patch to include the debug package in the
> control file only if it is built later

Please send the patch upstream (linux-kbu...@vger.kernel.org),
following instructions at
,
and cc this bug report (954...@bugs.debian.org).

Ben.

-- 
Ben Hutchings
Time is nature's way of making sure that
everything doesn't happen at once.



signature.asc
Description: This is a digitally signed message part


Bug#954801: linux-image-5.4.0-4-amd64: Wireless can't follow some AP's frequency changes in 5 GHz band.

2020-03-23 Thread Miguel A. Vallejo
Package: src:linux
Version: 5.4.19-1
Severity: normal

Dear Maintainer,

I'm experiencing too frecuent WiFi disconnects because the kernel
can't follow or does not understand some AP's frequency changes in the
5 GHz band because of DFS.

For example:

Mar 23 13:54:13 waterhole wpa_supplicant[557]: wlx8c882bxx:
CTRL-EVENT-STARTED-CHANNEL-SWITCH freq=5260 ht_enabled=1 ch_offset=1
ch_width=80 MHz cf1=5290 cf2=0
Mar 23 13:54:14 waterhole kernel: [ 8890.628927] wlx8c882bxx: AP
a0:64:8f:xx:xx:xx tries to chanswitch to same channel, ignore
Mar 23 13:54:14 waterhole kernel: [ 8890.628932] wlx8c882bxx: AP
VHT information is invalid, disable VHT
Mar 23 13:54:14 waterhole kernel: [ 8890.628937] wlx8c882bxx: AP
a0:64:8f:xx:xx:xx changed bandwidth, new config is 5260 MHz, width 2
(5270/0 MHz)
Mar 23 13:54:14 waterhole kernel: [ 8890.628939] wlx8c882bxx: AP
a0:64:8f:xx:xx:xx changed bandwidth in a way we can't support -
disconnect
Mar 23 13:54:14 waterhole kernel: [ 8890.628941] wlx8c882bxx:
failed to follow AP a0:64:8f:xx:xx:xx bandwidth change, disconnect
Mar 23 13:54:14 waterhole wpa_supplicant[557]: wlx8c882bxx:
CTRL-EVENT-CHANNEL-SWITCH freq=5260 ht_enabled=1 ch_offset=1
ch_width=80 MHz cf1=5290 cf2=0
Mar 23 13:54:14 waterhole wpa_supplicant[557]: wlx8c882bxx:
CTRL-EVENT-DISCONNECTED bssid=a0:64:8f:xx:xx:xx reason=3
locally_generated=1
Mar 23 13:54:14 waterhole NetworkManager[537]: 
[1584968054.8423] sup-iface[0x557d8e27e110,wlx8c882bxx]:
connection disconnected (reason -3)
Mar 23 13:54:14 waterhole NetworkManager[537]: 
[1584968054.8484] device (wlx8c882bxx): supplicant interface
state: completed -> disconnected
Mar 23 13:54:14 waterhole NetworkManager[537]: 
[1584968054.9478] device (wlx8c882bxx): supplicant interface
state: disconnected -> scanning

Frequency changes to a totally different channel seems to work just
fine, but this kind of changes "to the same channel" produces a
disconnect. My Debian workstation seems to be the only device
disconnected with these frequency changes, other devices like phones,
tablets, or chromecast, connected to the same AP in the 5 GHz band
does not get disconnected.

I'm using a dual band MT7612U 802.11ac wireless stick, but I confirmed
the same problem with a dual band RT3572 802.11n wireless stick.


-- Package-specific info:
** Version:
Linux version 5.4.0-4-amd64 (debian-kernel@lists.debian.org) (gcc
version 9.2.1 20200203 (Debian 9.2.1-28)) #1 SMP Debian 5.4.19-1
(2020-02-13)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-5.4.0-4-amd64
root=UUID=ead92695-df4d-4d3a-bcef-821e9595c77b ro quiet


** Network status:
*** IP interfaces and addresses:
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN
group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
2: wlx8c882bxx:  mtu 1500 qdisc
noqueue state UP group default qlen 1000
link/ether 8c:88:2b:00:09:64 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.2/24 brd 192.168.1.255 scope global dynamic
noprefixroute wlx8c882bxx
   valid_lft 40493sec preferred_lft 40493sec
inet6 fe80::f538:4992:786:9449/64 scope link noprefixroute
   valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive|  Transmit
 face |bytespackets errs drop fifo frame compressed
multicast|bytespackets errs drop fifo colls carrier compressed
wlx8c882bxx: 2052858850 15925900   230 0  0
 0 51767728  375986000 0   0  0
lo: 556  12000 0  0 0
556  12000 0   0  0


** USB devices:
Bus 002 Device 002: ID 0e8d:7612 MediaTek Inc. Wireless
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub



Bug#954778: linux-image-amd64: if using make bindeb-pkg there is a warning about the missing debug package

2020-03-23 Thread Reinhard Karcher
Package: linux-image-amd64
Version: 5.4.19-1
Severity: wishlist
Tags: patch

Dear Maintainer,


   * What led up to the situation?
 Compiling a new kernel from the source

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 make -j10 bindeb-pkg

   * What was the outcome of this action?
 A warning that there is no debug package

   * What outcome did you expect instead?
 No such warning.

I attach a patch to include the debug package in the
control file only if it is built later


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.6.0-rc7 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-amd64 depends on:
ii  linux-image-5.4.0-4-amd64  5.4.19-1

linux-image-amd64 recommends no packages.

linux-image-amd64 suggests no packages.
Include the debug package in the control file only if it is to be created
diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
index 357dc56bcf30..1673b9f84804 100755
--- a/scripts/package/mkdebian
+++ b/scripts/package/mkdebian
@@ -198,7 +198,10 @@ Description: Linux support headers for userspace 
development
  This package provides userspaces headers from the Linux kernel.  These headers
  are used by the installed headers for GNU glibc and other system libraries.
 Multi-Arch: same
+EOF

+if [ -n "$BUILD_DEBUG" ] ; then
+cat <> debian/control
 Package: $dbg_packagename
 Section: debug
 Architecture: $debarch
@@ -206,6 +209,7 @@ Description: Linux kernel debugging symbols for $version
  This package will come in handy if you need to debug the kernel. It provides
  all the necessary debug symbols for the kernel and its modules.
 EOF
+fi

 cat < debian/rules
 #!$(command -v $MAKE) -f


Processed: Old bugs that haven't gotten archived

2020-03-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # wrong source package, must be linux-2.6
> fixed 705655 linux-2.6/3.3~rc6-1~experimental.1
Bug #705655 {Done: Ben Hutchings } [src:linux] iwlwifi 
requests unpackaged firmware blob iwlwifi-6000g2a-6.ucode
Marked as fixed in versions linux-2.6/3.3~rc6-1~experimental.1.
> # 3.11-1 or 3.14-1 doesn't exist at http://snapshot.debian.org/package/linux/
> fixed 718312 3.11-1~exp1
Bug #718312 {Done: Moritz Mühlenhoff } [src:linux] 
linux-image-3.10-1-amd64: Kernel panic crashes drm_kms_helper causing hard 
lockup
Marked as fixed in versions linux/3.11-1~exp1.
> fixed 718825 3.11-1~exp1
Bug #718825 {Done: Moritz Mühlenhoff } [src:linux] 
linux-image-3.10-1-amd64: Sound freezes when using usb audio card
Marked as fixed in versions linux/3.11-1~exp1.
> fixed 736227 3.14-1~exp1
Bug #736227 {Done: Moritz Mühlenhoff } [src:linux] GPF in 
btrfs read_extent_buffer() while running aptitude
Marked as fixed in versions linux/3.14-1~exp1.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
705655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705655
718312: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718312
718825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718825
736227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736227
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Old bugs that haven't gotten archived

2020-03-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # There was a faulty version in the closing message
> fixed 719547 4.18.5-1~exp1
Bug #719547 {Done: Romain Perier } [src:linux] linux: 
Provide a PREEMPT_RT kernel image for armhf
Marked as fixed in versions linux/4.18.5-1~exp1.
> # Inject a fixed version because the bug was originally reported
> # on an ~exp version and then fixed in a version that had a
> # lower upstream part
> fixed 881567 4.14-1~exp1
Bug #881567 {Done: Ben Hutchings } [src:linux] 
linux-image-4.14.0-rc7-arm64: Consider enabling CONFIG_NVMEM_SUNXI_SID
Marked as fixed in versions linux/4.14-1~exp1.
> fixed 881568 4.14-1~exp1
Bug #881568 {Done: Ben Hutchings } [src:linux] src:linux: 
please enable CONFIG_RTL8723BS (staging driver for wifi used in TERES-I laptop)
Marked as fixed in versions linux/4.14-1~exp1.
> # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932845#55
> fixed 932845 5.3~rc5-1~exp1
Bug #932845 {Done: Ben Hutchings } [src:linux] TS-219 RTC 
issue with Debian Buster
Marked as fixed in versions linux/5.3~rc5-1~exp1.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
719547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719547
881567: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881567
881568: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881568
932845: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932845
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems